﻿html
{
}

body
{
    background-position: 0 0;
    background-color: #CCC;
    font: 90%/1.95em 'Lucida Grande' , 'Lucida Sans Unicode' , geneva, verdana, sans-serif;
    margin: 0;
    padding: 10px 0;
    color: #666;
    outline: none;
    background-image: url(Images/bggradient.gif);
    background-repeat: repeat-x;
}

form
{
    margin: 0;
    padding: 0;
}

#maincontainer
{
    border: 1px solid #476EB7;
    width: 1000px;
    margin: auto;
    background-color: #FFF;
}

a
{
    color: #476EB7;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

/** Ad **************************/
.comingsoon
{
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background-image: url(Images/comingsoon.gif);
    z-index: 100;
}
/** END Ad **************************/

/** Header **************************/
#header
{
    margin: 0 auto;
    padding: 20px;
    position: relative;
}

.right
{
    float: right;
}

#header h1
{
    font: 290% Arial, Helvetica, sans-serif;
    letter-spacing: -2px;
    margin-bottom: 5px;
    margin-left: 35px;
}

#header h1 a
{
    color: #000;
    text-decoration: none;
}

#header h1 a span
{
    color: #ccc;
}

#header h1 a:hover span
{
    color: #A3E800;
}

#header h3
{
    font: 80% Verdana;
    color: #999;
    display: inline;
    margin-left: 35px;
}

#header .screenshot
{
    position: absolute;
    right: 27px;
    top: 20px;
}
/** END Header **************************/

/** Navigation **************************/
ul#nav
{
    background: #9BBEFF;
    padding: 0;
    border-top: 1px solid #476EB7;
    border-bottom: 1px solid #476EB7;
    font-weight: bold;
    margin: 0;
}

ul#nav li
{
    display: inline;
    list-style: none;
    margin-left: 10px;
}

ul#nav li a
{
    padding: 10px 14px;
    color: #fff;
    text-decoration: none;
}

ul#nav li a:hover
{
    background: #476EB7;
    color: #fff;
}

ul#nav li a.active
{
    background: #fff;
    color: #333;
    border: 1px solid #476EB7;
}
/** END Navigation **************************/

#container
{
    width: 95%;
    margin: 20px auto auto auto;
}

/** Content **************************/
#content
{
    width: 70%;
    float: left;
    margin-bottom: 50px;
    min-height: 400px;
}

#content ul
{
    margin: 15px 0 15px 25px;
}

#content ul li
{
    border-bottom: 1px solid #eee;
    padding: 5px;
    color: #444;
}

#content img
{
    background: #fff;
    border: none;
}

#content h3
{
    margin: 20px 0;
}

#content p
{
    line-height: 30px;
    margin: 10px 0;
    word-spacing: 2px;
    text-align: justify;
}

#content h2
{
    font: 150% Arial, Helvetica, sans-serif;
    margin-top: 25px;
    margin-bottom: 10px;
}

#content h2 a
{
    color: #333;
    text-decoration: none;
}
/** END Content **************************/

/** Sidebar **************************/
#sidebar ul
{
    list-style: none;
}

#sidebar ul a
{
    color: #444;
    font: 80% Verdana;
    text-decoration: none;
}

#sidebar ul a span
{
    color: #ccc;
}

#sidebar ul a:hover span
{
    color: #333;
}

#sidebar p
{
    font: 80% Verdana;
    line-height: 15px;
    margin: 10px 0 15px 0;
    text-align: justify;
}

#sidebar ul li
{
    background: #fafafa;
    margin: 1px 0 0 0;
    padding: 5px;
}

#sidebar h3
{
    font: 120% Arial;
    margin: 5px 0;
    color: #222;
}

#sidebar
{
    margin-left: 75%;
    border-left: 1px solid #9BBEFF;
    padding-left: 30px;
    min-height: 300px;
    position: relative;
}
/** END Sidebar **************************/

.articleinfo
{
    font: 80% Verdana;
    border-top: 1px solid #eee;
    color: #999;
    padding: 5px 0;
}

blockquote
{
    background: #f6f6f6;
    padding: 0 10px;
    border: 1px solid #eee;
    font: 100% Georgia;
}

p.about
{
    border-top: 1px solid #476EB7;
    border-bottom: 1px solid #476EB7;
    color: #fff;
    background: #9BBEFF;
    padding: 10px;
}

p.about a
{
    color: #fff;
}

/** ITEM *************************************************************************************************/
.item
{
    border-style: solid;
    border-width: 1px 1px 2px 1px;
    border-color: #B3C2D0 #B3C2D0 #1D2F39 #B3C2D0;
    padding: 5px;
    margin-bottom: 10px;
    overflow: auto;
    position: relative;
    background-color: #FFFFFF;
}

.error
{
    background-color: #FFE1D1;
    padding-left: 28px;
    background-image: url(Images/error.gif);
    background-position: 5px 10px;
    background-repeat: no-repeat;
    min-height: 15px;
    color: #660000;
    border-width: 1px;
    border-color: #B3C2D0;
    padding-bottom: 20px;
}

.success
{
    background-color: #E6F8DD;
    padding-left: 28px;
    background-image: url(Images/success.gif);
    background-position: 5px 10px;
    background-repeat: no-repeat;
    min-height: 16px;
    color: #006600;
    border-width: 1px;
    border-color: #B3C2D0;
    padding-bottom: 20px;
}

.info
{
    background-color: #DDE6F8;
    padding-left: 26px;
    background-image: url(Images/info.gif);
    background-position: 5px 10px;
    background-repeat: no-repeat;
    min-height: 16px;
    font-size: 85%;
    border-style: dashed;
    border-color: #B3C2D0;
    border-width: 1px;
}

.closelink
{
    display: block;
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 50px;
    text-align: right;
    outline: none;
}
/** END ITEM *************************************************************************************************/

/** Misc ***********/
.inputlabel
{
    display: block;
    font-weight: bold;
}

.largeinput
{
    width: 250px;
}

.mediuminput
{
    width: 200px;
}

.hugeinput
{
    width: 350px;
}

.highinput
{
    height: 150px;
}

.small
{
    font-size: 70%;
}

.alignedimg
{
    vertical-align: middle;
}
/** END Misc ***********/

/** Footer **************************/
#footer
{
    padding: 5px 25px;
    margin-top: 25px;
    clear: both;
    border-top: 2px solid #eee;
    font: 80% Verdana;
    line-height: 25px;
}

#footer .validate
{
    float: right;
    padding: 0;
    margin: 10px 0 0 0;
}
/** END Footer **************************/

.clearfloat
{
    clear: both;
}
