body {
 background-color:#FFFFFF;
 margin: 0px;
 padding:0px;
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 11px;
 color: #000000;
}

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;
}

h1 {
 font-size: 13px;
 font-weight:bold;
 color: #696565;
}

/*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 for Rad Editor ==================*/

.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;
    }

.topheader{
    background-image: url(../images/innetbg.jpg);
    height:50px;
}

.buttons {
 font-size: 10px;
 padding: 2px;
 background-color: #996B99;
 color: #ebe6ec;
 border: solid 1px #989494;
 cursor: hand;
 cursor: pointer;
}

.text6
{
 font-weight: normal;
 font-size: 11px;
 color: #000000;
 text-decoration: none;
}

.optionsmenu {
 font-weight: bold;
 font-size: 10px;
 color: #FFFFFF;
 text-decoration: none;
 vertical-align:middle;
 height:24px;
 background-image:url(../images/menu_back.png);
}

.optionsmenu a {
 background-image:none;
}

.optionmenucell span {
 color:#FFFFFF;
}

.optionmenucell a {
 vertical-align:bottom;
 color:#FFFFFF;
}

.langslist {
 margin-top: 0px;
 font-weight: bold;
 font-size: 9px;
 margin-bottom: 0px;
 padding-bottom: 0px;
 color: black;
 padding-top: 0px;
 text-decoration: none;
}

.catspanel
{
 font-weight: bold;
 font-size: 10px;
 color: #454545;
 background-color: #F9FBFF;
 border: solid 1px #cccccc;
 text-decoration: none;
}
 

.contcatTables
{
 border: gainsboro 1px solid;
 background-color: #F9FBFF;
}

.blackmenu
{
 font-weight: bold;
 font-size: 12px;
 color: #000000;
 background-color: #ffffff;
}

.template_repeater 
{
    float:left;
    width:200px;
    height:200px;
    padding:2px 5px 2px 5px;
}

.template_repeater h3
{
    text-align:center;
}

.clear {clear:both;}