/* GLOBALS */
body {
margin: 0 auto;
background-color: #ebebeb;
background-image: url(_images/bgtile.gif);
background-repeat: repeat;
text-align: center;
}

body,td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #5d5d5d;
}

a {
color: #587a8b;
text-decoration: underline;
font-weight: normal;
}

a:hover {
text-decoration: underline;
color: #7ea6b9;
font-weight: normal;
}

a.btns img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; 
}

a.btns:hover img {
filter:alpha(opacity=60);   
-moz-opacity: .6;   
opacity: .6;
-khtml-opacity: .6; 
}

#container {
width: 599px;
margin: 0 auto;
background-color: transparent;
background-image: url(_images/contentbg.png);
background-repeat: repeat-y;
}

#contentbox {
width: 575px;
margin: 0 auto;
text-align: left;
}

.padit {
padding: 15px;
}

.spacer5 {
margin: 0 0 5px 0;
}

.spacer10 {
margin: 0 0 10px 0;
}

.title {
color: #000000;
font-size: 20px;
}

.title2 {
color: #000000;
font-size: 14px;
}


.smalltxt {
font-size: 10px;
}

.divider {
width: 100%;
height: 20px;
margin: 20px auto 0px auto;
border-top: 1px solid #d7d7d7;
}

.tblhead td {
background-color: #454545;
height: 30px;
color: #ffffff;
font-weight: bold;
padding: 5px;
}

.tblshade1 td {
background-color: #eaeaea;
padding: 5px;
}

.tblshade2 td {
background-color: #dadada;
padding: 5px;
}

.tbladmin td {
font-size: 10px;
padding: 5px;
background-color: #ffffff;
}

#footer {
width: 575px;
margin: 0 auto;
background-color: #e3e3e3;
font-size: 10px;
text-align: center;
}

#footerpad {
padding: 10px 5px;
}

.required {
font-weight: bold;
}

.error {
font-size: 9px;
color: #C40A11;
font-weight: bold;
}
