HtmlTabs_wev8.css 1.41 KB
.dojoTabPanelContainer {
	width : 100%;
	height : 20em;
	padding : 10px;
	border : 1px solid #765;
	clear : both;
	margin-top : -1px;
	margin-bottom : 10px;
	overflow : auto;
	float : left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.dojoTabPanelContainer :first-child {
	margin-top : 0;
}

.tabs {
	margin : 0;
	padding : 0;
	list-style : none;
	_border : 1px solid white;
}

.tabs li {
	float : left;
	padding-left : 9px;
	border-bottom : 1px solid #765;
	background : url(images/tab_left_wev8.gif) no-repeat left top;
}

.tabs li a {
	display : block;
	padding : 4px 15px 4px 6px;
	background : url(images/tab_right_wev8.gif) no-repeat right top;
	color : #333;
	font-size : 90%;
	text-decoration : none;
}

.tabs li.current {
	padding-bottom : 1px;
	border-bottom : 0;
	background-position : 0 -150px;
}

.tabs li.current a {
	padding-bottom : 5px;
	margin-bottom : -1px;
	background-position : 100% -150px;
}

/* bottom tabs */
.tabs.bottom {
	_border-top : 0;
}

.tabs.bottom li {
	border-bottom : 0;
	background : url(images/tab_left_r_wev8.gif) no-repeat left bottom;
}

.tabs.bottom li a {
	background : url(images/tab_right_r_wev8.gif) no-repeat right bottom;
}

.tabs.bottom li.current {
	margin-top : -1px;
	background-image : url(images/tab_left_r_curr_wev8.gif);
}

.tabs.bottom li.current a {
	background-image : url(images/tab_right_r_curr_wev8.gif);
}

#tabsHere {
	overflow : auto;
	float : none;
	margin : 0;
}