/********* M E N U   C O N T A I N E R ***********/
@media screen {
 #hdr_menu_div { height: 30px; position: relative; left: -4px; top: -35px; }
}

@media print {
 #hdr_menu_div { display: none; }
}

/********* L I N K S *********/
#hdr_menu_div a {
	color: #333333;
	text-decoration:none;
}
#hdr_menu_div a:hover {
	color: #84ADD7;
}

/********* F O N T   S I Z E S  &   H E A D E R S *********/

#hdr_menu_div h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #84add7;
	font-size: 18px;
	font-weight: bold;
}
#hdr_menu_div h2 {
	color: #84add7;
   	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   	font-weight: bold;
   	font-size: 17px;
   	line-height:19px;
   	clear: both;
	margin-top: 10px;
}
#hdr_menu_div h3 {
	color: #333333;
	font-size: 13px;
	background-color: #e0eaf5;
	line-height: 24px;
	text-indent: 7px;
}
#hdr_menu_div h4 {
	font-size:10px;
	font-weight:bold;
}

#hdr_menu_div a img
{
  border: none;
}


.padme
{
   padding-left: 5px;
   padding-right: 5px;
}
#fltr_table td
{
  text-align: left;
}

.manage td
{
  vertical-align: top;
}

.nondisp
{
  display: none;
}

.errmsg
{
  color: #BF0000;
}

/*  The following styles are for the navigation menu and statis html header */

#hdr_menu_div
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  width: 974px;
  margin-top: 1em;
  line-height: normal;
  padding-bottom: 1em;
  text-align: left;
 /* border-bottom: 1px solid #CCCCCC; */
  font-size: 12px;
  margin-right: auto;
  margin-left: auto;
  height: 30px;
  position: relative;
  left: 1px; 
  top: -35px;
}

#hdr_menu table, #hdr_menu tr, #hdr_menu td
{
  font-size: 10px;
}

#hdr_menu_div h1
{
  font-size: 18pt;
  margin-top: 10px;
  font-weight: bold;
}

#hdr_menu_div ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#hdr_menu_div a
{
	display: block;
	background-color: #58A2D5;
	padding: 3px 5px;
	border: 1px solid black;
}

#hdr_menu_div a:hover
{
	background: #BEC0C2 none;
	color: Black;
}

.nav_top
{
	text-align: center;
	width: 130px;
	background: url(../images/icon_arrow_menu.gif) no-repeat top right;
}

.nav_sub
{
	display: none;
	z-index: 100;
	position: absolute;
}

.nav_sub li {margin: 1px 0 1px 10px;}
.nav_sub li a {width: 120px;}
#comp_sub li a{width: 130px;}

/* These two styles set the colour for the current menu option */
a.nav_cur {background-color: #AACEE8 !important;}
a.nav_cur:hover {background-color: #BEC0C2 !important;}

.nav_single {
	text-align: center;
	width: 130px;
}

.rptbutton {
	width: 250px;
}




