/*			=========================================
/*			|   	com_defaults.css				|
/*			=========================================


/* ================================================================================ */
/* This is the standard CSS to clear all defaults that may cause browser glitches	*/
/* ================================================================================	*/

body {
	background:url("../images/back_fill.png") no-repeat scroll center -400px #FFFFFF;
}


body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
}

p  {
	font: normal .88em/120% Tahoma, "Lucida Grande", Arial, sans-serif;
	color: #593a0c;
}

h1{

	color: #741313;
	font: bold 1.2em/120% Arial, Helvetica, sans-serif;
}

h2 {
	margin: 10px 5px 0px 5px;
	border-bottom: 1px solid #741313;
	color: #741313;
	font: bold 1.0em/120% Arial, Helvetica, sans-serif;
}

h4 {
	float: left;
	width: 120px;
	text-align: center;
	padding-bottom: 3px;						/* used in control bar headings */
	margin-bottom: 5px;
	border-bottom: 1px solid #545454;
	color: #741313;
	font: bold 1.0em/120% Arial, Helvetica, sans-serif;
}


h5 {
	float: left;
	width: 120px;
	text-align: center;
	padding-bottom: 2px;						/* used in control bar headings */
	margin-bottom: 2px;
	color: #741313;
	font: bold 0.8em/80% Arial, Helvetica, sans-serif;
}


label {
	font: normal 0.9em/120% Tahoma, "Lucida Grande", Arial, sans-serif;
}

.bold_label {
	color: #741313;
	font-weight: bold;
	font-size: 1.1em;
}

input, select {	
	background-color: #FFFFFF;
	font: normal 0.9em/120% Tahoma, "Lucida Grande", Arial, sans-serif;
	text-align: left;
	color: black;
	margin: 0;
	padding: 0 0 0 3px;
	border: 1px solid #AAAAAA;
}

* html div.select_border{	/*Fix for IE inability to make a border on a select element  */
							/* need to place a <div> around the <select> element         */
	display: block;
	margin: 0px;
	padding: 0px;
	border: 1px solid green;
}

a { 
	text-decoration: none;
}

a image { border: none; }

a:hover {
	text-decoration: none;
	color: yellow;
	border: 0;
}

a.function_link {
	font: .9em/80% Arial, Helvetica, sans-serif;
	color: #AA1F00;
}

a.function_link:hover {
	text-decoration: underline;
}

.spacer_10px{
	height: 10px;
}

/* ================================================================================ */
/* 							Tables			    							*/
/* ================================================================================	*/


table {
	empty-cells: show;
	border-collapse: collapse;
	font: .75em/80% Arial, Helvetica, sans-serif;
	background-color: #EEE;
}

table.table_legend th {
	background-color: #EEEEEE;
	color: black;
	border-bottom: solid 2px black;
}

td, th {
	text-align: center;
	padding: 0;
	border: 1px solid #999999;
	padding: 4px;
	margin: 0;	
}

th {
	background-color: #555555;
	border: 1px solid #878787;
	font: bold 1.0em/100% Arial, Helvetica, sans-serif;
	color: white;
	padding-bottom: 6px;
}

th.non:hover, th.asc:hover, th.dsc:hover    {
	background-color: #FFFFAE;
	color: black;
	cursor: pointer;
}

#T13 th.non:hover, th.asc:hover, th.dsc:hover{   /* we need to add this as later specificity chnages to T13 background-color overide the above hover cases*/
	background-color: #FFFFAE;
	color: black;
	cursor: pointer;
}

#T14 th.non:hover, th.asc:hover, th.dsc:hover{   /* we need to add this as later specificity chnages to T14 background-color overide the above hover cases*/
	background-color: #FFFFAE;
	color: black;
	cursor: pointer;
}

th.asc {
	background: url(../images/sortUarrow.png) center bottom no-repeat;
	background-color: #777777;	
}

th.dsc {
	background: url(../images/sortDarrow.png) center bottom no-repeat;
	background-color: #777777;	
}


th.fix_top {    /* set the top header from scrolling */
  position: sticky;
  top: 0; /* Don't forget this, required for the stickiness */
}

th.fix_top_1 {    /* set the second row of the top header from scrolling */
  position: sticky;
  top: 24px; /* Don't forget this, required for the stickiness */
}

th.fix_top_2 {    /* set the second row of the top header from scrolling */
  position: sticky;
  top: 19px; /* Don't forget this, required for the stickiness */
}

th.fix_top_3 {    /* set the second row of the top header from scrolling */
  position: sticky;
  top: 36px; /* Don't forget this, required for the stickiness */
}

.tableindex {
	font: bold 1.0em/120% Arial, Helvetica, sans-serif;
	color: blue;
	padding-right: 5px;
	margin: 0;
}

tr.odd {

}

tr.even {
	background-color: #FFFFFF;	
}

td.users_team {
 	background-color: #D01000;
 	color: white;
}

td.legend {
	color: black;
	background-color: #F5C476;
}

td.maineventer {
	color: black;
	background-color: #F5C4FC;
}

td.breakthrough {
	color: black;
	background-color: #FFFFA4;
}

td.midcard {
	color: black;
	background-color: #CCFF99;
}

td.jobber {
	color: black;
	background-color: #E2E2E2;
}

td.beltholder {
  font-size: 130%;
	font-weight: bold;
}


td.matchwin {
	color: white;
	background-color: green;
}

td.matchloose {
	color: white;
	background-color: red;
}


td.rankincrease {
	color: white;
	background-color: green;
}

td.rankdecrease {
	color: white;
	background-color: red;
}

td.beltwin {
	color: white;
	background-color: green;
}

td.beltfail {
	color: white;
	background-color: red;
}

td.bonus_bitmapxxx{

}


td.td_merge_topcell {
border-bottom-style: none;
}

td.td_merge_botcell {
border-top-style: none;
}

td.hover_yellow {
  background-color: yellow;   
}

/* ================================================================================ */
/* background image sprite sheets for team bonuses			    					*/
/* ================================================================================	*/


/* -------------------------------- */
/*          team bonus              */
/* -------------------------------- */

div.team_bonus{
  width: 14px;
  height: 10px;
  margin-left: 5px;
  background:url("../images/bonus.gif") no-repeat scroll center;
  background-position: 0px 0px;
}


div.bonus_met{
  background-position: 0px -10px;
}

div.bonus_met_thisturn{
  background-position: 0px -20px;
}


/* -------------------------------- */
/*      4 bit bitmap classes        */
/* -------------------------------- */


div.team_bonus_progress_bitmap{
  width: 53px;
  height: 10px;
  margin-left: 9px;
  background-position: 0px 0px;
}

/* bitmap progress classes */

div.bitmap_highlight_bit_0{
  background:url("../images/bonus_bitmap_0.gif") no-repeat scroll center;
}

div.bitmap_highlight_bit_1{
  background:url("../images/bonus_bitmap_1.gif") no-repeat scroll center;
}

div.bitmap_highlight_bit_2{
  background:url("../images/bonus_bitmap_2.gif") no-repeat scroll center;
}

div.bitmap_highlight_bit_3{
  background:url("../images/bonus_bitmap_3.gif") no-repeat scroll center;
}

div.bitmap_highlight_bit_4{
  background:url("../images/bonus_bitmap_4.gif") no-repeat scroll center;
}



div.bitmap_progress_0{
  background-position: 0px 0px;
}

div.bitmap_progress_1{
  background-position: 0px -10px;
}

div.bitmap_progress_2{
  background-position: 0px -20px;
}

div.bitmap_progress_3{
  background-position: 0px -30px;
}

div.bitmap_progress_4{
  background-position: 0px -40px;
}

div.bitmap_progress_5{
  background-position: 0px -50px;
}

div.bitmap_progress_6{
  background-position: 0px -60px;
}

div.bitmap_progress_7{
  background-position: 0px -70px;
}

div.bitmap_progress_8{
  background-position: 0px -80px;
}

div.bitmap_progress_9{
  background-position: 0px -90px;
}

div.bitmap_progress_10{
  background-position: 0px -100px;
}

div.bitmap_progress_11{
  background-position: 0px -110px;
}

div.bitmap_progress_12{
  background-position: 0px -120px;
}

div.bitmap_progress_13{
  background-position: 0px -130px;
}

div.bitmap_progress_14{
  background-position: 0px -140px;
}

div.bitmap_progress_15{
  background-position: 0px -150px;
}


/* -------------------------------- */
/* 1 level counter progress classes */
/* -------------------------------- */

div.team_bonus_progress_counter_1{
  width: 14px;
  height: 10px;
  margin-left: 28px;
  background-position: 0px 0px;
}


div.counter_1_highlight_int_0 {
  background:url("../images/bonus_1cntr_0.gif") no-repeat scroll center;
}

div.counter_1_highlight_int_1 {
  background:url("../images/bonus_1cntr_1.gif") no-repeat scroll center;
}


/* -------------------------------- */
/* 4 level counter progress classes */
/* -------------------------------- */

div.team_bonus_progress_counter_4{
  width: 53px;
  height: 10px;
  margin-left: 9px;
  background-position: 0px 0px;
}

div.counter_4_highlight_int_0 {
  background:url("../images/bonus_4cntr_0.gif") no-repeat scroll center;
}

div.counter_4_highlight_int_1 {
  background:url("../images/bonus_4cntr_1.gif") no-repeat scroll center;
}

div.counter_4_highlight_int_2 {
  background:url("../images/bonus_4cntr_2.gif") no-repeat scroll center;
}

div.counter_4_highlight_int_3 {
  background:url("../images/bonus_4cntr_3.gif") no-repeat scroll center;
}

div.counter_4_highlight_int_4 {
  background:url("../images/bonus_4cntr_4.gif") no-repeat scroll center;
}

div.int_progress_0{
  background-position: 0px 0px;
}

div.int_progress_1{
  background-position: 0px -10px;
}

div.int_progress_2{
  background-position: 0px -20px;
}

div.int_progress_3{
  background-position: 0px -30px;
}

div.int_progress_4{
  background-position: 0px -40px;
}


/* ================================================================================ */
/*                        RESET GAME WINDOW				    					*/
/* ================================================================================	*/

#resetGameWindow h1{
  margin-bottom: 20px;
  text-align: center;
}


#cancelResetGame{
  margin: 10px 50px 0px 50px;
}

#resetGameWindow a{
  font-size: 1.2em;
  font-weight: bold;
}

#resetGameWindow a:hover{
  color: red;
}


/* ================================================================================ */
/* This is the base style for seciotion 'banner'				    					*/
/* ================================================================================	*/


#banner p, #banner2 p#username, #banner2 a#logout, a#resetGame, #banner2 a#toggle_tooltip {	
	font: normal 0.9em/100% Arial, Helvetica, sans-serif;
	color: white;

}

#banner2 #welcomeBack{
	display: block;	
	position: absolute;
	text-align: center;
	left: 46vw;
	top: 5px;
	z-index: 3;
}

#banner2 #welcomeBack p{
	color: white;
}

#banner2 #gameButtons {
	text-align: right;
	margin-right: 50px;
	padding-top: 5px;
}

#banner2 a#logout:hover, #banner2 a#toggle_tooltip:hover,  #banner2 a#resetGame:hover{
	color: #555FFF;
}

#banner p#username {
	display: block;	
	position: absolute;
	text-align: center;
	left: 410px;
	top: 75px;
	z-index: 3;	
}

#round_counter {
	display: block;	
	position: absolute;
	text-align: center;
	left: 44vw;
	top: 25px;
	color: white;
	z-index: 3;
}

#round_counter_season_text {
  font-size: 150%;
  margin-right: 20px;
}

#round_counter_round_text {
  font-size: 150%;
}


/* ================================================================================ */
/* This is the base style for seciotion 'sidepanel'				    					*/
/* ================================================================================	*/


#sidepanel p {	
	margin: 10px 5px 0 5px;
	color: black;	
}


/* ================================================================================ */
/* This is the base style for seciotion 'control panel'				    					*/
/* ================================================================================	*/




/* ================================================================================ */
/* This is the base style for the 'messagebox'				    					*/
/* ================================================================================	*/

#banner #message_box p, #banner2 #message_box p  {
	font: italic bold .7em/120% Georgia, "Times New Roman", Times, serif;
	color: black;
	text-align: left;
	overflow: hidden;
	margin: 35px 60px 20px 30px;
	vertical-align: middle;
}

/*			=========================================
/*			|   	com_footer.css					|
/*			=========================================


/* ============================================================================================ */
/*	FOOTER LAYOUTS											 	  	 							*/
	
/*	.h2 and p 	- These hold trhe headline and introduction text for this footer box.		 	*/
/*	.links 	- These 4 divs holds each link menu list. Floated left they align horizontaly. 		*/
/*	h3		- Header for each link list.							   		 					*/
/*	.links_menu - This is the <ul> that holds the links.					   		 			*/ 
										
/* ============================================================================================ */



#footer #footer_intro {
	margin: 0px 25px 0 25px;
	font: bold 1.0em/120% Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 5px 25px 10px 25px;
	font: italic .80em/120% Georgia, "Times New Roman", Times, serif;
}

#footer #follow_us {
 margin-left: 210px;
}

#footer #follow_us:hover {
 color: red;
}

#footer #contact {
	display: block;
	border-top: 1px dashed #AAA;
	text-align: center;
	padding: 8px 4em 0 0;
}

#email {
  margin-left: 25px;
  margin-bottom: -5px;
  width: 20px;
  height: 20px;
  border: none;
}

/* ================================================================================ */
/* 			Buttons											    					*/
/* ================================================================================	*/


.button1_confirmed {
	display: block;
	border: 1px solid black;
	text-align: center;
	padding: 0px 5px 5px 5px;	
}

div.button1_confirmed h2 {
	border: none;
	margin: 0px; 	
}


a.button1 , a.button1a , a.button3 {
	display: block;
	width: 96px;
	height: 27px;
	background: url(../images/button1.gif) center top no-repeat;	
	margin: 2px 2px 2px 2px;
	font: bold 10px/240%  arial,helvetica,clean,sans-serif;
	letter-spacing: 1px;
	color: black;
	text-align: center;
}

a.button1a {
	background: url(../images/button1a.gif) center top no-repeat;
}

a.button3 {
	width: 56px;
	background: url(../images/button3.gif) center top no-repeat;
	margin: 0px;	
}

a.button1:active , a.button3:active{
	background-position: 0 -28px;
}

a.button1:hover , a.button3:hover  {
	color: #0E267A;
}




a.button2 {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/button2.gif) center top no-repeat;	
	margin:0px;
}

a.button2:active {
	background-position: 0 -20px;
}

a.button2:hover  {
	background-position: 0 -20px;
}




a.play , a.pause, a.stop, a.reset, a.skip {
	display: block;
	float: left;	
	width: 40px;
	height: 27px;
	margin: 2px 2px 2px 2px;
	font: bold 11px/240%  "Times New Roman" , Times, serif;
	letter-spacing: 1px;
	color: white;
	text-align: center;
}


a.play:active , a.pause:active , a.stop:active , a.reset:active , a.skip:active {
	background-position: 0 -28px;
}

a.play:hover , a.pause:hover , a.stop:hover , a.reset:hover , a.skip:hover{
	color: yellow;
}

a.play{
	background: url(../images/play.gif) center top no-repeat;	
}

a.pause{
	background: url(../images/pause.gif) center top no-repeat;	
}

a.stop{
	background: url(../images/stop.gif) center top no-repeat;	
}

a.reset{
	background: url(../images/reset.gif) center top no-repeat;	
}

a.skip{
	background: url(../images/skip.gif) center top no-repeat;
	margin-left: 20px;	
}
/* ================================================================================ */
/* 			MENU										    					*/
/* ================================================================================	*/


#game_menu ul {
	margin: 0;
	padding: 4px 0px;
	list-style-type: none;
}

#game_menu li {
	display: inline;
	margin: 0;
	padding: 4px 0px;
	font:0.8em Verdana,sans-serif;
}

#game_menu a {
	color: black;
	padding: 0 7px 0 7px;
	font-weight: 400;
}

#game_menu a:hover {
	color: #0E267A;
}
#game_menu li.active {
	background-color: #DAFFEE;
}

#tools_menu ul {
	margin: 0;
	padding: 4px 0px;
	list-style-type: none;
}

#tools_menu li {
	display: block;
	margin: 0;
	padding: 4px 0px;
	font:0.8em Verdana,sans-serif;
}

#tools_menu a {
	color: #013369;
	padding: 0 7px 0 7px;
}

#tools_menu a:hover {
	color: black;
}

#tools_menu li.active {
	background: url(../images/fill3.gif) center top repeat-y;
}






/* ================================================================================ */
/*	ICONS									     	           					*/
/* ================================================================================ */


div.skillicon {
	width: 16px;
	height: 16px;
	border: none;
	margin: 0;
	padding: 0;
}

.resiliance_icon {
	background: url(../images/resiliance_icon.gif) center center no-repeat;
}
.cheating_icon {
	background: url(../images/cheating_icon.gif) center center  no-repeat;
}
.popularity_icon {
	background: url(../images/popularity_icon.gif) center center  no-repeat;
}
.stamina_icon {
	background: url(../images/stamina_icon.gif) center center  no-repeat;
}
.strength_icon {
	background: url(../images/strength_icon.gif) center center  no-repeat;
}
.speed_icon {
	background: url(../images/speed_icon.gif) center center  no-repeat;
}
.technical_icon {
	background: url(../images/technical_icon.gif) center center  no-repeat;
}
.aerial_icon {
	background: url(../images/aerial_icon.gif) center center  no-repeat;
}
.hardcore_icon {
	background: url(../images/hardcore_icon.gif) center center  no-repeat;
}
.coopertaion_icon {
	background: url(../images/cooperation_icon.gif) center center no-repeat;
}

.health_icon {
	background: url(../images/health_icon.gif) center center no-repeat;
}

 /* ============================================== */
/* 			JQUERY - tools tips										   	*/


 
.tip:hover {
	cursor: help;
}

/* 
.tooltip {
  display: none;
  position: absolute;
  z-index: 999;	
  border: 1px solid #333;
  background-color: #ffed8a;
  padding: 2px 6px;
}

*/

#tooltip, #tooltip_inner {
    -moz-border-radius: 5px 5px 5px 5px;
    border: 1px solid;
}

#tooltip {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #666666;
    display: none;
    font-size: 80%;
    padding: 1px;
    position: absolute;
    width: 200px;
    z-index: 9999;
}

#tooltip_inner {
    background: none repeat scroll 0 0 #F9F9F9;
    border-color: #CCCCCC;
    padding: 5px;
}



/* ================================================================================ */
/*	BUG FIXES 									     	           					*/
/* ================================================================================ */

.clear { clear: both; height: 0px; font-size: 0px; margin: 0px; padding: 0px; border: none;}   
#sidebar ul li { display: inline; }
* html #controlpanel ul a {height: 1px; }

 
