﻿
*
{
    margin:0;
    padding:0;
}
body
{
   font-family:Verdana, Arial, Serif; 
   font-size:12px; 
}

textarea
 {
    resize: none;
}

/*Header section*/
#header
{
  border-left:30px solid #CC9933;
  border-right:30px solid #CC9933; 
  background-image:url('images/top-bg.jpg');
  background-repeat:no-repeat;
  background-color:#FEFBF0;
  height:283px;
}
#content
{
  border-left:30px solid #CC9933;
  border-right:30px solid #CC9933;  
  background-color:#FFFFFF;
  min-height:250px;
  overflow:auto;
}
#footer
{ 
    background-color:#000000;
    height:40px;
}
#header, #content, #footer
{
  
  clear:both;
}
#logo
{
    background:transparent url('images/logo.gif');
    background-repeat:no-repeat;
    margin-top:150px;
    margin-left:350px;
    height:51px;
    width:306px;
    float:left;  
}
#headerMenu
{
    float:left;
}
/*Header section ends*/
#wrapper
{
   border-top:20px solid #000000;
   margin:0 auto;
   width:1024px;
   height:auto;
}
.divClear
{
    clear:both;
    height:5px;
}
 a 
{
 text-align:center;
 font:12px arial;
 line-height:25px;
 color:#000000;
 display:block;
 float:left;
text-decoration: none;
}
 a:hover { 
background-position: 0 -28px;
color: #CC6600;
}
 a:active {
background-position: 0 -56px;
color:red;
}
 a.selected
{
 text-align:center;
 font: bold 13px sans-serif;
 line-height:25px;
 color:#CC6600;
 display:block;
 float:left;
}
.TitleImage
{
float:left;
width:250px;
padding:5px;
margin:5px;
border:1px solid black;
text-align:center;
}
.divClear
{
    clear:both;
    margin:5px;
}
.divLabel
{
    float:left;
    width:110px;
}
.divTextBox
{
  float:left;
  width:180px;    
}
.divClear
{
    clear:both;
    height:5px;
}
.labelSNR, .textboxSNR, .captionSNR,.dropdownSNR, .checkboxSNR, .validatorSNR, .confirmSNR
{
   font-weight:normal;
   font-size:11px;
   line-height:12px;
   font-family:Sans-Serif;  
}
.labelSNR, .textboxSNR, .captionSNR,.dropdownSNR, .labelCaptchaSNR, .textboxCaptchaSNR
{
    width:85%;
}
.validatorSNR
{
  color: Red;
}
.confirmSNR
{
    color:Green;
    background: url('images/tick.jpg') no-repeat 1%;
    background-position:left;
}
.TitleText
{
   color:#000066;
  font-weight:300;
  font-size: 16px;
  line-height: 25px;
  font-family: Sans-Serif;
  margin:3px 3px;
}
