@CHARSET "ISO-8859-1";

.dijitLayoutContainer, .dijitTabContainer {

	overflow: visible;
}

.dijitTab {
	background:#DDDDEE none repeat scroll 0%;
	border-color:#777788 rgb(119, 119, 136) -moz-use-text-color;
	border-style:solid solid;
	border-width:1px 1px;
	margin-left:3px;
	padding:2px 0.5em;
	text-decoration:none;
	font-size: 12px;
    font-weight: bold;
}

.dijitTabChecked {
	background:white none repeat scroll 0%;
	border-bottom: 1px solid white;
}

.dijitTabPane {
	border: 1px solid black;
	width:auto;
	height: auto;
}

.dijitContentPane {
	width: auto;
	height: auto;
}
.tabLabel {
}
