/** 
make by Calle
**/


/** cs-manager.com only: **/
@-moz-document domain(cs-manager.com) {

#header {
	margin: 0 auto !important;
}
#container, #footer_container,.post,#content {
	margin: 0 auto !important;
}


body {	background: #FF7ECF !important;  
}

a {
	font-style: normal !important;
}

/** Logo and change colors of header **/
#header {
	background-color: #FF7ECF !important;
	background-image: url("http://img135.imageshack.us/img135/821/bannercsm2ix1.png") !important;
	background-repeat: no-repeat !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
	border-top: none !important;
}


/** Hide original logo: **/
#header img {	visibility: hidden !important;} /** ingame **/
#header a img {	visibility: hidden !important;} /** front page **/


/** box containing it all and a few elements, that shouldnt have any specific colour **/
#container, #footer_container,.post,#content {
	color: #FF7ECF !important;
	background: #FFFFFF !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
	border-top: none !important;
}

/** adding borders to some tables **/ 
table.rank,table.login {
	border: none !important; 
}
/** adding background to some tables **/ 
table.rank,table.login,table.mail,table.info {
	background: #FFA1DC !important;
}
/** All sorts of 'small' elements needing colour **/
td.space,div.space {
	background: #FFFFFF !important;
	border: none !important;
}
a.player,td.player,td.top,td.tactic,a.tactic,a.lineup {
	background: #FFC4E9 !important;
	color: #B95C97 !important;
}
a.tactic:hover,a.lineup:hover {
	background: #B95C97 !important;
	color: #FFC4E9 !important;
}
td.position {
	background: #8B4571 !important;
	color: #ffffff !important;
}

/** Adding borders and bg-colour to headers **/
td.head, h2, h3 {
	color: #D167A9 !important;
	background-color: #FFDCF2 !important;
	background-image: none !important;
	border-top: 2px solid #FFF3FB !important;
	border-left: 2px solid #FFF3FB !important;
	border-right: 2px solid #FFC4E9 !important;
	border-bottom: 2px solid #FFC4E9 !important;
}

/** All sorts of links. (tabs, menu etc) **/
li a {
	background: #E873BC !important;
	color: #ffffff !important;
	font-style: normal !important;
}


/** menu specific borders **/
ul#menu li a {
	border-bottom: none !important;
	border-right: none !important;
	border-left: none !important;
	border-top: none !important;
}

/** tab-specific borders **/
ul#tab li a {
	border: 1px solid #A25084 !important;
}

li a:hover {
	background: #A25084 !important;
	color: #FFFFFF !important;
	font-weight: bolder !important;
	font-style: italic !important;
}

/** Selected tabs **/
ul#tab li span {
	background: #A25084 !important;
	color: #FFFFFF !important;
	font-weight: bolder !important;
	border: 1px solid #E873BC !important;
}

/** other spans (eg online in freinds list) **/
li span {
	color: #FFDCF2 !important;
	font-style: italic !important;
}

/** color of areas surrounding maillist **/
table.mail tr.head td, table.mail td.select, table.mail td.delete {
	background-color: #FFDCF2 !important;
	color: #D167A9 !important;
}

/** dark area below the left and right menus **/
#menu, #footer_left, #footer_right, div#container>div#info {
	background: #FFFFFF !important;
}

/** search area **/
form#search {
	border-bottom: none !important;
	background: #D167A9 !important;
}

/**input fields and buttons **/
input,select,textarea,radio {
	background: #FFADE0 !important;
	border: 1px solid #000000 !important;
	color: #000000 !important;
}
.buttonsmall, .button {
	background: #FF95D8 !important;
	color: #FFFFFF !important;
	border-top: 1px solid #FF8AD3 !important;
	border-left: 1px solid #FF8AD3 !important;
	border-right: 1px solid #FFA1DC !important;
	border-bottom: 1px solid #FFA1DC !important;
}

/** news items (community news) **/
td.value {
	background: #FFF3FB !important;
	color: #000000 !important;
}
td.foot,td.info {
	background: #FFDCF2 !important;
	color: #000000 !important;
}

/** Training room colours **/
#training_map,#training_player,#skill,#trainer,#training_players {
	background: #FFFFFF !important;
}
div#training_type {
	background: #FFFFFF !important;
}

/** FORUM **/
tr.even {
	background: #FFF2FA !important;
}
tr.odd {
	background: #FFF2FA !important;
}
div.modify {
	background: #FFF2FA !important;
}


/** Status messages **/
#ok_msg {
	color: #E8E8E8 !important;
	background-color: #005D00 !important;
	border-top: 3px solid #008B00 !important;
	border-left: 3px solid #008B00 !important;
	border-right: 3px solid #002E00 !important;
	border-bottom: 3px solid #002E00 !important;
}
#error_msg {
	color: #E8E8E8 !important;
	background-color: #5D0000 !important;
	border-top: 3px solid #8B0000 !important;
	border-left: 3px solid #8B0000 !important;
	border-right: 3px solid #2E0000 !important;
	border-bottom: 3px solid #2E0000 !important;
}

/** HELP TAB **/
#help_tab {
	background: #FF0000 !important;
	color: #FFFFFF !important;
	font-weight: bolder !important;
}

/** LanCamp Training **/
tr.lan td.info {
	background: #D167A9 !important;
}
tr.lan td.value {
	background: #E873BC !important;
}

/** League table **/
table.table tr.promotion td, table.table tr.promotion_line td {
	color: #00B900 !important;
}
table.table tr.qualup td, table.table tr.qualup_line td {
	color: #000000 !important;
	color: #007400 !important;
}
table.table tr.qualdown td, table.table tr.qualdown_line td {
	color: #000000 !important;
	color: #740000 !important;
}
table.table tr.relegation td, table.table tr.relegation_line td {
	color: #B90000 !important;
}

/** PCW Calendar **/
table.calender td.week {
	background: #E873BC !important;
	color: #000000 !important;
}
a.challenge {
	background: #FFC4E9 !important;
}
a.challenge:hover {
	background: #E873BC !important;
}
div.challenge {
	background: #FFA1DC !important;
}
div.disabled {
	background-color: #FF8AD3 !important;
}
}