/* New one */

#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 1px solid #996600;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#menu {
	padding-top: 22px;
	padding-left: 12px;
	padding-right: 16px;
	padding-bottom: 10px;
	font-size: 80%;
}
.menu_header {
	
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 3px;
}
#menu a {
	display: block;
	padding: 3px;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	color: rgb(208,232,231);
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ffffff;
	
}
a, a:visited {

	color: #006699;
}


#menu a:hover {
	background-color: rgb(178,202,201);
}

#menu form {
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
input, textarea {
	
	margin-bottom: 5px;
		-moz-border-radius: 8px; /* Firefox */
	border-radius: 8px;
}
textarea {
	margin-top: 5px;
}

a.seehelp  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	color: #000000;

}

a.seehelp:visited   {
	text-decoration:none;
	color: #000000;
}

a.seehelp:hover  {
	text-decoration:none;
	color: #888888;
}


.form_section {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
}

.form_section:hover {
	cursor: default;
}

.form_row, .form_sublabel {
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
}

.form_row:hover {
	cursor: default;
}

.form_residue:hover {
	cursor: default;
}

.form_sublabel {
	padding-top: 5px;
}
.button {
	margin-top: 5px;
	background-color: rgb(178,202,201);
}
.button:hover {
	background-color: rgb(208,232,231);
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: rgb(208,232,231);
	font-weight: bold;
}
.tabs {
	height: 19px;
	
	
}
.tab_active, .tab_normal, .tab_right, .tab_margin, .tab_left, .tab_marginb {
	height: 19px;
	padding-top: 3px;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 3px;
	margin-top: 0px;/**/;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: sans-serif;
	font-size: 13px;
	
}
.tab_active {
	background-color: rgb(198,222,221);
	border: 2px solid #ffffff;
	width: 88px;
	-moz-border-radius-topright: 8px; /* Firefox */
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px; /* Firefox */
	border-top-left-radius: 8px;
	font-weight: bold;
}

.tab_active:hover {
	cursor:default;
}

.tab_normal {
	background-color: rgb(178,202,201);
	width: 78px;
	border: 1px solid #ffffff;
	-moz-border-radius-topright: 8px; /* Firefox */
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px; /* Firefox */
	border-top-left-radius: 8px;
}
.tab_normal:hover {
	cursor:pointer;
}

.tab_right {
	background-color: rgb(178,202,201);
	width: 73px;
	border: 1px solid #ffffff;
	-moz-border-radius-topright: 8px; /* Firefox */
	border-top-right-radius: 8px;
}

.tab_right:hover {
	cursor:pointer;
}

.tab_left {
	background-color: rgb(178,202,201);
	width: 73px;
	border: 1px solid #ffffff;
	-moz-border-radius-topleft: 8px; /* Firefox */
	border-top-left-radius: 8px;

}

.tab_left:hover {
	cursor:pointer;
}

.tab_margin {

	padding-left: 0px;
	padding-right: 0px;
	width: 1px;
}
.tab_marginb {
	
	padding-left: 0px;
	padding-right: 0px;
	width: 1px;
}
.tablabel {
	margin-top: 5px;
}
.search_form_content {
	background-color: rgb(198,222,221);
	border: 1px solid #ffffff;
	-moz-border-radius-bottomleft: 8px; /* Firefox */
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px; /* Firefox */
	border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px; /* Firefox */
	border-top-right-radius: 8px;
	padding-left: 35px;
	padding-right: 35px;
	width: 100%
	
}

input, textarea {
	border: 1px #7c7c9b solid;
	margin-bottom: 5px;
	-moz-border-radius: 8px; /* Firefox */
	border-radius: 8px;
	
	

table#search_form {
	table-layout: fixed;
}
.tab_content {
	padding: 20px;
	padding-top: 0px;
}
.tab_bl, .tab_br, .tab_b {
	height: 14px;
}
.tab_bl, .tab_br, .tab_l, .tab_r {
	width: 8px;
}
.tab_bl {
	
}
.tab_br {

}
.tab_l {

}
.tab_r {
	
}
.tab_b {
	
}
.tab_active_b {
	
}
.tab_right_b {
	
	background-repeat: no-repeat;
	background-position: right center;
}
.tab_tr2 {
	
	width: 8px;
}
