﻿a 
{
  text-decoration: none;
  color:#000000;
  z-index: 2000; 
  border: 0px;
 }
a:visited {
	text-decoration: none;  	
}
a:hover {
	text-decoration: underline;
	color:#8b0000;	
}

img
{
  border: 0px;
}

h1 
{
  font-family:Verdana;
  font-size:medium;
  font-weight:bold;  
}

h2 
{
  font-family:Verdana;
  font-size:small;
  font-weight:bold;  
}

h3 
{
  font-family:Verdana;
  font-size:x-small;
  font-weight:bold;  
}

h4, h5, h6 
{
  font-family:Verdana;
  font-size:xx-small;
  font-weight:bold;  
}
   
  
fieldset
{
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border: 1px solid #c6d6e6;
  border-radius: 5px;
  border: 1px solid #c6d6e6;
  width: 570px;
  padding:5px;
}
    
legend
{
  border : 1px solid #c6d6e6;
  font-weight:bold;
  padding:3px;   
}

.formText
{
  font-family:Verdana;
  font-size:x-small;
  z-index:10000;   
}

.formTitle
{
  font-family:Verdana;
  font-size:small;
  font-weight:bold;
}

.menu
{
  z-index:10000;
  position: relative;  
  left: 250px; 
  font-weight:bold;
  height:28px; 
  font-weight:bold; 
}

.menu a:hover
{
  text-decoration: none;
  color:#000000;  
}

.menuStatic
{
  height:28px;
  font-family:Verdana;
  font-size:x-small;
  font-weight:bold;
}

.menuItemStatic
{
  height:28px;
  font-weight:bold;
}

.menuDynamic
{
  font-family:Verdana;
  font-size:x-small; 
  font-weight:bold;
  border-bottom: solid 1px Silver;
  border-right: solid 1px Silver;
  border-left: solid 1px Silver;  
}

.menuItemDynamic
{
  font-family:Verdana;
  font-size:x-small; 
  font-weight:bold;  
}


.edSearch
{
  border: 1px solid #000000;
  font-family: Verdana;
  font-size: x-small;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border: 1px solid #c6d6e6;
  border-radius: 5px;
  padding-left:2px;
}

.dropDownList
{
  border: 1px solid #999999;
  background-color: #F0F0F0;
  font-family: Verdana;
  font-size: x-small;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;  
  border-radius: 5px;
  padding-left:2px;
}

.textBox
{
  border: 1px solid #999999;
  background-color: #F0F0F0;
  font-family: Verdana;
  font-size: x-small;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;  
  border-radius: 5px;
  padding-left:2px;
}


.button
{
  border: 1px solid #00729F;
  font-family: Verdana;
  font-weight: bold;
  font-size: x-small;   
  background-color: #c6d6e6;
  color:#000000;
  padding:.2em 1em;
  
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=white, EndColorStr=#C6D6E6);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;  
  border-radius: 5px; 
}

.imgMore
{
  position: relative;
  top: 4px;
  left:5px;
  z-index: 2000;
}


.trAlternateRow
{
  background-color: #F0F0F0;   
}


.alternateTd TD
{   
  border-bottom: dashed 1px Silver;
}

.clearTd TD
{
  border: none;
}

.tableBlack
{
  border: Solid 1px #A0A0A0;  
}

.tableBlack TD, .tableBlack TH
{
  border: Solid 1px #A0A0A0;  
}