h1,h3
{
	font-family: Verdana, Sans-Serif
		}
h2
{
	font-family: 'Estrangelo Edessa','Garamond', 'Verdana', 'Sans-Serif';
	font-weight:bold;
	font-size: 16pt;
	color:  #000000;
	font-style: oblique;
	text-align: center;
	}		

body
{
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
	width: 700px;
	font-family: Tahoma,Verdana, Sans-Serif;
	font-size: 8pt;
	background-color: #f5f5f5;

}

/*begin creating the tabs */
.menu {
	background: url(images/bluebar27.gif);
	margin-left: 1px;
	font-size: 8pt;
	background-repeat: no-repeat;
	
}
/* set tab1 as top level container table, then target TDs inside, putting line between menu items*/
.menuItem td {
    color: #FFFFFF;
    height: 18px;
    text-align: center;
    font-size: 8pt;
    border-right: #FFFFFF 1px groove;
    
}
/* make the static hover style 
.menuItem a:hover {
	color: #000000;
	font-size:8pt;
}*/

/* make link and visited the same look for both menu items and dropdown menu items*/
.menuItem a:link, .menuItem a:visited, .menuPopupItem a:link,.menuPopupItem a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8pt;
	padding: 0px;
}
/* make drop down menu item style */
.menuPopupItem {
	width: 130px;
	color: #FFFFFF;
	font-size: 97%;
	padding: 1.9pt;
	font-weight:bold;
}

/* make hover style */
.menuPopupItem a:hover, .menuItem a:hover {
	width: 130px;
	height: auto;
	color: #000000;
	font-size: 8pt;
	padding: 0px;
	
}
.menuPopupItem a:hover {
    font-weight: bold;
}

/* make dropdown menu container style */
.menuPopup {
    background: url(Images/bluebar_25.gif) ;
	background-attachment: inherit;
	width: 130px;
	height: auto;
	color: #000000;
	font-size: 8pt;
	padding: 0px;
}

/* make current tab's background black
.menuSelectedItem td {
	font-size: 8pt;
	background-color: #000000;
}*/
/************************************************/
.button
{
	background-color: #b0c4de;
	color: #00008B;
	font-family: Tahoma;
	font-size: 8pt;
	}
	
.search
{
	font-family: Tahoma;
	font-size: 8pt;
	color: Blue;
	font-weight: bold;
	}
	
.label 
{
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: #00008B;
    }
    .GridTitle
{
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: #ff7f50;
    }
 .txtFormBox
{
    font-family: Tahoma;
    font-size: 8pt;
    width: 149px; height: 12px
    }
    
    .textbox 
	{
		font-family: Tahoma;
		font-size: 8pt;
		color: Blue;
		border-style: outset;
		border-bottom-color: #b0c4de;
		border-right-color: #b0c4de;
		border-bottom-width: 3px;
		border-right-width: 2px;
		}
		
		hr 
{
	width: 780px;
	border-bottom: outset thin olive;
	}
	.panelstyle
	{
		border: outset 1px;
}

.Error 
{
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: #FF6347;
    }

.PageTitle
{
	font-weight: bold;
	font-size: large;
	color: #0000cc;
	font-family: Tahoma, 'Arial Black';
}
/* begin making the tables*/
.FooterStyle {
    background-color:#8EAFD1;
    font-weight:bold;
    color: White;
}
.RowStyle {
    background-color:#ECF1F2;
    color: Black;
}
.EditRowStyle {
    background-color: #DCE8EB;
}
.SelectedRowStyle {
    background-color: #0E4EAD;
    font-weight: bold;
    color:#000066;
}
.PagerStyle {
    background-color:#1F558B;
    color: White;
    text-align:center;
}
.HeaderStyle 
{
    background-color:#8EAFD1;
    font-weight: bold;
    color:Black;
}
.AlternatingRowStyle 
{
    background-color:White;
    color:#000066;
}
/* ////////These were the sample table styles considered for the revamp ////////

.gridview1 {
  border-collapse: collapse;
  border: 0px solid #03476F;
  font: bold 8px verdana, arial, helvetica, sans-serif;
  color: White;
  background: #8EAFD1;
  
  }
.gridview2 {
  border-collapse: collapse;
  border: 1px solid #03476F;
  font: normal 8px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: #92C428;
  }
.tablestyle {
  text-align: center;
  font: bold 18px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #000000;
  text-transform: uppercase;
  }
.altrow {
  background: #AEE239;
  }
.altrowstyle {
  border: 1px dotted #03476F;
  padding: .4em;
  color: #363636;
  }
.rowstyle th{
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #03476F;
  text-align: left;
  background: #4591AD;
  color: #FFFFFF;
  padding-top:3px;
  }
.selectedrowstyle td a:hover {
  background: #C2F64D;
  color: #363636;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
tfoot td {
  border: 1px solid #03476F;
  background: #4591AD;
  padding-top:3px;
  color: #FFFFFF;
  }
tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #363636;
  }
tbody th a:hover {
  background: transparent;
  color: #363636;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }

tbody tr:hover {
  background: #FFFF00;
  border: 1px solid #03476F;
  color: #FFFFFF;
  }

tbody tr:hover th,
tbody tr.odd:hover th {
    color: #FFFFFF;
  }
tbody tr:hover th 
{
    background: #7dd0fa;
}
*/