/*===============================================
HTML
===============================================*/
BODY {
	margin: 0px;
	background-color: #C0C0CA;
	background-image: url(in_game_temp/bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	color: #333B47;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	height: 100%;
}

IMG {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

H1
{
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	padding: 0px 0px 8px 0px;
	margin: 0px;
}

H2
{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0px 6px 0px;
	margin: 0px;
}

A {
	color: #273F7F;
	text-decoration: none;
}

A:HOVER {
	text-decoration: underline;
}

TABLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

FORM {
	margin: 0px;
}



/*===============================================
Header
===============================================*/
#divHeader {
	background-image: url(in_game_temp/logo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
	height: 88px;
	padding: 0px;
}

#divHeaderPanel {
	position: absolute;
	left: 130px;
	top: 0px;
}

#tblheaderPanel {
	color: #FFFFFF;
	font-size: 11px;
	/*font-weight: bold;*/
	height: 40px;
	width: auto;
}

#tdTeamName {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.tdHeaderStrip {
	padding: 0px 13px 0px 13px;
}

.tdValueTitles {
	vertical-align: bottom;
}



/*===============================================
Menu
===============================================*/
#divMenu {
	position: absolute;
	top: 40px;
	left: 166px;
	height: 40px;
}

#divMainMenu, #divSubMenu {
	height: 20px;
	
}

#divMainMenu TABLE, #divSubMenu TABLE{
	height: 20px;
	padding: 0px;
	margin: 0px;
	width: auto;
}

#divMainMenu TD, #divSubMenu TD{
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

#divMainMenu .imgStrip, #divSubMenu  .imgStrip{
	padding: 0px 10px 0px 10px;
	_margin: 0px 10px 0px 10px;
}

#divMainMenu A, #divSubMenu A{
	color: #FFFFFF;
	margin-bottom: 4px;
	text-decoration: none;
}



/*===============================================
Layout
===============================================*/
#divContent {
	background-color: #7BB65A;/*#D8D8D8*/
	background-image: url(in_game_temp/main_content_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	border: 1px solid #565656;
	padding: 8px 8px 8px 8px;
	margin: 10px;
	_width: 100%;
}

#divFooter {
	margin: 0px 10px 10px 10px;
	_width: 100%;
}



/*===============================================
Genral
===============================================*/
.tblWhite {
	color: #FFFFFF;
}

.divText {
	color: #FFFFFF;
	margin-bottom: 14px;
}

.divText A {
	color: #FFF8AF;
}

.tableInfo {
	background-image: url(in_game_temp/content_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #D7D7DA;
	border: 1px solid #79748F;
	
}

.tdInfoMainTitle {
	background-color: #FFFFFF;
	color: #333B47;
	padding: 6px 0px 6px 6px;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #79748F;
}

.tdInfoTitle {
	color: #333B47;
	border-bottom: 1px solid #DFDFDF;
	font-weight: bold;
	padding: 5px 4px 5px 5px;
}

.tdInfoData {
	color: #333B47;
	border-bottom: 1px solid #DFDFDF;
	padding: 5px 5px 5px 5px;
}

.tblData {
	border: 1px solid #77879F;
}

.tdMainTitle {
	color: #333B47;
	background-color: #C9CFD8;
	border-bottom: 1px solid #77879F;
	padding: 6px 0px 6px 5px;
	font-weight: bold;
	font-size: 12px;
}

.tdTitle {
	color: #333B47;
	background-color: #F5F6F8;
	padding: 5px 0px 5px 5px;
	text-indent: 1px;
}

.tdTitle2 {
	color: #333B47;
	background-color: #E7EAEE;
	padding: 5px 0px 5px 5px;
	text-indent: 1px;
}

.tdData {
	color: #333B47;
	background-color: #ECEEF1;
	padding: 5px 0px 5px 5px;
	text-align: center;
	text-indent: 1px;
}

.tdData2 {
	color: #333B47;
	background-color: #E0E4E9;
	padding: 5px 0px 5px 5px;
	text-align: center;
	text-indent: 1px;
}

.tblList {
	border: 1px solid #77879F;
}

.tdListTitle {
	color: #333B47;
	background-color: #C9CFD8;
	padding: 6px 3px 6px 3px;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #77879F;
}

.tdList {
	background-color: #ECEEF1;
	padding: 0px 3px 0px 3px;
}

.tdList2 {
	background-color: #E0E4E9;
	padding: 1px 3px 1px 3px;
}

#divHint {
	color: #FFFFFF;
	border: 1px solid #639D48;
	background-color: #7BB65A;
	padding: 8px;
	margin-top: 10px;
}

#spnHelp {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	display: block;
}

.spnMoneyDebt {
	color: #E53B21;
}

.spnMoneyProfit {
	color: #00BF1A;
}

.divAlert {
	background-color: #E0EAEF;
	border: 1px solid #5F9DBF;	
	color: #000000;
	/*font-weight: bold;*/	
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
	text-align: center;
	width: 50%;
}



/*===============================================
Content
===============================================*/

#tblLeague {
	border: 1px solid #79748F;
}

#divUpdate {
	color: #FFFFFF;	
	border: 1px solid #639D48;
	background-color: #7BB65A;
	padding: 8px;
	_width: 100%;
}

#tblForum {
	border: 1px solid #000000;
	color: #243111;
}

.tdForumTitle {
	background-image: url(images/forum_title_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	border-right: 1px solid #FAFCF8;
	color: #243111;
	font-weight: bold;
	height: 26px;
	padding: 0px 5px 0px 5px;
}

.tdForumTopic {
	background-color: #E4F0D4;
	border-right: 1px solid #FAFCF8;
	border-bottom: 1px solid #FAFCF8;
	height: 40px;
	padding: 0px 5px 0px 5px;
}

.tdForumData {
	background-color: #CAE1A9;
	border-right: 1px solid #FAFCF8;
	border-bottom: 1px solid #FAFCF8;
	height: 40px;
	padding: 0px 5px 0px 5px;
}

#tblForum A {
	color: #243111;
	text-decoration: underline;
}

#tblForum A:HOVER {
	color: #243111;	
	text-decoration: none;
}

.spnForumPage {
	background-color: #F1F7E9;
	border: 1px solid #3A4F1C;
	color: #243111;
	padding: 4px;
}

.spnForumPage A {
	color: #243111;
}

.spnForumButton {
	background-color: #F1F7E9;
	border: 2px solid #3A4F1C;
	color: #243111;
	font-weight: bold;
	padding: 4px;
	text-transform: uppercase
}

.spnForumButton A {
	color: #243111;
}


.spnForumButton A:HOVER {
	color: #5A9F00;
	text-decoration: none;
}

#divNewPost {
	color: #FFFFFF;
	margin-bottom: 10px;
}

.tdInj {
	background-image: url(images/inj.gif);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;	
	width: 10px;
}

.tdRed {
	background-image: url(images/red.gif);
	background-position: center center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: center;	
	width: 10px;
}

.tblPower {
	width: auto;
	height: 20px;
}

.tdPowerBG {
	width: 100px;
	padding: 0px;
	border: 1px solid #000000;
	background-image: url(images/skill_bar_bg.gif);
}

.tdPower {
	background-image: url(images/skill_bar.gif);
}

.tdTrainOld {
	background-image: url(images/train_old.jpg);
}

.tdTrainNew {
	background-image: url(images/train_new.jpg);
}

.tdTrainBG {
	background-image: url(images/train_bg.jpg);
}



/*===============================================
COMMUNITY
===============================================*/
#divPage {
	border: 1px solid #000000;
	background-color: #E4F0D4;
	color: #243111;
	padding: 4px 8px 8px 8px;
	font-size: 12px;
	line-height: 150%;
}

#divPage H2 {
	color: #243111;
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	padding-bottom: 10px;
} 

#divPage #divPageBody {
	padding-bottom: 20px;
}

#divPage .divHint {
	background-color: #B5DF7D;
	border: 1px dashed #3F6F00;
	padding: 7px;
	text-align: center;
	margin-bottom: 20px;
}

#divPage UL {
	margin: 0px;
	padding: 0px;
	list-style-type: circle;
	list-style-position: inside;
}

#divPage LI {
	margin: 0px;
	padding: 0px;
	text-indent: 20px;
}

#divPage TABLE {
	border-left: 1px solid #000000;
	margin: 0px;
	padding: 0px;
}

#divPage TH {
	background-color: #CCCCCC;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	padding: 4px;
	text-align: left;
}

#divPage TD {
	background-color: #FFFFFF; 
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 4px;
	text-align: left;
}



/*===============================================
MATCH REPORTS
===============================================*/
#tblReport {
	border: 1px solid #FFFFFF;
}

#tblReport .tdHeader {
	background-image: url(report/report_header.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	height: 38px;
}

#tblReport #tdBody {
	background-image: url(report/body.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	border-right: 1px solid #FFFFFF;
	padding: 0px;
	height: 372px;
	vertical-align: top;
}
#tblReport #tblBody {
	height: 372px;
}

#tblReport #tblBody .tdScorers {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: top;
}

#tblReport #tblBody #tdOverview {
	color: #FFFFFF;
	font-size: 11px;
	padding-right: 4px;
	text-align: right;
	vertical-align: bottom;
}

#tblReport #tblBody #tblStats {
	background-color: #4C5574;
	border-top: 1px solid #FFFFFF;
	color: #C1CCF1;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}

#tblReport #tblBody #tblStats #tdStatsHeader {
	background-image: url(report/stats_header.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	height: 24px;
}

#tblReport #tblBody #tblStats .tdStatsValue {
	padding: 4px 0px 4px 0px;
	width: 35%;
}

#tblReport #tblBody #tblStats .tdStatsName {
	padding: 4px 8px 4px 8px;
	font-weight: bold;
	text-align: center; 
	text-transform: uppercase;
	width: 30%;
}

#tblReport #tdLineUp {
	background-color: #6D7DAF;
	vertical-align: top;
}

#tblReport #tblLineUp {
	color: #FFFFFF;
	font-size: 12px;
}

#tblReport #tblLineUp .tdLineUp1 {
	background-color: #8392BF;
	padding: 4px 0px 4px 0px;
}

#tblReport #tblLineUp .tdLineUp2 {
	background-color: #6D7DAF;
	padding: 4px 0px 4px 0px;
}

#tblReport #tblLineUp #tdSubs {
	background-image: url(report/stats_header.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	height: 24px;
}


/*===============================================
BUBBLE BOX
===============================================*/
.bubble_box_b H2 {
	color: #4F4F4F;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
}

.bubble_box_b TABLE {
	font-size: 12px;
}

.bubble_box_b .inpContinue {
	padding: 0px 2px 0px 2px;
	margin-left: 20px;
}

.bubble_box_b {
	background: url(bubble_box/bubble_box_b.jpg) left bottom #FFFFFF repeat-x;
	color: 5F5F5F;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}

.bubble_box_r {
	background: url(bubble_box/bubble_box_r.jpg) right top repeat-y;
}

.bubble_box_bl {
	background: url(bubble_box/bubble_box_bl.jpg) left bottom no-repeat;
}

.bubble_box_br {
	background: url(bubble_box/bubble_box_br.jpg) right bottom no-repeat;
}

.bubble_box_tl {
	background: url(bubble_box/bubble_box_tl.jpg) left top no-repeat;
}

.bubble_box_tr {
	background: url(bubble_box/bubble_box_tr.jpg) right top no-repeat;
	padding: 24px;
}



/*===============================================
TWITTER
===============================================*/
#twitter_div ul {
	margin-left: 0px;
	text-indent: 0px;
	padding-left: 0px;
} 

#twitter_div li {
	margin-left: 0px;
	text-indent: 0px;
	padding-left: 0px;
	list-style-type: none;
} 