/*For the right column----------------------------------------------------------------*/

#adcontainer {
	width:150px;
	float: right;
	margin: 0px 0px -32767px 0px;
	padding: 0px 0px 32767px 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left: 1px dotted #cccccc;
	background-image: url(../images/structure/grad-right.png);
	background-repeat: repeat-y;
	background-position: 0px;
	}
	
	div.adbox {
		
		float: right;
		width: 150px;
		height:100px;
		margin: 0px 0px 0px 0px;
		padding:0px;
	
		}

	div.bottomadbox {
		height: 30px;
		width: 200px;
		margin: 0px;
		padding:0px 0px -px 0px;
		background-image: url(../Images/structure/bottomad.png);
		}

	.tableheader a, .tableheader a:link,.tableheader a:visited, .tableheader a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height:13px;
	font-weight: bold;
	color: #CC9900;
	margin: 0px;
	padding: 3px 5px 0px 5px;
	
	}
	.tableheader a:hover {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		line-height:13px;
		font-weight: bold;
		color: #666666;
		margin: 0px;
		padding: 3px 5px 0px 5px;
	}

	.tablefooter a, .tablefooter a:link, .tablefooter a:visited, .tablefooter a:active {
		text-align: left;
		display: block;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 10px;
		color: #FFFFFF;
		line-height: 10px;
		margin :0px 0px 0px 0px;
		padding: 0px 5px 0px 5px;
		font-weight: normal;
	}

	.tablefooter a:hover {
		color: #666666;
	}


/*OVERTURE RESULTS the element containing each result--------------------------------------------------------------------------------*/


.resultsBox {
font-family: Georgia, "Times New Roman", Times, serif;
	color:#0000CC;
	padding:0px 8px 3px 4px;
	text-align:justify;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
	margin-left:18px;
	
}

a.resultsTitle, a.resultsTitle:link, a.resultsTitle:visited, a.resultsTitle:active, a.resultsTitle:hover{
		font-weight:bold;  
		font-size:16px; 
		color:#CC9900; 
		text-decoration:none; 
		line-height:18px;}


a.resultsTitle:hover {
		text-decoration:underline;
		color: #336600;
}

a.clickDesc, a.clickDesc:link, a.clickDesc:visited,a.clickDesc:active, a.clickDesc:hover {
		color:#000000; 
		text-decoration:none; 
		font-weight:normal; 
		line-height:15px;  
		font-size:11px;
		}

a.clickDesc:hover {
	color: #CC9900;
}

a.resultsurl, a.resultsurl:link, a.resultsurl:visited, a.resultsurl:active, a.resultsurl:hover {   
		font-size:13px; 
		font-weight:normal;   
		text-align:right;  
		font-style:normal;
		color:#336600; 
		text-decoration:underline; }

a.resultsurl:hover {
		color: #999999;
}



div.resultsBox i
{font-size:9px;
color:#CCCCCC}