/* CSS Document */

.tabber_head {
	background-image:url(../images/panel_top.gif); 
	background-repeat:repeat-x;
	border-bottom:1px solid #F6F8F9;
	border-top:1px solid #E6EBED;
	border-left:1px solid #E6EBED;
	border-right:1px solid #E6EBED;
	background-position: 0px 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#0088E4;
	font-size:12px;
	text-align:left;
	white-space:nowrap;
}

.tabber_bottom {
	background-image:url(../images/panel_bottom.gif); 
	background-repeat:repeat-x; background-position:bottom;
	border-left:1px solid #F2F3F1;
	border-right:1px solid #F2F3F1; 
	border-bottom:1px solid #DCDBD8; 
	height:17px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	padding-right:6px;
	vertical-align:middle;
}

.tabber_content {
	display:block;
	border-left:1px solid #F2F3F1;
	border-right:1px solid #F2F3F1;
}


.tab_title_on {
	background-image:url(../images/tab_active_bgnd.gif);
	background-repeat:repeat-x;
	white-space:nowrap;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	padding-left:6px;
	padding-right:6px;
	display:table-cell;
	height:18px;
	width:auto;
	line-height:1.5em;
	border-right:1px solid #959597;
	cursor:default;
}

.tab_title_off {
	background-image:url(../images/tab_inactive_bgnd.gif);
	background-repeat:repeat-x;
	white-space:nowrap;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	padding-left:6px;
	padding-right:6px;
	display:table-cell;
	height:18px;
	width:auto;
	line-height:1.5em;
	border-right:1px solid #EEEEEE;
	cursor:pointer;
}

.tab_title_off_hover {
	background-image:url(../images/tab_inactive_bgnd.gif);
	background-repeat:repeat-x;
	white-space:nowrap;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:underline;
	padding-left:6px;
	padding-right:6px;
	display:table-cell;
	height:18px;
	width:auto;
	line-height:1.5em;
	border-right:1px solid #EEEEEE;
	cursor:pointer;
}

