/* CSS Document */

.top_bg{
	text-align:left;
	background: url(../images/tabs/top_bg.gif) repeat-x bottom left;
}
.left_bg{
	text-align:left;
	width:12;
	background: url(../images/tabs/left_bg.gif) repeat-y;
}
.right_bg{
	text-align:left;
	width:12;
	background: url(../images/tabs/right_bg.gif) repeat-y;
}
.tab_left {
	text-align:left;
	vertical-align:middle;
	padding:0;
	background: url(../images/tabs/left_bg.gif) repeat-y;
}
.tab_font {
	font-size: 0.9em; 
	font-weight: normal;
	text-transform:uppercase;
	color:#000000;
	text-align:center;
	vertical-align:middle;
	background: url(../images/tabs/tab_bg.gif) repeat-x;
}
.tab_font-on {
	font-size: 0.9em; 
	font-weight: bold;
	text-transform:uppercase;
	text-align:center;
	vertical-align:middle;
	color:#58595b;
	background: url(../images/tabs/tab_bg-on.gif) repeat-x;
}
.tab_right {
	font-size: 8pt; 
	font-weight: normal;
	text-align:right;
	color: #fffffff;
	line-height: 15px;
	padding:6;
	background:#0478CD;
}
.btm_bg{
	text-align:left;
	background: url(../images/tabs/btm_bg.gif) repeat-x top left;
}