
/* Horizontal Tabbed Panels */



.TabbedPanelsTabHover {
	/*background-color: #9EABD1;*/
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 460px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/

	
}
.TabbedPanelsTabGroup{
	font-size: 18px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 50px;
	height: 50px;
	width: 460px;	
	float: left;
}
.TabbedPanelsTab{
	width: 120px;
	margin-left: 16px;
	margin-right: 16px;

	background-image: url(../intImages/btn_SDetail_tab.png);
	background-repeat: no-repeat;
	float: left;
	font: bold 0.9em sans-serif;
	list-style-type: none;
	cursor: pointer;
	line-height: 50px;
	height: 50px;
	background-position: left;/*	-moz-user-select: none;
	-khtml-user-select: none;
	*/
}
.TabbedPanelsTabSelected {
	/*background-color: #9EABD1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9EABD1;*/
	background-image: url(../intImages/btn_sDetail_Tab_Current.png);
	background-repeat: no-repeat;
	height: 50px;
	line-height: 50px;
}
.TabbedPanelsContentGroup {
	clear: both;
	/**/background-color: #9EABD1;
}
.TabbedPanelsContent {
	padding: 0px;
	
}
.TabbedPanelsContentVisible {
}
/* spry tabs detail page*/

.tabThumbsContainer{
	padding-top: 3px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 20px;
}
.tabStyle{
	padding-top: 3px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.tabEnq{
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 20px;
}
.tabAvail{
	text-align:center;
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
.tabMap{
	width: 440px;
	height: 380px;
	text-align:center;
	padding-top: 3px;
	/*padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;*/
}
.tabDetailsInnerText{
	margin-top: 10px;
	
	color: #003366;
}

/**/.tabDetailsInnerText ul{
	margin-left: 15px;
	margin-top: 0px;
	padding: 0px;
}
/* Vertical Tabbed Panels */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #c0b043;
	border-right: solid 1px #c0b043;
	border-left: solid 1px #c0b043;
	border-bottom: solid px #c0b043;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
