/* CSS Document */
body {
margin:0px;
background-color:#514C82;
scrollbar-3dlight-color: #D9E3EC;
scrollbar-highlight-color: #FFFFFF;
scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-darkshadow-color: #7E98B0;
scrollbar-track-color: #514C82;
scrollbar-arrow-color: #514C82;
}
a,a:visited,a:active {
color:#3D72C7;
text-decoration:underline;
}
a:hover {
color:#86ACE8;
text-decoration:underline;
}
td {
font-family:Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:80%;
}
.header {
background-image: url("../images/header_bg.gif");
background-repeat:no-repeat;
background-position:right;
background-color:#DBE5F5;
border-bottom: 1px solid #D4DDEF;
height:77px;
}
.navbar {
background-color:#EDEDF2;
border-top: 1px solid #CDD5E9;
height:40px;
}
.bottom {
background-color:#DBE5F5;
border-top: 1px solid #D4DDEF;
height:30px;
}
.picright {
background-color:#DBE5F5;
border: 1px solid #8FA0B1;
margin:12px 12px 12px 0px;
}


/* Forms */

.buttons{
background-color: #514C82;
border-top: #80A8CA 1px solid;
border-left: #80A8CA 1px solid;
border-bottom: #000000 1px solid;
border-right: #000000 1px solid;
color: #FFFFFF;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans;
font-size: 8pt;
font-weight: bold;
height: 22px;
width: 60px;
margin: 1px;
}
.boxes{
background-color: #ffffff;
border-top: #80A8CA 1px solid;
border-left: #80A8CA 1px solid;
border-bottom: #E6EEF4 1px solid;
border-right: #E6EEF4 1px solid;
color: #4D85B5;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans;
font-size: 12px;
height: 22px;
margin: 1px;
padding: 3px;
}
.picboxes{
background-color: #ffffff;
border-top: #80A8CA 1px solid;
border-left: #80A8CA 1px solid;
border-bottom: #E6EEF4 1px solid;
border-right: #E6EEF4 1px solid;
color: #4D85B5;
height: 111px;
margin: 1px;
padding: 3px;
}
.messagebox{
background-color: #ffffff;
border-top: #80A8CA 1px solid;
border-left: #80A8CA 1px solid;
border-bottom: #E6EEF4 1px solid;
border-right: #E6EEF4 1px solid;
color: #4D85B5;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans;
font-size: 12px;
height: 80px;
width: 200px;
margin: 1px;
padding: 3px;
}


/* Footer */

.footer-text {
font-size:11px;
color:#A8A6C1;
}
a.footer-link,a.footer-link:visited,a.footer-link:active {
color:#A8A6C1;
text-decoration:none;
}
a.footer-link:hover {
color:#FFFFFF;
text-decoration:none;
}