/* CSS Document */
li{
	list-style-type:none;
	font-size: 11px;
	color:#666666;
	list-style-position:inside;
	padding-bottom:3px;
}
.tabselector {
	position: absolute;
	left: 2px;
	top: -1px;
	height: 25px;
	cursor: pointer;
}

.tab-unselected {
	display: inline;
	height: 25px;
	cursor: pointer;
}

.tab-selected {
	display: inline;
	height: 25px;
	cursor: pointer;
}

.tab-left{
	cursor: pointer;
	height: 26px;
/*	background-image: url(../administration/test/medias/tab_left_unselected.gif);*/
	background-image: url(tab_left_unselected.gif);
	background-position: 0px 0;
	background-repeat: no-repeat;
	padding: 0 0 0 0;
}

.tab-right {
	cursor: pointer;
	background-image: url(tab_right_unselected.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	height: 26px;
}

.tab-mid {
	cursor: pointer;
	background-image: url(tab_mid_unselected.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	padding: 4px 12px 0 12px;
	height: 26px;
	color: #FFFFFF;
}

.tab-left-selected {
	height: 25px;
/*	height: 24px;*/
	cursor: default;
	background-image: url(tab_left_selected.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 0 0 0 0;

}

.tab-right-selected {
	background-image: url(tab_right_selected.gif);
	background-position: 100% 0px;
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	height: 25px;
/*	height: 24px;*/
}

.tab-mid-selected {
	background-image: url(tab_mid_selected.gif);
	background-position: 0 1px;
	background-repeat: repeat-x;
	padding: 4px 12px 0px 12px;
	height: 25px;
/*	height: 24px;*/
color: #65c246;
}

.tab-left-over {
	height: 25px;
	cursor: pointer;
	background-image: url(tab_left_over.gif);
	background-position: 0px 0;
	background-repeat: no-repeat;
	padding: 0 0 0 0;
}

.tab-right-over {
	cursor: pointer;
	background-image: url(tab_right_over.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	height: 25px;
}

.tab-mid-over {
	cursor: pointer;
	background-image:url(tab_mid_over.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	padding: 4px 12px 0 12px;
	height: 25px;
}

.tab-text {
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	/*color: #65c246;*/

}

.panes {
	/*padding: 10px;*/
	/*padding: -30px;*/
	/*padding-left: -30px;*/
	margin-left: -60px;
	/*margin-top:10px;*/
	border-right:solid #BABABA 1px;
	width:522px;
	padding-top:10px;
	position:relative; 
	top:3px;
	height:450px;
	overflow:auto;
	margin-bottom:0px;
 	scrollbar-face-color: #FFFFFF ;
	scrollbar-track-color: #FFF5CE ;
	scrollbar-arrow-color: #FBD851 ;
}

.pane-selected {
	list-style-type: none;
	display: block;
}

.pane-unselected {
	list-style-type: none;
	display: none;
}

.tab-box{
	position: relative;
/**/
	left:1px;
	top:-2px;
	overflow: hidden;
	margin: 0;
	padding: 21px 0px 0px 0px;
}

