html{
    min-height: 100%;
    height: auto;
}

body {
    background-color: #000;
    background-position: bottom right;
    background-attachment: fixed;
    background-image: url(images/bg.jpg);
    background-repeat: no-repeat;
    color: White;
    font-family: Verdana;
    font-size:11px;
    margin: 4px 0;
}

a{

    text-decoration: none;
    color: White;
}

a.button{
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    color: #122253;
    margin-top: 2px;
    margin-right: 16px;
}

a.button:hover{
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    color: white;
    margin-top: 2px;
    margin-right: 16px;
}

input.button{
    display: inline-block;
    text-decoration: none;
    color: White;
    background-image: url(images/button.jpg);
    width: 152px;
    height: 20px;
    margin-top: 2px;
    border:none;
    cursor:pointer;
}

img{
    border:none;
}

h1{
    font-size: 11px;
    font-weight: bold;
}

h2{
    font-size: 13px;
    font-weight: bold;
    margin: 11px 0 0 0;
}


div.ad500080{
    float:right;
    height:80px;
    width:500px;
    background-color: #00011f;
    border: solid 1px #122253;
    display: inline-block;    
    margin-top: 4px;
    background-image:url(images/advertisehere.png);
    background-repeat: no-repeat;
    background-position: center;
}

div.ad728090{
    height:90px;
    width:728px;
    background-color: #00011f;
    border: solid 1px #122253;
    display: inline-block;    
    margin: 4px auto;
    background-image:url(images/advertisehere.png);
    background-repeat: no-repeat;
    background-position: center;
}

div.ad446306{
    height:306px;
    width:446px;
    background-color: #00011f;
    border: solid 1px #122253;
    display: inline-block;    
    background-image:url(images/advertisehere.png);
    background-repeat: no-repeat;
    background-position: center;
}

div.ad320320{
    height:318px;
    width:318px;
    background-color: #00011f;
    border: solid 1px #122253;
    display: inline-block;    
    background-image:url(images/advertisehere2.png);
    background-repeat: no-repeat;
    background-position: center;
}

div.body{
    width: 964px;
    margin: 0 auto;
    text-align: justify;
}

div.band{
    width: 100%;
    height: 8px;
    background-color:#122253;
    display: block;
}

div.headerback{
    width: 100%;
    height: 90px;
    background-color:#00011f;
    display: block;
}

div.cloud{
    background-color: #00011f;
    border: solid 1px #122253;
    margin: 4px auto;
    text-align: center;
    padding-bottom:4px;
}

a.tab{
    width: 120px;
    height: 22px;
    background-image:url(images/tab.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 8px;
    margin-top: 4px;
    padding-top: 6px;
    font-size: 14px;
    text-align: center; 
    display: inline-block;
    cursor: pointer;
}

a.tabselected{
    width: 120px;
    height: 22px;
    background-image:url(images/tabselected.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 8px;
    margin-top: 4px;
    padding-top: 6px;
    font-size: 14px;
    text-align: center; 
    display: inline-block;
    cursor: pointer;
}

input.login{
    width:142px;
    background-color: #122253;
    border: solid 1px #00011f;
    margin-right: 4px;
    font-size: 10px;
    color: White;
}

textarea.login{
    width:142px;
    background-color: #122253;
    border: solid 1px #00011f;
    margin-right: 4px;
    font-size: 10px;
    color: White;
    padding: 0px;
    font-family:Verdana;
}

select.login{
    background-color: #122253;
    border: solid 1px #00011f;
    margin-right: 4px;
    font-size: 10px;
    color: White;
    padding: 0px;
    font-family:Verdana;
    width:144px;
}

td.el{
    border-bottom:solid 1px #122253;
    text-align:left;
}

div.date
{
    height: 12px;
    padding: 4px 8px 0px 8px;
    width: 110px;
    text-align: center;
    cursor: pointer;
}

A.close
{
    background-image: url(images/close.png);
    width: 14px;
    height: 14px;
    float: right;
    display: inline-block;
    margin-bottom: 2px;
    cursor: pointer;
}

A.close:hover
{
    background-image: url(images/close_s.png);
}

span.dayHeader
{
    display: inline-block;
    width: 20px;
    height: 17px;
    padding-top: 3px;
    background-image: url(images/calheader.png);
    text-align: center;
    margin: 2px 0 0 2px;
}

span.day
{
    display: inline-block;
    width: 20px;
    height: 17px;
    padding-top: 3px;
    background-image: url(images/calday.png);
    text-align: center;
    margin: 2px 0 0 2px;
    cursor: pointer;
}
