/* Tabs classes */

.tabs {
	float: left;
	width: 100%;
	line-height: normal;
	background-image: url(../images/tabs_bg.gif);
    background-color: #FFFFFF;
}

.tabs ul {
	margin: 0;
	padding: 0 0 0;
	list-style: none;
}

.tabs li {
	float: left;
	background: url(../images/tab_bg.gif) no-repeat left top;
	margin: 0;
	margin-left: 0;
	margin-right: 2px;
	padding: 0 0 0 10px;
	line-height: 18px;
}

.tabs li.current {
	background: url(../images/tab_sel_bg.gif) no-repeat left top;
	margin-right: 2px;
}

.tabs span {
	float: left;
	display: block;
	background: url(../images/tab_end.gif) no-repeat right top;
	padding: 0px 10px 0 0;
}

.tabs .current span {
	background: url(../images/tab_sel_end.gif) no-repeat right top;
}

.tabs a {
	text-decoration: none;
	font-family: MS Sans Serif;
	font-size: 12px;

}

.tabs a:link, .tabs a:visited, .tabs a:hover {
	color: gray;
	font-size: 12px;
	font-family:Sukhumvit_Set,verdana;	
}

.tabs a:hover {
	color: #000066;
}

.tabs .current {
}

.tabs .current a, .tabs .current a:link, .tabs .current a:visited {
	COLOR: #0f3171;
	FONT-WEIGHT: bold;
}

.panel_wrapper div.panel {
	display: none;
}

.panel_wrapper div.current {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible; /* Should be auto but that breaks Safari */
    background-color: #F0F1F2;
}

.panel_wrapper {
	border: 1px solid #919B9C;
	border-top: 0px;
	padding: 5px;
	padding-top: 5px;
	clear: both;
	/*background-color: white; */
    background-color: #FFFFFF;
	position: relative;
	top: -0px;
	left: -0px;

}




.shadow_silver{
position: relative;
top: -0px;
left: -0px;
filter: progid:DXImageTransform.Microsoft.Shadow(color=Silver,strength=3,direction=135);
}

.panel_wrapper_ipd div.panel {
	border: 1px solid #7F9DB9;
	display: none;

/*	background: url("../images/xpform.jpg") repeat-x bottom #FCFCFE;
	border: solid 0px #919b9c;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;		*/
}

.panel_wrapper_ipd div.current {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible; /* Should be auto but that breaks Safari */

}


.panel_wrapper_ipd {
	border: 1px solid #919B9C;
	border-top: 0px;
	padding: 2px;
	padding-top: 5px;
	clear: both;
	background-color: white;
position: relative;
top: -0px;
left: -0px;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#919B9C,strength=3,direction=135);	*/
}