﻿body {
	font-family: 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
  {
  	 font-weight:bold;
  	 color:#0381AA;     	
  }
 
.GridLink:hover
  { 
    font-weight:bold;
  	 color:#00548A;  	
  }
  
  .EmailReport
  {
     text-decoration: none;
  }
 
 .EmailReport:hover
  { 
     text-decoration: none;
  }
  
 .MailReport
  {
     text-decoration: none;
  }
.MailReport:hover
  { 
     text-decoration: none;
  }
  
 .DownLoad
  {
     text-decoration: none;
  }
.DownLoad:hover
  { 
    text-decoration: none;
  }
.ZipLoad
{
	text-decoration:none;
}

.ZipLoad:hover
{
	text-decoration:none;
}

.ZipLink
  {
  	 font-weight:bold;
  	 color:#0381AA;     	
  }
 
.ZipLink:hover
  { 
    font-weight:bold;
  	 color:#00548A;  	
  }


/* --------------------------- 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;
}
