/*Languages styles*/

/*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: 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:#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: 43; 
	padding-top: 6px; 
	padding left: 8px;
	background-image: url(/graphics/blue/leftbar_top145.gif);
	background-repeat: no-repeat;
	cursor:pointer! important;
	width:145px! important;
	display: block! important;
	background-color:#2D7DD4! important;
}
/*Games styles*/

/*LeftSideleftbar_Header_Text - If header type is text this is its class*/
.LeftSideleftbar_Header_Text {
	position:relative!important;
	display:block!important;
	cursor:default! important;
	font-family:arial! important;
	font-size:12px! important;
	font-weight:bold! important;
	color:white! important;
	margin-left:10px!important;
	text-indent:5px;
}
/*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:145px! important;
	display: block! important;
	background-color:#2D7DD4! important;
	border-top:1px solid #6CA4E1;
}
/*Menu over for LeftSideleftbar_menuOut class*/
.LeftSideleftbar_menuOver {
	cursor:pointer! important; 
	width:145px! important; 
	display: block! important;
	color:white! important;
	background-color:#2D7DD4! important;
	border-top:1px solid #6CA4E1! important;
}
/*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;
}
/*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;
}
/*The games submenu inside every category*/
.LeftSideleftbar_submenu {
	width:145px! 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 #6CA4E1! important;
}
/*Game link*/
A.LeftSidegame {
	font-family: verdana! important; 
	font-size: 10px! important; 
	color:#656565! important; 
	font-weight:bold! 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:verdana ! important; 
	font-size:11px ! important;
	font-size: 10px; 
	color:#656565; 
	font-weight:bold;
}
/*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(/graphics/blue/leftbar_arrow.gif);
	background-repeat: no-repeat;
	width:21px; 
	height:18px; 
	padding-left:0px; 
	position:relative;
	left:5px;
	
}
/*Icon chosen for LeftSideleftbar_icon_category class*/
.LeftSideleftbar_icon_categoryChosen{
	background-image: url(/graphics/blue/leftbar_arrow.gif);
	background-repeat: no-repeat;
	width:21px; 
	height:18px; 
	padding-left:0px; 
	position:relative;
	left:5px;
	
}
/*Leftbar header section*/
.LeftSideFeaturedGamesHeader {
	cursor:pointer! important;
	width:145px! important;
	display: block! important;
	background-color:#2D7DD4! important;
	border-top:1px solid #6CA4E1;
	border-top:none; 
	height:43px!important; 
	padding-top: 6px; 
	padding-left: 0px;
	background-image: url(/graphics/blue/leftbar_top145.gif);
	background-repeat: no-repeat;
}
/*Leftbar footer section, used primarly to support an image*/
.leftbar_border_bottom {
	cursor:pointer! important;
	width:145px ! important;
	height:43px ! important;
	display: block ! important;
	background-color:#2D7DD4 ! important;
	border-top:1px solid #6CA4E1;
	background-image: url(/graphics/blue/leftbar_bottom145.gif);
	background-repeat: no-repeat;
}
