body {
        background-color: #FFFFFF;
        margin: 0px;
        padding: 0px;
}
.topBar {
        background-color: #4f81bd;
        background-image: url(img/topBar.gif);
        background-repeat: repeat-x;
        background-position: top;
        margin: 0px;
        padding: 0px;
        height: 44px;
        width: 100%;
}

.topBarText{
        text-align:right;
        padding: 6px;
        float: right;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #FFFFFF;
}

.topBarText a{
        color: #FFFFFF;
        text-decoration: underline;
}

.topBarText a:hover{
        color: #FFFFFF;
        text-decoration: none;
}
.mainArea {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        border-top: 3px solid #4f81bd;
        border-right: 3px solid #4f81bd;
        border-left: 3px solid #4f81bd;
        padding: 4px;
}
.canvas {
        margin-right: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
        position: absolute;
        top: 82px;
        right: 10px;
        left: 10px;
}
.canvasBottom {
        height: 4px;
        border-bottom: 3px solid #4f81bd;
}
.tabs {
        margin-top:10px;
        margin-left: 35px;
        margin-right: 35px;
}
.tabOn {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #FFFFFF;
        background-color: #4f81bd;
        width: 115px;
        height: 28px;
        float: left;
        margin-left: 5px;
        text-align: center;
        line-height: 30px;
        text-decoration:none;
}
.tabOff {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #364984;
        background-color: #c6d9f1;
        width: 115px;
        height: 24px;
        float: left;
        margin-left: 5px;
        margin-top: 4px;
        line-height: 23px;
        text-align: center;
        text-decoration: none;
}
.tabOff:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #364984;
        background-color: #c6d9f1;
        width: 115px;
        height: 24px;
        float: left;
        margin-left: 5px;
        margin-top: 4px;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: hand;
        text-decoration: none;
}
.pageButton {
        padding: 10px;
        width:175px;
        height:60px;
}
.pageButton:hover {
        padding: 10px;
        width:175px;
        height:60px;
}
a{
        color: #364984;
        text-decoration: underline;
}
a:hover{
        color: #364984;
        text-decoration: none;
}
.saveBut {
        background-color:#4f81bd;
        margin:0px;
        font-size: 9px;
        color: #FFFFFF;
        border: 1px solid #000000;
}
.saveBut:hover {
        background-color:#4f81bd;
        margin:0px;
        font-size: 9px;
        color: #FFFFFF;
        border: 1px solid #c6d9f1;
        cursor: hand;
}
.saveButDiv{
        text-align: right;        
}
.editBox a{
        text-decoration: underline;
        border-bottom: 1px solid #4f81bd;
        background-image: url(img/pencil.gif);
        background-repeat: no-repeat;
        background-position: right top;
        padding-right: 12px;
        line-height: 1.6em
}
.editBoxInput{
    border: none;
}
.editBoxForm{
    margin:0px;
}
.floatLeft{
        float: left;        
}
.butClass {
        background-color:#D6D3CE;
        margin-right:2px;
        margin-left:1px;
        margin-top:2px;
        margin-bottom:1px;
}
.butClassSelect {
        background-color:#D6D3CE;
        margin-top:0px;
        margin-bottom:4px;
}

.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 660px;
    bottom:0%;
    background-color: white;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
 
.white_content {
        display: none;
        position: absolute;
        top: 25%;
        left: 25%;
        width: 550px;;
        height: 360px;
        padding: 5px;
        border: 3px solid #4f81bd;
        background-color: #c6d9f1;
        z-index:1002;
        overflow: auto;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
}
a.delete {
   float:left;
   position:relative;
   top:0px;
   right:0px;
}
a.delete img {
   width:8px;
   height:8px;
   border:0;
   margin:0;
   padding:0;
   background-image: none;
   filter:alpha(opacity=80);
   -moz-opacity:.80;
   opacity:.80;
}
a.delete:hover img {
   filter:alpha(opacity=100);
   -moz-opacity:.100;
   opacity:1;
}
.iframefloat {
        width: 540px;
        height: 315px;
        margin: 0px;
}
.iframein{
        background-color: #c6d9f1;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        margin:0px;
        padding:0px;
}
