@charset "utf-8";
/* CSS Document */

#Tabs {
	
}

#Tabs .Tabs_Selected {
	background-image:			url(../Images/Skins/Generic/Tabs_Selected.png);	
	background-repeat:			none;
	background-position:		bottom center;
	font-size:					10px;
	color:						#000;
	width:						157px;
	height:						30px;
	position:					relative;
	float:						left;
	text-align:					center;
	vertical-align:				middle;
	line-height:3em;
}

#Tabs .Tabs_Unselected {
	background-image:			url(../Images/Skins/Generic/Tabs_Unselected.png);	
	background-repeat:			none;
	background-position:		bottom center;
	font-size:					10px;
	color:						#343434;
	cursor:						pointer;
	width:						157px;
	height:						30px;
	position:					relative;
	float:						left;
	text-align:					center;
	vertical-align:				middle;
	line-height:3em;
}

#Tabs .Tabs_Unselected_Over {
	background-image:			url(../Images/Skins/Generic/Tabs_Unselected.png);	
	background-repeat:			none;
	background-position:		bottom center;
	font-size:					10px;
	color:						#F90;
	cursor:						pointer;
	width:						157px;
	height:						30px;
	position:					relative;
	float:						left;
	text-align:					center;
	vertical-align:				middle;
	line-height:3em;
}

#Tabs .Tabs_TopLeft {
	background-image:			url(../Images/Skins/Generic/Tabs_TopLeft.png);
	width:						10px;
	height:						30px;
	background-position:		bottom right;
	background-repeat:			no-repeat;
}

#Tabs .Tabs_Top {
	background-color:			#E0E6E9;
	background-image:			url(../Images/Skins/Generic/Tabs_Top.png);
	height:						30px;
	background-position:		bottom;
	background-repeat:			repeat-x;
}

#Tabs .Tabs_TopRight {
	background-image:			url(../Images/Skins/Generic/Tabs_TopRight.png);
	width:						10px;
	height:						30px;
	background-position:		bottom left;
	background-repeat:			no-repeat;
}

#Tabs .Tabs_Left {
	background-image:			url(../Images/Skins/Generic/Tabs_Left.png);
	width:						10px;
	background-position:		right;
	background-repeat:			repeat-y;
}

#Tabs .Tabs_Middle {
	background-color:			#FFF;
}

#Tabs .Tabs_Right {
	background-image:			url(../Images/Skins/Generic/Tabs_Right.png);
	width:						10px;
	background-position:		left;
	background-repeat:			repeat-y;
}

#Tabs .Tabs_BottomLeft {
	background-image:			url(../Images/Skins/Generic/Tabs_BottomLeft.png);
	width:						10px;
	height:						9px;
	background-position:		top right;
	background-repeat:			no-repeat;
}

#Tabs .Tabs_Bottom {
	background-image:			url(../Images/Skins/Generic/Tabs_Bottom.png);
	height:						9px;
	background-position:		top;
	background-repeat:			repeat-x;
}

#Tabs .Tabs_BottomRight {
	background-image:			url(../Images/Skins/Generic/Tabs_BottomRight.png);
	width:						10px;
	height:						9px;
	background-position:		top left;
	background-repeat:			no-repeat;
}
