/* Author: mcl */

/* Search Panel */

@media print {

}

@media screen 
{

.searchContent {
	width: 136px;
	height: 41px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 691px;
	z-index: 3;

}

.searchBookmarkContent {
	height: 35px;
	width: 94px;
	}

.searchBookmark {
	height: 35px;
	width: 86px;
	background: url(../../img/general/yellowTabInactive.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	cursor: pointer;
	text-decoration: none;
	display: none;
	}

.searchBookmarkYellow {
	height: 35px;
	width: 86px;
	background: url(../../img/general/yellowTab.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	cursor: pointer;
	text-decoration: none;
	display: none;
	}

.searchBookmarkVisible {
	display: block;
	}
	
.searchField {
	top: 30px;
}
.searchAdvanceDivLink {
	width: 300px;
	height: 15px;
	position: absolute; 
	top: 40px; 
	left: 598px;
	color:#6D6E71;
	cursor:pointer;
	font-family:Trebuchet MS;
	font-size:12px;
	font-weight:bold;
	text-decoration:none; 
	}
.searchAdvanceDivLinkHref {
	color:#6D6E71;
	cursor:pointer;
	font-family:Trebuchet MS;
	font-size:12px;
	font-weight:bold;
	text-decoration:none; 
	}

.searchRadioField_01 {
	width: 15px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	position: absolute; 
	top: 75px; 
	left: 215px;  
	}	
	
.searchRadioField_02 {
	width: 15px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	position: absolute; 
	top: 75px; 
	left: 377px;  
	}	

.radioText_01 {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
	color: #6D6E71;
	position: absolute; 
	top: 75px; 
	left: 235px;  
	}
	
.radioText_02 {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
	color: #6D6E71;
	position: absolute; 
	top: 75px; 
	left: 397px;  
	}    
}


	
	

