a:link   {

	text-decoration : underline; 

}



a:visited {

	text-decoration : underline; 

}



a:hover  {

	text-decoration : none; 

}



a:visited:hover {

	text-decoration : none;

}



h1 { font-family: Georgia;

	 font-size: 14pt; 

	 font-weight: 400;

}



h2 { font-family: Georgia;

	 font-size: 14pt; 

	 font-weight: 400;

}



h3 { font-family: Georgia;

	 font-size: 14pt; 

	 font-weight: 400;

}





/**************************************************************



	MultiBox

	v1.3



**************************************************************/



.MultiBoxContainer {

	position: absolute;

	border: 20px solid #000;

	background-color: #FFF;

	display: none;

	z-index: 2;

	text-align: left;

	/*overflow: hidden;*/

}



.MultiBoxLoading {

	background: url(images/loader.gif) no-repeat center;

}



.MultiBoxContent {

	position: relative;

	width: 100%;

	height: 100%;

	overflow: hidden;

}



.MultiBoxClose {

	position: absolute;

	top: -26px;

	right: -26px;

	background: url(images/close.png) no-repeat;

	width: 24px;

	height: 24px;

	cursor: pointer;

}





.MultiBoxControlsContainer {

	overflow: hidden;

	height: 0px;

	position: relative;

}



.MultiBoxControls {

	width: 100%;

	height: auto;

	position: relative;

	background-color: #000000;

}





.MultiBoxPrevious {

	position: absolute;

	background: url(images/left.png) no-repeat;

	width: 24px;

	height: 24px;

	left: 0px;

	margin-top: 5px;

	cursor: pointer;

}



.MultiBoxNext {

	position: absolute;

	background: url(images/right.png) no-repeat;

	width: 24px;

	height: 24px;

	right: 0px;

	margin-top: 5px;

	cursor: pointer;

}



.MultiBoxNextDisabled {

	cursor: default;

	background: url(images/rightDisabled.png) no-repeat;

}



.MultiBoxPreviousDisabled {

	cursor: default;

	background: url(images/leftDisabled.png) no-repeat;

}



.MultiBoxTitle {

	position: relative;

	margin: 10px 0 0 35px;

	float: left;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #FFF;

	font-weight: bold;

	text-align: left;

}



.MultiBoxNumber {

	position: relative;

	width: 50px;

	margin: 10px 35px 0 0;

	float: right;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #FFF;

	text-align: right;

}



.MultiBoxDescription {

	clear: left;

	position: relative;

	margin: 0 35px 0 35px;

	padding-top: 5px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #FFF;

	text-align: left;

}





/**************************************************************



	AnyLink JS Drop Down Menu 

	v2.2



**************************************************************/





.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/

background: #454545;

}



/* ######### Default class for drop down menus ######### */



.anylinkmenu{

position: absolute;

left: 0;

top: 0;

visibility: hidden;

border: 1px solid black;

border-top-width: 0;

border-bottom-width: 1;

font: normal 9pt Arial;

line-height: 18px;

z-index: 100; /* zIndex should be greater than that of shadow's below */

background: #2c2c2c;

width: 200px; /* default width for menu */

}



.anylinkmenu ul{

margin: 0;

padding: 0;

list-style-type: none;

}



.anylinkmenu ul li a{

color: white;

width: 100%;

display: block;

text-indent: 3px;

border-bottom: 0px solid black;

padding: 5px 0;

text-decoration: none;

font-weight: bold;

text-indent: 18px;

}



.anylinkmenu a:hover{ /*hover background color*/

background: #454545;

color: white;

}



/* ######### Alternate multi-column class for drop down menus ######### */





.anylinkmenucols{

position: absolute;

width: 350px;

left: 0;

top: 0;

visibility: hidden;

border: 1px solid black;

padding: 10px;

font: normal 12px Verdana;

z-index: 100; /*zIndex should be greater than that of shadow's below*/

background: #E9E9E9;

}



.anylinkmenucols li{

padding-bottom: 3px;

}



.anylinkmenucols .column{

float: left;

padding: 3px 8px;

margin-right: 5px;

background: #E0E0E0;

}



.anylinkmenucols .column ul{

margin: 0;

padding: 0;

list-style-type: none;

}







/* ######### class for shadow DIV ######### */





.anylinkshadow{ /*CSS for shadow. Keep this as is */

position: absolute;

left: 0;

top: 0;

z-index: 99; /*zIndex for shadow*/

background: black;

visibility: hidden;

}



#signup form
{
margin:0px;
padding:0px;
display:inline;
}

#signup input
{
margin:0px;
padding:0px;
display:inline;
}

#signup input[type="text"]
{
margin:0px;
padding:0px;
display:inline;
vertical-align:top;
margin-top:10px;
margin-left:20px;
font-size:10px;
color:#000;
padding:1px;
font-family:verdana,arial;
letter-spacing:-1px;
}

#signup label
{
	float: left;
	font-weight: bold;
	color: #fff;
}

#signup label.error
{
	font-size: 11px;
	float: left;
	color: red;
	padding-left: 10px;
	vertical-align: top;
	position: absolute;
	z-index: 100;
	top: 180px;
	margin-left:-150px;
}

#signup input.error
{
	border: 2px solid red !important;
	width: auto;
}



	.results
	{
	font-family:arial;
	font-size:12px;
	text-align:center;
	}
	.results tr:nth-child(2n+1)
		{
			background-color:#E3F3F9;
		}
			.results tr:nth-child(2n+0)
		{
		background-color:#F0F9FC;
		}
		
.results tr:hover
{
background-color:#B2CED7;

}

.results tr a:link
{
color:#000;

}
.results tr a:visited
{
color:#333;

}

