/*Main css file */ /*---color scheme---*/ /* black main bg: #0A0A0A black inner 
fon #121212 border grey #2B2B2B text-grey: #7B7B7B text-white: #DFDFDF yellow: 
#F9C511 */


body {
	font-family: Arial,Verdana,sans-serif;
	text-align: center; 
	font-size: 12px;
	color: #7B7B7B;
	background-color: #0A0A0A;
}
a {
	color: #F9C511;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#container {
  width: 985px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#header {
  width: 985px;
  background-color: #121212;
	float: left;
	border: 1px solid #000;
	border-bottom: 0px;
}
#top_header_holder {
  width: 985px;
	float: left;
}
#logo_holder {
  width: 140px;
  height: 140px;
	float: left;
	padding: 20px 10px 0px 10px;
}
#header_image_holder {
  width: 420px;
  height: 149px;
	float: left;
	text-align: center;
	padding: 11px 0 0 0;
}
#header_image_holder img {
	margin: auto;
}


/*user box start */
#user_box_holder {
  width: 355px;
  height: 130px;
	float: left;
	padding: 15px;
	font-family: Arial,Verdana,sans-serif;
}
.user_box {
	width: 348px;
	height: 106px;
	font-size: 12px;
}
.user_box p {
	font-size: 12px;
}
.user_box form, .user_box frameset, .user_box label, .user_box input {
	float:left;
}
.user_box label.name,.user_box label.pass {
	width:148px;
	color: #DFDFDF;
	padding: 0 0 5px 0;

}
.user_box input {
	width: 130px;
	height: 19px;
	border: 1px solid #2B2B2B;
	background: #121212;
	margin: 0 10px 0 0;
	line-height: 21px;
	padding: 2px 2px 0 3px;
	color: #DFDFDF;
}
.user_box input:hover {
	border: 1px solid #F9C511;
	background: #121212;
}
.user_box input:focus {
	border: 1px solid #F9C511;
	background: #121212;
	color: #FFF;
}
.user_box input.login_button {
	width: 53px;
	height: 21px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../img/buttons/login.png) no-repeat;
  background-position: 0 0px;
  float: left;
	border: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
.user_box input.login_button:hover {
  background-position: 0 -21px;
}
.remember_me_line {
	float: left;
	width: 348px;
	padding: 10px 0 14px 0;
}
.remember_me_line input.checkbox {
	float: left;
	width: 12px;
	height: 12px;
	border: 0px;
	background: none;
	margin: 4px 0 0 0;
}
.remember_me_line input.checkbox:hover{
	border: 0px;
	background: none;
}
.remember_me_line label {
	float: left;
	margin: 4px 70px 0 10px;
	letter-spacing:0px;
}
#user_box_holder .remember_me_line a {
	text-decoration: none;
	color: #DFDFDF;
	float: left;
	margin: 4px 0 0 0;
}
#user_box_holder .remember_me_line a:hover {
	text-decoration: underline;
	color: #DFDFDF;
}
.nqmash_akaunt {
	float:left;
	padding: 5px 13px 0 0;
	font-size: 11px;
	letter-spacing:0px;
}
.register_button {
	float:left;
	width:101px;
	height:21px;
}
.register_button a {
	background:transparent url(../img/buttons/registration.png) repeat scroll 0 0;
	display:block;
	float:left;
	width:100%;
	height: 100%;
	text-indent:-9999px;
}
.register_button a:hover{
  background-position: 0 -21px;
}


/*if user is logged in here some stuff ;) */
div.logged_in_line {
 	width: 348px;
 	float: left;
}
div.logged_in_line a {
	text-decoration: none;
	color: #7B7B7B;
	font-weight: bold;
}
div.logged_in_line a:hover {
	text-decoration: underline;
}
div.avatar_wellcome {
 	width: 160px;
 	float: left;
}
div.avatar_wellcome img {
 	float: left;
 	border: 1px solid #2B2B2B;
 	margin: 0 10px 0 0;
 	width: 40px;
 	height: 40px;
}
div.avatar_wellcome p  {
 	float: left;
 	line-height: 15px;
}
div.avatar_wellcome p a{
	color: #DFDFDF;
}
p.user_message_reminder {
	float: left;
	padding: 5px 0 5px 0;
	line-height: 12px;
	height: 25px;
}
p.user_message_reminder a {
	color: #DFDFDF;
	font-weight: normal;
}
div.user_friends {
	float: left;
	width: 180px;
	padding: 7px 0 0 0;
}
div.user_friends a {
	display: block;
	padding: 2px 0 0 0;
}
div.user_tools_and_logout {
	float: left;
	width: 168px;
	padding: 7px 0 0 0;
	font-size: 11px;
}
div.user_tools_and_logout a {
	float: right;
	display: block;
	padding: 2px 0 0 0;
}
div.user_tools_and_logout a:hover {
	text-decoration: underline;
}
/*icons*/
div.user_icons {
	float:right;
	left:3px;
	position:relative;
	top: 0px;
}
div.user_icons a {
	float: left;
	line-height: 18px;
	display: block;
}
div.score_confirms,
div.versuses, 
div.messages,
div.friends, 
div.settings, 
div.logout {
	display:block;
	float:left;
}
div.score_confirms,
div.versuses {
	margin-right: 16px;
}
div.settings {
	float: right;
}
div.logout {
	margin-left: 13px;
	float: right;
}
div.score_confirms a,
div.versuses a, 
div.messages a,
div.friends a, 
div.settings a, 
div.logout a {
	display:block;
	float:left;
	text-decoration: none;
}
div.score_confirms a,
div.versuses a {
	width: 26px;
	height: 20px;
	padding: 0 0 0 29px;
	background:transparent url(../img/icons/vs.png) no-repeat scroll 0 0;
}
div.score_confirms a {
	background:transparent url(../img/icons/sc.png) no-repeat scroll 0 0;
}

div.messages a {
	width: 20px;
	height: 13px;
	line-height:11px;
	margin-top: 4px;
	padding: 0 0 0 26px;
	background:transparent url(../img/icons/message.png) no-repeat  scroll 0 0;
}
div.friends a {
	width: 135px;
	height: 15px;
	padding: 0 0 0 27px;
	background:transparent url(../img/icons/friends.png) no-repeat  scroll 0 0;
} 
div.settings a {
	width: 58px;
	height: 15px;
	float: right;
	padding: 0 0 0 23px;
	background:transparent url(../img/icons/settings.png) no-repeat  scroll 0 0;
} 
div.logout a {
	float: right;
	width:34px;
	height:17px;
	padding: 0 0 0 16px;
	background:transparent url(../img/icons/exit.png) no-repeat  scroll 0 0;
}
div.score_confirms a:hover,
div.versuses a:hover,
div.score_confirms a.have_new,
div.versuses a.have_new {
  background-position: 0 -20px;
	color:#FFFFFF;
}
div.messages a:hover {
  background-position: 0 -13px;
}
div.friends a:hover {
  background-position: 0 -15px;
} 
div.settings a:hover {
  background-position: 0 -15px;
} 
div.logout a:hover {
  background-position: 0 -17px;
}
div.settings {
	position: relative;
}
div.settings ul.more_settings {
	position: absolute;
	float:left;
	display: none;
	width: 80px;
	z-index: 100;
	top: 15px;
	left: 2px;
	background-color:#0A0A0A;
	border:1px solid #2B2B2B;
}
div.settings ul.more_settings a {
	width: 70px;
	height: 15px;
	float: left;
	padding: 5px;
	background: none;
}
div.settings ul ,div.settings ul li {
	display: block;
	float: left;
	position: relative;
}
div.settings ul li.hover_settings:hover ul.more_settings {
	display: block;
}

/*user box end */



/* navigation start*/
#navigation {
  width: 985px;
  height: 35px;
  background: url(../img/backgrounds/main_menu_middle.png) repeat-x;
	float: left;
}
.menu_holder {
  width: 985px;
  height: 35px;
  background: url(../img/backgrounds/main_menu_left.png) top left no-repeat;
	float: left;
}
.menu {
  width: 985px;
  height: 35px;
  background: url(../img/backgrounds/main_menu_right.png) top right no-repeat;
	float: left;	
}
div#navigation div.menu_holder div.menu ul {
	float: left;
	margin: 0px;
	width:100%;
}
div#navigation div.menu_holder div.menu ul li {
	float:left;
	display: inline;
	list-style-type: none;
}

div#navigation div.menu_holder div.menu ul li a {
	height: 35px;
	text-decoration:none;
	text-indent:-9999px;
	display: block;
	float: left;
}
div#navigation div.menu_holder div.menu ul li.home a {
	width: 77px;
  background: url(../img/buttons/main_menu_home.png) 0 0 no-repeat;
}
div#navigation div.menu_holder div.menu ul li.news a {
	width: 77px;
  background: url(../img/buttons/main_menu_news.png) 0 0 no-repeat;
}
div#navigation div.menu_holder div.menu ul li.leagues a {
	width: 137px;
  background: url(../img/buttons/leagues_and_tournaments.png) 0 0 no-repeat;
}
div#navigation div.menu_holder div.menu ul li.games a {
	width: 75px;
  background: url(../img/buttons/main_menu_games.png) 0 0 no-repeat;
}
div#navigation div.menu_holder div.menu ul li.community a {
	width: 104px;
  background: url(../img/buttons/main_menu_community.png) 0 0 no-repeat;
}
div#navigation div.menu_holder div.menu ul li.videos a {
	width: 70px;
  background: url(../img/buttons/main_menu_video.png) 0 0 no-repeat;
}
div#navigation div.menu_holder div.menu ul li.articles a {
	width: 89px;
  background: url(../img/buttons/main_menu_articles.png) 0 0 no-repeat;
}
div#navigation div.menu_holder div.menu ul li.fun a {
	width: 98px;
  background: url(../img/buttons/main_menu_fun.png) 0 0 no-repeat;
}
div#navigation div.menu_holder div.menu ul li.forum a {
	width: 79px;
  background: url(../img/buttons/main_menu_forums.png) 0 0 no-repeat;
}
div#navigation div.menu_holder div.menu ul li a:hover{
  background-position: 0 -35px;
}

div#navigation div.menu_holder div.menu ul li.special {
	float:right;
}
div#navigation div.menu_holder div.menu ul li.special a {
	width: 135px;
	height: 33px;
	margin: 1px 15px 0 0;
  background: url(../img/buttons/main_menu_tekken_button.png) 0 0 no-repeat;
}
div#navigation div.menu_holder div.menu ul li.special a:hover {
  background-position: 0 -33px;
}

div#navigation div.menu_holder div.menu ul li.community,
div#navigation div.menu_holder div.menu ul li.games {
	position: relative;
	display: block; 
}

div#navigation div.menu_holder div.menu ul li.community ul,
div#navigation div.menu_holder div.menu ul li.games ul {
	float: none;
	margin: 0;
	padding: 0;
	display: none;	
	position: absolute;
	top: 35px;
	z-index: 100;
}	
div#navigation div.menu_holder div.menu ul li.community ul li,
div#navigation div.menu_holder div.menu ul li.games ul li	{	
	float: left;
}
div#navigation div.menu_holder div.menu ul li.community ul li a,
div#navigation div.menu_holder div.menu ul li.games ul li a		{	
	height: 15px;
	text-decoration:none;
	text-indent: 0px;
	text-align: center;
	padding: 10px;
	display: block;
	float: left;
	width: 90px;
	color: #DFDFDF;
	font-weight: bold;
  background: url(../img/backgrounds/main_menu_middle.png) repeat-x;
}
div#navigation div.menu_holder div.menu ul li.games ul li a	{
	width: 105px;
}
div#navigation div.menu_holder div.menu ul li.community ul li a:hover,
div#navigation div.menu_holder div.menu ul li.games ul li a:hover	{	
	color: #FFF;
}
/* 
	LEVEL TWO
*/
div#navigation div.menu_holder div.menu ul li.community:hover ul,
div#navigation div.menu_holder div.menu ul li.games:hover ul {
	display: block;
}
/* 
	LEVEL THREE
*/
div#navigation div.menu_holder div.menu ul li.games ul li ul {display: none;}
div#navigation div.menu_holder div.menu ul li.games ul li ul {display: none; top: 0px;}


/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; }
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; }
ul.dropdown li a                    { display: block;}
ul.dropdown li.hover,
ul.dropdown li:hover                { position: relative; }
/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ float: none; }
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%;}
ul.dropdown li:hover > ul 			{ visibility: visible; }


/* navigation end */



#body {
  width: 955px;
	float: left;
  background-color: #121212;
	border: 1px solid #000;
	border-top: 0px;
	padding: 15px;
}


/* a main box layout start */
.parent_box {
	padding: 1px;
	background-color: #000;
	float: left;
}
.child_box {
	border: 1px solid #2B2B2B;
	background-color: #0A0A0A;
	float: left;
	padding: 10px;
}
.box_title{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.title_name{
	float: left;
	text-transform:uppercase;
	font-weight: bold;
	color: #F9C511;
	letter-spacing: 1px;
	font-family: Arial,Verdana,sans-serif;
	font-size: 100%;
}
.gay_tab {
	float: right;
	height: 17px;
	border: 1px solid #2B2B2B;
	border-top: 0px;
	background-color: #0A0A0A;
	position: relative;
	top: -11px;
	font-size: 11px;
	font-weight: bold;
}
.gay_tab ul {
	list-style-type: none;
	display: inline;
}
.gay_tab li {
	display:inline;
	float:left;
	height: 12px;
	list-style-type:none;
	padding: 2px 5px 3px 5px;
	color: #7B7B7B;
	cursor: pointer;
}
.gay_tab a {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	color: #7B7B7B;
	text-decoration: none;
	padding: 0 1px 0 1px;
}
.gay_tab a:hover {
	color: #F9C511;
}
.gay_tab li.hover {
	color: #F9C511;
}
.gay_tab li.active {
	color: #F9C511;
	cursor: default;
}
/* a main box layout end */

/* a secondary type box layout start*/
.parent_box_2type {
	background: #121212 url(../img/backgrounds/box_header.png) no-repeat top left;
	float: left;
}
.child_box_2type {
	float: left;
	background: url(../img/backgrounds/box_footer.png) no-repeat bottom left;
}
.box_title_2type {
	float: left;
	width: 100%;
}
.title_name_2type {
	float: left;
	text-transform:capitalize;
	font-weight: bold;
	color: #F9C511;
	letter-spacing: 1px;
}

/* separators end */
.horizontal_sep_small {
	float: left;
	width: 280px;
	height: 1px;
	background: url(../img/others/line_small.png) no-repeat;
	background-position: center top;
	border: 0px;
	margin: 5px 0 0 0;
}
.horizontal_sep_medium {
	float: left;
	width: 337px;
	height: 1px;
	background: url(../img/others/line_medium.png) no-repeat;
	background-position: center top;
	border: 0px;
	margin: 5px 0 0 0;
}
.horizontal_sep_big {
	float: left;
	width: 626px;
	height: 1px;
	background: url(../img/others/line_big.png) no-repeat;
	background-position: center top;
	border: 0px;
	margin: 5px 0 0 0;
}
/* separators end */




/* search and advertisment box start */
#search_and_adv_box {
  width: 955px;
	float: left;
	padding: 0 0 15px 0;
}
.search_box {
	width: 186px;
	height: 68px;
	float: left;
}
.search_box span.search_text {
	width: 186px;
	float: left;
	padding: 8px 0 0 0;
	font-weight: bold;
}
/* search start */
.search_holder {
	float: left;
	padding: 12px 0 0 0;
	width: 100%;
}
.search {
	width: 181px;
	float: left;
}
.search_left_border {
	background: url(../img/backgrounds/search_left.png) no-repeat top right;
	width: 5px;
	height: 28px;
  float: left;
	border: none;
}
.search input {
	float: left;
	display: block;
}
.search input.box {
	width: 144px;
	height: 24px;
	background: url(../img/backgrounds/search_middle.png) repeat-x;
	border: 0px;
	border-left: 0px;
	border-right: 0px;
	color: #065295;
	font-size: 14px;
	padding: 6px 2px 0px 0;
	float: left;
	line-height: 25px;
}
.search input.box:focus {
	outline: none;
	color: #065295;
}
.search input.btn {
	border: none;
	outline:none;
	width: 35px;
	height: 28px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../img/buttons/search_button.png) no-repeat;
  background-position: 0 0;
  float: left;
	outline:none;
	display: block;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	font-size:0px;
}
/* search end */


.horizontal_adv {
	width: 728px;
	height: 90px;
	background-color: #0A0A0A;
	float: left;
	border: 1px solid #000;
	margin-left:15px;
}
/* search and advertisment box start */

#one_centered_col {
  width: 640px;
	margin: 15px auto 0 auto;
}

#left_col {
  width: 640px;
	float: left;
  padding-right: 15px;
}
#left_col div.parent_box {
	margin-bottom: 15px;
}
#left_col div.parent_box div.child_box {
	width: 616px;
}
#left_col div.parent_box div.narrow {
	width: 291px;
}

#horizontal_carousel {
  float: left;
  width: 616px;
  margin: 10px 0 10px 0;
  position: relative;
}
#horizontal_carousel .container {
  float: left;
  width: 560px;
}
#horizontal_carousel a.previous_button,
#horizontal_carousel a.next_button {
  float:left;  
  width: 25px;
  height: 35px;
  margin: 55px 0 0 0;
  background: url(../img/buttons/arrow_previous.png) no-repeat;
  z-index: 100;
  cursor: pointer;
  text-indent: -9999px;
  display: block;
}
#horizontal_carousel a.previous_button {
	margin-right: 3px;
  background: url(../img/buttons/arrow_previous.png) no-repeat 0 0;
}
#horizontal_carousel a.previous_button:hover {
  background-position: 0 -35px;
}
#horizontal_carousel a.next_button {
	margin-left: 3px;
  background: url(../img/buttons/arrow_next.png) no-repeat 0 0;
}
#horizontal_carousel a.next_button:hover {
  background-position: 0 -35px;
}
#horizontal_carousel a.disabled {
  background-position: 0 -70px;
  cursor: default;
}
#horizontal_carousel a.disabled:hover {
  background-position: 0 -70px;
  cursor: default;
}

div.scrollable { 
	position:relative; 
	overflow:hidden;
  height: 220px;
  margin: 0 0 10px 0;
}
div.scrollable div.items { 
    /* this cannot be too large */
    width:20000em; 
    position:absolute; 
}
div.anons_item {
	width: 176px;
	height: 230px;
	float: left;
	padding-right: 15px;
}
div.anons_item img {
	width: 168px;
	height: 120px;
	padding: 3px;
	background-color: #202020;
	border: 1px solid #2B2B2B;
	float: left;
	margin-bottom: 5px;
}
div.anons_item a:hover img {
	border: 1px solid #F9C511;
	float: left;
	display: block;
}
div.anons_item p {
	padding: 3px;
}
div.anons_item p.title a{
	width: 168px;
	color: #DFDFDF;
	text-decoration: none;
	font-weight: bold;
}
div.anons_item p.title a:hover {
	text-decoration: underline;
}
div.anons_item p.content {
	color: #7B7B7B;
	font-size: 11px;
}




/*news page all news style START*/
div.news_item {
	width: 616px;
	height: 100px;
	padding: 10px 0 10px 0;
	float: left;
}
div.news_item a.news_image img {
	width: 132px;
	height: 86px;
	padding: 3px;
	background-color: #202020;
	border: 1px solid #2B2B2B;
	float: left;
}
div.news_item a.news_image {
	float: left;
	display: block;
}
div.news_item a.news_image:hover img {
	border: 1px solid #F9C511;
}
div.news_item p {
	float: left;
	display: block;
	padding: 3px 10px 3px 10px;
}
div.news_item p.title {
	width: 356px;
}
div.news_item p.title a{
	color: #DFDFDF;
	text-decoration: none;
	font-weight: bold;
}
div.news_item p.title a:hover {
	text-decoration: underline;
}
div.news_item p.time {
	width: 80px;
	color: #F9C511;
	text-decoration: none;
	font-size: 11px;
	text-align: right;
}
div.news_item div.content {
	color: #7B7B7B;
	width: 456px;
	height: 50px;
	float: left;
	display: block;
	padding: 7px 10px 3px 10px;
	line-height: 14px;
}
div.news_item div.content a{
	color: #DFDFDF;
	text-decoration: none;
	font-weight: bold;
}
div.news_item div.content a:hover {
	text-decoration: underline;
}
div.news_item div.buttons{
	color: #7B7B7B;
	width: 476px;
	font-size: 11px;
	line-height: 11px;
	text-align: right;
	float: left;
}
div.news_item div.buttons img{
	vertical-align:middle;
	margin-right: 10px;
}
div.news_item div.buttons a{
	color: #DFDFDF;
	text-decoration: none;
	font-weight: bold;
}
div.news_item div.buttons a:hover {
	text-decoration: underline;
}
/*news page all news style END*/



/* ONE THE NEWS  style START*/
div.one_teh_news {
	width: 616px;
	padding: 10px 0 10px 0;
	float: left;
}
div.one_teh_news a.news_image img {
	padding: 3px;
	margin: 0 20px 10px 0;
	background-color: #202020;
	border: 1px solid #2B2B2B;
	float: left;
}
div.one_teh_news a.news_image {
	float: left;
	display: block;
}
div.one_teh_news a.news_image:hover img {
	border: 1px solid #F9C511;
}
div.one_teh_news p {
	float: left;
	display: block;
	padding: 3px 10px 3px 3px;
}
div.one_teh_news h1.title {
	width: 510px;
	float: left;
	display: block;
	padding: 3px 10px 10px 3px;
	font-size: 16px;
}
div.one_teh_news h1.title a{
	color: #DFDFDF;
	text-decoration: none;
	font-weight: bold;
}
div.one_teh_news h1.title a:hover {
	text-decoration: underline;
}
div.one_teh_news p.time {
	width: 80px;
	color: #F9C511;
	text-decoration: none;
	font-size: 11px;
	text-align: right;
}
div.one_teh_news div.content {
	color: #DFDFDF;
	width: 613px;
	line-height: 16px;
	font-size: 12px;
	float: left;
	display: block;
	padding: 3px 10px 3px 3px;
}
div.one_teh_news div.content p {
	float: none;
	padding-bottom: 20px;
	padding-top: 0px;
}
div.one_teh_news div.tags {
	color: #7B7B7B;
	font-size: 11px;
	line-height: 11px;
	text-align: left;
	float: left;
	background: #111111;
	padding:10px;
}
div.one_teh_news div.tags span {
	font-weight: bold;
	color: #DFDFDF;
	padding-right: 10px;
}
div.one_teh_news div.tags img {
	vertical-align:middle;
	margin-right: 10px;
}
div.one_teh_news div.tags a {
	color: #7B7B7B;
	text-decoration: none;
	font-weight: normal;
}
div.one_teh_news div.tags a:hover {
	text-decoration: underline;
}
div.one_teh_news div.buttons{
	color: #7B7B7B;
	font-size: 11px;
	line-height: 11px;
	text-align: right;
	float: right;
	background: #111111;
	padding:10px;
}
div.one_teh_news div.buttons img{
	vertical-align:middle;
	margin-right: 10px;
}
div.one_teh_news div.buttons a{
	color: #DFDFDF;
	text-decoration: none;
	font-weight: bold;
}
div.news_item div.buttons a:hover {
	text-decoration: underline;
}
div.one_teh_news div.links{
	color: #7B7B7B;
	font-size: 11px;
	line-height: 11px;
	text-align: left;
	float: left;
	display: block;
	background: #111111;
	padding:10px;
	width: 596px;
	margin-top: 20px;
}
div.one_teh_news div.links span {
	font-weight: bold;
	color: #DFDFDF;
	padding-right: 10px;
}
div.one_teh_news div.links img{
	vertical-align:middle;
	margin-right: 10px;
}
div.one_teh_news div.links a{
	color: #7B7B7B;
	text-decoration: none;
	font-weight: bold;
}
div.one_teh_news div.links a:hover {
	text-decoration: underline;
}
/* ONE THE NEWS  style START*/


/*articles page all articles style START*/
div.articles_item {
	width: 616px;
	height: 100px;
	padding: 10px 0 10px 0;
	float: left;
}
div.articles_item a.articles_image img {
	width: 132px;
	height: 86px;
	padding: 3px;
	background-color: #202020;
	border: 1px solid #2B2B2B;
	float: left;
}
div.articles_item a.articles_image {
	float: left;
	display: block;
}
div.articles_item a.articles_image:hover img {
	border: 1px solid #F9C511;
}
div.articles_item p {
	float: left;
	display: block;
	padding: 3px 10px 3px 10px;
}
div.articles_item p.title {
	width: 356px;
}
div.articles_item p.title a{
	color: #DFDFDF;
	text-decoration: none;
	font-weight: bold;
}
div.articles_item p.title a:hover {
	text-decoration: underline;
}
div.articles_item p.time {
	width: 80px;
	color: #F9C511;
	text-decoration: none;
	font-size: 11px;
	text-align: right;
}
div.articles_item div.content {
	color: #7B7B7B;
	width: 456px;
	height: 50px;
	float: left;
	display: block;
	padding: 7px 10px 3px 10px;
	line-height: 14px;
}
div.articles_item div.content a{
	color: #DFDFDF;
	text-decoration: none;
	font-weight: bold;
}
div.articles_item div.content a:hover {
	text-decoration: underline;
}
div.articles_item div.buttons{
	color: #7B7B7B;
	width: 476px;
	font-size: 11px;
	line-height: 11px;
	text-align: right;
	float: left;
}
div.articles_item div.buttons img{
	vertical-align:middle;
	margin-right: 10px;
}
div.articles_item div.buttons a{
	color: #DFDFDF;
	text-decoration: none;
	font-weight: bold;
}
div.articles_item div.buttons a:hover {
	text-decoration: underline;
}
/*articles page all articles style END*/


/* ONE ARTICLE style START*/
div.one_teh_articles {
	width: 616px;
	padding: 10px 0 10px 0;
	float: left;
}
div.one_teh_articles a.articles_image img {
	padding: 3px;
	margin: 0 20px 10px 0;
	background-color: #202020;
	border: 1px solid #2B2B2B;
	float: left;
}
div.one_teh_articles a.articles_image {
	float: left;
	display: block;
}
div.one_teh_articles a.articles_image:hover img {
	border: 1px solid #F9C511;
}
div.one_teh_articles p {
	float: left;
	display: block;
	padding: 3px 10px 3px 3px;
}
div.one_teh_articles h1.title {
	width: 510px;
	float: left;
	display: block;
	padding: 3px 10px 10px 3px;
	font-size: 16px;
}
div.one_teh_articles h1.title a{
	color: #DFDFDF;
	text-decoration: none;
	font-weight: bold;
}
div.one_teh_articles h1.title a:hover {
	text-decoration: underline;
}
div.one_teh_articles p.time {
	width: 80px;
	color: #F9C511;
	text-decoration: none;
	font-size: 11px;
	text-align: right;
}
div.one_teh_articles div.content {
	color: #DFDFDF;
	width: 613px;
	line-height: 16px;
	font-size: 12px;
	float: left;
	display: block;
	padding: 3px 10px 3px 3px;
}
div.one_teh_articles div.content p {
	float: none;
	padding-bottom: 20px;
	padding-top: 0px;
}
div.one_teh_articles div.tags {
	color: #7B7B7B;
	font-size: 11px;
	line-height: 11px;
	text-align: left;
	float: left;
	background: #111111;
	padding:10px;
}
div.one_teh_articles div.tags span {
	font-weight: bold;
	color: #DFDFDF;
	padding-right: 10px;
}
div.one_teh_articles div.tags img {
	vertical-align:middle;
	margin-right: 10px;
}
div.one_teh_articles div.tags a {
	color: #7B7B7B;
	text-decoration: none;
	font-weight: normal;
}
div.one_teh_articles div.tags a:hover {
	text-decoration: underline;
}
div.one_teh_articles div.buttons{
	color: #7B7B7B;
	font-size: 11px;
	line-height: 11px;
	text-align: right;
	float: right;
	background: #111111;
	padding:10px;
}
div.one_teh_articles div.buttons img{
	vertical-align:middle;
	margin-right: 10px;
}
div.one_teh_articles div.buttons a{
	color: #DFDFDF;
	text-decoration: none;
	font-weight: bold;
}
div.articles_item div.buttons a:hover {
	text-decoration: underline;
}
div.one_teh_articles div.links{
	color: #7B7B7B;
	font-size: 11px;
	line-height: 11px;
	text-align: left;
	float: left;
	display: block;
	background: #111111;
	padding:10px;
	width: 596px;
	margin-top: 20px;
}
div.one_teh_articles div.links span {
	font-weight: bold;
	color: #DFDFDF;
	padding-right: 10px;
}
div.one_teh_articles div.links img{
	vertical-align:middle;
	margin-right: 10px;
}
div.one_teh_articles div.links a{
	color: #7B7B7B;
	text-decoration: none;
	font-weight: bold;
}
div.one_teh_articles div.links a:hover {
	text-decoration: underline;
}
/* ONE THE NEWS  style START*/







/*one and many COMMENTS part START */

div.textarea, div.textarea div {
	float: left;
}
div.textarea {
	margin-top: 15px;
}
div.comment_submit {
	float: right;
}
div.comment_submit button.submit_comment {
	background: url(../../img/buttons/post_comment.png) top left no-repeat;
	width: 161px;
	height: 21px;
  float: left;
	border: none;
	cursor: pointer;
	text-indent:-9999px;
	display: block;
	margin: 10px 5px 10px 5px;
}

div.comment_submit button.submit_comment:hover {
	background: url(../../img/buttons/post_comment.png) 0 -21px no-repeat;
}

div.comment_box {
	float: left;
	width: 606px;
	padding: 15px 5px 15px 5px;
}
div.cb_odd {
	background: #0A0A0A;
}
div.cb_even {
	background: #111111;
}
div.comment_box a.avatar {
	float: left;
}
div.comment_box a.avatar img {
	float: left;
	width: 80px;
	height: 80px;
 	border: 1px solid #2B2B2B;
 	margin: 0 10px 0 0;
}
div.comment_box p.autor {
	float: left;
}
div.comment_box p.autor a{
	color: #DFDFDF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
div.comment_box p.autor a:hover{
	text-decoration: underline;
}
div.comment_box p.time {
	float: right;
	color:#F9C511;
	font-size:11px;
	text-align:right;
	text-decoration:none;
}
div.comment_box div.comment_text {
	float: left;
	width: 514px;
	padding: 15px 0 0 0;
	line-height: 15px;
}
/* one and many COMMENTS part END */


/* User profile page START */
.profile_navigation_parent {
	border-bottom: none;
	padding-bottom: 0px;
}
.profile_navigation {
	width: 930px;
	border-bottom: none;
	padding-bottom: 0px;
}
.profile_avatar {
	float: left;
	padding-bottom: 10px;
}
.profile_avatar img {
	float: left;
	width: 80px;
	height: 80px;
	border: 1px solid #2B2B2B;
}
.profile_navigation .profile_stuff_holder {
	float: left;
	width: 848px;
}
.profile_navigation .profile_stuff_holder div.versuses a {
	width: 133px;
}
.profile_navigation .profile_stuff_holder div.messages {
	margin-right: 15px;
}
.profile_navigation .profile_stuff_holder div.messages a {
	width: 86px;
}
.profile_navigation .nick_and_stuff_holder {
	float: left;
	width: 300px;
	padding: 0 15px 0 15px;
}
.profile_navigation .nick_and_stuff_holder p {
	font-size: 18px;
	color: #F9C511;
	font-weight: bold;
	width: 300px;
	float: left;
	height:19px;
}
.profile_navigation .nick_and_stuff_holder p span {
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	padding: 0 0 0 5px;
}
p.stuff_holder span.info_span {
		padding: 0 0 0 2px;
}

.profile_navigation .stuff_holder {
	float: left;
	height: 20px;
	padding: 9px 0 7px 0;
}
.profile_navigation .stuff_holder img{
	float: left;
	margin: 0 7px 0 0;
}
.profile_navigation .user_icons {
	float: right;
	padding: 0 0 0 0;
	left:14px;
}
.profile_navigation div.user_icons a {
	text-decoration: none;
	color: #7B7B7B;
	font-weight: bold;
	font-size: 11px;
}
.profile_navigation div.user_icons a:hover {
	text-decoration: underline;
}
div.friend_tools {
	float: right;
	position: absolute;
	bottom: 10px; 
	right: 10px;
	padding: 0 0 0 0;
}
a.friend_accept {
	width: 161px;
	height: 21px;
	background: url(../img/buttons/accept.png) no-repeat;
  background-position: 0 0px;
}
a.friend_accept:hover {
  background-position: 0 -21px;
}
a.friend_decline {
	width: 79px;
	height: 21px;
	background: url(../img/buttons/deny.png) no-repeat;
  background-position: 0 0px;
}
a.friend_decline:hover {
  background-position: 0 -21px;
}

.one_profile_result,
.one_game_result {
	width: 595px;
	float: left;
	padding: 15px 10px 15px 10px;
	position: relative;
}
.one_profile_result div.profile_avatar,
.one_profile_result div.nick_and_stuff_holder,
.one_profile_result div.user_icons {
	float: left;
}
.one_profile_result div.nick_and_stuff_holder {
	float: left;
	width: 300px;
	height: 82px;
}
.one_profile_result div.nick_and_stuff_holder p{
	float: left;
	width: 100%;
	padding: 0px;
}
.one_profile_result div.nick_and_stuff_holder p.stuff_holder{
	padding: 10px;
}
.one_profile_result div.user_icons {
	float: right;
}
.odd_profile {
	background: #1E1E1E;
}
.username_inlist {
	font-size: 14px;
	text-decoration: none;
}
span.username_inlist a.username_inlist {
	text-decoration: none;
	color: #F9C511;
}

/* game paging */
div.one_game_result div.game_cover {
	float: left;
}
div.one_game_result div.game_info_holder {
	float: left;
	width: 500px;
	margin: 0 0 0 0px;
}



div.one_game_result div.game_info_holder span.game_name {
	margin: 0 0 10px 0;
	float: left;
}
div.one_game_result div.game_info_holder span.game_name a {
	text-decoration: none;
}
div.one_game_result div.game_info_holder span.game_name a:hover {
	text-decoration: underline;
}
.game_info_holder span.platform_info {
	text-decoration: none;
	font-weight: normal;
	color: #7B7B7B ;
}
div.one_game_result div.game_info_holder p {
	width: 100%;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	line-height:14px;
}
div.one_game_result .game_info_holder p span {
	color:#FFFFFF;
	font-weight:bold;
	padding:0 0 0 5px;
}

/* matches styling */
div.match_tools {
	float: right;
	position: absolute;
	bottom: 10px; 
	right: 10px;
	padding: 0 0 0 0;
}
a.match_reply {
	width: 79px;
	height: 21px;
	background: url(../img/buttons/reply.png) no-repeat;
  background-position: 0 0px;
}
a.match_reply:hover {
  background-position: 0 -21px;
}
a.match_delete {
	width: 30px;
	height: 21px;
	background: url(../img/buttons/x_2.png) no-repeat;
  background-position: 0 0px;
}
a.match_delete:hover {
  background-position: 0 -21px;
}
a.match_result {
	width: 79px;
	height: 21px;
	background: url(../img/buttons/result.png) no-repeat;
  background-position: 0 0px;
}
a.match_result:hover {
  background-position: 0 -21px;
}
.match_player_holder_left,
.match_player_holder_right {
	width: 127px;
	float: left;
	text-align:left;
}
.match_player_holder_right {
	text-align:right;
}
div.modal div.match_player_holder_left span.username {
	padding: 10px 0px 10px 0px;
	width: 117px;
	margin: 0px;
}
div.modal div.match_player_holder_right span.username {
	padding: 10px 10px 10px 0px;
	width: 127px;
}
.versus_icon_vs {
	width: 27px;
	height: 20px;
	background:transparent url(../img/icons/vs.png)  0 -20px;
	float: left;
	margin: 50px 10px 0 10px;
}
.result_input_holder {
	width: 24px;
	height: 24px;
	float: left;
	margin: 50px 0 0 0;
}
.result_input_holder input#MatchResultPlayerLid,
.result_input_holder input#MatchResultPlayerRid {
	width: 20px;
	height: 20px;
	border: 1px solid #2B2B2B;
	background: #121212;
	margin: 0 0 0 0;
	line-height: 21px;
	padding: 2px;
	color: #DFDFDF;
	float: left;
}
.matches_table {
	width: 100%;
	margin: 0px auto;
	border-collapse: collapse;
	border: 0px;
	float:left;
}
.inner_98,
.homer_page_tables .inner_98 {
		width: 98%;
}
form table.matches_table div {
	clear:none;
	margin-bottom:0;
	padding:0;
	vertical-align:text-top;
}
.matches_table tr.row_heading {
	font-size: 11px;
	font-weight: bold;
}
.matches_table tr.row_heading .cell {
	border-bottom: 1px solid #2B2B2B;
}
.matches_table tr.cb_odd {
	background: #111111;
}
.matches_table tr.cb_even {
	background: #0A0A0A;
}
.matches_table .cell {
	padding: 4px 0 4px 0;
	border: 0px solid #065295;
	text-align: center;
	vertical-align: middle;
}
.homer_page_tables .matches_table .cell {
	padding: 0px 0 0px 0;
}
.homer_page_tables .chart_table .cell {
	padding: 2px 0 3px 0;
}
.homer_page_tables .matches_table tbody td.col6 {
	font-size:10px;
}

.matches_table tbody .cell {
	border-right: 2px solid #0A0A0A;
	border-left: 2px solid #0A0A0A;
}
.matches_table .col1 {
	width: 40px;
	font-weight: bold;
}
.matches_table .col2 {
	width: 40px;
	font-weight: bold;
}
.matches_table .col3 {
	width: 35px;
}
.matches_table .col4 {
	width: 35px;
}
.matches_table .col5{
	width: 35px;
}
.matches_table tbody td.col6 {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}
.matches_table .col7 {
	width: 125px;
	padding: 0 0 0 10px;
}
.matches_table .col7 a.match_delete {
	margin: 0 0 0 0;
}
#match_ajax_result_holder {
	float: left;
	width: 100%;
}
#match_ajax_result_holder p {
	float: left;
	width: 100%;
	padding: 10px 0 10px 5px;
	font-weight: bold;
	color: #F9C511;
}
.panes span.player_name,
span.player_name {
	line-height:21px;
	color: #FFF;
	float:left;
	padding: 0;
}
.panes span.you_lost,
span.you_lost {
	color: #7B7B7B;
}


.panes span.waitin_confirm,
span.waitin_confirm,
.homer_upcoming_matches {
	float:left;
	line-height:21px;
	padding:0 10px 0 0;
	width: 78px;
	color: #7B7B7B;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
}
.homer_upcoming_matches {
	width: 64px;
	padding:0 0px 0 5px;
}
img.exclamation_mark {
	float: right;
}

a.useravatar_small,
a.useravatar_medium,
a.useravatar_big {
	float: left;
	margin: 0 10px 0 0;
}
a.useravatar_small img,
a.useravatar_medium img,
a.useravatar_big img {
	width: 20px;
	height: 20px;
	float: left;
	border:1px solid #2B2B2B;
}
a.useravatar_medium img {
	width: 40px;
	height: 40px;
}
a.useravatar_big img {
	width: 80px;
	height: 80px;
}



img.platform_icon,
img.game_icon {
	width: 22px;
	height: 22px;
	float: left;
	border:1px solid #2B2B2B;
}
img.league_icon {
}
.panes span.rival_name,
span.rival_name {
	line-height:21px;
	color: #FFF;
	float:left;
	padding: 0;
}

.panes span.rival_name a,
span.rival_name a {
	text-decoration: none;
}
.rival_vs {
float:left;
line-height:21px;
margin:0 10px;
}
}
.panes span.rival_name a:hover,
span.rival_name a:hover {
	text-decoration: underline;
}
/* leagues and league profile in game profile */
a.league_img_link {
	float: left;
 	border: 1px solid #2B2B2B;
	margin-bottom: 10px;
}
a.league_img_link:hover {
 	border: 1px solid #F9C511;
}
a.even_img {
	margin: 0 10px 10px 0;
}
a.league_img_link img {
	float: left;
	width: 300px;
	height: 100px;
}
div.sponsor_holder {
	float: right; 
	position relative; 
	width: 5px; 
	height: 58px;
}
img.sponsor_logo {
	position: relative;
	top: 0px;
	right: 100px;
}


/* league players chart */
#chart_holder {
	float: left;
	width: 617px;
}
.chart_table {
	width: 100%;
	margin: 0px auto 0px auto;
	border-collapse: collapse;
	border: 0px;
}
.chart_table tr.row_heading {
	font-size: 11px;
	font-weight: bold;
}
.chart_table tr.row_heading .cell {
	border-bottom: 1px solid #2B2B2B;
}
.chart_table tr.cb_odd {
	background: #111111;
}
.chart_table tr.cb_even {
	background: #0A0A0A;
}
.chart_table .cell {
	padding: 4px 0 4px 0;
	border: 0px solid #065295;
	text-align: center;
	vertical-align: middle;
}
.chart_table tbody .cell {
	border-right: 2px solid #0A0A0A;
	border-left: 2px solid #0A0A0A;
}
.chart_table .col1 {
	width: 30px;
	font-weight: bold;
}
.chart_table .col2 {
	text-align: left;
	font-weight: bold;
}
.chart_table .col2 div.chart_user_one_holder sectoforth_place {
	padding-right: 10px;
	padding-left: 10px;
}
.chart_table .col2 div.chart_user_one_holder {
	padding-left: 5px;
}
.chart_table .col3 {
	width: 30px;
}
.chart_table .col4 {
	width: 30px;
}
.chart_table .col5{
	width: 30px;
}
.chart_table .col6 {
	width: 30px;
}
.user_chart_name_link {
	color:#FFFFFF;
	text-decoration: none;
	margin-right: 10px;
}
.user_chart_name_link hover {
	text-decoration: none;
}
a span.player_name {
	color: #fff;
	padding:0 0 0 0;
}
a span.player_name hover {
	color:#FFFFFF;

}

.chart_user_one_holder div.icons_in_chart {
	float: right;
}
.first_place div.icons_in_chart {
	margin-top: 31px;
}
.sectoforth_place div.icons_in_chart {
	margin-top: 11px;
}


/* navigation tabed dynamic menu start */

#user_navigation {
  width: 848px;
	float: left;
}
div#user_navigation div.user_menu {
	float:left;
  width: 848px;
}
div#user_navigation div.user_menu ul {
	float:left;
  width: 833px;
	padding: 0 0 0 0px;
	margin-left: 15px;
	white-space: nowrap;
}
div#user_navigation div.user_menu ul li {
	float:left;
	margin: 0 5px 0 0;
	display: inline;
	list-style-type: none;
}
div#user_navigation div.user_menu ul li a {
	display:block;
	float:left;
	height: 38px;
	text-indent:-9999px;
	text-decoration: none;
	padding: 0;
	background-position: 0 0;
	position:relative;
	bottom: -5px;
}

div#user_navigation div.user_menu ul li a.profile {
	width: 72px;
	background: url(../img/buttons/user_panel_menu_profile.png) no-repeat;
}
div#user_navigation div.user_menu ul li a.matches {
	width: 69px;
	background: url(../img/buttons/user_panel_menu_matches.png) no-repeat;
}
div#user_navigation div.user_menu ul li a.stats {
	width: 96px;
	background: url(../img/buttons/user_panel_menu_statisticks.png) no-repeat;
}
div#user_navigation div.user_menu ul li a.trophys {
	width: 71px;
	background: url(../img/buttons/user_panel_menu_trophys.png) no-repeat;
}
div#user_navigation div.user_menu ul li a.personal_info {
	width: 104px;
	background: url(../img/buttons/user_panel_menu_personal_details.png) no-repeat;
}
div#user_navigation div.user_menu ul li a.gaming_info {
	width: 97px;
	background: url(../img/buttons/user_panel_menu_game_details.png) no-repeat;
}
div#user_navigation div.user_menu ul li a.publications {
	width: 99px;
	background: url(../img/buttons/user_panel_menu_publications.png) no-repeat;
}
div#user_navigation div.user_menu ul li a.friends {
	width: 83px;
	background: url(../img/buttons/user_panel_menu_friends.png) no-repeat;
}

div#user_navigation div.user_menu ul li#settings {
	float: right;	
}
div#user_navigation div.user_menu ul li#settings a {
	background: url(../img/buttons/user_panel_menu_settings.png) no-repeat;
	width: 32px;
}

div#user_navigation div.user_menu ul li a:hover,
div#user_navigation div.user_menu ul li#settings a:hover {
	background-position: 0 -38px;
}
div#user_navigation div.user_menu ul li.active a,
div#user_navigation div.user_menu ul li#settings.active a {
	z-index:1;
	background-position: 0 -38px;
}
div#user_navigation div.user_menu ul li.active a:hover,
div#user_navigation div.user_menu ul li.active a:hover {
	background-position: 0 -38px;
}

/* navigation tabbed dynamic menu end */

.profile_yellow_bar,
.game_yellow_bar {
	float: left;
	width: 952px;
	height: 5px;
	background: #FBD960 url(../img/backgrounds/user_panel_footer_middle.png) repeat-x 0 0;
	margin: 0 0 15px 0;
}
.profile_image {
	float: left;
	width: 80px;
	height: 80px;
	border: 1px solid #2B2B2B;
	margin: 0 10px 0 0;
}




/*  tabed little menu start */
.tabs_wrap{
	float: left;
}
.little_nav {
  width: 637px;
	float: left;
	border-bottom: 1px solid #2B2B2B;
	margin: 5px 0 20px -10px;
	font-size:11px;
}
div.little_nav ul {
	padding: 0 0 0 0px;
	margin-left: 8px;
	white-space: nowrap;
}
div.little_nav  ul li {
	float:left;
	margin: 0 5px 0 0;
	display: inline;
	list-style-type: none;
}
div.little_nav ul li a {
	display:block;
	float:left;
	height: 18px;
	line-height: 18px;
	text-decoration: none;
	padding: 2px 6px 0 6px;
	background-position: 0 0;
	color: #7B7B7B;
	font-weight: bold;
}
div.little_nav ul li a:hover {
	color: #fff;
}
div.little_nav ul li a.current {
	color: #fff;
	border: 1px solid #2B2B2B;
	border-bottom: 1px solid #0A0A0A;
	padding: 0px 5px 0 5px;
	z-index: 1;
	position: relative;
	top: 1px;
}
div.little_nav ul li a.current:hover{
	color: #fff;
}

/* tabed little menu end */
.panes div.horizontal_sep_big {
	margin: 15px 0 15px 0;
}
.panes, .pane_all, .pane_main, .pane_contacts, .pane_details {
	float: left;
	width: 615px;
}
.panes p,
.game_info_holder p{
	padding: 0 0 0 5px;
	line-height: 18px;
	float:left;
	width: 100%;
}
.panes p.first_lines {
	width: 80%;
}
.panes p img {
	float: left;
	vertical-align: middle;
	margin-right: 5px;
}
.panes span,
.game_info_holder span {
	color: #fff;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.panes span a,
.game_info_holder span a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
.panes div.platform_holder {
	float: left;
	width: 100%;
}
.panes img.platform_icon{
	float: left;
	margin: 5px 5px 10px 5px;
}

/* profile edit styling */
#ImageUploadBox {
	float: left;
	width: 100%;
}
#ImageUploadBox div.input{
	float: left;
	padding:10px 0 5px 0;
}
#ImageUploadBox input{
	float: left;
	height: auto;
	padding:0;
}
#imageCropMonitorHolder,
#imageCropResultHolder {
	float: left;
	width: 300px;
	padding: 0;
}
#imageCropMonitorHolder {
	clear: none;
}
#imageCropMonitorHolder div {
	padding: 0;
}
#imageCropResultHolder {
	clear: right;
}
#crop_data_monitor {
	float: left;
	width: 100%;
}
#crop_data_monitor div{
	float: left;
	width: 15%;
	padding: 0;
}
#crop_data_monitor div.input {
	float: left;
	clear: none;
}
#crop_data_monitor label {
	float: left;
}
#crop_data_monitor input {
	float: left;
	width: 65px;
}
#crop_data_monitor input.crop_button {
	float: left;
	width: auto;
	clear: none;
	padding: 5px;
	cursor: pointer;
}
.crop_del_button {
	color: red;
	text-decoration: none;
}
.crop_del_button:hover {
	color: red;
	text-decoration: underline;
}
#ImageUploadBox input.crop_upload_button {
	float: left;
	width: auto;
	clear: none;
	padding: 5px;
	cursor: pointer;
}


.crop_message_info {
	float: left; 
	margin-left: 5px; 
	clear: none;
	width: 250px;
	margin-top: 30px;
}
#imageCropResultHolder div {
	float: left;
	width: 100%;
	padding: 0;
}
#imageCropResultHolder img {
	background-color:#202020;
	border:1px solid #2B2B2B;
	padding:3px;
}
div.platform_holder img.platform_icon {
	 width: 58px;
	 height: 58px;
	 border: 0px;
}

/* User profile page  END */


/* Game profile page START */
.game_cover img {
	border:1px solid #2B2B2B;
	float:left;
	width:80px;
}
.game_stuff_holder {
	float: left;
	width: 838px;
	height: 83px;
}
.game_icons {
	float: right;
	width: 184px;
	height: 58px;
	padding: 10px;
	background: transparent url(../img/backgrounds/black_transparent.png) repeat-x 0 0;
}
.game_info_holder {
	width: 100%;
	margin-top: 25px;
}
.game_info_holder div.horizontal_sep_small {
	margin: 10px 0 5px 0;
}
.game_info_holder span.game_name {
	padding: 0;
	font-size: 14px;
}



/* navigation tabed dynamic menu start */

#game_navigation {
  width: 838px;
	float: left;
}
div#game_navigation div.game_menu {
	float:left;
  width: 838px;
}
div#game_navigation div.game_menu ul {
	float:left;
  width: 833px;
	padding: 0 0 0 0px;
	margin-left: 15px;
	white-space: nowrap;
}
div#game_navigation div.game_menu ul li {
	float:left;
	margin: 0 5px 0 0;
	display: inline;
	list-style-type: none;
}
div#game_navigation div.game_menu ul li a {
	display:block;
	float:left;
	height: 38px;
	text-indent:-9999px;
	text-decoration: none;
	padding: 0;
	background-position: 0 0;
	position:relative;
	bottom: -5px;
}

div#game_navigation div.game_menu ul li a.profile {
	width: 72px;
	background: url(../img/buttons/user_panel_menu_profile.png) no-repeat;
}
div#game_navigation div.game_menu ul li a.leagues {
	width: 50px;
	background: url(../img/buttons/game_panel_menu_leagues.png) no-repeat;
}
div#game_navigation div.game_menu ul li a.tournaments {
	width: 75px;
	background: url(../img/buttons/game_panel_menu_tournaments.png) no-repeat;
}
div#game_navigation div.game_menu ul li a.special {
	width: 95px;
	background: url(../img/buttons/game_panel_menu_specialspecial.png) no-repeat;
}
div#game_navigation div.game_menu ul li a.matches {
	width: 69px;
	background: url(../img/buttons/user_panel_menu_matches.png) no-repeat;
}
div#game_navigation div.game_menu ul li a.videos {
	width: 61px;
	background: url(../img/buttons/game_panel_menu_videos.png) no-repeat;
}
div#game_navigation div.game_menu ul li a.articles {
	width: 68px;
	background: url(../img/buttons/game_panel_menu_articles.png) no-repeat;
}
div#game_navigation div.game_menu ul li a.images {
	width: 81px;
	background: url(../img/buttons/game_panel_menu_pics.png) no-repeat;
}
div#game_navigation div.game_menu ul li a.info {
	width: 57px;
	background: url(../img/buttons/game_panel_menu_info.png) no-repeat;
}
div#game_navigation div.game_menu ul li#settings {
	float: right;	
}
div#game_navigation div.game_menu ul li#settings a {
	background: url(../img/buttons/game_panel_menu_settings.png) no-repeat;
	width: 32px;
}

div#game_navigation div.game_menu ul li a:hover,
div#game_navigation div.game_menu ul li#settings a:hover {
	background-position: 0 -38px;
}
div#game_navigation div.game_menu ul li.active a,
div#game_navigation div.game_menu ul li#settings.active a {
	z-index:1;
	background-position: 0 -38px;
}
div#game_navigation div.game_menu ul li.active a:hover,
div#game_navigation div.game_menu ul li.active a:hover {
	background-position: 0 -38px;
}

/* navigation tabbed dynamic menu end */

/* Game profile page END */




#right_col {
  width: 300px;
	float: left;
}
#right_col div.parent_box div.child_box {
	width: 277px;
}
#right_col div.parent_box_2type div.child_box_2type div.box_title{
	background-color: #0A0A0A;
	width: 280px;
}
#right_col div.parent_box_2type div.child_box_2type div.box_title div.title_name{
	line-height: 25px;
	padding: 0 0 0 8px;
}
#right_col div.parent_box_2type div.child_box_2type div.box_title div.title_name{
	line-height: 25px;
	padding: 0 0 0 10px;
}
#right_col div.parent_box_2type div.child_box_2type div.box_title div.right_link_box {
	line-height: 25px;
	padding: 0 10px 0 0;
	float: right;
	font-size:11px;
	font-weight:bold;
}
div.right_link_box a{
	color:#7B7B7B; 
	text-decoration: none;
}
div.right_link_box a:hover{
	color:#F9C511;
}

/* a news box */
div.narrow_news {
	width: 280px;
	padding: 10px 10px 12px 10px;
}
div.narrow_news div.title_name {
	font-size: 12px;
	color: #DFDFDF;
	font-weight: normal;
	text-transform:none;
	font-weight: bold;
}
div.last_teh_news {
	float: left;
	width: 280px;
	padding: 5px 0 10px 0;
}
div.last_teh_news div.last_teh_news_title, p.news_title {
	float: left;
	padding: 5px 3px 5px 3px;
	width: 274px;
	font-weight: bold;
}
div.last_teh_news div.last_teh_news_title a, p.news_title a{
	color:#DFDFDF;
	float:left;
	padding:4px 0 0;
	text-decoration:none;
}
div.last_teh_news div.last_teh_news_title a:hover, p.news_title a:hover{
	color:#DFDFDF;
	text-decoration:underline;
}
div.last_teh_news div.last_teh_news_preview, div.last_teh_news div.last_teh_news_comments{
	float: left;
	width: 170px;
	padding: 0 4px 0 4px;
	font-size: 11px;
	line-height: 13px;
}
div.last_teh_news div.last_teh_news_content {
	float: left;
	width: 180px;
}
div.last_teh_news div.last_teh_news_preview {
	height: 54px;
}
div.last_teh_news div.last_teh_news_comments span {
	font-size: 11px;
	float:right;
	width: 170px;
	text-align: right;
}
div.last_teh_news div.last_teh_news_comments span img{
	width: 14px;
	height: 14px;
	vertical-align: middle;
}
div.last_teh_news div.last_teh_news_comments span a {
	color:#DFDFDF;
	padding: 0 0 0 5px;
	line-height: 11px;
	text-decoration:none;
	font-weight: bold;
}
div.last_teh_news div.last_teh_news_comments span a:hover {
	text-decoration: underline;
}
div.last_teh_news div.last_teh_news_image {
	float: left;
}
div.last_teh_news div.last_teh_news_image img{
	width: 90px;
	height: 58px;
	float: left;
}
div.last_teh_news div.last_teh_news_image a.news_image img {
	padding: 3px;
	border: 1px solid #2B2B2B;
	background-color: #202020;
}
	
div.last_teh_news div.last_teh_news_image a.news_image:hover img {
	border: 1px solid #F9C511;
}	
	
div.down_adv_box {
	margin-top:15px;
}
div.down_adv_box div.child_box {
	padding: 15px 15px 15px 15px;
	width: 922px;
}
div.down_adv_box div.child_box div.horizontal_adv{
	margin: auto;
	float: none;
}


/* user box style START */
.friends_box .friends_holder,
.leagues_box .leagues_holder  {
	float: left;
	text-align: center;
	padding: auto;
}

.friends_box .profile_avatar {
	margin-left: auto;
	margin-right: auto;
	float: left;
	display: block;
	width: 33.3%;
	padding: 15px 0 15px 0;
	text-align: center;
}
.friends_box .profile_avatar p {
	padding: 0 0 10px 0;
}
.friends_box .profile_avatar p a{
	color:#DFDFDF;
	text-decoration: none;
	font-weight: bold;
}
.friends_box .profile_avatar p a:hover{
	text-decoration: underline;
}
.friends_box .profile_avatar a img{
	width: 80px;
	border: 1px solid #2B2B2B;
}
.friends_box .profile_avatar a:hover img{
	width: 80px;
	border: 1px solid #F9C511;
}
/* user box style END */


div.footer_content_holder div.child_box {
	padding: 15px 15px 15px 15px;
	width: 922px;
	height: 160px;
}

#footer {
  width: 955px;
	float: left;
  background-color: #121212;
	border: 1px solid #000;
	border-top: 0px;
	padding: 15px;
	margin-top: 30px;
}

.characters_footer {
	float: left;
	width: 100px;
}
.characters_footer img {
	position: relative;
	left: -23px;
	top:9px;
}
.footlists_holder {
	float: left;
	width: 630px;
}
.footlists_holder div.footlists {
	float: left;
	width: 200px;
	margin-right:10px;
}
.footlists_holder div.footlists p {
	float: left;
	width: 100%;
	padding-bottom: 6px;
}
.footlists_holder div.footlists ul {
	list-style:url(../img/others/bullet.png);
	list-style-type: square;
	list-style-position: outside;
	float: left;
	padding: 0;
	margin: 0;
	width: 100%;
}

.footlists_holder div.footlists ul li{
 	line-height:12px;
	padding: 2px;
	margin: 0;
}
.footlists_holder div.footlists p a {
	width: 100%;
	float: left;
}
.footlists_holder div.footlists p a {
	color: #DFDFDF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.footlists_holder div.footlists ul li a {
	color: #7B7B7B;
	text-decoration: none;
	padding: 0 1px 0 1px;
	font-weight: bold;
	font-size: 11px;
}
.footlists_holder div.footlists ul li a:hover {
	color: #F9C511;
}

.footlists_holder div.footlists p a:hover {
	text-decoration: underline;
}


div.footer_content_holder div.child_box {
	padding: 15px 15px 15px 15px;
	width: 922px;
}
div.if_youve_missed {
	float: right;
	width: 176px;
	text-align: right;
	padding:  0 0 0 15px;
}
div.if_youve_missed p {
	color: #DFDFDF;
	font-weight: bold;
	font-size: 11px;
	float: left;
}
div.if_youve_missed img {
	margin-top: 17px;
	float: left;
	width: 176px;
}

#down_footer_line {
	width: 946px;
	height: 42px;
	float: left;
	background: transparent url(../images/gamesbg/backgrounds/footer_black_texture.png) repeat-x;
	padding: 0 10px 0 0;
}

.mf_left {
	float:left;
	height: 42px;
	line-height: 42px;
	font-weight: bold;
}

.mf_right {
	float:right;
	color: #DFDFDF;
	height: 42px;
	line-height: 42px;
	font-weight: bold;
}

.mf_left a, .mf_left a:hover, .mf_right a, .mf_right a:hover{
	color: #DFDFDF;
	text-decoration: none;
}

.mf_left a:hover, .mf_right a:hover{
	text-decoration: underline;
}

.mf_pipe {
	float:left;
}

.mf_pipe ul li {
	background:transparent url(../images/gamesbg/others/dot_main_menu_platforms.png) no-repeat scroll 4px 6px;
	display:inline;
	font-size:13px;
	font-weight: bold;
	padding: 0 8px 0 8px;
	height:42px;
	line-height:42px;
	border-right: 1px solid #7B7B7B;
}

.mf_pipe ul li a {
	white-space: nowrap;
	text-decoration: none;
	font-size:12px;
	font-weight: bold;
	color: #DFDFDF;
}

.mf_pipe ul li a:hover {
	text-decoration: underline;
	white-space: nowrap;
	font-size:12px;
	font-weight: bold;
	color: #DFDFDF;
}

.rss_icon {
	float: left;
	margin: 6px 0 0 10px;
}

/* advertising boxes square */
div.banner_boxes {
	float:left;
	width: 250px;
	margin: 15px 0 15px 0;
}
div.empty_banner_boxes {
	float:left;
	width: 250px;
	margin: 15px 0 15px 0;
}
div.empty_banner_boxes a {
	width:300px;
	height: 250px;
	color:#888888;
	display:block;
	float:left;
	font-size:11px;
	overflow:hidden;
	text-align:center;
	text-decoration:none;
}
div.empty_banner_boxes a.adhere {
	background-color:#E7E7E7;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	line-height:300px;
	text-align:center;
}
div.empty_banner_boxes a.adhere:hover {
	background:#DDDDDD none repeat scroll 0 0;
	color:#333333;
}




#comments {
	float: left;
	padding-top: 15px;
	width: 100%;
}
p.com_text_info {  
	float: left;
	width: 100%;
	font-weight:bold;
	padding-top: 15px;
}
p.com_text_info a {  
	color: #DFDFDF;
	text-decoration: none;
}
p.com_text_info a:hover {  
	text-decoration: underline;
}
div#news_holder {
	float:left;
	width:100%;
}

.news_img {
		float: left;
		padding: 10px 10px 10px 10px;
		border: 1px solid #EBEBEB;
		background: #FFF;
		margin: 0px 10px 0px 0px;
}

.comment {
	border: 1px solid #ccc;
	border-width: 1px 0px 0px 0;
	float:left;
	width: 500px;
	padding: 10px;
	
}

.comment p {
	float: left;
	clear: left;
}

.vote {
	width: 50px;
	height: 20px;
	background-color: #fffdc3;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0 15px 0;
	float: right;
}

.cast_vote {
	height: 50px;
	float: right;
}

.cast_vote ul {
	list-style-type: none;
}

.cast_vote ul li {
	font-size: 9px;
	margin: 5px 0 5px 0;
}

/* posts section */

.story {
	width: 500px;
	background-color: #FFF8EC;
	padding: 10px 10px 10px 10px;
	border: solid 1px #000;
	margin: 10px 0 10px 0;
	float:left;
}

.story a h1 {
	background-color: #FFF2DF;
	color: #993;
	font-size: 165%;
	text-decoration: none;
}

.story a:hover h1{
	text-decoration: underline;
}

.story .posted_by{
	font-size:12px;
}

.story .post_content{
	padding:10px 0 0 0;
}



/* paging start */

.paging {  
    padding: 5px 0 5px 0;  
    font-size:12px;  
    color:#7B7B7B;  
    font-weight:bold;  
    margin: 10px 0 15px 0;
    float: right;
}
.paging a,
.panes div.paging span a {  
    padding: 1px 5px 2px 5px;  
    margin:0px 1px 0px 1px;  
    border:1px solid #7B7B7B;  
    color:#7B7B7B;  
    text-decoration:none;
    float: left;
}

.paging a:hover,
.panes div.paging span a:hover {  
    border:1px solid #F9C511;   
    color:#F9C511;  
    text-decoration:none;  
}

.paging span.current,
.panes div.paging span.current {  
    padding: 1px 5px 2px 5px;  
    margin:0px 2px 0px 2px;  
    border:1px solid #F9C511;   
    color:#F9C511;  
    text-decoration:none;
     float: left;
}
.panes div.paging span {
	padding:0;
}
.paging div.disabled {  
    border:1px solid #222;
    color:#222;  
    text-decoration:none;
    float: left;
    padding: 1px 5px 2px 5px;    
    margin:0px 1px 0px 1px; 
}


.paging_info {  
    font-size: 12px;  
    color: #7b7b7b;  
		margin:10px 0 15px;
		padding:5px 0;
    float: left;
    text-align: left;
}

.paginator_sorting,
.paginator_filtering {
	float: left;
	width: 100%;
}

span.paginator_dots,
.panes span.paginator_dots,
.panes div.paging span.paginator_dots  {
    padding: 3px 5px 2px 5px;  
    margin: 0px 1px 0px 1px;  
    border: 0px solid #7B7B7B;  
    color: #7B7B7B;  
    text-decoration:none;
    float: left;
}

/* paging end */

/*admin_tools_box*/
div.admin_tools_box {
	width:100%;
	text-align:right;
	float:left;
	height: 12px;
}
.admin_tools {
	font-size:12px;
	text-align:right;
	width:100%;
}
ul#markitup_switcher{
	display: inline;
}
ul#markitup_switcher li{
	display: block;
	float: left;
}

/* spinner gif loading*/

div#spinner_holder,
div.spinner_holder {
	position: fixed; 
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}
div#spinner,
div.spinner,
div#spinner_holder div,
div.spinner_holder div {
	position: static; 
}


div#spinner img,
div.spinner img {
	width: 39px;
	height: 39px;
	margin-left:-20px;
}

.actions {
	float: left;
}

/* debugging style start */
/* Debugging */
/* Debugging */
.debug_output_holder {
	float: left;
	width:100%;
}
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
	width: 100%;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}
table.cake-sql-log {	
	float: left;
	width: 100%;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}
/* debugger styles end */

/* form items */

.form_item {
	float: left;
	padding: 0 30px 0 0;
}
.confirm_image {
	padding: 0 0 0 20px;
}
.form_error_holder {
	float: left;
	width: 100%;
}
.form_label_holder {
	width: 100%;
}

.vgc_forms .genmed {
	float: left;
	font-weight: bold;
	color: #fff;
	padding: 2px 0 5px 0;
}
.vgc_forms .gensmall {
	float: left;
	padding:3px 0 4px 0;
}
.form_submit_button {
	float: left;
	text-align: center;
	width: 100%;
	padding: 5px 0 5px 0;
}

.vgc_forms input {
	width: 199px;
	height: 19px;
	border: 1px solid #2B2B2B;
	background: #121212;
	margin: 0 10px 0 0;
	line-height: 21px;
	padding: 2px 2px 0 3px;
	color: #DFDFDF;
}
.vgc_forms input:hover {
	border: 1px solid #F9C511;
	background: #121212;
}
.vgc_forms input:focus {
	border: 1px solid #F9C511;
	background: #121212;
	color: #FFF;
}
.vgc_forms input.register_button {
	width: 220px;
	height: 31px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../img/buttons/registration_big.png) no-repeat;
  background-position: 0 0px;
  float:none;
	border: none;
	margin: auto;
	padding: 0px;
	display: block;
}
.vgc_forms input.register_button:hover {
  background-position: 0 -31px;
}

.vgc_all_forms {
	float: left;
}
.vgc_all_forms .horizontal_sep_big {
	margin: 5px 0 15px 0;
}
.vgc_all_forms  div.input {
	margin: 0 0 10px 0;
	float: left;
	width: 100%;
}
.vgc_all_forms  div label {
	float: left;
	width: 25%;
	line-height: 20px;
}
.vgc_all_forms  div.checkbox {
	float: left;
	line-height: 20px;
	padding: 0 15px 0 0;
}
.vgc_all_forms  div.checkbox label {
	float: left;
	line-height: 18px;
	width: auto;
}
.vgc_all_forms  div.checkbox input {
	float: left;
	margin: 0;
	padding: 0;
	width: 20px;
}
.vgc_all_forms div.submit{
	float: left;
	width: 100%;
	text-align: center;
}
.vgc_all_forms div.submit input{
	float: none;
	width: 220px;
	height: 31px;
	cursor: pointer;
	background: #121212 url(../img/buttons/save_changes.png) no-repeat 0 0;
	margin: 5px auto 15px auto;
	border: none;
	line-height: 31px;
	padding: 0;
	color: #F9C511;
	display: block;
	text-indent: -9999px;
}
#contact_form div.submit input{
	background: #121212 url(../img/buttons/send_big.png) no-repeat 0 0;
}
.vgc_all_forms div.submit input:hover{
	background-position: 0 -31px;
}
.vgc_all_forms input {
	width: 199px;
	height: 19px;
	border: 1px solid #2B2B2B;
	background: #121212;
	margin: 0 10px 0 0;
	line-height: 21px;
	padding: 2px 2px 0 3px;
	color: #DFDFDF;
	float: left;
}
.vgc_all_forms input:hover {
	border: 1px solid #F9C511;
	background: #121212;
}
.vgc_all_forms input:focus {
	border: 1px solid #F9C511;
	background: #262626;
	color: #FFF;
}
.vgc_all_forms input.submit_button {
	width: 220px;
	height: 31px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../img/buttons/registration_big.png) no-repeat;
  background-position: 0 0px;
  float:none;
	border: none;
	margin: auto;
	padding: 0px;
	display: block;
}
.vgc_all_forms input.register_button:hover {
  background-position: 0 -31px;
}
.vgc_all_forms div.file input{
	color: #000;
}

#contact_form div.submit input {
	
}
#contact_form div.input textarea {
	width: 445px;
	border: 1px solid #2B2B2B;
	background: #121212;
	margin: 0 10px 0 0;
	line-height: 21px;
	padding: 2px 2px 0 3px;
	color: #DFDFDF;
	float: left;
}
#contact_form div.input textarea:hover {
	border: 1px solid #F9C511;
	background: #121212;
}
#contact_form div.input textarea:focus {
	border: 1px solid #F9C511;
	background: #262626;
	color: #FFF;
}
/* all buttons section */
a.remove_friend_small,
a.sign_up,
a.write_a_message,
a.write_a_message_small,
a.challenge_small,
a.challenge,
a.challenge_small,
a.add_friend,
a.add_friend_small,
a.remove_friend,
a.remove_friend_small,
a.show_more_game_actions,
a.friend_accept,
a.friend_decline,
a.match_reply,
a.match_decline,
a.match_result,
a.match_delete,
a.match_negotiate {
	border: none;
	margin: 0 10px 0 0;
	padding: 0;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	float: left;
}

a.sign_up {
	width: 133px;
	height: 21px;
	background: url(../img/buttons/sign_up.png) no-repeat;
  background-position: 0 0px;
  
}
a.sign_up:hover {
  background-position: 0 -21px;
}
a.show_more_game_actions {
	width: 31px;
	height: 21px;
	background: url(../img/buttons/plus.png) no-repeat;
  background-position: 0 0px;
}
a.show_more_game_actions:hover {
  background-position: 0 -21px;
}

a.game_action_links  {
	background:transparent url(../img/buttons/plus_small.png) no-repeat scroll 0 0;
	height:15px;
	padding:0 0 0 27px;
	margin:2px 0 2px 0px;
	width: 100%;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #7B7B7B;
	display: block;
	float: left;
}
a.game_action_links_active  {
	background:transparent url(../img/buttons/plus_small.png) no-repeat scroll 0 -21px;
	height:15px;
	padding:0 0 0 27px;
	margin:2px 0 2px 0px;
	width:100%;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	display: block;
	float: left;
}
a.game_action_links:hover,
a.game_action_links_active:hover {
	text-decoration: underline;
}
a.write_a_message {
	width: 161px;
	height: 21px;
	background: url(../img/buttons/write_a_message.png) no-repeat;
  background-position: 0 0px;
}
a.write_a_message:hover {
  background-position: 0 -21px;
}
a.write_a_message_small {
	width: 30px;
	height: 21px;
	background: url(../img/buttons/write_a_message_small.png) no-repeat;
  background-position: 0 0px;
}
a.write_a_message_small:hover {
  background-position: 0 -21px;
}

a.challenge {
	width: 161px;
	height: 21px;
	background: url(../img/buttons/challenge.png) no-repeat;
  background-position: 0 0px;
}
a.challenge:hover {
  background-position: 0 -21px;
}

a.challenge_small {
	width: 30px;
	height: 21px;
	background: url(../img/buttons/challenge_small.png) no-repeat;
  background-position: 0 0px;
}
a.challenge_small:hover {
  background-position: 0 -21px;
}
a.add_friend {
	width: 161px;
	height: 21px;
	background: url(../img/buttons/add_friend.png) no-repeat;
  background-position: 0 0px;
}
a.add_friend:hover {
  background-position: 0 -21px;
}
a.add_friend_small {
	width: 30px;
	height: 21px;
	background: url(../img/buttons/add_friend_small.png) no-repeat;
  background-position: 0 0px;
}
a.add_friend_small:hover {
  background-position: 0 -21px;
}

a.remove_friend {
	width: 161px;
	height: 21px;
	background: url(../img/buttons/remove_friend.png) no-repeat;
  background-position: 0 0px;
}
a.remove_friend:hover {
  background-position: 0 -21px;
}
a.remove_friend_small {
	width: 30px;
	height: 21px;
	background: url(../img/buttons/remove_friend_small.png) no-repeat;
  background-position: 0 0px;
}
a.remove_friend_small:hover {
  background-position: 0 -21px;
}


/* START system messages and flash messages modal windows */

.modal { 
  background-color:#0A0A0A; 
  display:none; 
  width:350px;
  left:50%;
  top:50%;
  position:fixed;
  margin: -200px 0 0 -175px;
  padding:15px; 
  text-align:left; 
  border:1px solid #F9C511;
} 
.modal div.profile_avatar {
	margin-right: 10px;
}
.modal_result,
#modal_result {
	float: left;
	width: 100%;
	color: #C60000;
	font-weight: bold;
	padding: 10px 0 0 0;
}
.modal_result p,
#modal_result p {
	padding: 10px 10px 10px 0;
	color: #C60000;
	font-weight: bold;
}
.modal_result p.successful,
#modal_result p.successful,
.modal_result p span.successful,
#modal_result p span.successful {
	color: #F9C511;
}

.player_request p {
	padding: 0px 5px 5px 0px;
}
.modal_text,
.modal_result p.modal_text,
.panes p.modal_text {
	float:left;
	padding: 0 0 10px 0px ;
	color: #7B7B7B;
	font-weight: normal;
}
.select_league_drop_down {
	width: 261px;
}


div.modal_buttons {
	float: left;
	width: 100%;
}

div.modal form  {
	float: left;
	width: 100%;
}
div.modal label  {
	margin: 0 10px 0 10px;
}
div.modal div.form  {
	float: left;
	width: 255px;
}
div.modal div.select {
	float: left;
	width: 270px;
}
 
div.modal div.match_date  {
	float: left;
	width:100%;
}
div.modal div.match_date select#MatchMatchDateMonth {
	margin-right: 10px;
}




div.modal_buttons a {
	float: right;
	margin: 0 0 0 10px;
	text-indent: -9999px;
}
a.friend_request_send {
	width: 161px;
	height: 21px;
	background: url(../img/buttons/send_invite.png) no-repeat;
  background-position: 0 0px;
}
a.friend_request_send:hover {
  background-position: 0 -21px;
}
input.request_send,
a.request_send {
	width: 161px;
	height: 21px;
	background: url(../img/buttons/send.png) no-repeat;
  background-position: 0 0px;
  border: none;
  text-indent: -9999px;
  float: right;
	cursor: pointer;
}
input.request_send:hover, 
a.request_send:hover {
  background-position: 0 -21px;
}
input.player_request_send {
	width: 133px;
	height: 21px;
	background: url(../img/buttons/sign_up.png) no-repeat;
  background-position: 0 0px;
  border: none;
  text-indent: -9999px;
  float: none;
  cursor: pointer;
}
input.player_request_send:hover {
  background-position: 0 -21px;
}
input.match_request_send {
	width: 161px;
	height: 21px;
	background: url(../img/buttons/challenge.png) no-repeat;
  background-position: 0 0px;
  border: none;
  text-indent: -9999px;
  float: auto;
  margin-right: 10px;
  cursor: pointer;
}
input.match_request_send:hover {
  background-position: 0 -21px;
}
input.match_negotiate {
	width: 79px;
	height: 21px;
	background: url(../img/buttons/negotiate.png) no-repeat;
  background-position: 0 0px;
  border: none;
  text-indent: -9999px;
  float: auto;
  cursor: pointer;
}
input.match_negotiate:hover {
  background-position: 0 -21px;
}
a.close_button {
	width: 79px;
	height: 21px;
	background: url(../img/buttons/exit.png) no-repeat;
  background-position: 0 0px;
}
a.close_buttonBACKUP:hover {
  background-position: 0 -21px;
}
a.close_buttonBACKUP {
	width: 79px;
	height: 21px;
	background: url(../img/buttons/deny.png) no-repeat;
  background-position: 0 0px;
}
a.close_button:hover {
  background-position: 0 -21px;
}
a.x_close,
div.user_icons a.x_close {
	width: 9px;
	height: 10px;
	float: right;
	background: url(../img/buttons/x.png) no-repeat;
  background-position: 0 0px;
  text-indent: -9999px;
}
.modal h2 { 
	margin: 0 0 15px 0; 
	padding: 0 0 5px 0px; 
	border-bottom:1px solid #333; 
	color:#F9C511;
	float:left;
	font-family:Arial,Verdana,sans-serif;
	font-size:100%;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	float:left;
	width: 100%;
 line-height: 14px;
}
.modal h2 span{
 float: left;
 width: 335px;
}
div.modal span.username {
	font-size:14px;
	text-decoration:none;
	font-weight: bold;
	color: #fff;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	line-height: 14px;
}

#flashMessage {
	position: absolute;
	overflow: 3001px;
	top: 25px;
	left: 50%;
	width: 385px;
	margin-left: -193px;
	height: 60px;
	float: left;
	background: url(../img/backgrounds/report_box.png) no-repeat;
	padding: 10px;
	color: #000;
	font-weight: bold;
	text-align: center;
}

.message {

}

div.game_cover {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}


/* END system messages and flash messages */

div.form,
div.fieldset,
div.legend {
	float: left;
}

