/**
* list setup
*/
ul.orange, ul.paper, ul.tick {
	line-height: 20px;
	list-style-type: none;
	margin: 0 0 0 20px;
}
ul.tick {
	margin: 0px;
	padding-bottom: 5px;
}
ul.orange {
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.paper {
	padding: 10px;
}

ul.orange li{
	padding: 2px 0 8px 15px;
	background: url(../images/bullets/orange.gif) 0 8px no-repeat;
	line-height: normal;
}

ul.tick li {
	padding: 0 0 0 15px;
	background: url(../images/bullets/tick.gif) 0 6px no-repeat;
}

ul.paper li {
	margin: 0 0 10px 0;
	background: url(../images/bullets/paper.gif) 0 7px no-repeat;
}

ul.paper li a {
	padding: 0 0 0 15px;
	display: block;
}

ol {
	margin: 10px 0 0 23px;
}

/**
* news section
*/
#news {
	width: 210px;
	margin: 0 0 20px 0;
	background-color: #F1F2F8;
}

/**
* tables
*/
table#results {
	width: 462px;
}

table#results .titles {
	background-color: #E6E6E6;
}

table#results img {
	padding: 0 10px;
}


table#results td.moreCol {
	text-align: right;
}
table#results td.moreCol img {
	padding: 3px;
	
}


table#results p {
	padding: 10px 10px;
}

table#results tr.dots {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background: url(../images/layout/greyDotLine.gif) repeat-x;
}

/**
* colgroups
*/
col.heading {
	width: 25%;
	}
	
/**
* grey bar
*/
.bar {
	height: 28px;
	line-height: 28px;
	margin: 10px 0;
	text-align: right;
	background-color: #E5E5E5;
	}
	
.bar p {
	padding: 0 5px 0 0 !important;
	margin: 0 !important;
	}
	
.bar a {
	text-decoration: none;
	}

/**
* general
*/
.paginator {
	margin: 0 0 10px 0;
}

.quote {
font-weight: bold;
font-size: 12px;
}


.alert {
	background-color: #FF9A9A;
	border: 1px dashed black;
	padding: 5px;
	color: #240000;
	font-size: 115%;
	
}

	.alert a {
		color: #240000;
	}
	
	.alert a:hover {
		text-decoration: none;
	}
	

.alert2 {
	background-color: #FFE2CF;
	border: 1px solid #FF6600;
	padding: 5px;
	color: #240000;
	font-size: 115%;
	
}

	.alert2 a {
		color: #000000;
	}
	
	.alert2 a:hover {
		text-decoration: none;
	}
	
	
.alert3 {
	background-color: #E0FFCF;
	border: 1px solid #8DC02B;
	padding: 5px;
	color: #240000;
	font-size: 115%;
	margin:5px 0;
	
}
	.alert3 h4 {
		font-size: 110%
	}
	
	.alert3 p {
		margin: 0px;
		padding: 0px 0px 5px 0px !important;
	}
	.alert3 a {
		color: #000000;
		background: transparent url(../images/icons/magnifier.png) no-repeat;
		margin-left:5px;
		padding-left:20px;
		text-decoration: none;
		font-weight: bold;
		
	}
	
	.alert3 a:hover {
		text-decoration: underline;
	}
	
	
	
div#searchHelp h3 {
	font-size: 10pt;
	padding: 6px;
	color: #1863AD;
	background: #E6E6E6;
	margin-bottom: 2px;
	margin-top: 19px;
}


div#searchHelp div.tip {
	background: #FFF5DE url('../images/layout/tip_bg.gif') no-repeat 10px 10px;
	padding: 4px 4px 4px 60px;
	border: 1px solid #AB9C7B;
	color: #947630;
}

div#searchHelp div.tip h3 {
	background: none;
	color: #000;
	font-size: 130%;
	margin:0px;
	padding: 5px 0 0 0;
}


div#searchHelp div.tip ul {
	padding-left: 20px;
}
 
 
 
 
 div#searchHelp div.infoBox {
 	background: #EFEFEF url('../images/layout/info_bg.gif') no-repeat 10px 10px;
 	padding: 4px 4px 4px 80px;
 	border: 1px solid #6F6F6F;
 	color: #6F6F6F;
 }
 
 
div#searchHelp div.infoBox ul {
	padding-left: 20px;
}
 
 
.fr {
	float: right;
}

.fl {
	float: left;
}

.fc {
	margin-left:117px;
}


img.fr, img.fl  {
	margin: 15px;

}

.contactBox {
	padding: 5px;
	border: 1px solid black;
	background: #EFF1FF;
	width: 380px;
	margin-left: 25px;
	margin-bottom: 9px;
}

.contactBox h5 {
	margin-bottom: 4px;
}

.vSmall, .vSmall a {
	font-size: 7pt;
	color: #7F7F7F;
}


#searchHelp table {
	width: 400px;
	margin: auto;
	border: 0px;

}


#searchHelp table th {
	font-size: 120%;
	border-bottom: 1px solid #BFC3E0;
	padding: 4px;
}

#searchHelp table td {
	padding: 4px;
	border-bottom: 1px dashed #DFDFDF;
	
	
	
}