/*Languages styles*/

/*LeftSideleftbarLanguage_Footer - the footer picture and style*/
.LeftSideleftbarLanguage_Footer{
background-image: url(/graphics/blue/langbar_bottom145.gif);
background-repeat: no-repeat;
width:160px! important;
display: block! 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:#E5E5E5;
width:160px;
}
/*LeftSideleftbarLanguage_text - the text for the header*/
.LeftSideleftbarLanguage_text {
	cursor:hand! important;
	font-family:Arial! important;
	font-size:11px! important;
	font-weight:normal! important;
	color:#414040! important;
}
/*LeftSideleftbarLanguage_Header - the header picture and style*/
.LeftSideleftbarLanguage_Header {
	border-top:none; 
	height:43px; 
	padding-top: 6px; 
	padding left: 8px;
	background-image: url(/graphics/blue/leftbar_top145.gif);
	background-repeat: no-repeat;
	cursor:pointer! important;
	width:160px! important;
	display: block! important;
	background-color:#E5E5E5! important;
}
/*Games styles*/

/*LeftSideleftbar_Header_Text - If header type is text this is its class*/
.LeftSideleftbar_Header_Text {
	font-family:Arial! important;
	font-size:11px! important;
	font-weight:bold! important;
	color:#ffffff! important;
	vertical-align:middle!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:11px! important;
	font-weight:normal! important;
	color:#414040! 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:160px! important;
	display: block! important;
	background-color:transparent! important;
	border-top:1px solid #62C3D3;
	height:24px;
	vertical-align:middle!important;
	padding-top:4px;
	padding-left:6px;
}
/*Menu over for LeftSideleftbar_menuOut class*/
.LeftSideleftbar_menuOver {
	cursor:pointer! important; 
	width:160px! important; 
	display: block! important;
	color:#0750D9! important;
	background-color:#transparent! important;
	border-top:1px solid #62C3D3! important;
	height:24px;
	vertical-align:middle!important;
	padding-top:4px;
	padding-left:6px;
}
/*Is the class that configures the category text*/
.LeftSideleftbar_category {
	cursor:hand! important;
	font-family:Arial! important;
	font-size:11px! important;
	font-weight:bold! important;
	color:#fff! important;
	position:relative;
	left:3px;
}
/*Category chosen for LeftSideleftbar_category class*/
.LeftSideleftbar_categoryChosen {
	cursor:hand! important;
	font-family:Arial! important;
	font-size:11px! important;
	font-weight:bold! important;
	color:#fff! important;
	text-decoration:underline;
	position:relative;
	left:3px;
}
/*The games submenu inside every category*/
.LeftSideleftbar_submenu {
	width:160px! important; 
	font-family:Arial! important; 
	font-size:11px! important; 
	padding-left:8px! important; 
	padding-top: 6px! important; 
	padding-bottom: 6px! important; 
	border-left: 1px solid #CECECE! important;
	border-right: 1px solid #CECECE! important; 
	border-bottom:none! important; 
	border-top: 1px solid #ffffff! important;
}
/*Game link*/
A.LeftSidegame {
	font-family: Arial! important; 
	font-size: 10px! important; 
	color:#656565! important; 
	font-weight:normal! important;
}
/*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:Arial ! important; 
	font-size:11px ! important;
	font-size: 10px; 
	color:#656565; 
	font-weight:normal;
}
/*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{
	background-image: url(/skin/images/lb_arrow.gif);
	display:block;
	background-repeat: no-repeat;
	width:10px; 
	height:15px; 
	padding-left:0px; 
	position:relative;
	margin-left:-17px;
	
}
/*Icon chosen for LeftSideleftbar_icon_category class*/
.LeftSideleftbar_icon_categoryChosen{
	background-image: url(/skin/images/lb_arrow.gif);
	display:block;
	background-repeat: no-repeat;
	width:10px; 
	height:15px; 
	padding-left:0px; 
	position:relative;
	margin-left:-17px;
	
}
/*Leftbar header section*/
.LeftSideFeaturedGamesHeader {
	width:160px! important;
	display: none! important;
	background-color:#D8005F! important;
	border-top:1px solid #62C3D3;
	border-top:none; 
	height:18px; 
	padding-top: 2px; 
	padding-left: 8px;
	padding-bottom:2px;
	background-image: url(/skin/images/lb_arrow.gif);
	background-repeat: no-repeat;
}
/*Leftbar footer section, used primarly to support an image*/
.leftbar_border_bottom {
	width:160px ! important;
	height:4px ! important;
	display: none ! important;
	background-color:transparent!important;
	/*border-top:1px solid #ffffff;*/
	/*background-image: url(/skin/images/leftbar_bottom145.gif);*/
	background-repeat: no-repeat;
	font-size:1px;
	line-height:1px;
}