/* CSS Document */
.footer-menu-area a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
html, body {
	height:100%;
}
body{
	background:url(../images/new2/global/background-body.gif) repeat;
	margin:0px;
	padding:0px;
}
#container-Header{
	background:url(../images/new2/global/background-header.gif) repeat-x;
}
#container-HeaderContent{
	width:1020px;
	margin-left:auto;
	margin-right:auto;
}
#container-HeaderLogo{
	float:left;
	margin-left:10px;
}
/*
#container-UserActions{
	float:right;
	background:url(../images/new2/global/background-Userbox.gif) no-repeat;
	height:70px;
	width:386px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	margin-bottom:10px;
}*/
#loginarea{
	margin:3px 10px 0px 10px;	
}
#user-info-actions{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.loginarea-input-form{
	border:0px;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000;
	width:99%;
	width:145px;
	height:24px;
	padding-left: 3px;
	background:url(../images/new2/global/form_inputbox.png) no-repeat top left;
}
#container-MenuArea{
 clear:both;
 background:url(../images/new2/global/background-MenuContainer.gif) repeat-x bottom;
 height:39px;
 padding-left:6px;
 padding-right:4px;
}
#container-Menu{
 float:left;
 height:39px;
 width:825px;
 background:url(../images/new2/global/background-menu.gif) repeat-x;
 -webkit-border-top-left-radius: 2px;
 -webkit-border-top-right-radius: 2px;
 -moz-border-radius-topleft: 2px;
 -moz-border-radius-topright: 2px;
 border-top-left-radius: 2px;
 border-top-right-radius: 2px;
}
#container-social{
 float:right;
 //width:130px;
 margin-top:5px;
}
.social{
	float:right;
	margin-left:9px;
	margin-right:0px;
	margin-top:5px;
}
.menu{
	float:left;
	margin-left:4px;
}
#container-Content{
	background:url(../images/new2/global/background-contentbody.gif) repeat-y center;
	clear:both;
	overflow: hidden;
}
#container-Content-Inner{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	overflow: hidden;
}
#container-TotelFootballContent{
	float:left;
	width:740px;
}
#container-Content-Inner-Content{
	float:left;
	width:740px;
	margin-top:6px;
}
#container-team-info{
	width:365px;
	float:left;
	overflow:auto;
}
.teaminfobox{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:url(../images/new2/global/bg_lightgray.png) repeat-x bottom left;
	border: 1px solid #cccccc;
	margin-top:10px;
	margin-left:10px;
}
.teaminfobox-info{
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-left:20px;
	float:left;
	background:url(../images/new2/global/bg_lightbrown.png) repeat-x;
	padding:0px 10px 4px 10px;
}
#teamlist{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:url(../images/new2/global/bg_group_table_header.png) top left repeat-x;
	border:1px solid #cccccc;
}
#teamlist a{
	text-decoration:none;
}

.teamlink{
	background-color:#efefef;
	margin-top:3px;
	border-bottom:1px solid #CCC;
	padding:5px;
}
.teamlink a{
	color:#000000
}
.teamlink a:hover{
	color:#FA5B18;
}

#sortTable a{
	color:#000000
}
#sortTable a:hover{
	color:#FA5B18;
}

.input1{
	border:1px solid #00396b;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1f1f1 0%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1f1f1 0%,#dcdcdc 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f1f1f1 0%,#dcdcdc 100%); /* IE10+ */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00396b;
	text-decoration: none;
}

.btn-SmallAction1 {
    -moz-border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 2px 2px 5px 0 #9A9A9A;
    background: -moz-linear-gradient(center top , #A8F41A 1%, #6BA500 100%) repeat scroll 0 0 transparent;
    border: 1px solid #6BA500;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 5px 20px;
    text-shadow: 1px 1px 0 #333333;
}

.btn-SmallAction1:hover{
	padding:5px 20px 5px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgb(203,255,99); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(203,255,99,1) 0%, rgba(132,204,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,255,99,1)), color-stop(100%,rgba(132,204,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(203,255,99,1) 0%,rgba(132,204,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(203,255,99,1) 0%,rgba(132,204,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(203,255,99,1) 0%,rgba(132,204,0,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(203,255,99,1) 0%,rgba(132,204,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbff63', endColorstr='#84cc00',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow:    2px 2px 5px 0px #999;
	-webkit-box-shadow: 2px 2px 5px 0px #999;
	box-shadow:         2px 2px 5px 0px #999;
	text-shadow: #333 1px 1px 0px;
	border:1px solid #6ba500;
	cursor:pointer;
}

.tabBtn-new-active{
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background:url(../images/new/global/Tab_orange.gif) repeat-x;
	height:35px;
	float:left;
	margin-right:10px;
}
.tabBtn-new-active a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	color: #000;
	text-decoration: none;
}
.tabBtn-new-active a:hover{
	font-weight:bold;
	text-decoration: underline;
	color:#000;
}
.tabBtn-new a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.tabBtn-new a:hover{
	font-weight:bold;
	text-decoration: underline;
	color:#FFF;
}


.tabBtn-new{
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background:url(../images/new/global/Tab_blue.gif) repeat-x;
	height:35px;
	float:left;
	margin-right:10px;
}


#tabs_selected{
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background:url(../images/new2/global/Tab_orange.gif) repeat-x;
	height:35px;
	float:left;
	margin-right:10px;
}
#tabs_default{
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background:url(../images/new2/global/Tab_blue.gif) repeat-x;
	height:35px;
	float:left;
	margin-right:10px;
}
#tabs-font{
	padding-left:7px;
	padding-right:7px;
	padding-top:10px;
}
#container-orange-outer{
	clear:both;
	background-color1:#fcab00;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top:5px;
	padding-left:1px;
	padding-right:1px;
	padding-bottom:1px;
}
#container-white-inner{
	background-color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 0px;
	border-radius: 3px;
	overflow:auto;
}
.team-marker{
	background:url(../images/new2/global/marker.png) no-repeat top left;
	width:95px;
	height:37px;
}
.team-marker-selected{
	background:url(../images/new2/global/marker_selected.png) no-repeat top left;
	width:95px;
	height:37px;
}
#Pitch-container{
	width:354px;
	float:left;
}
#soccer-field-medium-container{
	width:360px;
	float:left;
	margin-left:0px;
}
#group-table{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #c5c5c5;
	background:url(../images/new2/global/bg_group_table_header.png) top left repeat-x;
	overflow:auto;
	margin-bottom:10px;
	border-bottom: none;
}

#group-table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-khtml-border-radius-bottomleft:5px; 
	border-radius: 5px;
	border:1px solid #c5c5c5;
	border-right:none;
	border-left: none;
	border-top: none;

}

#group-table tr:last-child td:last-child{

	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-radius-bottomright:5px; 
	border-radius: 5px;
	border:1px solid #c5c5c5;
	border-right:none;
	border-left: none;
	border-top: none;
	
	
}
#group-table tr:last-child td {
	border-bottom: 1px solid #c5c5c5;
}

.header-orange{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#B8D490;
	padding:5px;
	overflow:auto;
}
.header-date{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
    background: rgb(80,96,63); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(80,96,63,1) 0%, rgba(175,201,149,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(80,96,63,1)), color-stop(100%,rgba(175,201,149,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(80,96,63,1) 0%,rgba(175,201,149,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(80,96,63,1) 0%,rgba(175,201,149,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(80,96,63,1) 0%,rgba(175,201,149,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(80,96,63,1) 0%,rgba(175,201,149,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50603f', endColorstr='#afc995',GradientType=0 ); /* IE6-9 */
    -moz-box-shadow:    inset 0 0 10px rgba(80,96,63,1);
    -webkit-box-shadow: inset 0 0 10px rgba(80,96,63,1);
    box-shadow:         inset 0 0 10px rgba(80,96,63,1);
}
.header-darkgray{
	background:url(../images/new2/global/bg_darkgray.gif) repeat-x top left;
	border-top:1px solid #cccccc;
}
.soccerfield-medium{
	background:url(../images/new2/global/soccerfield_medium.png) no-repeat;
	height:229px;
}

div.fixRes_field {
    background: none;
    color: #FFFFFF;
    font-size: 10px;
    height: 230px;
    width: 350px;
}

.crest{
	border:1px solid #c5c5c5;
}
#Pitch-top{
	background:url(../images/new2/global/background_pitch_header.jpg) top left no-repeat;
	height:60px;
}
#Pitch-body{
	background:url(../images/new2/global/background_pitch.jpg) top center no-repeat;
	height:448px;
}
#Pitch-bottom{
	background:url(../images/new2/global/background_pitch_bottom.jpg) no-repeat top center;
	height:118px;
	margin-bottom:6px;
}

#homebox-container{
	height:350px;
	background:url(../images/new2/background_Boxes.jpg) no-repeat center top;
	overflow:auto;
}
#homebox-Counter{
	float:left;
	margin-left:13px;
	width:463px;
	height:63px;
	background:url(../images/new2/background_home_Counter.png) no-repeat;
}
#CompetitionInfo{
	margin-left:10px;
	margin-top:15px;
	float:left;
}
#homebox-timer-container{
	float:right;
}
.homebox_timer{
	background:url(../images/new2/global/background_timer.png) no-repeat top;
	width:42px;
	height:63px;
	float:left;
	margin-right:10px;
	text-align:center;
}
#timerDesc{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#7ea4c2;
	margin-top:10px;
	text-transform:uppercase;
}
#homebox-Play{
	float:right;
	margin-right:22px;
}
#container-practicearea{
	clear:both;
	width:740px;
	height:82px;
	background:url(../images/new2/background_practice.jpg) no-repeat top center;
	display:none;
}
#homebox-Practice{
	float:right;
	margin-right:22px;
	margin-top:20px;
}
#homebox-Practice-text-left{
	float:left;
	margin-top:50px;
	margin-left:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
}
#homebox-Practice-text-pointers{
	float:left;
	margin-left:120px;
	margin-top:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	font-weight: bold;
}
.arrowhite{
	list-style-image: url(../images/new2/global/arrow-white.png);
	list-style-type: none;
	list-style-position: outside;
}
#container-Miniblog-home{
	clear:both;
	margin-top:6px;
}
#miniblog-title-home{
	height:36px;
    padding-top:2px;
	background: rgb(2,91,164); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(2,91,164,1) 0%, rgba(0,60,109,1) 0%, rgba(0,75,138,1) 50%, rgba(0,60,109,1) 51%, rgba(0,36,66,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,91,164,1)), color-stop(0%,rgba(0,60,109,1)), color-stop(50%,rgba(0,75,138,1)), color-stop(51%,rgba(0,60,109,1)), color-stop(100%,rgba(0,36,66,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(2,91,164,1) 0%,rgba(0,60,109,1) 0%,rgba(0,75,138,1) 50%,rgba(0,60,109,1) 51%,rgba(0,36,66,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(2,91,164,1) 0%,rgba(0,60,109,1) 0%,rgba(0,75,138,1) 50%,rgba(0,60,109,1) 51%,rgba(0,36,66,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(2,91,164,1) 0%,rgba(0,60,109,1) 0%,rgba(0,75,138,1) 50%,rgba(0,60,109,1) 51%,rgba(0,36,66,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(2,91,164,1) 0%,rgba(0,60,109,1) 0%,rgba(0,75,138,1) 50%,rgba(0,60,109,1) 51%,rgba(0,36,66,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#025ba4', endColorstr='#002442',GradientType=0 ); /* IE6-9 */
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.miniblog-title-home-title{
	font-family: "BebasNeueRegular",Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	padding: 8px 10px 0px 10px;
	float:left;
}
#miniblog-title-content{
	height:508px;
	margin-top:-3px;
	background: rgb(216,216,216); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(216,216,216,1) 0%, rgba(245,245,245,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,216,216,1)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(216,216,216,1) 0%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(216,216,216,1) 0%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(216,216,216,1) 0%,rgba(245,245,245,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(216,216,216,1) 0%,rgba(245,245,245,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	-moz-box-shadow:    0px 0px 100px 0px #999 inset;
	-webkit-box-shadow: 0px 0px 100px 0px #999 inset;
	box-shadow:         0px 0px 100px 0px #999 inset;
}
#miniblog-title-content textarea{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline:none;
	border:1px solid #fff;
	background:#efefef;
	color:#888 !important;
	-moz-box-shadow:    0px 0px 5px 0px #888;
	-webkit-box-shadow: 0px 0px 5px 0px #888;
	box-shadow:         0px 0px 5px 0px #888;
	padding:5px;
	width:200px;
	min-width:200px;
	max-width:200px;
	min-height:200px;
	max-height:240px;
}
#miniblog-title-content .infoarea{
	padding:3px;
	border:1px solid #CCC;
	margin-top:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:left;
	color:#888;
	font-size:10px;
	text-transform:uppercase;
	background:#efefef;
}
#miniblog-title-content .infoarea-count{
	width:25px;
	color:#888;
	font-size:10px;
	text-transform:uppercase;
	background:#efefef;
}
#miniblog-title-content .infoarea a{
	float:right;
	margin-top:-5px;
	color:#000;
	-moz-box-shadow:    0px 0px 2px 0px #333;
	-webkit-box-shadow: 0px 0px 2px 0px #333;
	box-shadow:         0px 0px 2px 0px #333;
}
#miniblog-title-content textarea:focus{
	-moz-box-shadow:    0px 0px 5px 0px #008ec9;
	-webkit-box-shadow: 0px 0px 5px 0px #008ec9;
	box-shadow:         0px 0px 5px 0px #008ec9;
	border:1px solid #fff;
	background:#fff;
	outline:none;
}
#miniblog-content{
	width:468px;
	margin:10px 0px 10px 10px;
	float:left;
}
#miniblog-scrollarea{
	float:left;
	width:20px;
	margin:10px 0px 10px 0px;
}
#miniblog-formLargeArea{
	float:left;
	margin:5px 0px 10px 0px;
}
#miniblog-formlarge{
	background:url(../images/new2/global/miniblog_form_large.png) no-repeat;
	width:235px;
	height:269px;
}
.formlargetxtarea{
	width:90%;
	height:240px;
	margin:5px;
	border:0px;
	overflow:auto;
}
.user-avatar{
	width:50px;
	height:50px;
	float:left;
	margin-right:10px;
}
.user-feedback{
	float:left;
	width:400px;
}
#container-rightcolumn{
	float:right;
	background:#f4f4f4;
	margin-top:6px;
	width:250px;
}
#container-rightcolumn-inner{
	float:right;
	margin-top:6px;
	width:250px;
}
.RC-Title{
	width:240px;
	height:35px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	background: rgb(2,91,164); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(2,91,164,1) 0%, rgba(0,60,109,1) 0%, rgba(0,75,138,1) 50%, rgba(0,60,109,1) 51%, rgba(0,36,66,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,91,164,1)), color-stop(0%,rgba(0,60,109,1)), color-stop(50%,rgba(0,75,138,1)), color-stop(51%,rgba(0,60,109,1)), color-stop(100%,rgba(0,36,66,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(2,91,164,1) 0%,rgba(0,60,109,1) 0%,rgba(0,75,138,1) 50%,rgba(0,60,109,1) 51%,rgba(0,36,66,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(2,91,164,1) 0%,rgba(0,60,109,1) 0%,rgba(0,75,138,1) 50%,rgba(0,60,109,1) 51%,rgba(0,36,66,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(2,91,164,1) 0%,rgba(0,60,109,1) 0%,rgba(0,75,138,1) 50%,rgba(0,60,109,1) 51%,rgba(0,36,66,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(2,91,164,1) 0%,rgba(0,60,109,1) 0%,rgba(0,75,138,1) 50%,rgba(0,60,109,1) 51%,rgba(0,36,66,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#025ba4', endColorstr='#002442',GradientType=0 ); /* IE6-9 */
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.RC-dropdown{
	width:102px;
	height:24px;
	float:right;
	margin-right:5px;
	margin-top:5px;
	background:url(../images/new2/global/dropdown_RC.png);
}
#RC-timer{
	width:240px;
	height:151px;
	margin-bottom:10px;
	background:url(../images/new2/global/InnerPage_Timer_Area.gif) no-repeat top center;
	margin-left:auto;
	margin-right:auto;
}
#RC-timer-container{
	margin-top:12px;
	margin-left:2px;
}
.RC_timer_number{
	background:url(../images/new2/global/background_timer.png) no-repeat top;
	width:42px;
	height:63px;
	float:left;
	margin-right:8px;
	margin-left:8px;
	text-align:center;
}
#RC-microblog-title{
	font-family: "BebasNeueRegular",Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	height:36px;
    padding-top:2px;
	background: rgb(2,91,164); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(2,91,164,1) 0%, rgba(0,60,109,1) 0%, rgba(0,75,138,1) 50%, rgba(0,60,109,1) 51%, rgba(0,36,66,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,91,164,1)), color-stop(0%,rgba(0,60,109,1)), color-stop(50%,rgba(0,75,138,1)), color-stop(51%,rgba(0,60,109,1)), color-stop(100%,rgba(0,36,66,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(2,91,164,1) 0%,rgba(0,60,109,1) 0%,rgba(0,75,138,1) 50%,rgba(0,60,109,1) 51%,rgba(0,36,66,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(2,91,164,1) 0%,rgba(0,60,109,1) 0%,rgba(0,75,138,1) 50%,rgba(0,60,109,1) 51%,rgba(0,36,66,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(2,91,164,1) 0%,rgba(0,60,109,1) 0%,rgba(0,75,138,1) 50%,rgba(0,60,109,1) 51%,rgba(0,36,66,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(2,91,164,1) 0%,rgba(0,60,109,1) 0%,rgba(0,75,138,1) 50%,rgba(0,60,109,1) 51%,rgba(0,36,66,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#025ba4', endColorstr='#002442',GradientType=0 ); /* IE6-9 */
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	width:240px;
}
#RC-microblog-content{
	width:240px;
	margin-top:0px;
	background: rgb(216,216,216); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(216,216,216,1) 0%, rgba(245,245,245,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,216,216,1)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(216,216,216,1) 0%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(216,216,216,1) 0%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(216,216,216,1) 0%,rgba(245,245,245,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(216,216,216,1) 0%,rgba(245,245,245,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
	-moz-box-shadow:    0px 0px 100px 0px #999 inset;
	-webkit-box-shadow: 0px 0px 100px 0px #999 inset;
	box-shadow:         0px 0px 100px 0px #999 inset;
}
#RC-microblog-content select{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
    text-transform:uppercase;
	font-weight:bold;
	color:#333;
	border:1px solid #989898;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline:none;
	-moz-box-shadow:    0px 0px 5px 0px #989898;
	-webkit-box-shadow: 0px 0px 5px 0px #989898;
	box-shadow:         0px 0px 5px 0px #989898;
	padding:3px;
	background:rgba(200,200,200,0.7);
}
#RC-microblog-content textarea{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline:none;
	border:1px solid #fff;
	background:#efefef;
	color:#888 !important;
	-moz-box-shadow:    0px 0px 5px 0px #888;
	-webkit-box-shadow: 0px 0px 5px 0px #888;
	box-shadow:         0px 0px 5px 0px #888;
	padding:5px;
	width:210px;
	min-width:210px;
	max-width:210px;
	min-height:50px;
	max-height:50px;
    margin:0px;
}
#RC-microblog-content .infoarea{
	padding:3px;
	border:1px solid #CCC;
	margin-top:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:left;
	color:#888;
	font-size:10px;
	text-transform:uppercase;
	background:#efefef;
    width:215px;
}
#RC-microblog-content .infoarea-count{
	width:25px;
	color:#888;
	font-size:10px;
	text-transform:uppercase;
	background:#efefef;
}
#RC-microblog-content textarea:focus{
	-moz-box-shadow:    0px 0px 5px 0px #008ec9;
	-webkit-box-shadow: 0px 0px 5px 0px #008ec9;
	box-shadow:         0px 0px 5px 0px #008ec9;
	border:1px solid #fff;
	background:#fff;
	outline:none;
}
.RC-Content{
	width:236px;
	margin-left:5px;
	margin-right:5px;
	border:2px solid #004b88;
	margin-bottom:5px;
	background-color:#FFF;
	overflow:auto;
}
#RC-PoolWinners{
	/*height:196px;*/
	height:122px;
}
#container-footer{
	/*height:90px;*/
	background:url(../images/new2/global/background_footer.gif) top center repeat-x;
	background-color:#003057;
	overflow:auto;
}
#footer-content{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}
#footer-logo{
	float:left;
}
.footer-menu-area{
	float:left;
	margin-left:50px;
}
.footer-menu{
	clear:both;
	border-bottom:1px solid #406f97;
	padding-top:1px;
	padding-bottom:1px;
}
#footer-credits{
	float:right;
}
.CC-cards{
	margin-left:8px;
	float:left;
}
.dropdown-medium{
	background:url(../images/new2/global/dropdown_medium.png) left top no-repeat;
	width:259px;
	height:29px;
}
.dropdown-small{
	background:url(../images/new2/global/dropdown_small.png) left top no-repeat;
	width:130px;
	height:26px;
}
.underline-gray{
	border-bottom:1px solid #c2c2c2;
}
.heading2{
	background:url(../images/new2/global/Background_header_2.gif) repeat-x bottom left;
	height:42px;
}
.box_leagues{
	background:url(../images/new2/global/bg_leagues_boxes.gif) no-repeat top left;
	width:226px;
	height:315px;
	margin-right:20px;
}
.input_wide{
	width:99%;
	border:1px solid #003d6f;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1f1f1 0%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1f1f1 0%,#dcdcdc 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f1f1f1 0%,#dcdcdc 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f1f1f1 0%,#dcdcdc 100%); /* W3C */
	padding:2px;
}
.list1{
	list-style-image: url(../images/new2/global/btn_go.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-bottom: 10px;
	list-style-position: outside;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-left: -10px;
}
.box-register{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #003d6f;
	width: 420px;
	float:right;
	padding:10px;
}
.pitch-large{
	background-image: url(../images/new2/global/background_pitch.jpg);
	height: 448px;
	width: 354px;
}
.pitch-player-shadow1{
	background: url(../images/new2/pitch/pitch-player-shadow.png) no-repeat center bottom;
	height: 47px;
	width: 86px;
	text-align:center;
	display: inline-block;
	overflow:visibile;
	height:90px;
}
.pitch-player-number1{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color:#FFF;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	display:inline-block;
	clear:both;
	padding:2px;
}
.pitch-player-jersey1{
	position:relative;
	top:-2px;
}
.pitch-player-name{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:2px 5px 2px 5px;;
	background-color:#fff;
	display:inline-block;
}
.pitch-player-info1{
	background:url(../images/new2/pitch/btn_info_23.png);
	width:13px;
	height:13px;
	position:relative;
	top:-7px;
	right:-10px;
}
.pitch-goalkeeper{
	width:86px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}
.pitch-defender{
	width:86px;
	padding-top:10px;
	float:left;
}
.pitch-midfielder{
	width:86px;
	padding-top:10px;
	float:left;
}
.pitch-striker{
	width:86px;
	padding-top:10px;
	float:left;
	margin-left:60px;
}
.pitch-bench1{
	width:86px;
	padding-top:10px;
	float:left;
	margin-left:45px;
	margin-top:10px;
}
.pitch-bench2{
	width:86px;
	padding-top:10px;
	float:left;
	margin-left:5px;
	margin-top:10px;
}
.pitch-bench3{
	width:86px;
	padding-top:10px;
	float:left;
	margin-left:15px;
	margin-top:10px;
}
.pitch-bottom{
	background:url(http://www.totelfootball.com/affiliate/totelfootball/images/nwe2/global/background_pitch_bottom.jpg);
	width:354px;
	height:118px;
	clear:both;
}
#dropdown{
	cursor:pointer;
}
#dropdown-elements{
	margin:5px 0px 0px 0px;
	padding:5px;
	display:none;
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top, #ededed 0%, #cecece 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ededed 0%,#cecece 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ededed 0%,#cecece 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ededed 0%,#cecece 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ededed 0%,#cecece 100%); /* W3C */
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border:1px solid #999;
}
.dropdown-element{
	padding:2px 0px 2px 5px;
	border-bottom:1px solid #ccc;
}
#button{
	cursor:pointer;
}
#blog_view_all a:link,#blog_view_all a:visited {
	text-decoration:underline;
}
#blog_view_all a:hover {
	text-decoration:underline;
}
#blog_view_all_side a:link,#blog_view_all_side a:visited {
	text-decoration:underline !important;
}
#blog_view_all_side a:hover {
	text-decoration:underline !important;
}

#switch-acc-but {
	display:none;
}
#fun-acc {
	display:none !important;
}
#box1 {
    float: left;
    height: 230px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
}
#box2 {
    float: left;
    height: 230px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 10px;
}
#box3 {
    float: left;
    height: 230px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 10px;
}


/* All new css OCT 2011*/
#container-UserActions{
	float:right;
	background:url(../images/global/background-Userbox.gif) no-repeat;
	height:70px;
	width:386px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	margin-bottom:10px;
}
#homebanner{
	margin-top:6px;
	background:url(../images/new/global/title_tf1.gif) no-repeat center top;
	height:76px;
}
#home-login{
	background:#f78a14;
	overflow:auto;
}
#home-login-text{
	margin:8px 0px 5px 5px;
	padding-right:5px;
	float:left;
}
#home-login-input{
	margin:3px 0px 1px 0px;
	width:150px;
	float:left;
}
#home-login-btn{
	margin:3px 0px 1px 0px;
	float:left;
}
#home-login-btn2{
	margin:3px 5px 1px 0px;
	float:right;
}
#home-text-explain{
	height:220px;
	background:#000 url(../images/new/global/background_text_info.jpg) bottom left repeat;
}
#home-text-explain-content{
	float:right;
	margin:10px;
	padding:5px 0px 0px 0px;
	width:510px;
}
#home-gamebox-ENG{
	height:152px;
	background:url(../images/new/global/home-gamebox-premier.jpg) no-repeat bottom left #fff;
	margin-top:10px;
}
#home-gamebox-DEU{
	height:152px;
	background:url(../images/new/global/home-gamebox-bundesliga.jpg) no-repeat bottom left #fff;
	margin-top:10px;
}
#home-gamebox-ESP{
	height:152px;
	background:url(../images/new/global/home-gamebox-primeraliga.jpg) no-repeat bottom left #fff;
	margin-top:10px;
}
#home-gamebox-ITA{
	height:152px;
	background:url(../images/new/global/home-gamebox-seriea.jpg) no-repeat bottom left #fff;
	margin-top:10px;
}
#home-gamebox-EUR{
	height:152px;
	background:url(../images/new/global/home-gamebox-champions.jpg) no-repeat bottom left #fff;
	margin-top:10px;
}
#home-gamebox-EU2{
	height:152px;
	background:url(../images/new/global/home-gamebox-euro2012.jpg) no-repeat bottom left #fff;
	margin-top:10px;
}
#home-gamebox-sub-area{
	clear:both;
	height:125px;
}
.home-gamebox-sub{
	width:240px;
	float:left;
	margin-right:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	top:5px;
}
#home-gamebox-sub-inner{
	height:70px;
	background: rgb(224,107,3); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(224,107,3,1) 0%, rgba(255,150,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,107,3,1)), color-stop(100%,rgba(255,150,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(224,107,3,1) 0%,rgba(255,150,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(224,107,3,1) 0%,rgba(255,150,0,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(224,107,3,1) 0%,rgba(255,150,0,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e06b03', endColorstr='#ff9600',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(224,107,3,1) 0%,rgba(255,150,0,1) 100%); /* W3C */
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	clear:both;
	position:relative;
	top:-27px;
}
.home-gamebox-sub:last-child{
	margin-right:0px;
}
#home-gamebox-sub-timer{
	background:url(../images/new/global/home-gamebox-timer-small.png) bottom left no-repeat;
	height:65px;
	position:relative;
	top:5px;
}
.home-gambebox-sub-timer-body{
	background:url(../images/new/global/home-gamebox-num-back.png);
	width:36px;
	height:36px;
	float:left;
	margin-top:5px;
	margin-right:7px;
	text-align:center;
}
.home-gambebox-sub-timer-body:first-child{
	margin-left:10px;
}
#home-gamebox-play{
	float:right;
	margin-right:10px;
	margin-top:-20px;
}
.homebox-Counter-new{
	clear:both;
	float:right;
	margin-right:10px;
	margin-top:5px;
	width:490px;
	height:63px;
	background:url(../images/new2/global/background_home_Counter2.png) no-repeat bottom;
}
#timerDesc-small{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#7ea4c2;
	margin-top:5px;
	text-transform:uppercase;
}
#home-gamebox-play-small{
	float:left;
	padding:5px;
	margin-top:17px;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgb(255,174,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,174,0,1) 0%, rgba(226,138,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,174,0,1)), color-stop(100%,rgba(226,138,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,174,0,1) 0%,rgba(226,138,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,174,0,1) 0%,rgba(226,138,0,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,174,0,1) 0%,rgba(226,138,0,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#e28a00',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,174,0,1) 0%,rgba(226,138,0,1) 100%); /* W3C */
}
#home-gamebox-title-main{
	position:relative;
	top:7px;
	width:240px;
	background: rgb(0,67,123); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,67,123,1) 0%, rgba(0,47,86,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,67,123,1)), color-stop(100%,rgba(0,47,86,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,67,123,1) 0%,rgba(0,47,86,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,67,123,1) 0%,rgba(0,47,86,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(0,67,123,1) 0%,rgba(0,47,86,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00437b', endColorstr='#002f56',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(0,67,123,1) 0%,rgba(0,47,86,1) 100%); /* W3C */
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #000;
	-webkit-box-shadow: 2px 2px 3px #000;
	box-shadow: 2px 2px 3px #000;
	overflow:auto;
}
#home-gamebox-title-sub{
	position:relative;
	background: rgb(0,67,123); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,67,123,1) 0%, rgba(0,47,86,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,67,123,1)), color-stop(100%,rgba(0,47,86,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,67,123,1) 0%,rgba(0,47,86,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,67,123,1) 0%,rgba(0,47,86,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(0,67,123,1) 0%,rgba(0,47,86,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00437b', endColorstr='#002f56',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(0,67,123,1) 0%,rgba(0,47,86,1) 100%); /* W3C */
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow:auto;
	top:10px;
}
#home-gamebox-title-content{
	padding:5px;
	float:right;
	text-align:right;
}
#flag-ENG{
	background:url(../images/new/global/flag_UK.png) top left;
	width:37px;
	height:37px;
	position:relative;
	top:-38px;
	left:7px;
	float:left;
}
#flag-DEU{
	background:url(../images/new/global/flag-Bundesliga.png) top left;
	width:37px;
	height:37px;
	position:relative;
	top:-38px;
	left:7px;
	float:left;
}
#flag-ESP{
	background:url(../images/new/global/flag-primera.png) top left;
	width:37px;
	height:37px;
	position:relative;
	top:-38px;
	left:7px;
	float:left;
}
#flag-ITA{
	background:url(../images/new/global/flag-serieA.png) top left;
	width:37px;
	height:37px;
	position:relative;
	top:-38px;
	left:7px;
	float:left;
}
#flag-EUR{
	background:url(../images/new/global/flag-champions.png) top left;
	width:37px;
	height:37px;
	position:relative;
	top:-38px;
	left:7px;
	float:left;
}
#flag-EU2{
	background:url(http://www.totelfootball.com/affiliate/totelfootball/images/new/global/flag-Euro2012.png) top left;
	width:37px;
	height:37px;
	position:relative;
	top:-38px;
	left:7px;
	float:left;
}



/* SPLIT B CSS*/



#homebanner2{
	margin-top:6px;
	background:url(http://www.totelfootball.com/affiliate/totelfootball/css/images/new/global/title_tf3.gif) no-repeat center top;
	width:1000px;
	height:53px;
}
#home-gamebox-B-EUR{
	height:250px;
	background:url(http://www.totelfootball.com/affiliate/totelfootball/css/images/new/global/home-gamebox-champions2.jpg) no-repeat bottom left #fff;
	margin-top:0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#home-gamebox-B-ENG{
	height:250px;
	background:url(http://www.totelfootball.com/affiliate/totelfootball/css/images/new/global/home-gamebox-premier5.jpg) no-repeat bottom left #fff;
	margin-top:0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#home-gamebox-B-ITA{
	height:250px;
	background:url(http://www.totelfootball.com/affiliate/totelfootball/css/images/new/global/home-gamebox-seriea2.jpg) no-repeat bottom left #fff;
	margin-top:0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#home-gamebox-B-DEU{
	height:250px;
	background:url(http://www.totelfootball.com/affiliate/totelfootball/css/images/new/global/home-gamebox-bundesliga2.jpg) no-repeat bottom left #fff;
	margin-top:0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#home-gamebox-B-ESP{
	height:250px;
	background:url(http://www.totelfootball.com/affiliate/totelfootball/css/images/new/global/home-gamebox-laliga2.jpg) no-repeat bottom left #fff;
	margin-top:0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#home-gamebox-B-EU2{
	height:250px;
	background:url(http://www.totelfootball.com/affiliate/totelfootball/css/images/new/global/home-gamebox-euros.jpg) no-repeat bottom left #fff;
	margin-top:0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#Ribbon-bet-free{
	background:url(http://www.totelfootball.com/affiliate/totelfootball/css/images/new/global/Ribbon_First_bet_free.png) top right no-repeat;
	width:183px;
	height:114px;
	float:right;
	margin-top:-5px;
	margin-right:-3px;
}
.btn-intro-area{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#666;
	text-align:center;
	padding:10px 10px 0px 10px;
	margin:66px 30px 0px 0px;
	width:250px;
	clear:both;
	float:right;
	background: -moz-linear-gradient(top,  rgba(229,229,229,0.59) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,0.59)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,229,229,0.59) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,229,229,0.59) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,229,229,0.59) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(229,229,229,0.59) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.btn-LargeAction1{
	margin-bottom:5px;
	padding:5px 20px 5px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #a8f41a; /* Old browsers */
	background: -moz-linear-gradient(top,  #a8f41a 1%, #6ba500 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#a8f41a), color-stop(100%,#6ba500)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a8f41a 1%,#6ba500 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a8f41a 1%,#6ba500 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a8f41a 1%,#6ba500 100%); /* IE10+ */
	background: linear-gradient(top,  #a8f41a 1%,#6ba500 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8f41a', endColorstr='#6ba500',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow:    2px 2px 5px 0px #666;
	-webkit-box-shadow: 2px 2px 5px 0px #666;
	box-shadow:         2px 2px 5px 0px #666;
	text-shadow: #333 1px 1px 0px;
	border:1px solid #6ba500;
	cursor:pointer;
}
.btn-LargeAction1:hover{
	margin-bottom:5px;
	padding:5px 20px 5px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgb(203,255,99); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(203,255,99,1) 0%, rgba(132,204,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,255,99,1)), color-stop(100%,rgba(132,204,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(203,255,99,1) 0%,rgba(132,204,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(203,255,99,1) 0%,rgba(132,204,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(203,255,99,1) 0%,rgba(132,204,0,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(203,255,99,1) 0%,rgba(132,204,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbff63', endColorstr='#84cc00',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow:    2px 2px 5px 0px #999;
	-webkit-box-shadow: 2px 2px 5px 0px #999;
	box-shadow:         2px 2px 5px 0px #999;
	text-shadow: #333 1px 1px 0px;
	border:1px solid #6ba500;
	cursor:pointer;
}
.btn-med-gamebox-area{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#666;
	text-align:center;
	padding:10px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	width:190px;
	background: -moz-linear-gradient(top,  rgba(229,229,229,0.59) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,0.59)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,229,229,0.59) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,229,229,0.59) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,229,229,0.59) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(229,229,229,0.59) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.btn-MediumAction1{
	margin-bottom:10px;
	width:150px;
	padding:5px 20px 5px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #a8f41a; /* Old browsers */
	background: -moz-linear-gradient(top,  #a8f41a 1%, #6ba500 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#a8f41a), color-stop(100%,#6ba500)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a8f41a 1%,#6ba500 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a8f41a 1%,#6ba500 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a8f41a 1%,#6ba500 100%); /* IE10+ */
	background: linear-gradient(top,  #a8f41a 1%,#6ba500 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8f41a', endColorstr='#6ba500',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow:    2px 2px 5px 0px #9a9a9a;
	-webkit-box-shadow: 2px 2px 5px 0px #9a9a9a;
	box-shadow:         2px 2px 5px 0px #9a9a9a;
	text-shadow: #333 1px 1px 0px;
	border:1px solid #6ba500;
	cursor:pointer;
}
.btn-MediumAction1:hover{
	padding:5px 20px 5px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgb(203,255,99); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(203,255,99,1) 0%, rgba(132,204,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,255,99,1)), color-stop(100%,rgba(132,204,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(203,255,99,1) 0%,rgba(132,204,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(203,255,99,1) 0%,rgba(132,204,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(203,255,99,1) 0%,rgba(132,204,0,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(203,255,99,1) 0%,rgba(132,204,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbff63', endColorstr='#84cc00',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow:    2px 2px 5px 0px #999;
	-webkit-box-shadow: 2px 2px 5px 0px #999;
	box-shadow:         2px 2px 5px 0px #999;
	text-shadow: #333 1px 1px 0px;
	border:1px solid #6ba500;
	cursor:pointer;
}
#container-UserActions-n1{
	float:right;
	background: #00437b; /* Old browsers */
	background: -moz-linear-gradient(top,  #00437b 0%, #002f56 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00437b), color-stop(100%,#002f56)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00437b 0%,#002f56 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00437b 0%,#002f56 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00437b 0%,#002f56 100%); /* IE10+ */
	background: linear-gradient(top,  #00437b 0%,#002f56 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00437b', endColorstr='#002f56',GradientType=0 ); /* IE6-9 */
	height:70px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	margin-bottom:0px;
	margin-right:5px;
	position:relative;
}
.c-u-n1-area{
	margin-right:5px;
	float:left;
	width:140px;
}
#container-UserActions-n1 input{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline:none;
	border:0px;
	margin:5px 0px 0px 0px;
	width:135px;
	-moz-box-shadow:inset 0 0 5px #ccc;
	-webkit-box-shadow:inset 0 0 5px #ccc;
	box-shadow:inset 0 0 5px #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	border:1px solid #ccc;
}
#container-UserActions-n1 input:focus{
	background:#00294b;
	color:#fff;
	-moz-box-shadow:    0px 0px 5px 0px #92d7e1;
	-webkit-box-shadow: 0px 0px 5px 0px #92d7e1;
	box-shadow:         0px 0px 5px 0px #92d7e1;
	border:1px solid #00294b;
}
.UserActions-login{
	float:left;
	background: #ffae00; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffae00 0%, #e28a00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffae00), color-stop(100%,#e28a00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffae00 0%,#e28a00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffae00 0%,#e28a00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffae00 0%,#e28a00 100%); /* IE10+ */
	background: linear-gradient(top,  #ffae00 0%,#e28a00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#e28a00',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:    0px 0px 5px 0px #000;
	-webkit-box-shadow: 0px 0px 5px 0px #000;
	box-shadow:         0px 0px 5px 0px #000;
	outline:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform:uppercase;
	text-shadow:#ffc44a 1px 1px 0px;
	color: #000 !important;
	padding:2px 8px 2px 8px;
	margin-top:10px;
}
.UserActions-login:hover{
	background: #ffd800; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffd800 0%, #ff9c00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd800), color-stop(100%,#ff9c00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffd800 0%,#ff9c00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffd800 0%,#ff9c00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffd800 0%,#ff9c00 100%); /* IE10+ */
	background: linear-gradient(top,  #ffd800 0%,#ff9c00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd800', endColorstr='#ff9c00',GradientType=0 ); /* IE6-9 */
}
.UserActions-login:focus{
	background: #ffd800; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffd800 0%, #ff9c00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd800), color-stop(100%,#ff9c00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffd800 0%,#ff9c00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffd800 0%,#ff9c00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffd800 0%,#ff9c00 100%); /* IE10+ */
	background: linear-gradient(top,  #ffd800 0%,#ff9c00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd800', endColorstr='#ff9c00',GradientType=0 ); /* IE6-9 */
}
.UserActions-Lcontainter{
	float:right;
	position:absolute;
	bottom:0px;
	right:0px;
}
.UserActions-forgotpassword{
	float:left;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(237,237,237,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(237,237,237,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(237,237,237,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(237,237,237,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(237,237,237,0.5) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(237,237,237,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#80ededed',GradientType=0 ); /* IE6-9 */
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	outline:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform:uppercase;
	text-shadow:#999 1px 1px 0px;
	color: #000;
	padding:3px 8px 3px 8px;
	margin-right:10px;
	position:absolute;
	bottom:0px;
	width:120px;
	right:125px;
	text-align:center;
}
.UserActions-forgotpassword:hover{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.UserActions-joinnow{
	float:left;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	outline:none;
	font-family:"Arial Black", Arial, Gadget, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align:center;
	text-transform:uppercase;
	text-shadow:#fff 1px 1px 0px;
	color: #000;
	padding:3px 8px 3px 8px;
	position:absolute;
	bottom:0px;
	width:100px;
	right:10px;
}
.UserActions-joinnow:hover{
	background: rgb(255,216,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,216,0,1) 0%, rgba(255,156,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,216,0,1)), color-stop(100%,rgba(255,156,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,216,0,1) 0%,rgba(255,156,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,216,0,1) 0%,rgba(255,156,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,216,0,1) 0%,rgba(255,156,0,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,216,0,1) 0%,rgba(255,156,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd800', endColorstr='#ff9c00',GradientType=0 ); /* IE6-9 */
}
#container-MenuArea-n1{
	clear:both;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(20%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,0.5) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=0 ); /* IE6-9 */
	height:39px;
	padding-left:10px;
	padding-right:10px;
}
#container-Menu-n1{
	float:left;
	height:39px;
	background: rgb(2,91,164); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(2,91,164,1) 0%, rgba(0,60,109,1) 0%, rgba(0,75,138,1) 50%, rgba(0,60,109,1) 51%, rgba(0,36,66,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,91,164,1)), color-stop(0%,rgba(0,60,109,1)), color-stop(50%,rgba(0,75,138,1)), color-stop(51%,rgba(0,60,109,1)), color-stop(100%,rgba(0,36,66,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(2,91,164,1) 0%,rgba(0,60,109,1) 0%,rgba(0,75,138,1) 50%,rgba(0,60,109,1) 51%,rgba(0,36,66,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(2,91,164,1) 0%,rgba(0,60,109,1) 0%,rgba(0,75,138,1) 50%,rgba(0,60,109,1) 51%,rgba(0,36,66,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(2,91,164,1) 0%,rgba(0,60,109,1) 0%,rgba(0,75,138,1) 50%,rgba(0,60,109,1) 51%,rgba(0,36,66,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(2,91,164,1) 0%,rgba(0,60,109,1) 0%,rgba(0,75,138,1) 50%,rgba(0,60,109,1) 51%,rgba(0,36,66,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#025ba4', endColorstr='#002442',GradientType=0 ); /* IE6-9 */
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	padding-right:10px;
	padding-left:10px;
}
.menu-n1{
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	padding:5px;
	margin:8px 5px 0px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow:#000 1px 1px 1px;
	background: rgb(0,67,123); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,67,123,1) 0%, rgba(0,26,48,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,67,123,1)), color-stop(100%,rgba(0,26,48,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,67,123,1) 0%,rgba(0,26,48,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,67,123,1) 0%,rgba(0,26,48,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,67,123,1) 0%,rgba(0,26,48,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(0,67,123,1) 0%,rgba(0,26,48,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00437b', endColorstr='#001a30',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow:    0px 0px 5px 0px #000;
	-webkit-box-shadow: 0px 0px 5px 0px #000;
	box-shadow:         0px 0px 5px 0px #000;
}
.menu-n1on{
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	padding:5px;
	margin:8px 5px 0px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow:#000 1px 1px 1px;
	background: rgb(255,174,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,174,0,1) 0%, rgba(240,108,37,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,174,0,1)), color-stop(100%,rgba(240,108,37,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,174,0,1) 0%,rgba(240,108,37,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,174,0,1) 0%,rgba(240,108,37,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,174,0,1) 0%,rgba(240,108,37,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,174,0,1) 0%,rgba(240,108,37,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#f06c25',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow:    0px 0px 5px 0px #000;
	-webkit-box-shadow: 0px 0px 5px 0px #000;
	box-shadow:         0px 0px 5px 0px #000;
}
.menu-n1:hover{
	background: rgb(255,174,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,174,0,1) 0%, rgba(240,108,37,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,174,0,1)), color-stop(100%,rgba(240,108,37,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,174,0,1) 0%,rgba(240,108,37,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,174,0,1) 0%,rgba(240,108,37,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,174,0,1) 0%,rgba(240,108,37,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,174,0,1) 0%,rgba(240,108,37,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#f06c25',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow:    0px 0px 5px 0px #000;
	-webkit-box-shadow: 0px 0px 5px 0px #000;
	box-shadow:         0px 0px 5px 0px #000;
	text-shadow:#000 1px 1px 1px;
	color:#fff;
}
.menu-n2{
	float:left;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	padding:5px;
	margin:7px 10px 0px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow:#000 1px 1px 1px;
	-moz-box-shadow:    0px 0px 5px 0px #000;
	-webkit-box-shadow: 0px 0px 5px 0px #000;
	box-shadow:         0px 0px 5px 0px #000;
	background: rgb(0,67,123); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,67,123,1) 0%, rgba(0,26,48,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,67,123,1)), color-stop(100%,rgba(0,26,48,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,67,123,1) 0%,rgba(0,26,48,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,67,123,1) 0%,rgba(0,26,48,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,67,123,1) 0%,rgba(0,26,48,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(0,67,123,1) 0%,rgba(0,26,48,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00437b', endColorstr='#001a30',GradientType=0 ); /* IE6-9 */
}
.menu-n2on{
	float:left;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	padding:5px;
	margin:7px 10px 0px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow:#000 1px 1px 1px;
	background: rgb(255,174,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,174,0,1) 0%, rgba(240,108,37,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,174,0,1)), color-stop(100%,rgba(240,108,37,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,174,0,1) 0%,rgba(240,108,37,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,174,0,1) 0%,rgba(240,108,37,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,174,0,1) 0%,rgba(240,108,37,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,174,0,1) 0%,rgba(240,108,37,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#f06c25',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow:    0px 0px 5px 0px #000;
	-webkit-box-shadow: 0px 0px 5px 0px #000;
	box-shadow:         0px 0px 5px 0px #000;
}
.menu-n2:hover{
	background: rgb(255,174,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,174,0,1) 0%, rgba(240,108,37,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,174,0,1)), color-stop(100%,rgba(240,108,37,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,174,0,1) 0%,rgba(240,108,37,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,174,0,1) 0%,rgba(240,108,37,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,174,0,1) 0%,rgba(240,108,37,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,174,0,1) 0%,rgba(240,108,37,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#f06c25',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow:    0px 0px 5px 0px #000;
	-webkit-box-shadow: 0px 0px 5px 0px #000;
	box-shadow:         0px 0px 5px 0px #000;
	text-shadow:#000 1px 1px 1px;
	color:#fff;
}
.menu-n3{
	float:left;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	padding:2px;
	margin:7px 5px 0px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow:#000 1px 1px 1px;
}
.menu-n3on{
	float:left;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	padding:2px;
	margin:7px 5px 0px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow:#000 1px 1px 1px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow:    0px 0px 5px 0px #000;
	-webkit-box-shadow: 0px 0px 5px 0px #000;
	box-shadow:         0px 0px 5px 0px #000;
}
.menu-n3:hover{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(193,193,193,1) 49%, rgba(211,211,211,1) 50%, rgba(247,247,247,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(49%,rgba(193,193,193,1)), color-stop(50%,rgba(211,211,211,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(193,193,193,1) 49%,rgba(211,211,211,1) 50%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(193,193,193,1) 49%,rgba(211,211,211,1) 50%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(193,193,193,1) 49%,rgba(211,211,211,1) 50%,rgba(247,247,247,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(193,193,193,1) 49%,rgba(211,211,211,1) 50%,rgba(247,247,247,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow:    0px 0px 5px 0px #000;
	-webkit-box-shadow: 0px 0px 5px 0px #000;
	box-shadow:         0px 0px 5px 0px #000;
}
#container-Menu-n2{
	float:left;
    position:relative;
	height:39px;
	background: rgb(237,237,237); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(211,211,211,1) 50%, rgba(193,193,193,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(50%,rgba(211,211,211,1)), color-stop(51%,rgba(193,193,193,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(211,211,211,1) 50%,rgba(193,193,193,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(211,211,211,1) 50%,rgba(193,193,193,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(211,211,211,1) 50%,rgba(193,193,193,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(211,211,211,1) 50%,rgba(193,193,193,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	padding-right:10px;
	padding-left:10px;
}
.game-preview-icon{
	float:left;
	margin-right:10px;
}
.game-preview-content{
	float:left;
}
.gp-toparrow{
	margin-top:-16px;
	margin-bottom:10px;
}

div.game-preview-sort-1{
	left:-97px;
}
div.game-preview-sort-2{
	left:-57px;
}
div.game-preview-sort-3{
	left:-27px;
}
div.game-preview-sort-4{
	left: 17px;
}
div.game-preview-sort-5{
	left: 57px;
}
div.game-preview-sort-6{
	left: 97px;
}
div.game-preview-sort-7{
	left: 127px;
}

#game-preview-Premier{
	display:none;
	width:200px;
	float:left;
	position:absolute;
	top:42px;
	padding:10px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.95) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.75)), color-stop(100%,rgba(0,0,0,0.95))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.95) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.95) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.95) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.95) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#f2000000',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	-moz-box-shadow:    3px 3px 5px 0px #000;
	-webkit-box-shadow: 3px 3px 5px 0px #000;
	box-shadow:         3px 3px 5px 0px #000;
    z-index:100;
}
#game-preview-LFP{
	display:none;
	width:200px;
	float:left;
	position:absolute;
	top:42px;
	padding:10px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.95) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.75)), color-stop(100%,rgba(0,0,0,0.95))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.95) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.95) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.95) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.95) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#f2000000',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	-moz-box-shadow:    3px 3px 5px 0px #000;
	-webkit-box-shadow: 3px 3px 5px 0px #000;
	box-shadow:         3px 3px 5px 0px #000;
    z-index:100;
}
#game-preview-SerieA{
	display:none;
	width:200px;
	float:left;
	position:absolute;
	top:42px;
	padding:10px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.95) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.75)), color-stop(100%,rgba(0,0,0,0.95))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.95) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.95) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.95) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.95) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#f2000000',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	-moz-box-shadow:    3px 3px 5px 0px #000;
	-webkit-box-shadow: 3px 3px 5px 0px #000;
	box-shadow:         3px 3px 5px 0px #000;
    z-index:100;
}
#game-preview-Bundesliga{
	display:none;
	width:210px;
	float:left;
	position:absolute;
	top:42px;
	padding:10px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.95) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.75)), color-stop(100%,rgba(0,0,0,0.95))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.95) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.95) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.95) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.95) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#f2000000',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	-moz-box-shadow:    3px 3px 5px 0px #000;
	-webkit-box-shadow: 3px 3px 5px 0px #000;
	box-shadow:         3px 3px 5px 0px #000;
    z-index:100;
}
#game-preview-Champions{
	display:none;
	width:220px;
	float:left;
	position:absolute;
	top:42px;
	padding:10px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.95) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.75)), color-stop(100%,rgba(0,0,0,0.95))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.95) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.95) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.95) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.95) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#f2000000',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	-moz-box-shadow:    3px 3px 5px 0px #000;
	-webkit-box-shadow: 3px 3px 5px 0px #000;
	box-shadow:         3px 3px 5px 0px #000;
    z-index:100;
}
#game-preview-Euros{
	display:none;
	width:220px;
	float:left;
	position:absolute;
	top:42px;
	padding:10px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.95) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.75)), color-stop(100%,rgba(0,0,0,0.95))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.95) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.95) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.95) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.95) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#f2000000',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	-moz-box-shadow:    3px 3px 5px 0px #000;
	-webkit-box-shadow: 3px 3px 5px 0px #000;
	box-shadow:         3px 3px 5px 0px #000;
    z-index:100;
}
.textshadow-sharpsmall{
	text-shadow:#000 1px 1px 0px;
}
.btn-std-1{
	margin-bottom:10px;
	padding:5px 10px 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(147,221,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(147,221,0,1) 0%, rgba(89,137,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(147,221,0,1)), color-stop(100%,rgba(89,137,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(147,221,0,1) 0%,rgba(89,137,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(147,221,0,1) 0%,rgba(89,137,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(147,221,0,1) 0%,rgba(89,137,0,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(147,221,0,1) 0%,rgba(89,137,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93dd00', endColorstr='#598900',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow:    2px 2px 5px 0px #ccc;
	-webkit-box-shadow: 2px 2px 5px 0px #ccc;
	box-shadow:         2px 2px 5px 0px #ccc;
	text-shadow: #6ba500 1px 1px 0px;
	border:1px solid #6ba500;
	cursor:pointer;
	text-transform:uppercase;
}
.btn-std-1 img{
	margin-right:3px;
}
.btn-std-1:hover{
	background: rgb(203,255,99); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(203,255,99,1) 0%, rgba(132,204,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,255,99,1)), color-stop(100%,rgba(132,204,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(203,255,99,1) 0%,rgba(132,204,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(203,255,99,1) 0%,rgba(132,204,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(203,255,99,1) 0%,rgba(132,204,0,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(203,255,99,1) 0%,rgba(132,204,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbff63', endColorstr='#84cc00',GradientType=0 ); /* IE6-9 */
	color:#000 !important;
}
.btn-std-2{
	margin-bottom:10px;
	padding:5px 10px 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(219,18,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(219,18,0,1) 0%, rgba(122,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,18,0,1)), color-stop(100%,rgba(122,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(219,18,0,1) 0%,rgba(122,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(219,18,0,1) 0%,rgba(122,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(219,18,0,1) 0%,rgba(122,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(219,18,0,1) 0%,rgba(122,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db1200', endColorstr='#7a0000',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow:    2px 2px 5px 0px #ccc;
	-webkit-box-shadow: 2px 2px 5px 0px #ccc;
	box-shadow:         2px 2px 5px 0px #ccc;
	text-shadow: #4F0000 1px 1px 0px;
	border:1px solid #7A0000;
	cursor:pointer;
	text-transform:uppercase;
}
.btn-std-2:hover{
	background: rgb(255,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,0,0,1) 0%, rgba(188,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,0,0,1)), color-stop(100%,rgba(188,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,0,0,1) 0%,rgba(188,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,0,0,1) 0%,rgba(188,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,0,0,1) 0%,rgba(188,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,0,0,1) 0%,rgba(188,0,0,1) 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#bc0000',GradientType=0 ); /* IE6-9 */
}
.btn-std-ClearSelection{
	background: rgb(219,18,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(219,18,0,1) 0%, rgba(122,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,18,0,1)), color-stop(100%,rgba(122,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(219,18,0,1) 0%,rgba(122,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(219,18,0,1) 0%,rgba(122,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(219,18,0,1) 0%,rgba(122,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(219,18,0,1) 0%,rgba(122,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db1200', endColorstr='#7a0000',GradientType=0 ); /* IE6-9 */
	text-transform:uppercase;
	padding:5px 10px 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:    1px 1px 5px 0px #333;
	-webkit-box-shadow: 1px 1px 5px 0px #333;
	box-shadow:         1px 1px 5px 0px #333;
	text-shadow:		#e60000 1px 1px 0px;
	cursor:pointer;
	text-align:center;
	width:135px;
}
.btn-std-ClearSelection img{
	margin-right:3px;
}
.btn-std-ClearSelection:hover{
	background: rgb(255,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,0,0,1) 0%, rgba(188,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,0,0,1)), color-stop(100%,rgba(188,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,0,0,1) 0%,rgba(188,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,0,0,1) 0%,rgba(188,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,0,0,1) 0%,rgba(188,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,0,0,1) 0%,rgba(188,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#bc0000',GradientType=0 ); /* IE6-9 */
}
.btn-std-QuickPick{
	background: rgb(255,174,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,174,0,1) 0%, rgba(226,138,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,174,0,1)), color-stop(100%,rgba(226,138,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,174,0,1) 0%,rgba(226,138,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,174,0,1) 0%,rgba(226,138,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,174,0,1) 0%,rgba(226,138,0,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,174,0,1) 0%,rgba(226,138,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#e28a00',GradientType=0 ); /* IE6-9 */
	text-transform:uppercase;
	padding:5px 10px 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:    1px 1px 5px 0px #333;
	-webkit-box-shadow: 1px 1px 5px 0px #333;
	box-shadow:         1px 1px 5px 0px #333;
	text-shadow: #ffbf36 1px 1px 0px;
	cursor:pointer;
	text-align:center;
	width:135px;
}
.btn-std-QuickPick img{
	margin-right:3px;
}
.btn-std-QuickPick:hover{
	background: rgb(255,216,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,216,0,1) 0%, rgba(255,156,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,216,0,1)), color-stop(100%,rgba(255,156,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,216,0,1) 0%,rgba(255,156,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,216,0,1) 0%,rgba(255,156,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,216,0,1) 0%,rgba(255,156,0,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,216,0,1) 0%,rgba(255,156,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd800', endColorstr='#ff9c00',GradientType=0 ); /* IE6-9 */
}
.btn-std-Postit{
	background: rgb(255,174,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,174,0,1) 0%, rgba(226,138,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,174,0,1)), color-stop(100%,rgba(226,138,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,174,0,1) 0%,rgba(226,138,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,174,0,1) 0%,rgba(226,138,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,174,0,1) 0%,rgba(226,138,0,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,174,0,1) 0%,rgba(226,138,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#e28a00',GradientType=0 ); /* IE6-9 */
	text-transform:uppercase;
	padding:5px 10px 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:    1px 1px 5px 0px #333;
	-webkit-box-shadow: 1px 1px 5px 0px #333;
	box-shadow:         1px 1px 5px 0px #333;
	text-shadow: #ffbf36 1px 1px 0px;
	cursor:pointer;
	text-align:center;
}
.btn-std-Postit img{
	margin-right:3px;
}
.btn-std-Postit:hover{
	background: rgb(255,216,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,216,0,1) 0%, rgba(255,156,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,216,0,1)), color-stop(100%,rgba(255,156,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,216,0,1) 0%,rgba(255,156,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,216,0,1) 0%,rgba(255,156,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,216,0,1) 0%,rgba(255,156,0,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,216,0,1) 0%,rgba(255,156,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd800', endColorstr='#ff9c00',GradientType=0 ); /* IE6-9 */
}
.btn-std-3{
	background: rgb(255,174,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,174,0,1) 0%, rgba(226,138,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,174,0,1)), color-stop(100%,rgba(226,138,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,174,0,1) 0%,rgba(226,138,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,174,0,1) 0%,rgba(226,138,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,174,0,1) 0%,rgba(226,138,0,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,174,0,1) 0%,rgba(226,138,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#e28a00',GradientType=0 ); /* IE6-9 */
	text-transform:uppercase;
	padding:5px 10px 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:    1px 1px 5px 0px #333;
	-webkit-box-shadow: 1px 1px 5px 0px #333;
	box-shadow:         1px 1px 5px 0px #333;
	text-shadow: #ffbf36 1px 1px 0px;
	cursor:pointer;
	text-align:center;
}
.btn-std-3 img{
	margin-right:3px;
}
.btn-std-3:hover{
	background: rgb(255,216,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,216,0,1) 0%, rgba(255,156,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,216,0,1)), color-stop(100%,rgba(255,156,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,216,0,1) 0%,rgba(255,156,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,216,0,1) 0%,rgba(255,156,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,216,0,1) 0%,rgba(255,156,0,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,216,0,1) 0%,rgba(255,156,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd800', endColorstr='#ff9c00',GradientType=0 ); /* IE6-9 */
}
.btn-std-3:focus{
	background: rgb(255,216,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,216,0,1) 0%, rgba(255,156,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,216,0,1)), color-stop(100%,rgba(255,156,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,216,0,1) 0%,rgba(255,156,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,216,0,1) 0%,rgba(255,156,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,216,0,1) 0%,rgba(255,156,0,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,216,0,1) 0%,rgba(255,156,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd800', endColorstr='#ff9c00',GradientType=0 ); /* IE6-9 */
}
.countplaceLeft{
	float:left; margin-left:2px;
}
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('http://www.totelfootball.com/affiliate/totelfootball/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CreteRoundRegular';
    src: url('../fonts/CreteRound-Regular-webfont.eot');
    src: url('../fonts/CreteRound-Regular-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/CreteRound-Regular-webfont.woff') format('woff'),
         url('../fonts/CreteRound-Regular-webfont.ttf') format('truetype'),
         url('http://www.totelfootball.com/affiliate/totelfootball/fonts/CreteRound-Regular-webfont.svg#CreteRoundRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}