@charset "utf-8";
/* CSS Document */

body.popup {background:none;}
body.popup #content {min-width:600px; min-height:500px}
body.popup #content #colPrimary{min-width:595px; min-height:500px}
#searchContent  h2 {background:none; margin:0; padding:0; font-family:Georgia, Verdana, Tahoma; font-size:14px; font-weight:normal; color:#163c58; line-height:24px; margin-bottom:10px; }
#searchContent  p {line-height:normal; margin:0;}
#searchContent  em {color:#163c58}

	#searchDiv ul {
		list-style: none;
		padding-left: 15px;
		margin: 0;
	}
	
	#searchDiv li {
		float: left;
		background: url(tabs/tabright.gif) top right no-repeat;
		margin: 0;
	}
	
	#searchDiv a {font-size:11px; font-weight:bold;
		display: block;
		background: url(tabs/tableft.gif) top left no-repeat;
		color: #654529;
		text-decoration: none;
		padding: 0.6em 1em 0.25em;
	}
	
	#searchDiv a:hover {
		color: #000;
	}
	
	#searchDiv .selected {
		font-weight: bold;
		background-image: url(tabs/tabrightactive.gif);
	}
	
	#searchDiv .selected a {
		background-image: url(tabs/tableftactive.gif);
		color: white;
	}
	#searchContent {
		clear: both;
		color: white;
		background: #FAF2C0;
		margin-left: 15px;
		margin-right: 15px;
		padding: 1em;
		border: 1px solid #F5DA55;
		min-height:40px;
	}

.btnSubmit{ padding: 3px; border: 1px solid #d1d1d1; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#666; background-color: #F7F7F7; }
