body {
    background-color: #FFFFFF;
	font-size: 11px;
}

#containerMain {
    margin: 0 auto;
    width: 900px;
}

#headerLeft {
    margin: 5px 0px 5px 10px;
    float: left;
}
#headerRight {
    background-image: url(/images/adminHeaderRight.jpg);
    background-repeat: no-repeat;
    background-position: left;
    float: right;
    margin: 5px 10px 5px 0px;
    width: 250px;
    height: 70px;
    text-align: right;
}

#containerBody {
    border: solid 1px #d5d5d5;
    border-top: solid 3px #59C6FF;
    padding: 5px;
    width: 890px;
}

.tabOff {
    background: transparent url(images/tabOff.gif) 0px 0px no-repeat;
    cursor: pointer;
    font-family: Verdana;
    font-size: 10px;
    float: left;
    height: 18px;
    margin: 0;
    padding-top: 5px;
    text-align: center;
    width: 115px;
}
.tabOn {
    background: transparent url(images/tabOn.gif) 0px 0px no-repeat;
    cursor: pointer;
    font-family: Verdana;
    font-size: 10px;
    float: left;
    margin: 0;
    padding-top: 5px;
    height: 18px;
    text-align: center;
    width: 115px;
}
.tabHeader {
    border: solid 1px #919B9C;
    border-bottom: none;
    padding: 5px 5px 0px 5px;
    margin-top: -3px;
}
.tabBodyOn {
    border-left: solid 1px #919B9C;
    border-right: solid 1px #919B9C;
    padding: 5px 5px 0px 5px;
}
.tabBodyOff {
    display: none;
}
.tabFooter {
    border: solid 1px #919B9C;
    border-top: none;
    padding: 0px 5px 5px 5px;
}

.quickStatusHeader {
    display: inline;
    float: right;
    position: relative;
    padding-left: 5px;
    width: 600px;
}
.quickStatusHolderEven {
    background-color: Transparent;
    display: inline;
    float: right;
    position: relative;
    top: -15px;
    width: 600px;
}
.quickStatusHolderOdd {
    background-color: #e0e0e0;
    display: inline;
    float: right;
    position: relative;
    top: -15px;
    width: 600px;
}
.quickStatusItem {
    text-align: center;
    width: 125px;
}
.quickStatusFunction {
    text-align: center;
    padding: 1px 0px 1px 0px;
    width: 25px;
}


.adminIcon {
    margin: 0 auto;
    padding: 0;
}
.adminIcon a:link, .adminIcon a:visited, .adminIcon a:active {
    border: solid 1px #5ac6ff;
    color: #5ac6ff;
    display: block;
    float: left;
    margin: 0px 10px 10px 0px;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    text-align: center;
    width: 120px;
    height: 110px;
}
.adminIcon a:hover {
    background-color: #F4F4F4;
    border: solid 1px #5ac6ff;
    color: #5ac6ff;
    text-decoration: none;
}
.adminIconInactive {
    background-color: #F4F4F4;
    border: solid 1px #5ac6ff;
    color: #C3C3C3;
    display: block;
    float: left;
    margin: 0px 10px 10px 0px;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    text-align: center;
    width: 120px;
    height: 110px;
}
.adminIconInactive a:link, .adminIconInactive a:visited, .adminIconInactive a:active {
    background-color: #F4F4F4;
    color: #C3C3C3;
    text-decoration: none;
}

#adminMessageHeader {
    border: #d5d5d5 1px solid;
    border-bottom: none;
    background: #e9e9e9 url(images/adminMessageHeader.gif) repeat-x;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
}
#adminMessage {
    border: #d5d5d5 1px solid;
    border-top: solid 3px #59C6FF;
    height: 300px;
    padding: 5px;
    vertical-align: top;
}
