tr.SearchResultListRowOdd {
	background-color: #CCDEF2;
}

tr.SearchResultListRowEven {
	background-color: #F1F1F1;
}

.boxFont
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}

.boxFont a
{
  text-decoration: underline;
  color: #0000ff;
}

.breadcrumb
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
}

.breadcrumb a:visited
{
  color: #003366;
}

.breadcrumb a
{
  color: #003366;
}

a{ 
 text-decoration: none;
}

a:hover{ 
 text-decoration: underline;
}

.tableheaderFont
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}



html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	margin: 0;
	background-attachment: fixed;
	background-image: url(./images/blueGradPageBG1.jpg);
	background-repeat: repeat-x;

}


#header {
	float: left;
	width: 100%;
	background: #FFF url("./images/whiteBar.gif") repeat-x bottom;
	line-height: normal;
	padding: 0 0 0 20px;
}
#header ul {
	margin: 0;
	padding 10px 10px 0;
	list-style: none;
}
#header li {
	float: left;
	background: url("./images/bothTabsLeft.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
	border-bottom: 1px solid #000;
}
#header a {
	float: left;
	display: block;
	width: .1em;
	background: url("./images/bothTabsRight.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	white-space: nowrap;
	
}
#header > ul a {
	width: auto;
}
#header #current {
	background-image: url("./images/activeTabLeft.gif");
	border-width: 0;
}
#header #current a {
	background-image: url("./images/activeTabRight.gif");
	padding-bottom: 5px;
}

#tabBar {
	clear: left;
	position: relative;
	margin: 0;	
	padding: 0;
	border: 0;
	width: 745px;
	height: 18px;
	background: #FFF url("./images/fadeBar.gif") repeat-x bottom;
}



.textMenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.textMenu a {
	color: #000;
	text-decoration: none;
}
.textMenu a:visited { 
    color: #000;
	text-decoration: none;
}
.textMenu a:hover { 
    color: #F60;
	text-decoration: underline;
}



.topNavFont a
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;

}

.topNavFont a:hover
{
  color: #CCCCCC;
}


.topNav
	{
	clear: both;
	height: 28px;
	background-color: #003366;
	margin: 0px 0 5px 0;
	padding: 0px;
	}
	
#topNav ul
	{
	margin: 0px;
	padding: 2px 0 0 0;
	}

* HTML DIV#topNav ul
	{
	padding: 7px 0 0 0;
	}


#topNav li
	{
	list-style: none;
	display: inline;
	font-size: 75%;
	background-image: url(./images/template/topNavBorder.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px;
	padding: 7px 10px 8px 10px;
	}

#topNav li.leftMenuItem
	{
	background-image: none;
	}

#topNav li a:link, #topNav li a:visited
	{
	color: #FFFFFF;
	text-decoration: none;
	}

#topNav li a:hover
	{
	color: #CCCCCC;
	}

/*START A-Z*/
 #az  {	clear: both; width: 340px; font-weight: normal;  font-size: 11px;}
 #az .box { background-color: #F1F1F1;	float: left; height: 20px;	width: 20px;	border: 1px solid #366AB3;	margin-left: 3px;	margin-bottom: 4px;	 text-align: center;}
 #az .box a {text-align: center;	height: 20px;width: 20px; font-weight: normal; text-decoration: none;	padding-top: 2px;}
 #az .box a:hover {	text-align: center;	height: 20px;	width: 20px;font-weight: normal; color: #366AB3; background-color: #CCDEF2;}
/*END A-Z*/

