body {
 background-color:#FFFFFF;
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 11px;
 color: #000000;
 padding:auto;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}


table, td {
 font-size: 11px;
 color: #000000;
}

.TdBorder 
{
 border-top:1px solid #ccc;
 border-left:1px solid #ccc;
 border-right:1px solid #ccc;
 border-bottom:1px solid #f5f5f5;
  font-weight: bold;
 font-size: 11px;
 background-color: #f5f5f5;
 color: #000000;
 text-decoration: none;
 }
 
 
 .TabLinks
{
  font-weight: bold;
 font-size: 11px;
 color: #000000;
 text-decoration: underline;
 }

h1 {
 font-size: 13px;
 font-weight:bold;
 color: #6C7BBF;
}

.h1gray {
 font-size: 13px;
 font-weight:bold;
 color: #666666;
}
.grayborder {
 border:1px solid #C1C1C1;
}
.grayborder a:link {
 color: #666666;
 text-decoration: none;
}
.grayborder a:hover {
 color: #AAAAAA;
 text-decoration: underline;
}
.grayborder a:visited {
 color: #666666;
 text-decoration: none;
}
.grayborder a:visited:hover {
 color: #AAAAAA;
 text-decoration: underline;
}
.blueborder {
 border:1px solid #C2C7E1;
}

.whitemenu {
 font-weight:bold;
 color: #FFFFFF;
}
.whitemenu a:link {
 text-decoration: none;
 color: #FFFFFF;
}
.whitemenu a:visited {
 text-decoration: none;
 color: #EEEEEE;
}
.whitemenu a:hover {
 text-decoration: underline;
 color: #FFFFFF;
}
.whitemenu a:active {
 text-decoration: none;
 color: #FFFFFF;
}
.help {
 padding:5px;
 color: #CC0000;
}
.servername {
 font-size: 12px;
 font-weight:bold;
 color: #6C7BBF;
}
.formtext {
 font-size: 11px;
 color: #000000;
}
.formbutton {
 font-size: 11px;
 font-weight: bold;
 color: #FFFFFF;
 background-color: #6C7BBF;
 border-top-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
 border-left-style: solid;
 border-top-color: #929FE7;
 border-right-color: #3D49A8;
 border-bottom-color: #3D49A8;
 border-left-color: #929FE7;
}

/*nea styles*/

.optionsHeader {
    background-color:#696565;
    padding:4px;
    font-size: 12px;
    font-weight:bold;
    color: #ebe6ec;
    border-bottom:solid 1px #666666;
}

.optionsHeader a
{
 color: #ebe6ec;
}


.optionsHeaderCentered
{
 background-color:#D7E0F2;
 padding:4px;
 font-size: 12px;
 font-weight:bold;
 color: #000000;
 border-bottom:solid 1px #666666;
 text-align:center;
}

.optionsHeaderCentered a
{
 color: #FFFFFF;
}

.errorclass {
 color:Red;
}

/*=== CONTENT ==============================*/

.content 
{
 padding: auto;
}

.content a:link, .content a:visited {
 color: #EE2626;
 text-decoration: none;
        }

.content a:hover, .content a:active {
        color: #b26632;
        }
  
.content ol {
list-style: inside;
list-style-type:decimal;
padding: 5px 10px;
}

.content ul {
list-style: inside;
padding: 5px 10px;
}

.content ul div {
display: inline;
}


/*=== Corrections ==============================*/

.grid_header {
text-align: left;
}

.grid_header a{
color: #443266;
}

.grid_header th {
padding: 3px;
background-color: #C6C6C6;
color: #443266;
border-right: solid 1px #505050;
text-align: left;
}

.grid_row td {
padding: 3px;
background-color: #F1F0FF;
color: #443266;
border-right: solid 1px #505050;
}

.grid_alt_row td {
padding: 3px;
background-color: #EFF2FF;
color: #443266;
border-right: solid 1px #505050;
}

th.grid_action,
td.grid_action {
text-align: center;
}

.grid_footer {
}

.setup_wrapper {
    padding: 40px 40px 40px 40px;
    margin: 40px 40px 40px 40px;
    border:solid 1px #000;
    background-color:#F1F0FF;
    min-height:400px;
    }

.setup_wrapper h1{
    color:#76337D;
    font-size:15px;
    border-bottom: solid 1px;
    }
