
/*Languages styles*/

leftbar_menuOut {border:10px solid #0f0;}

/*LeftSideleftbarLanguage_Footer - the footer picture and style*/
.LeftSideleftbarLanguage_Footer{
background-image: url(/graphics/blue/langbar_bottom145.gif);
background-repeat: no-repeat;
width:145px! important;
display: none! important;
}
/*LeftSideleftbarLanguage_select - style for the select combo box, used for position*/
.LeftSideleftbarLanguage_select{
position:relative;
left:27px;
}
/**/
.LeftSideleftbarLanguage_body_table{
table-layout:fixed;
background-color:#2D7DD4;
width:145px;
}
/*LeftSideleftbarLanguage_text - the text for the header*/
.LeftSideleftbarLanguage_text {
	cursor:hand! important;
	font-family:arial! important;
	font-size:12px! important;
	font-weight:bold! important;
	color:white! important;
}
/*LeftSideleftbarLanguage_Header - the header picture and style*/
.LeftSideleftbarLanguage_Header {
	border-top:none; 
	height:53px; 
	padding-top:6px; 
	padding-left:8px;
	background-image: url(/skin/images/fc_featuredgames.jpg);
	background-repeat: no-repeat;
	cursor:pointer! important;
	width:170px! important;
	display:none! important;
	background-color:#2D7DD4! important;
}
/*Games styles*/

/*LeftSideleftbar_Header_Text - If header type is text this is its class*/
.LeftSideleftbar_Header_Text {
	cursor:pointer! important;
	font-family:arial! important;
	font-size:12px! important;
	font-weight:bold! important;
	color:white! important;
}
/*LeftSideleftbar_Footer_Text - If footer type is text this is its class*/
.LeftSideleftbar_Footer_Text {
	cursor:hand! important;
	font-family:arial! important;
	font-size:12px! important;
	font-weight:bold! important;
	color:white! important;
}
/*Is the class that configures the section in witch a category exists, it includes the category text and the category icon. use this class to set the style for bouth sections*/
.LeftSideleftbar_menuOut {
	cursor:pointer! important;
	width:170px! important;
	display: block! important;
	background-color:#4877CF! important;
	border-top:1px solid #fff;
	text-align:left;
	height:18px;
}
/*Menu over for LeftSideleftbar_menuOut class*/
.LeftSideleftbar_menuOver {
	cursor:pointer! important; 
	width:170px! important; 
	display: block! important;
	color:white! important;
	background-color:#420650! important;
	border-top:1px solid #fff! important;
	text-align:left;
	vertical-align:middle;
	height:18px;
}
/*Is the class that configures the category text*/
.LeftSideleftbar_category {
	cursor:hand! important;
	font-family:arial! important;
	font-size:12px! important;
	font-weight:bold! important;
	color:white! important;
	text-align:left;
	height:18px;
	vertical-align:middle;
	background-color:#4877CF! important;
	
	padding-left: 20px;
	background-image: url(/skin/images/leftbar_arrow.gif);
	background-repeat: no-repeat;
	
}
/*Category chosen for LeftSideleftbar_category class*/
.LeftSideleftbar_categoryChosen {
	cursor:hand! important;
	font-family:arial! important;
	font-size:12px! important;
	font-weight:bold! important;
	color:white! important;
	text-align:left;
	height:18px;
	vertical-align:middle;
	background-color:#420650! important;
	width:170px;
	
	/*new*/
	padding-left: 20px;
	background-image: url(/skin/images/leftbar_arrow_down.gif);
	background-repeat: no-repeat;
	/*new*/
}
/*The games submenu inside every category*/
.LeftSideleftbar_submenu {
	width:166px! important; 
	font-family:arial! important; 
	font-size:11px! important; 
	border-left: 1px solid #CECECE! important;
	border-right: 1px solid #CECECE! important; 
	border-bottom:none! important; 
	border-top: 1px solid #fff! important;
	text-align:left;
}
/*Game link*/
A.LeftSidegame {
	font-family: verdana! important; 
	font-size: 10px! important; 
	color:#656565! important; 
	font-weight:bold! important;
	width:166px;
}
/*Game link - Hover*/
A:Hover.LeftSidegame  {
	text-decoration: none! important;
}
/*Game link - Visited*/
A:Visited.LeftSidegame{
	color : #414141! important;
	background-color: transparent;
}
/*the cell that holds the game link*/
.LeftSideleftbar_cell{
	height: 20px ! important;
	font-family:verdana ! important; 
	font-size:11px ! important;
	font-size: 10px; 
	color:#656565; 
	font-weight:bold;
	text-align:left;
	width:170px;
}
/*Icon that appears before the category, please note that some leftbar have an icon in category class. This class can also be used to create a padding affect for category*/
.LeftSideleftbar_icon_category{
}

/*Icon chosen for LeftSideleftbar_icon_category class*/
.LeftSideleftbar_icon_categoryChosen{
}
/*Leftbar header section*/
.LeftSideFeaturedGamesHeader {
	width:170px! important;
	display: block! important;
	background-color:#4877CF! important;
	border-top:0px solid #6CA4E1;
	border-top:none; 
	height:53px; 
	padding-top: 6px; 
	background-image: url(/skin/images/fc_featuredgames.jpg);
	background-repeat: no-repeat;
}
/*Leftbar footer section, used primarly to support an image*/
.leftbar_border_bottom {
	width:170px ! important;
	height:51px ! important;
	display: block ! important;
	background-color:#fff ! important;
	border-top:1px solid #fff;
	background-image: url(/skin/images/fc_barbottom.jpg);
	background-repeat: no-repeat;
}


