/* --Client side CSS */

.resultBlock1, .resultBlock2 {
	padding: 5px 5px 15px 5px;
	}
	
.spiderHighlight {
	font-weight: bold;
	background-color: #C1BD94;
	}
	
a.spiderResultTitle {
	font-size: 11px; 
	text-decoration: underline;
	}
	
a.spiderResultTitle:link{
	color:#B83F06;
	text-decoration: underline;	
	}
	
a.spiderResultTitle:visited {
	color:#B83F06;
	text-decoration: underline;	
	}
	
a.spiderResultUrl, .spiderResultUrl {
	text-align: left; 
	text-decoration: underline; 
	color: #520D04;
	}
	
a.spiderSpecial {
	text-decoration: underline; 
	color: #A69C78;
	}
	
.spiderInfoBar {
	background-color: #3366cc; 
	padding: 2px 5px; 
	color: #fff;
	}

/* -- Admin CSS */
.cpanel {background-color: #DCDCDC; padding: 2px; border: 2px outset #F5F5F5;}
.cpanel td a {color: #251E44; font-weight: bold; text-decoration: none;}
.cpanel td a:hover {color: #FF4500; font-weight: bold;}
.cpanel table td {padding: 0px 3px;}
.spiderSub {font-size: 15px; font-weight: bold; border-bottom: 1px solid #778899; margin-bottom: 10px;}
.spiderPane {padding: 5px; border: 3px double Silver; background-color: #F5F5F5;}
.spiderPane table.info {border: 1px solid #778899;}
.spiderPane table.info th {font-size: 13px; font-weight: bold; padding: 2px 5px;}
.spiderPane table.info td {padding: 2px 5px; border-top: 1px solid #778899;}
.spiderCSNor {background-color: #D4EAD6;}
.spiderCSWar {background-color: #FFFFE0;}
.spiderCSErr {background-color: #F19D9D;}
.spiderCSNaN {background-color: #F5F5F5;}
