/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

dl {
	margin-bottom: 5px;
		width: 150px;
		padding: 0;
		background: #E1E1E1 url(box_bottom.png) no-repeat bottom left;
		

		}

	dt {
		border-bottom: 1px solid #000;
		margin: 0;
		padding: 4px;
		font-size: 12px;
		background: #E1E1E1  url(box_top.png) no-repeat top left;
		color:#fff;
		font-weight: bolder;
		text-align:center;
		
		}
	
	dd {
	margin: 5px 0 0 0;
	padding: 0 10px 10px 10px;
	color: #666;
	font-family: Verdana, sans-serif;
	font-size: 85%;	
	
		}

	
		.blue dt {
	background-color: #000;
		}
	
	.blue { background-color: #fff; border-left: 1px solid #CCC; border-right: 1px solid #CCC;}

dl.blue select {width: 130px; font-family:Verdana, Geneva, sans-serif; font-size:12px; height: 20px; font-weight: 600; letter-spacing: -1px;}
dl.blue input.searchbarin {font-family:Verdana, Geneva, sans-serif; height: 15px; font-size: 10px;}


dd a { text-decoration:none; color:#000; font-size:10px; font-weight:600; }
dd a:hover { color:#F00; text-decoration:underline;}
dd img{ border: none;}


.errormsg { font-size:16px;}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}

/* Easy CSS Tooltip - by Koller Juergen [www.kollermedia.at] */

a.tooltip:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:130px;}
a.tooltip:hover span{display:inline; position:absolute; border:1px solid #cccccc; background:#ffffff; color:#6c6c6c;}
