/****** GLOBAL OBJECTS *****************/
* {
}
body, td, th {
    COLOR: #fff;
    font-size: 90%;
    FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
}
input, select {
    background: #f1f1f1;
	color: #333;
    font-size: 100%;
}
textarea {
    background: #f1f1f1;
    font-size: 100%;
}
BODY {
    BACKGROUND: #000;
    MARGIN-top: 45px;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
}
H1 {
    font-size: 120%;
    MARGIN-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
H2 {
    font-size: 110%;
    MARGIN-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}
H3 {
    font-size: 100%;
    MARGIN-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
H4 {
    font-size: 90%;
    MARGIN-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
H5 {
    font-size: 80%;
    MARGIN-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
H6 {
    font-size: 70%;
    MARGIN-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
p {
    MARGIN-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}
HR {
    border: 1px solid #cdcdcd;
    height: 1px;
}
HR.clear {
    DISPLAY: none 
}
A {
    color: #0099cc;
    text-decoration: none;
    border: 0px;
}
A:visited {
}
A:hover {
    text-decoration: underline;
}
A:active {
    text-decoration: underline;
}
div {
    text-align: left;
}
table {
    width: 100%;
}
form {
    margin: 0px;
}
img {
    border: 0px;
}
strong {

}
th {
    text-align: left;
}
ul {
    padding: 0px;
    margin: 3px 0px 3px 18px;
    list-style: square 
}
img {
    border: 0px;
}
.clear {
    display: none;
}
/****** TEMPLATE OBJECTS **************/

#mainframe {
    width: 850px;
    margin: 0 auto;
}
#headcontainer {
    padding: 0px 0px 10px 20px;
    background: url('../images/rightfade.gif') repeat-x bottom left;
}
#logocontainer {
    background: url('../images/logo.gif') no-repeat bottom left;
    height: 50px;
}
#homelink {
    display: block;
    height: 50px;
    width: 160px;
}
#menucontainer {
    border-left: 4px solid #ccc;
    padding: 7px 60px 10px 7px;
    text-align: right;
    background: url('../images/leftfade.gif') repeat-x bottom right;
}
#menucontainer ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#menucontainer ul li {
    float: right;
    list-style: none;
    border-right: 1px solid #fff;
}
#menucontainer .Selected {
}
#menucontainer ul li a {
    text-decoration: none;
    padding: 0px 10px 0px 10px;
}
#menucontainer a:hover {
    text-decoration: underline;
}
#menucontainer .last {
    padding: 0px;
    border: 0px;
}
#contentcontainer {
    background: url('../images/rightfade.gif') repeat-x bottom left;
    border-left: 4px solid #ccc;
    border-right: 4px solid #ccc;
    padding: 12px 24px 0px 24px;
}
#contentleft {
    vertical-align: bottom;
    width: 120px;
    margin: 50px 0px 0px 0px;
}
#contentright {
    padding-left: 50px;
    height: 350px;
}
#contentrightarea {
    text-align: center;
    padding: 50px;
}
#footercontainer {
    border-right: 4px solid #ccc;
    padding: 7px 70px 10px 7px;
    font-size: 100%;
    text-align: right;
    background: url('../images/leftfade.gif') repeat-x bottom right;
}
td.5050L {
    background: #ff0000;
}
.5050R {
    padding-bottom: 10px;
}

td.inputname {
 font-size: 80%
 padding-right: 5px;
text-align: right;
}

td.inputvalue {
padding: 0px 5px 10px 0px;
}

a.toplink {
	color: #fff;
}

a.toplink:hover {
	color: #0099cc;
}