html
{
    background-color: #eee;
}
body
{
    color: #222;
    background-color: #fff;
    border: solid 1px #ccc;
}
a { color: #00f; }
a:visited { color: #6600af; }
a:hover { color: #0000b4; text-decoration: underline wavy; }

#navbar
{
    background-color: #f0f0f0;
    background: linear-gradient(0deg, #f0f0f0 25%, #fff);
}

#navbar a
{
    color: #000;
}

#subnavbar {
    background-color: #f0f0f0;
    background: linear-gradient(0deg, #fff 25%, #f0f0f0);
}
#subnavbar a
{
    background-color: #fff;
    border: solid 1px #0000b4;
    color: #000;
}

.footer
{
    border-top: solid 1px #eee;
}
.bold
{ font-weight: bold; }

.success
{
    border: solid 1px #00b400;
    background-color: #efe;
    color: #141;
}

.failure
{
    border: solid 1px #b40000;
    background-color: #fee;
    color: #411;
    font-weight: bold;
}

.application .subtitle
{
    border-bottom: solid 1px #ddd;
}

.application .supported_os ul li
{
    border: solid 1px #ccc;
}

.applisting .category .cattitle
{
    background-color: #eee;
}
.applisting .category
{
    border: solid 1px #eee;
}

.applisting .category .apps .app
{
    border-bottom: solid 1px #eee;
}

pre.code
{
    border: solid 1px #ddd;
}

.videos .button
{
    color: #fff;
    background-color: #0000b4;
}
.videos .button:hover
{
    background-color: #0000c5;
}

.discussion .comment
{
    border-left: solid 1px #eee;
}

.discussion .comment .heading
{
    background-color: #f5f5f5;
}

.discussion .link
{
    color: #0000ff;
}

.discussion .no-comment
{
    padding: 1em;
}

.product-links a
{
    border-bottom: dotted 1px #009;
    color: #009;
}

#contactform
{
    border: solid 1px #0000b4;
}

#contactform input[type="text"], form textarea
{
}

.hoverhighlight tr:hover
{
    background-color: #eee;
}
.message
{
    background-color: #dfd;
}

.link
{
    color: blue;
}

#blog .blog-entry
{
    border: solid 1px #f5f5f5;
}

#blog .blog-entry .subject
{
    background-color: #f5f5f5;
    color: #000;
}

#blog .blog-entry .subject a
{
    color: #000;
}
#blog .blog-entry .subject a:hover
{
    color: #333;
}

#blog .blog-entry .date
{
    color: #333;
}

