body {
	margin: 0px 0px 30px 0px;
	background-image:url(/pics/framework/bg_top.png);
	background-repeat:repeat-x;
	background-color:#336E03;
	color:#FFFFFF;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:14px;
	text-align:left;
}
.very_small { font-size:70%; }
.small { font-size:85%; }
.large { font-size:115%; }
.very_large { font-size:130%; }
.mega_headline { font-size:170%; }
.subtle {color: #B8D988;}
.caps { text-transform: uppercase;}
.bold { font-weight:bold; }
.unbold { font-weight:normal; }
.underline { text-decoration:underline; }
.strike { text-decoration:line-through; }
.italic { font-style:italic; }
.noborder { border:none !important; }
.clear {
	clear: both;
	height: 0px;
	visibility: hidden;
}
.clear_both {
	clear:both;
}
.abs { position: absolute; }
.align_center, .text_center, .tcenter { text-align:center; }
.align_right, .text_right, .tright { text-align:right; }
.align_left, .text_left, .tleft { text-align:left; }
.vmiddle { vertical-align:middle; }
.vtop { vertical-align:top; }
.block { display:block; }
.inline-block { display:inline-block; }
.nobreak {
    overflow: hidden;
    white-space: nowrap;
}
:focus {
	outline: none;
}
li.underlined,
div.underlined,
span.underlined,
ul.underlined li,
ul.underlined_no_last li {
	border-bottom: 2px solid #6C9922;
}
ul.underlined_no_last li:last-child {
	border-bottom:none;
}


li.underlined_slim,
div.underlined_slim,
span.underlined_slim,
ul.underlined_slim li,
ul.underlined_slim_no_last li {
	border-bottom: 1px solid #6C9922;
}
ul.underlined_slim_no_last li:last-child {
	border-bottom:none;
}

p { padding:0px 0px 10px 0px; margin:0; }
.faux_link {
	color:#cf0;
	cursor:pointer;
	text-decoration:none;
}
.faux_link:hover {
	text-decoration:underline;
}
a {
	text-decoration:none;
	font-weight:bold;
	color:#CF0;
}
a:focus {
	outline:none;
}
a.no_hover:hover {
	text-decoration:none !important;
}
a.normal, span.normal {
	color:#FFF;
	font-weight:normal;
}
a.weight_normal {
	font-weight:normal;
}
a.subtle {
	color: #B8D988;
	font-weight: normal;
}
a.white {
	color: #fff;
}
a.arrow_right, span.arrow_right {
	display: inline-block;
	background-image: url(/pics/cf_mini_arrow_right.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0 13px;
}
a.arrow_left, span.arrow_left {
	display: inline-block;
	background-image: url(/pics/cf_mini_arrow_left.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 13px;
}

a img {
	border:none;
}
a.pro {
	background-image:url(/pics/pro_req_mini2.gif);
	background-repeat:no-repeat;
	background-position:center right;
	padding-right:21px;
}
a.proWhite {
	color:#FFFFFF;
	background-image:url(/pics/pro_req_mini2.gif);
	background-repeat:no-repeat;
	background-position:center right;
	padding-right:21px;
}
a:hover, a:focus {
	text-decoration:underline;
}
textarea {
	font-family:Tahoma, Verdana, sans-serif;
}
hr {
	height: 0px;
	border: none;
	border-bottom: 1px solid #6C9922;
	margin: 4px 0;
}
hr.large {
	border-width: 2px;
}
hr.light {
	border-color: #B8D988;
}
ul.clean {
	list-style:none;
	padding:0;
	margin:0;
}
/* Star list */
ul.star li {
	list-style:none;
	background:url(/pics/star.png) no-repeat left 4px;
	padding:0 0 3px 20px;
	margin:0;
}
ul.underlined li {
	border-bottom: 2px solid #6C9922;
}
ul.underlined li:last-child {
	border-bottom: none;
}
/* TOP MENU + SUB MENU LINE */
#top_menu {
	height:76px;
	overflow:hidden;
	background-image:url(/pics/topmenu/background.png);
	width:990px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:3px;
	background-repeat:no-repeat;
	vertical-align:top;
	text-transform: uppercase;
}
#top_menu  a {
	text-decoration:none;
}
#top_menu  ul {
	margin:0;
	padding:0;
	list-style-type:none;
	height:auto;
	width:100%;
	padding-left:16px;
}
#top_menu  ul li {
	font-family: Tahoma, sans-serif;
	width:105px;
	text-align:center;
	display:inline;
	padding-bottom:4px;
	float:left;
}
#top_menu ul li a {
	color:#FFFFFF;
	height:auto;
	display:block;
	overflow:hidden;
}
#top_menu ul li.selected {
}
#top_menu ul li a:hover, #top_menu ul li.selected a {
	text-decoration:none;
	color:#CCFF00;
}
#top_menu .menu_ico {
	height:73px;
	display:block;
	background-position:center top;
	background-repeat:no-repeat;
}
#top_menu ul li a:hover .menu_ico, #top_menu ul li.selected a .menu_ico {
	background-position:center -90px;
}
#top_menu_sub {
	background-image:url(/pics/topmenu/sub_menu_shadow.png);
	background-repeat:repeat-y;
	background-position:center;
	width:100%;
	height:auto;
	background-color:#333333;
	overflow:hidden;
	text-transform: uppercase;
}

#top_menu_sub div {
	line-height:100%;
	text-align:left;
	padding:6px 30px;
	background-color:#303C26;
	width:930px;
}
#top_menu_sub div a {
	color:#9cbb55;
	background-image:url(/pics/orange_ball.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding:0 12px 0 16px;
}
#top_menu_sub div a:first-child {
	padding-right:10px;
	background-image:none;
}
#top_menu_sub div a.selected {
	color:#cf0;
}
#top_menu_sub div a:hover, #top_menu_sub div .selected a {
	color:#ccff00;
	text-decoration:none;
}
/** Mega menu **/
#mega_menu {
	position:absolute;
	width:780px;
	margin-top:79px;
	z-index:3;
	background-color:#396A10;
	padding-bottom:10px;
	border-radius: 0pt 8px 8px 8px;
	box-shadow: 0pt 3px 1px rgba(0, 0, 0, 0.2);
}
#toggle_mega_menu {
	height:20px;
	position:absolute;
	margin-top:59px;
	width:28px;
	background-image:url("/pics/topmenu/mega_toggle_sprite.png");
	cursor:pointer;
}
#toggle_mega_menu:hover {
	background-position:center;
}
#toggle_mega_menu.open {
	background-position:bottom !important;
}
#mega_menu_items {
	padding:10px;
}
#mega_menu_items div {
	width:100px;
	display:inline-block;
	padding-right:10px;
	vertical-align:top;
}
#mega_menu_items div:last-child {
	padding-right:0px;
}
#mega_menu_items a {
	color:#B8D988;
	border-bottom:1px solid #46751C;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	padding:3px 0;
}
#mega_menu_items a:last-child {
	border-bottom:0;
}
#mega_menu_items a:hover {
	color:white;
}
/* TOP MENU + SUB MENU LINE END */



div.top {
	width:990px;
	margin-left:auto;
	margin-right:auto;
}
div.center {
	width:990px;
	margin-left:auto;
	margin-right:auto;
}
div.main_center {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	background-color:#275502;
	__overflow:auto; /** BUGGER **/
	overflow:hidden; /** BUGGER **/
/*	position:relative; un-comment if flash-weirdness
	z-index:2; */
	padding:8px 0;
}
div.body_foot {
	background-image:url(/pics/topmenu/sub_menu_shadow.png);
	background-repeat:repeat-y;
	background-position:center;
	width:100%;
	height:auto;
	background-color:#333333;
	text-transform: uppercase;
}

div.body_foot div {
	text-align:center;
	line-height:100%;
	padding:6px 30px;
	background-color:#303C26;
	margin:auto;
	width:930px;

}

div.body_foot img {
	cursor:pointer;
}
/* delete?
.bottom {
	background-color:#993333;
}
*/
/*
	COLUMNS
	column1, column2_a, column3_a	<- 180x474x300
	|--|---|---|

	column1, column2_b, column3_b	<- 180x614x160
	|--|-----|-|

	column1, column2_c				<- 180x790
	|--|-------|

	column1_d						<- 980
	|----------|
*/
.column1 {
	margin-left:5px;
	margin-right:2px;
	float:left;
	width:186px;
	overflow: hidden;
}
.column2_a {
	margin-left:2px;
	margin-right:2px;
	float:left;
	width:480px;
	overflow: hidden;
}
.column3_a {
	margin-left:2px;
	margin-right:5px;
	float:left;
	width:306px;
	overflow: hidden;
}
.column2_b {
	margin-left:2px;
	margin-right:2px;
	float:left;
	width:620px;
	overflow: hidden;
}
.column3_b {
	margin-left:2px;
	margin-right:5px;
	float:left;
	width:166px;
	overflow: hidden;
}
.column2_c {
	margin-left:2px;
	margin-right:2px;
	float:left;
	width:790px;
	overflow: hidden;
}
.column1_d {
	width:980px;
	margin:0 auto;
	overflow: hidden;
}
/**/
.body_end {
	background-image:url(/pics/framework/bg_bottom.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	width:990px;
	text-align:center;
	padding:7px 0;
}
/* Standards */
a.orange_arrow {
	color:#FFFFFF;
	background-image:url(/pics/framework/link_arrow.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:12px;
	margin-right:10px;
}
a.orange_arrow:hover {
	background-image:url(/pics/framework/link_arrow_h.jpg);
}
.acid_bottom_border {
	border-bottom:1px #cf0 solid;
}

.hide {
	display:none;
}
.hidden {
	visibility: hidden;
}
/* BOX */
.box {
	margin-bottom:3px;
}
.box_head {
	background-color:#333333;
	background-image:url(/pics/framework/box_rounder.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:auto;
	overflow:visible;
	border-bottom:1px #cf0 solid;
}
.box_head h2.std {
	background-color:#333333;
	background-image:url(/pics/framework/box_rounder.png);
	background-position:top right;
	background-repeat:no-repeat;
	margin:0 0 0 22px;
	padding:8px 22px 6px 0;
	text-align:center;
	height:auto;
	font-weight:bold;
	font-size:1.1em;
	min-height:18px;
	text-transform: uppercase;
}
.box_head h1.std {
	background:#333333 url("/pics/framework/box_rounder.png") top right no-repeat;
	margin:0 0 0 22px;
	padding:0 22px 0 0;
	text-align:center;
	height:auto;
	font-weight:bold;
    font-size: 24px;
	min-height:18px;
	line-height:50px;
}
.box_sub_header{
	background: #6C9922;
	text-align: left;
	padding: 10px;
	margin: 10px 0;
}
.box_body {
	background-color:#578229;
/* overflow:auto; fjernet af jonas - giver scrollbarer mærkelige steder! */
}
.box_body .std {
	background-color:#578229;
	margin:0 3px;
	padding:3px 4px;
	overflow:hidden;
}
.dark {
	background: #41631f;
}
.round_corners {
	border-radius: 3px;
}
.b_team_icon, .nt_icon, .nc_icon {
	background: #41631f;
	display: inline-block;
	padding: 2px 2px;
	font-size: 9px;
	line-height: 9px;
	vertical-align: middle;
	margin-top: -3px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.nc_icon img {
	height: 8px;
}
.box_body h3 {
	background-color:#333333;
	background-position:top right;
	margin:3px 3px 0px 3px;
	padding:3px 0px;
	text-align:center;
	font-size:1.0em;
	text-transform: uppercase;
}

.box_body h3.light_gradient {
	background: url("/pics/light_h3_gradient.png") repeat-y scroll center top transparent;
	margin: 12px 0 !important;
	padding: 5px 0;
}
.box_body h3.dark {
	background-color: transparent;
}
.box_body h3.normal {
	padding: 3px 0;
	margin: 0;
}
.box_body .std h3, .box_body .content_menu h3 {
	margin:3px 0 0 0;
}
.box_body h3.slide_toggle_closed,.slide_toggle_closed{
	background-image: url(/pics/slide_down.gif);
	background-repeat:no-repeat;
	background-position: right center;
	background-position: 99% center;
	cursor: pointer;
}
.box_body h3.slide_toggle_open, .slide_toggle_open{
	background-image: url(/pics/slide_up.gif);
	background-repeat:no-repeat;
	background-position: 99% center;
	cursor: pointer;
}
.box_shadow {
	height:4px;
	background-color:#4e7525;
	margin-bottom:2px;
}
.box_footer {
	background-image:url(/pics/framework/box_bottom.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:10px;
	overflow:auto;
	margin:0;
}
.box_footer div {
	background-image:url(/pics/framework/box_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	height:10px;
	margin-left:15px;
}
.box_footer p.std {
	background-color:#333333;
	background-image:url(/pics/framework/box_bottom.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	float:right;
	margin:0;
	padding-left:20px;
	height:auto;
}
.box_footer p.std span {
	color:#FFFFFF;
	display:block;
	background-image:url(/pics/framework/box_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding:3px 26px 5px 0;
	height:auto;
	min-height:18px;
}
.box_footer p.std span a {
	color:#FFFFFF;
	background-image:url(/pics/framework/or_arrow_dark.gif);
	background-repeat:no-repeat;
	background-position:center right;
	padding-right:12px;
	margin-left:10px;
}
.box_footer p.std span a:hover {
	color:#CCFF00;
	background-image:url(/pics/framework/cr_arrow_dark.gif);
	text-decoration:none;
}
.box_footer p.std span.multi a {
	background-image:url(/pics/framework/or_skiller.gif);
	background-repeat:no-repeat;
	background-position:center right;
	padding-right:12px;
	margin-left:10px;
}
.box_footer p.std span.multi a:last-child {
	background-image:none;
	padding-right:4px;
}
.box_footer p.std span.multi a:hover:last-child {
	background-image:none;
	text-decoration:none;
}
/* Tabs */
div.tabs, div.tabs_new {
	height:20px;
	width: 1000px;
	overflow: hidden;
	background-image:url(/pics/tabs_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-top:5px;
	border-bottom:2px solid #6c9922;
	white-space: nowrap;
}
.tabs_outer {
	width: 100%;
	overflow: hidden;
}
div.tabs div, div.tabs_new div {
	cursor:pointer;
	float:left;
	background-image:url(/pics/tabs_main.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin-left:10px;
	text-transform: capitalize;
}
div.tabs div div, div.tabs_new div div {
	height:20px;
	font-weight:bold;
	background-image:url(/pics/tabs_main.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding-right:18px;
	padding-left:8px;
}
div.tabs div.active_tab, div.tabs_new div.active_tab {
	background-image:url(/pics/tabs_active.png);
}
div.tabs div.active_tab div, div.tabs_new div.active_tab div {
	background-image:url(/pics/tabs_active.png);
}
/* Ads */
.vertical_ad {
	margin-left:12px;
}
/* content menu, static for each page */
div.content_menu {
	margin:0 4px;
}
div.content_menu hr {
	margin: 0;
	padding: 0;
	height: 0;
	border: none;
	border-top: 3px solid #41631f;
}
div.content_menu a {
	text-transform: capitalize;
	cursor:pointer;
	display:block;
	color:white;
	background-image:url(/pics/content_menu_arrow.png);
	background-repeat:no-repeat;
	background-position:right center;
	border-top:2px solid #6c9922;
	background-color:#5F8D2D;
	padding:8px 30px 8px 10px;
}
div.content_menu a.disabled {
	color:#B8D988;
	cursor: default;
}
div.content_menu a.disabled:hover, div.content_menu a.disabled:focus {
	color:#B8D988;
}
div.content_menu a:hover, div.content_menu a:focus,div.content_menu a.selected {
	color:#cf0;
	text-decoration:none;
}
div.content_menu a:active {
	color:#cf0;
	text-decoration:none;
}
div.content_menu a.none {
	background-image: none;
}
div.content_menu a.stats {
	background-image:url(/pics/content_menu_stats.png);
}
div.content_menu a.history {
	background-image:url(/pics/content_menu_history.png);
}
div.content_menu a.calendar {
	background-image:url(/pics/content_menu_calendar.png);
}
div.content_menu a.eco {
	background-image:url(/pics/content_menu_eco.png);
}
/* Forum */
div.content_menu a.forum_international {
	background-image:url(/pics/content_menu_international.png);
}
div.content_menu a span.plus {
	background-image:url(/pics/cf_mini_plus.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:13px;
}
div.content_menu a span.minus {
	background-image:url(/pics/cf_mini_minus.png);
}
div.content_menu div {
	padding-bottom:8px;
	background-color:#5F8D2D;
}
div.content_menu div a {
	display:block;
	color:white;
	background-image:none;
	border:none;
	padding:0px 0px 0px 20px;
	margin-right:3px;
}
/* black list */
ul.black {
	margin:0 3px;
	padding:2px 0;
	list-style-type:none;
}
ul.black li {
	background-color:#4e7525;
}
ul.black li a {
	color:white;
	display:block;
	width:auto;
	background-image:url(/pics/std_list_arrow.png);
	background-repeat:no-repeat;
	background-position:4px center;
	padding:4px 4px 4px 17px;
	margin-bottom:2px;
}
ul.black li a:hover {
	background-color:#6c9922;
	text-decoration:none;
}

.overnews {
	background-color:#333333;
	background-image:url(pics/framework/or_arrow_dark.gif);
	background-repeat:no-repeat;
	background-position:4px center;
	margin:0 3px;
	padding:2px 0 2px 18px;
	font-weight:bold;
	min-height:15px;
}
.overnews span {
	color:#FF9900;
	font-weight:normal;
}
.overnews span span {
	color:#666666;
	font-weight:normal;
}
.undernews {
	background-color:#578229;
	margin:0 3px;
	padding:3px 0 3px 4px;
	min-height:45px;
}
.undernews img {
	float:right;
	margin:-23px 0 0 0;
}
.odd {
	background-color: #6c9922;
	_background-color: #618d25;
	background-color: #649024;
}
table {
	width:100%;
	border-spacing:0;
}
table th {
	text-transform: capitalize;
}
table.std {
}
table.padding td, table.padding th{
	padding-right: 2px;
}
table.hover tr:hover {
	background-color:#333;
}
table.border_bottom tr td, table.border_bottom tr th, ul.border_bottom li, div.border_bottom {
	border-bottom: 1px solid #6C9922;
}
#tooltip table.border_bottom tr td, #tooltip table.border_bottom tr th {
	border-bottom: 1px solid #444;
}
table.tablesorter th.header {
	cursor: pointer;
	background-image: url(/pics/sort_both.png?1);
	background-position: center right;
	background-repeat: no-repeat;
	text-align: center;
}
table.tablesorter th.headerSortDown {
	background-image: url(/pics/sort_up.png?1);
}
table.tablesorter th.headerSortUp {
	background-image: url(/pics/sort_down.png?1);
}
.right {
	text-align:right;
}

a.regular_text {
	color: #fff;
	font-weight: normal;
}
a.regular_text:hover {
	color: #cf0;
}
/* JONAS */
.align_right {
	text-align:right;
}
.align_left {
	text-align:left;
}
.align_center {
	text-align:center;
}
.float_right {
	float:right;
}
.float_left {
	float:left;
}
.js_error {
	color:red;
	background-color:black;
	text-align:center;
}
.error {
	color:#a00;
	font-weight: bold;
}
#modal .inner .error, .error {
	padding: 0 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #700;
	color: #fff;
}
.nowrap {
	white-space: nowrap;
	overflow: hidden;
}
.border_right {
	border-right: 1px solid #565;
}
/*
.flag, .pro_icon {
	vertical-align: text-bottom;
	position: relative;
	top: -1px;
}
*/

.background_gradient, .background_gradient_hover {
	background: #578229 url(/pics/forum/background.png) repeat-x;
}
.background_gradient.hover {
	background: #6d951f url(/pics/forum/hover_background.png) repeat-x;
}
.background_gradient_hover:hover {
	background: #6d951f url(/pics/forum/hover_background.png) repeat-x;
}

/* ToolTip */
#tooltip {
	position:absolute;
	z-index:10;
	color:white;
	background-color:#333;
	border:5px solid #434343;
	padding:5px 10px;
	min-width:300px;
	-moz-box-shadow: 5px 5px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px 0px rgba(0,0,0,0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	box-shadow: 5px 5px 0px rgba(0,0,0,0.5);
	background-image:url("/pics/tooltip_arrow.gif");
	background-repeat:no-repeat;
	max-width:500px;
	border-radius:0 12px 12px 12px;
}
#tooltip .gray {
	color: #878787;
}
#tooltip.down {
	background-image:url("/pics/tooltip_arrow_down.gif");
	background-position:bottom left;
	border-radius:12px 12px 12px 0;
}
#tooltip .odd {
	background-color:#434343;
}

/* Clear fix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.dollar_sign {
	color: #250;
	font-weight: bold;
}

/** Buttons **/
a.button2 { /*** ÆV! - Virker ikke i IE7 ***/
	text-transform: capitalize;
	cursor:pointer;
	display: inline-block;
	line-height: 23px;
	/* text-transform: uppercase; */
	color: #fff;
	text-align:center;
	font-weight: normal;
	background: #4A6C1F url(/pics/normal_button_gradient.png) repeat-x center center;
	box-shadow: 1px 1px 0 #44631b;
	padding: 0 15px;
	border: 1px solid #6c9922;
	color: #fff;
}
.button {
	text-transform: capitalize;
	cursor:pointer;
	display: inline-block;
	line-height: 25px;
	/* text-transform: uppercase; */
	color: #fff;
	text-align:center;
	font-weight: normal;
	background: #4A6C1F url(/pics/normal_button_gradient.png) repeat-x center center;
	border:none;
	border-bottom: 1px solid #44631b;
	border-right: 1px solid #44631b;
	white-space: nowrap;
}
.big_button {
	line-height: 35px;
	font-weight: bold;
}
.small_button {
	line-height: normal;
}
.button .button_border {
	padding: 0 15px;
	display: inline-block;
	line-height: 23px;
	border: 1px solid #6c9922;
	background: transparent no-repeat right;
	margin: 0;
	color: #fff;
}
.big_button .button_border {
	line-height: 33px;
}
.small_button .button_border {
	line-height: normal;
	padding: 0 3px;
}
.button_icon .button_border {
	padding: 0 27px 0 27px;
}
.button:hover,
.button:focus {
	color: #cf0;
	text-decoration: none;
	background: #5A8528 url(/pics/normal_button_gradient_hover.png) center center;
}
.button.disabled,
.button.disabled:hover,
.button.disabled:focus {
	background: #4A6C1F url(/pics/normal_button_gradient_disabled.png) repeat-x center center;
	border-bottom: 1px solid #1f2913;
	border-right: 1px solid #1f2913;
	cursor: default;
}
.button.disabled img {
	opacity: .5;
}
.button.disabled .button_border {
	color:#666;
	border:1px solid #394b21;
}
.primary_button {
	width: 180px;
}
.primary_button .button_border {
	width: 178px;
	padding: 0;
}
.primary_button .hammer_icon {
	vertical-align: middle;
	position:relative;
	top:-2px;
	margin: -15px 0 -5px -30px;
}
/** RADIO AND CHECKBOX STYLES **/
ul.radio_buttons {
	padding: 0 15px 0 15px;
	margin: 0;
	list-style-type: none;
}
ul.radio_buttons li {
	list-style-type: none;
	display: block;
	margin-top: 10px;
	padding: 0 5px 10px 0;
}
ul.radio_buttons .less_space {
	margin-top: 2px;
	padding: 0 5px 5px 0;
}
ul.radio_buttons .radio {
	color: #fff;
	cursor: pointer;
	white-space:nowrap;
}
ul.radio_buttons .radio_label {
	white-space:normal;
}
ul.radio_buttons .hover .hover_text{
	color: #cf0;
}
ul.radio_buttons .disabled, ul.radio_buttons .disabled .hover_text {
	color: #B8D988;
}
ul.radio_buttons .disabled {
	cursor: default;
}
.checkbox {
	display: inline-block;
	cursor: pointer;
}
.checkbox.hover{
	color: #cf0;
}
.checkbox.disabled {
	color: #B8D988;
	cursor: default;
}
.checkbox_label {
	display:inline-block;
	margin-left: 2px;
}
.radio_img, .checkbox_img {
	display:inline-block;
	vertical-align:middle;
	background-image: url(/pics/buttons.png);
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	margin: 0;
	vertical-align:top;
	margin:5px 3px 0 0;
}

.radio_label {
	display:inline-block;
	vertical-align:middle;
	margin-left: 2px;
}
.radio_img {
	background-position: -16px -48px;
}
.hover .radio_img {
	background-position: -16px -32px;
}
.selected .radio_img {
	background-position: -16px 0;
}
.disabled .radio_img {
	background-position: -16px -64px;
}
.disabled.selected .radio_img {
	background-position: -16px -16px;
}
.checkbox_img {
	background-position: 0px -48px;
}
.hover .checkbox_img {
	background-position: 0px -32px;
}
.selected .checkbox_img {
	background-position: 0px 0;
}
.disabled .checkbox_img {
	cursor: default;
	background-position: 0px -64px;
}
.disabled.selected .checkbox_img {
	background-position: 0px -16px;
	cursor: default;
}

/**Player Positions **/
.favposition {
	/*font-weight: bold;*/
}
.favposition .gk {
	color: #3b0;
}
.favposition .d {
	color: #04f;
}
.favposition .dm, .favposition .m, .favposition .om {
	color: #fb0;
}
.favposition .f {
	color: #b00;
}
.favposition .side {
	color: #fff;
}
.favposition.short {
	display: inline-block;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #41631F;
	white-space: no-wrap;
	margin: 2px 0;
	padding: 0 3px;
	line-height: 18px;
}
.favposition.short .d {
	color: #3aF;
}
.favposition.short .f {
	color: #F33;
}

/*** Messages *** /
/ ***************/
#echo {
	position:fixed;
	margin-top:2px;
	text-align:center;
	font-weight:bold;
	z-index:3;
	width:100%;
	height:auto;
	display:none;
	padding-bottom: 3px;
	background: #222;
}
* html #echo { /* IE 6 Only */
	position:fixed;
}
#echo img {
	margin-top:4px;
}
#msg {
	width:600px;
	height:auto;
	position:absolute;
	top: 100px;
	margin:auto;
	background: #275502;
	padding:6px;
	z-index:3;
	display:none;
	_overflow:hidden;
	border-radius: 6px;
}
#msg.no_background{
	background-image: none;
}
* html #msg { /* IE 6 Only */
	position:relative;
}
#msgcontent {
	width:auto;
	height:auto;
	overflow:hidden;
	background-color:#000000;
	padding:10px;
}
.stdwidth {
	width: 300px;
}
/* Buttons */
.msgbuttons {
	padding-top: 10px;
	text-align:center;
}

/* Form styles */
fieldset, form {
	border: none;
	padding:0;
	margin:0;
}

textarea,
input {
	color:#000;
	margin:0;
	padding:0;
}

textarea.std,
input[type=text].std,
input[type=password].std {
	display: block;
	background: #5F8D2D;
	color: #fff;
	border: 1px solid #41631f;
	width: 450px;
	color: #fff;
	overflow:hidden;
	padding: 3px 0;
}
textarea {
	font-size: 13px;
	overflow:auto;
}

.textarea_icons {
	width: 452px;
	margin: 3px auto;
}
.textarea_buttons{
	text-align:center;
	padding-top: 10px;
}
.textarea_buttons .button {
	width: 130px;
}
.textarea_buttons .button .button_border {
	width: 128px;
	padding: 0;
}
.textarea_border
{
	width: 452px;
	border: 1px solid #6c9922;
	margin: 0 auto;
}
#color_picker, #smiley_picker {
	display: none;
	width: 125px;
	border: 1px solid #6c9922;
	background: #5F8D2D;
	position: absolute;
	opacity: .9;
	z-index: 3;
}
#color_picker .border, #smiley_picker .border {
	border: 1px solid #41631f;
	padding: 2px;
}
#color_picker .color {
	height: 11px;
	width: 11px;
	border-radius: 2px;
	display: inline-block;
	border: 1px solid transparent;
}
#color_picker .color:hover {
	border: 1px solid #cf0;
}
#color_picker .color.red {
	background: #900;
}
#color_picker .color.yellow {
	background: #dd0;
}
#color_picker .color.blue {
	background: #00b;
}
#color_picker .color.pink {
	background: #f9f;
}
#color_picker .color.purple {
	background: #90c;
}
#color_picker .color.orange {
	background: #fa0;
}
#color_picker .color.black {
	background: #000;
}
.text_yellow {
	color: #dd0;
}
.text_orange {
	color: #fa0;
}
.text_red {
	color: #900;
}
.text_purple {
	color: #90c;
}
.text_blue {
	color: #00b;
}
.text_pink {
	color: #f9f;
}
.text_black {
	color: #000;
}
.post_preview {
	background: #578229;
	padding: 10px 0;
}
.megastar {
	display: inline-block;
	width: 46px;
	height: 40px;
	background: url(/pics/megastars.png) no-repeat;
}
.megastar.recomendation {
	background-position: 0 0;
}
.megastar.recomendation_potential {
	background-position: 0 -40px;
}
.megastar.empty {
	background-position: 0 -200px;
}
.megastar.potential {
	background-position: 0 -80px;
}
.megastar.potential_half {
	background-position: 0 -160px;
}
.megastar.recomendation_half {
	background-position: 0 -120px;
}

/** Page navigation **/
.page_navigation {
	display: inline-block;
	line-height: 18px;
	padding: 0px 4px;
	background-color: #41631F;
	font-weight: normal;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 0px 1px 0px 2px;
	font-style: normal;
}
.page_navigation.icon {
	padding: 0px 3px;
}
.page_navigation:hover, .page_navigation.selected {
	background: #6c9922;
	text-decoration: none;
}
.large .page_navigation {
	padding: 0px 6px;
	line-height: 26px;
}
.alert, .notice_box {
	border: 3px solid #f33;
	background: #a00;
	color: #fff;
	padding: 8px;
	margin: 4px 6px 0px 6px;
}
.saved {
	border: 3px solid #3f3;
	background: #0a0;
	color: #fff;
	padding: 8px;
	margin: 4px 6px 4px 6px;
}
.pro_offer {
    background: none repeat scroll 0 0 #2277DD;
    border: 3px solid #0055AA;
    border-radius: 4px 4px 4px 4px;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
    text-align: center;
}
/** Vertical Scroll Styles **/
.vertical_scroll {
	position: relative;
	overflow: hidden;
	overflow-y: auto;
}
.vertical_scroll_content{
	position: absolute;
	left: 0;
	top: 0;
}
.vertical_scroll_bar {
	background: #6C9922;
	position: absolute;
	border-left: 1px solid #44631B;
	right: 0;
	top: 0;
}
.vertical_button {
	background: url(/pics/normal_vert_gradient.png) repeat-y center center;
	border-bottom: 1px solid #44631B;
	border-right: 1px solid #44631B;
	cursor:pointer;
	position: absolute;
	left: 0;
	top: 0;
}
.vertical_button.active {
	background: url(/pics/normal_vert_gradient_hover.png) repeat-y center center;
}
.vertical_button .button_border {
	border: 1px solid #6C9922;
	height: 30px;
	width: 17px;
}
/* Dark scroll style */
.vertical_scroll_bar.dark_scroll {
	background: #222 url(/pics/dark_scroll_background.png);
	border-left: 1px solid #222;
}
.dark_scroll .vertical_button {
	background: url(/pics/dark_scroll_dragger.png) no-repeat center center;
	border: none;
}
.dark_scroll .vertical_button .button_border {
	width: 26px;
	height: 56px;
	border: none;
}

/* Link area */
.link_area {
	color: #6C9922;
	padding: 10px 0;
}
.link_area a {
	font-weight: normal;
	color: #6C9922;
}
.link_area a:hover {
	color: #cf0;
}
.link_area .header {
	font-weight:bold;
	border-bottom:2px solid #356308;
}
.link_area ul {
	margin: 0 22px;
	padding: 0;
	width: 200px;
	float: left;
}
.link_area ul li {
	list-style-type: none;
}

/*** Standard Tooltips ***/
#tooltip table tr.odd  {
	background: #444;
}

.player_tooltip {
	width: 400px;
	text-transform:capitalize;
}
#tooltip .favposition .d {
	color: #3aF;
}
#tooltip .favposition .f {
	color: #F33;
}
.player_tooltip td.player_name {
	width: 260px;
}
.player_tooltip table td.split {
	width: 20px;
	background: #333;
}
.player_tooltip table.padding td {
	padding: 0 5px;
	line-height: 20px;
}

.match_tooltip {
	width: 400px;
}
.match_tooltip th {
	font-weight: normal;
}
.match_tooltip hr.dotted {
	height: 0px;
	border: none;
	padding: 0;
	margin: 5px 0;
	border-top: 2px dotted #444;
}

/* Emboss */
.embossed {
	border-radius:3px;
	background-color:#6C9922;
	border:1px solid #41631F;
	padding: 3px;
	color: #fff;
}
textarea.embossed { display:block; }
.emboss_outer {
	border-radius:3px;
	border: 1px solid #6C9922;
	display: inline-block;
}

/* Raise */
.raise_outer {
	text-transform: capitalize;
	background: #4A6C1F url("/pics/normal_button_gradient.png") repeat-x center center;
	border:none;
	border-bottom: 1px solid #44631b;
	border-right: 1px solid #44631b;
	display: inline-block;
}
.raise_outer .raised {
	color: #fff;
	cursor:pointer;
	border: 1px solid #6c9922;
	background: transparent no-repeat right;
	white-space: nowrap;
}
.raise_outer:hover {
	background: #5A8528 url("/pics/normal_button_gradient_hover.png") repeat-x center center;
}

/* chat_room */
#chat_room .output {
	overflow:auto;
	margin:3px;
}

#chat_room .output a {
	font-weight:normal;
	color:#B8D885;
}

#chat_room .output p {
	padding:0 0 6px;
	line-height:1em;
}
/* Modal */
#modal_bg  {
	display:none;
	width:100%;
	height:100%;
	background-color:#000000;
	z-index:3;
	position:fixed;
	opacity: 0.7;
	-moz-opacity:0.7;
	cursor:pointer;
	left:0;
	top:0;
}
#modal {
	display:none;
	position:absolute;
	z-index:4;
	left:50%;
	width: 500px;
	background-color: #44631B;
	margin: auto;
	border-radius: 6px;
	padding: 8px;
	cursor:default;
}
#modal .close_btn {
	background-image: url("/pics/close_btn.png");
	background-repeat: no-repeat;
	width:40px;
	height:40px;
	top:-10px;
	right:-10px;
	position:absolute;
	cursor: pointer;
}
#modal .close_btn:hover {
	background-position:right;
}
#modal .inner {
	padding: 8px;
	border-radius: 3px;
	background-color: #578229;
}

/* Misc. */
.player_icon {
	padding-left: 13px;
	background:url(/pics/icons/player.gif) no-repeat left;
}
/** Standard popup Message box **/
#msg .std{
	padding: 10px;
	border-radius: 4px;
	background: #578229;
}

#overdiv {
	padding-top:20px;
	z-index:3;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	text-align:center;
	cursor:pointer;
}

#std_modal_box {
	width: 500px;
	background: #578229;
	margin: auto;
	border-radius: 5px;
	padding: 10px;
	cursor:default;
}
.display_none {
	display: none !important;
}
.submit_hidden {
	width:0;
	height:0;
	visibility:hidden;
	overflow:hidden;
}
.close_btn {
	background-image: url("/pics/close_btn.png");
	background-repeat: no-repeat;
	width:40px;
	height:40px;
	top:-10px;
	right:-10px;
	position:absolute;
	cursor: pointer;
}
.close_btn:hover {
	background-position:right;
}

.coin {
	padding-right:12px;
	background:url("/pics/tm_coin_small.png") right no-repeat;
}
.coin_big {
	padding-right:17px;
	background:url("/pics/tm_coin_big.png") right no-repeat;
}

/** Country Dropdown With Regions**/
.ui-selectmenu-menu-dropdown li {
	font-size: 10px;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
}
.ui-selectmenu-menu-dropdown li a {
	font-weight: normal;
}
.ui-selectmenu-group {
	width: 160px;
	overflow: hidden;
}
.ui-selectmenu-group-0, .ui-selectmenu-group-2 {
	margin-right: 1px;
	float:left;
}
.ui-selectmenu-group-3{
	position: absolute;
	right: 0px;
	top: 1px;
}
.ui-selectmenu-group-4{
	position: absolute;
	right: 0px;
	top: 110px;
}
.ui-selectmenu-group-5{
	position: absolute;
		right: 0px;
	top: 350px;
}
/* Smileys */
.smiley {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(/pics/mood_sprite.png) no-repeat;
	background-position: 0 0;
}
.smiley1 { background-position: 0 0; }
.smiley2 { background-position: 0 -13px; }
.smiley3 { background-position: 0 -26px; }
.smiley4 { background-position: 0 -39px; }
.smiley5 { background-position: 0 -52px; }
.smiley6 { background-position: 0 -65px; }
.smiley7 { background-position: 0 -78px; }


/* Mini rec */

.mini_rec {
	width: 31px;
	height: 7px;
	background: url(/pics/mini_stars_sprite.png) no-repeat 100px 100px;
	display: inline-block;
}
.mini_rec_0 {background-position: 0 0;}
.mini_rec_1 {background-position: 0 -7px;}
.mini_rec_2 {background-position: 0 -14px;}
.mini_rec_3 {background-position: 0 -21px;}
.mini_rec_4 {background-position: 0 -28px;}
.mini_rec_5 {background-position: 0 -35px;}
.mini_rec_6 {background-position: 0 -42px;}
.mini_rec_7 {background-position: 0 -49px;}
.mini_rec_8 {background-position: 0 -56px;}
.mini_rec_9 {background-position: 0 -63px;}
.mini_rec_10 {background-position: 0 -70px;}

/* Iframes */
iframe.std {
	width:300px;
	height:250px;
	border:none;
	margin-top:10px;
}
.highlight_td {
	border-top: 2px solid #cf0 !important;
	border-bottom: 2px solid #cf0 !important;
}
.highlight_td_left_std
{
	border-left: 2px solid #578229;
}
.highlight_td_right_std
{
	border-right: 5px solid #578229;
}
.highlight_td_left {
	border-left: 2px solid #cf0;
}
.highlight_td_right {
	border-right: 5px solid #cf0;
}
/* Black button */
.black_button {
	padding:1px;
	background-image:url("/pics/black_button_outer_grad.png");
	background-color:#333;
	background-repeat:repeat-x;
	border:2px solid black;
	text-align:center;
	cursor:pointer;
	display:inline-block;
}
.black_button div {
	background-image:none;
	background-color:black;
	border:1px solid #222;
	padding:1px;
}
.black_button div div {
	border:none;
	border-top:1px solid #333333;
	overflow:hidden;
}

.dropdown div div {
	background-image:url("/pics/white_mini_arrow_down.png");
	background-repeat:no-repeat;
	background-position:center right;
}


.black_button:hover div div {
	background-color:#5e4b00;
	border-top:1px solid #7e6b20;
}


/* Front page */
div.signup_button input {
	background-color: transparent;
	background-image: url("/pics/red_login_button_sprite.png");
	border: 0 none;
	color: white;
	font-weight: bold;
	height: 43px;
	cursor:pointer;
	text-transform: uppercase;
	font-size: 18px;
}
div.signup_button input:hover {
	background-position:bottom;
}

/* Red button */
.red_button {
	background-color: transparent;
	background-image: url("/pics/red_login_button_sprite.png");
	border: 0 none;
	color: white;
	cursor: pointer;
	display: block;
	font-size: 18px;
	font-weight: bold;
	height: 33px;
	margin: 0 auto;
	padding-top: 10px;
	text-transform: uppercase;
	width: 300px;
}
.red_button:hover {
	background-position:bottom;
	text-decoration:none;
}


/* Tut arrow */
.tut_arrow {
	background-image: url("/pics/tutorial/arrow.png");
	width: 33px;
	height: 33px;
	position: absolute;

}
.tut_arrow_right {
	background-image: url("/pics/tutorial/arrow_right.png");
}
.tut_arrow_down {
	background-image: url("/pics/tutorial/arrow_down.png");
}
.tut_arrow_left {
	background-image: url("/pics/tutorial/arrow_left.png");
}
.tut_arrow_up {
	background-image: url("/pics/tutorial/arrow_up.png");
}

.minishirt {
	background:url("/pics/minishirt.png") no-repeat center;
}

/* Form Icons */
.club_form {
	height:12px;
	width:12px;
	display:inline-block;
	background:url("/pics/icons/form_sprite.png") center center;
	vertical-align:middle;
}
.club_form.win, .club_form.w { background-position:top; }
.club_form.loss, .club_form.l { background-position:bottom; }
