﻿html, body
{
    height: 100%;
    padding: 0;
    margin: 0;
}

#container
{
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff url('../images/bg-body.png') repeat-x;
}

#container > div
{
    display: table-row;
    width: 100%;
}

#container > div > div
{
    display: table-cell;
    width: 100%;
}

#header > div
{
    height: 153px;
}

#content > div
{
    height: 100%;
}
.text
{
    position: relative;
    top: 125px;
    font: Georgia, "Times New Roman" , Times, serif;
    font-size: 20px;
    width: 978px;
    height: 45px;
}


/*p
{
    background-image: url('/images/tra.png');
    background-repeat: no-repeat;
    width: 978px;
    height: 45px;
}*/

#footer
{
    height: 100px;
    background: #fff url('../images/bg-footer.png') repeat-x;
}

#footer > div
{
    height: 100px;
    background: #fff url('../images/bg-footer.png') repeat-x;
}

a:link
{
    color: #000;
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    background-image: url('../images/Untitled-2_02.png');
    background-repeat: no-repeat;
    text-decoration: none;
}
a:active
{
    text-decoration: none;
}
.idName a
{
    background: url('../images/tra.png') no-repeat;
    width: 970px;
    height: 18px;
    display: block;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 16px;
    text-indent: 30px;
    padding: 12px;
    color: Black;
}
.idName a:hover
{
    background: url('../images/traover.png') no-repeat;
}
/*.logintxtBox
{
    width: 250px;
    height: 40px;
    padding: 2px; /*border: #333 medium 2px;
    text-align: center;
    font-family: Georgia, 'Times New Roman' , Times, serif;
    font-size: 18px;
}*/

input[type='text'], input[type='password']
{
    width: 200px; /*height: 29px;*/ /*border-radius: 3px;*/ /*border: 1px solid #CCC;*/ /*padding: 8px;*/
    font-weight: 200;
    font-size: 15px;
    font-family: Georgia, 'Times New Roman' , Times, serif;
    box-shadow: 1px 1px 5px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #E8EAED;
    outline: 0;
    height: 25px; /*width: 275px;*/
}

input[type='text']:hover, input[type='password']:hover
{
    width: 200px; /*height: 29px;*/ /*border-radius: 3px;*/ /*border: 1px solid #aaa;*/ /*padding: 8px;*/
    font-weight: 200;
    font-size: 15px;
    font-family: Georgia, 'Times New Roman' , Times, serif;
    box-shadow: 1px 1px 5px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #aaa;
    outline: 0;
    height: 25px; /*width: 275px;*/
}

.water
{
    font-family: Georgia, 'Times New Roman' , Times, serif; /*font-size: 50%;*/
    color: gray;
    font-style: italic;
    background-color: #E8EAED;
}

#menu
{
    width: 976px; /*margin: 0 auto; 	padding: 0;*/
    height: 50px; /*    background: url(../images/img02.png) no-repeat left top;*/
    background: url(../images/img02-Year-button.png) no-repeat left top;
    margin: auto;
}
.ahref
{
    font: bold Georgia, "Times New Roman" , Times, serif;
    font-size: 22px;
    color: #3d6eb3;
    margin: 0px;
    text-decoration: none;
}
.img
{
    display: inline;
    margin: 0px 27px 0px 27px;
}

#slider
{
    padding-top: 45px;
    padding-left: 120px;
    width: 900px;
    position: relative;
}
ul#mycarousel
{
    position: relative;
}
ul#mycarousel li
{
    float: left;
    display: inline;
    height: 290px;
    width: 184px;
}
.jcarousel-clip
{
    height: 290px;
    width: 736px;
    overflow: hidden;
    position: relative;
}
.jcarousel-prev, .jcarousel-next
{
    background: url(../images/next.png) no-repeat 0 0;
    width: 41px;
    height: 145px;
    display: block;
    float: left;
    position: absolute;
    top: 110px;
    left: 880px;
    cursor: pointer;
}
.jcarousel-prev
{
    background: url(../images/prev.png) no-repeat 0 0;
    left: 50px;
}
/** BEGIN left leftsidebar **/
*
{
    margin: 0;
    padding: 0;
}
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.50;
}

.updateProgress
{
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    position: absolute;
    width: 180px;
    height: 85px;
}
