﻿body {
	font: 76.4% Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
    background-color:#FFFFFF;    
     
}




td, th, input, select, textarea, optgroup {
	font-size: 11px;
}

a:link {
  color: #0240a3;
}

a:visited {
  color: #0240a3;
}

a:active {
  color: #000000;
}

img {
  border: none;
}

legend {
  white-space: nowrap;
}

h2
{
    font: bold 1.2em Tahoma;
}

/* ---------------------------- Grid Icons ------------------------ */
.GridLink
{
	display:none;
	}
	
.EmailReport
  {
    display: block;
    width: 100px;
    height: 15px;
    background: url(../Images/Grid/Email.gif) no-repeat 0 0;

  }
 
 .EmailReport:hover
  { 
    background: url(../Images/Grid/emailMouseOver.gif) no-repeat 0 0;
  }
  
 .MailReport
  {
    display: block;
    width: 130px;
    height: 15px;
    background: url(../Images/Grid/mail.gif) no-repeat 0 0;

  }
.MailReport:hover
  { 
    background: url(../Images/Grid/MailMouseOver.gif) no-repeat 0 0;
  }
  
 .DownLoad
  {
    display: block;
    width: 100px;
    height: 15px;
    background: url(../Images/Grid/Download.GIF) no-repeat 0 0;

  }
.DownLoad:hover
  { 
    background: url(../Images/Grid/DownloadMouseOver.gif) no-repeat 0 0;
  }
.ZipLoad
{
	text-decoration:none;
}

.ZipLoad:hover
{
	text-decoration:none;
}

.ZipLink
  {
  	 font-weight:bold;
  	 color:#08357A;     	
  }
 
.ZipLink:hover
  { 
    font-weight:bold;
  	 color:#C2B59B;  	
  }

/* --------------------------- LAYOUT -------------------------*/
body, form {
  margin: 0;
  padding: 0;
}

body {
  padding-bottom: 20px;
}

p, hr {
  margin: 5px 0;
}


hr {
  clear: both;
}



fieldset {
 margin: 0px 0;
 padding: 10px;
}


legend {
  margin-bottom: 5px;
  margin-left: -9px;
  padding-right: 5px;
  vertical-align: middle;
  padding-bottom: 3px;
}


fieldset > legend {
  margin-left: -2px;
}

legend img {
  vertical-align: middle;
}

fieldset p {
  margin: 5px 0;
}


textarea {
  width: 98%;
}


/* ------------------- Need for multi row column Rad COmbo box in Firefox -----------------------*/
.RadComboBoxDropDown
{
    overflow: hidden;
}
 
.RadComboBoxDropDown .rcbList
{
    float: left;
}

/*------------------------------ Disclaimer --------------------------------------*/
.Disclaimer
{
 text-align:center;
}
