* {
	margin: 0;
}
html, body {
	height:100%;
}

body {
	color: #333;
	padding: 0;
	margin: 0;
}

.wrapper {         
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -250px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 250px; /* .push must be the same height as .footer */
	clear:both;
}

/*
SAFE TO REMOVE THIS? IE7...
.grid_16 {
	margin-left: 0px;
}
*/

/* anchors
----------------------------------------------- */
a {
	color: #000;
	font-weight:bold;
	text-decoration: none;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16
{
	background: #fff;
}


/* area styling
----------------------------------------------- */
#site-header {
	height: 50px;
	background-image: url(/images/header-bg.png);
	background-repeat: repeat-x;
	background-attachment: initial;
	margin:auto;
}

#site-header-sect-1-container {
	width: 940px;
	margin:auto;
	height:50px;
}

#site-header-sect-1 {
	font-size: 11px;
}

	#site-header-user-area {
		float:left;
		text-align: left;
		color: #fff;
		padding: 1px 0 0 0;
		height:50px;
		width: 380px;
	}

			#header-nav {
				margin:8px 0 0 0;
				padding: 0px;
				text-align: left;
			}

			.header-item {
				height:23px;
			}

			#header-home, #header-home a,
			#header-edit, #header-edit a,
			#header-pm, #header-pm a,
			#header-forum, #header-forum a,
			#header-groups, #header-groups a,
			#header-chat, #header-chat a,
			#header-sms, #header-sms a,
			#header-my-bookies, #header-my-bookies a,
			#header-my-links, #header-my-links a,
			#header-logout, #header-logout a {
				float:left;
				width: 23px;
				padding: 0 10px 0 0;
				height:23px;
				text-align: left;
				background-position: bottom left;
				background-repeat: no-repeat;
				opacity:
			}

			#header-home a {background-image: url(/images/icons_header/home_normal.png);}
			#header-home a:hover {background-image: url(/images/icons_header/home_hover2.png);}
			#header-edit a {background-image: url(/images/icons_header/edit_normal.png);}
			#header-edit a:hover {background-image: url(/images/icons_header/edit_hover.png);}
			#header-pm a {background-image: url(/images/icons_header/pm_normal.png);}
			#header-pm a:hover {background-image: url(/images/icons_header/pm_hover.png);}
			#header-forum a {background-image: url(/images/icons_header/forum_normal.png);}
			#header-forum a:hover {background-image: url(/images/icons_header/forum_hover.png);}
			#header-groups a {background-image: url(/images/icons_header/groups_normal.png);}
			#header-groups a:hover {background-image: url(/images/icons_header/groups_hover.png);}
			#header-chat a {background-image: url(/images/icons_header/chat_normal.png);}
			#header-chat a:hover {background-image: url(/images/icons_header/chat_hover.png);}
			#header-sms a {background-image: url(/images/icons_header/sms_normal.png);}
			#header-sms a:hover {background-image: url(/images/icons_header/sms_hover.png);}
			#header-my-bookies a {background-image: url(/images/icons_header/bookies_normal.png);}
			#header-my-bookies a:hover {background-image: url(/images/icons_header/bookies_hover.png);}
			#header-my-links a {background-image: url(/images/icons_header/links_normal.png);}
			#header-my-links a:hover {background-image: url(/images/icons_header/links_hover.png);}
			#header-logout a {background-image: url(/images/icons_header/logout_normal.png);}
			#header-logout a:hover {background-image: url(/images/icons_header/logout_hover.png);}

			.header-alert {
				position: relative;
				left:0px;
				top:-27px;
				font-size: 9px;
				background:#990000;
				padding: 0 1px 0 1px;
				opacity:0.85;
				filter:alpha(opacity=85);
				cursor: pointer;
			}

	#site-header-search {
		float:right;
		color: #fff;
		font-weight: bold;
	}

		#site-search {
			width: 290px;
			height:40px;
			background-image: url(/images/search-bg.png);
			background-repeat: repeat-x;
			border-bottom-left-radius: 8px 8px;
			border-bottom-right-radius: 8px 8px;
		}

#site-header-sect-2-container {
	height: 102px;
	width: 940px;
}

#site-header-sect-2 {
	width: 960px;
	margin: auto;
	padding: 7px 0 2px 0;
	font-size: 10px;
}

	#site-header-logo {
		float:left;
		text-align: left;
		color: #fff;
		padding: 22px 0 0 0;
	}

	#site-header-banner {
		float: right;
		text-align: right;
		width: 728px;
		padding: 2px 0 0 0;
	}

#site-header-sect-3-container {
}

#site-header-sect-3 {
	width: 940px;
	margin: auto;
	padding: 6px 0 0 0;
}

.header-flyout {
	z-index:99999;
	position:absolute;
	visibility: hidden;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #000;
	width: 150px;
	height: auto;
	padding: 4px;
	margin-top:4px;
}
                                                 
.header-flyout .flyout-menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.header-flyout .flyout-menu ul li{
    padding: 3px 0;
    background: url(/images/nav_dots.png); background-repeat: repeat-x; background-position: left bottom;
}

.header-flyout h3 {
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

.header-flyout .flyout-menu ul li a{
	text-decoration: none;
	color: #fff;
}

.header-flyout .flyout-menu ul li a:hover{
	color: #FF0000;
}
/*
#header {
	width: 960px;
	margin: auto;
	border:1px solid #404040
}
*/

#fat-footer {
	text-align: center;
	height: 220px;
	background-image: url(/images/footer-bg.png);
	background-repeat: repeat-x;
	background-attachment: initial;
/*	background: #262626; */
	margin:auto;
}

#fat-footer-container {
	width: 960px;
	margin:auto;
}

#fat-footer-container .container_16 {
	background: none;
	margin:0;
	width:100%;
	text-align: left;
	padding: 15px 0 10px 0;
}

.footer-box {
	float:left;
	width: 172px;
	margin-right: 20px;
}                 

.last {
	margin-right: 0px;
}

.footer-box h2, .content-box .blue-box h2 {
	height: 16px;
	font-size: 12px;
	color: #fff;
	vertical-align: middle;
	padding: 1px 0px 1px 6px;
	margin: 6px 0 3px 0;
	text-transform: uppercase;
	background-image: url(/images/box-header-bg-blue.png);
	background-repeat: repeat-x;
	background-attachment: initial;
}

#fat-footer-container a {color: #8c8c8c;}
#fat-footer-container a:hover {color: #0077C3;}

.footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer ul li {
	margin: 0 0 4px 0;
}


#disclaimer {
	text-align: center;
	height: 30px;
	background-image: url(/images/disclaimer-bg.png);
	background-repeat: repeat-x;
	background-attachment: initial;
	margin:auto;
}

#disclaimer-container {
	width: 960px;
	margin:auto;
}

#disclaimer-container .grid_16 {
	margin:0;
	width:100%;
	text-align: center;	
	color: #fff;
	font-weight: bold;
	padding: 8px 0 0 0;
}

#content {
	margin: auto;
	padding: 0px 0 0 0;
	background: #ffffff;
}

/* input, select, form fields
----------------------------------------------- */
.popselect, select, .select {font-family: Verdana, Tahoma; font-size: 11px; background-color: #f5f5f5;}
.popbg {background-color: #cccccc}

input [type="text"], .input {
/*	border: 1px solid #808080; */
	color: #000;
	border: 1px solid #d2d2d2;
	height:16px;
	font-family: Verdana, Tahoma;
	font-size: 11px;
}

textarea {
	color: #000;
	border: 1px solid #d2d2d2;
	font-family: Verdana, Tahoma;
	font-size: 11px;
}


textarea:focus, input:focus {
	border: 1px solid #aaaaaa;
	background-color: #EEEEEE;
	font-family: Verdana, Tahoma;
	font-size: 11px;
}

submit, .submit {
	background: #FFF url(/images/submit-bg.png) repeat-x;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	border: 1px solid #666666;
	height:20px;
	font-size: 11px;
	font-family: Verdana, Tahoma;
	font-weight: bold;
}

.forum-button a {
	background: #FFF url(/images/alt_button_bg.png) repeat-x;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	border: 1px solid #d2d2d2;
	font-size: 14px;
	color: #fff;
	padding: 3px 6px 3px 6px;
	font-family: Verdana, Tahoma;
	font-weight: bold;
}

/* Related sub-navigation (ie. forum)
----------------------------------------------- */
.navigator {
	width: 100%;
	display: block;
}

.subnav, .subnav-highlight {
	padding: 1px 10px 1px 10px;
	color: #000;
	margin: 0;
	font-size: 11px;
}

.subnav-highlight {
	background: #ce161d;
	background-image: url(/images/coda-bg-active.png);
	background-repeat: repeat-x;
	color: #fff;
}

.subnav-highlight a, .subnav-highlight a.neutral-link, .subnav-highlight a:visited, .subnav-highlight a.neutral-link:visited,
.subnav-highlight a:active, .subnav-highlight a.neutral-link:active {
	color: #fff;
}

.subnav-highlight a:hover, .subnav-highlight a.neutral-link:hover {color: #FFF;}

.navigator h6 {
	text-transform: uppercase;
	padding: 0 10px;
}


/* info/alert-boxes
----------------------------------------------- */
.alert_container {
	width: 100%;
}

.alert_box, .flash_notice {
	padding: 15px 10px 15px 0px;
	border: 1px solid #bababa;
	background: #ecf5ff;
	background-image: url(/images/info_big.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.alert_box_clean {
	width: 100%;
	margin:auto;
	padding: 15px 10px 15px 0px;
	border: 1px solid #bababa;
	background: #ecf5ff;
	text-align: center;
}


.alert_box ul, .flash_notice ul, .alert_box div {
	margin-left:20px;
	margin-right:30px;
	position: relative;
	left: 30px;
}

.info-box {
	text-align: left;
	padding: 5px;
	border: 1px solid #bababa;
	background: #ecf5ff;
}

.blue-box-content {
	background: #b1d3e7;
	background-image: url(/images/blue-box-bg.png);
	background-repeat: repeat-x;
	background-attachment: initial;
}


/* TITLES/HEADERS
----------------------------------------------- */
.title-black, .title-blue, .content-box h1 {
	color: #fff;
	padding: 4px 0 0px 6px;
	font-size: 18px;
	text-transform: uppercase;
	height: 26px;
	margin-bottom: 4px;
	overflow:hidden;
}

.content-box h2 {
	height: 22px;
	font-size: 12px;
	color: #fff;
	vertical-align: middle;
	padding: 7px 0px 1px 8px;
	margin:0;
	text-transform: uppercase;
}

.content-box h3 {
	font-size: 12px;
	text-transform: none;
}

.content-box {
	margin:0px 0px 25px 0px;
}

.black-light, .blue-light, .orange-light {background: #ffffff; color: #000;}
.black-dark, .blue-dark, .blue-dark-inline, .orange-dark, .orange-dark-inline {
	background: #010101;
	background-image: url(/images/box-content-bg-dark.png);
	background-repeat: repeat-x;
	background-attachment: initial;
	color: #fff;
}

.blue-gray {
	background: #E6E6E6;
	background-image: url(/images/tr_even_forum.png);
	background-repeat: repeat-x;
	background-attachment: initial;
	color: #000;
}

.black-orange-inline {
	background: #f06400;
	background-image: url(/images/box-content-bg-orange.png);
	background-repeat: repeat-x;
	background-attachment: initial;
	color: #000;
}

.no-header .widget-content {
	padding:0px;
}

.black-light .widget-content, .blue-light .widget-content, .orange-light .widget-content {
	padding: 5px 0px 0px 0px;
}

.black-dark .widget-content, .blue-dark .widget-content, .orange-dark .widget-content {
	padding: 10px;
}

.blue-dark-inline .widget-content, .orange-dark-inline .widget-content, .black-orange-inline .widget-content, .blue-gray .widget-content {
	padding: 10px 0 10px 0;
}

.blue-dark-inline, .orange-dark-inline, .black-orange-inline {
	padding: 10px;
}

.blue-dark-inline h2, .orange-dark-inline h2, .black-orange-inline h2 {
	height: 16px;
	font-size: 12px;
	color: #fff;
	vertical-align: middle;
	padding: 2px 0px 2px 4px;
	margin:0;
	text-transform: uppercase;
}

.black-light h1, .black-light h2, .black-dark h1, .black-dark h2, .black-orange-inline h1, .black-orange-inline h2 {background-image: url(/images/box-header-bg-black.png);}
.blue-light h1, .blue-light h2, .blue-gray h1, .blue-gray h2, .blue-dark h1, .blue-dark h2, .blue-dark-inline h1, .blue-dark-inline h2 {background-image: url(/images/box-header-bg-blue.png);}
.orange-light h1, .orange-light h2, .orange-dark h1, .orange-dark h2, .orange-dark-inline h1, .orange-dark-inline h2 {background-image: url(/images/box-header-bg-orange.png);}

.title-black, .title-blue,
.black-light h1, .black-light h2,
.black-dark h1, .black-dark h2, 
.blue-light h1, .blue-light h2,
.blue-gray h1, .blue-gray h2,
.blue-dark h1, .blue-dark h2,
.blue-dark-inline h1, .blue-dark-inline h2,
.orange-light h1, .orange-light h2,
.orange-dark h1, .orange-dark h2,
.orange-dark-inline h1, .orange-dark-inline h2,
{
	background-repeat: repeat-x;
	background-attachment: initial;
}

.title-blue {background-image: url(/images/box-header-bg-blue.png);}
.title-black {background-image: url(/images/box-header-bg-black.png);}

.black-dark a, .blue-dark a, .blue-dark-inline a, .black-orange-inline a, .orange-dark a, .orange-dark-inline a {
	color: #fff;
} 

.black-dark a:hover, .blue-dark a:hover, .blue-dark-inline a:hover, .black-orange-inline a:hover, .orange-dark a:hover, .orange-dark-inline a:hover {
	color: #0077C3;
} 

/*
####################
CHECK FOR IE7
####################
*/
.grid_4 .related_box_black_light h2 a {
	background-position: 97% 50%;
}
.grid_5 .related_box_black_light h2 a {
	background-position: 98% 50%;
}
.grid_12 .related_box_black_light h2 a {
	background-position: 99% 50%;
}
/*
####################
CHECK FOR IE7
####################
*/

/* TEXTUAL FEATURES
----------------------------------------------- */
.date-bg {
	/*ROUNDED CORNERS BG FOR DATES/TIMES, VARIOUS POSITIONS */
	float:left;
	background-image: url(/images/dato-bg.png);
	background-repeat: repeat-x;
	background-attachment: initial;
	padding: 1px 4px 1px 4px;
	font-size: 9px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.date-bg-2 {
	/*ROUNDED CORNERS BG FOR DATES/TIMES, VARIOUS POSITIONS */
	float:left;
	background:#8c8c8c;
	padding: 1px 4px 1px 4px;
	font-size: 9px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 30px;
	margin-bottom:3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.hilite-box {
	/*BACKGROUND IMAGE TO HIGHLITE NUMBER COUNTS IN USER LISTS, GROUP LISTS ETC. */
	background-image: url(/images/hilite-bg.gif);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	padding-top:3px;
	display:block;
	height:16px;
	text-align:center;
	font-weight:bold;
}

.hilite-box a {
	color: #fff;
}


/* mini_boxes
----------------------------------------------- */
.box_mini {
	background:#DADADA;
	margin-bottom:20px;
	padding:5px 5px 5px 5px;
}

.5_spacer {
	height: 5px;
}


/* expert_picks START
----------------------------------------------- */
.analysis_container {
	margin: 0 0 25px 0;
	border: 1px solid #cccccc;
}

.analysis_header {
	display:block;
	overflow:hidden;
}

.tableholder {width:270px; overflow:hidden;}
.bg_image{position:relative;overflow:hidden;padding:102px 0 0 0}
/*	*html .bg_image{width:320px} */

.bg_image .clublogo_h{position:absolute;top:0;left:0;width:260px;height:260px;margin:-38px 0 0 -30px;text-align:left;z-index:1;overflow:hidden}
.bg_image .club_shade_h{position:absolute;top:0;left:0;width:220px;height:220px;margin-left:0px;z-index:2;overflow:hidden}
/*	*html .bg_image .club_shade_h{margin-left:65px;width:240px;} */

.bg_image .clublogo_a{position:absolute;top:0;left:0;width:260px;height:260px;margin:-38px 0 0 40px;text-align:right;z-index:1;overflow:hidden}
.bg_image .club_shade_a{position:absolute;top:0;left:0;width:140px;height:140px;margin-left:150px;z-index:2;overflow:hidden}
/*	*html .bg_image .club_shade_a{margin-left:65px;width:240px;} */

.teams {width: 100%; margin: auto;text-align: center; font-size: 18px;font-weight: bold; display:block; position:relative;left: 0px;top: 16px; z-index: 3;height:0}

.match_data {
 	background-image: url(/images/box-header-bg-black.png);
	background-repeat: repeat-x;
	background-attachment: initial;
	text-align: center;
	height: 16px;
	padding: 3px 0px 1px 0px;
	font-weight: bold;
	color: #fff;
}
.analysis {
	padding: 10px 0 10px 0;
	display:block;
	height: 100%;
	background: #ffffff;
}

.writer {
	color: #8C8C8C;
	text-transform: uppercase;
}

.analysis p {
	margin: 0;
	padding: 0;
}

.analysis-comments a {
	color: #0077C3;
}

a.neutral-link, .neutral-link a {font-weight: normal; color: #000000;}
a.neutral-link:visited, .neutral-link a:visited {font-weight: normal; color: #000000;}
a.neutral-link:hover, .neutral-link a:hover {font-weight: normal; color: #900000; text-decoration: none}
a.neutral-link:active, .neutral-link a:active {font-weight: normal; COLOR: #900000}

.betbox-content a:link {font-weight: bold; color: #0077C3;}
.betbox-content a:visited {font-weight: bold; color: #0077C3;}
.betbox-content a:hover {font-weight: bold; color: #900000; text-decoration: none}
.betbox-content a:active {font-weight: bold; COLOR: #900000}

.betbox-container, .betbox-container-roll {
	clear: right;
	float: right; 
	margin: 0 0 15px 0;
	font-size: 11px;
	width:100%;
	background: #e6e6e6;
}

.betbox-container-roll {
	background-image: url(/images/tr_even_forum.png);
	background-repeat: repeat-x;
	background-attachment: initial;
}


.betbox-content {
	padding: 5px;
	font-size: 11px;
}

.betbox-container ul {
	padding-left: 20px;
}

.light {
	background: #F5F5F5;
/*	border: solid 1px #2C4E73; */
}

.dark {
	background: #DCDCDC;
}

.related-picks a {
	font-size: 11px;
	color: #0077C3;
	font-weight: normal;
}

.related-picks {
	padding: 5px;
}

.related-picks table td {
	padding-bottom: 8px;
}

.posted-date {
	color: #8C8C8C;
}


.old_pick p, .analysis p {
	margin: 0px;
	padding: 0px;
}	

.odds a {
	font-family: Verdana, Tahoma;
	background: #fafafa;
	border: 1px solid #d8d8d8;
	font-size: 9px;
	font-weight: bold;
	line-height: 10px;
	margin: 1px 1px 5px 1px;
	padding: 2px 3px 2px 3px;
	text-align: center;
	font-weight: bold;
	width: 28px;
	display:block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.odds a:hover {
	background: #d2d2d2;
	border: 1px solid #d8d8d8;
	text-decoration: none;
	color: #000;
}

.betbox-content .odds .odds_analysis-up {
	color: #0077c3;
}

.betbox-content .odds .odds_analysis-down {
	color: #f4161d;
}

.betbox-content .odds .odds_analysis-up a:hover, .betbox-content .odds .odds_analysis-down a:hover {
	color: #000000;
}

/* STATS
----------------------------------------------- */
.stats-front-box {
    width: 195px;
    height: 235px;
    background: #f6f6f6;
    border: 1px solid #898989;
    padding: 2px;
    background-image: url(http://www.betxpert.com/images/stats/statsbg_football2.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    overflow:auto;
}

/* tables
----------------------------------------------- */
.table {
	width:100%;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-top:1px solid #cccccc;
	margin-bottom:10px;
	overflow: auto;
}

.table .table th .table td, .table tr th {
/*	padding: 2px 0 2px 0; */
	text-align:left;
}

.table tr th.right {
	text-align:right;
}

.table thead th, table thead.blue th, thead.blue th {
	height: 22px;
	font-size: 11px;
	color: #fff;
	vertical-align: middle;
	padding: 5px 2px 3px 2px;
	margin:0;
	text-align: left;
	background-repeat: repeat-x;
	background-attachment: initial;
	color: #fff;
	font-weight: bold;
}

.table thead th {
	background-image: url(/images/box-header-bg-orange.png);
}

.table thead.blue th, thead.blue th {
	background-image: url(/images/box-header-bg-blue.png);
}

.table thead th a, .table thead th a:visited {color: #fff;}
.table thead th a:hover {color: #F00000;}



.table tbody th,
.table tbody td {
	border-bottom:1px solid #bbb;
}

.tbl_cell_ul, .tbl_ul td, .tbl_ul th, .tbl_cell_ul td {
	border-bottom: 1px solid #cccccc;
}

.tbl_ul td {
	min-height: 16px;
	padding: 2px 0 0 0;
}

.tbl_cell_hover {
	background: #e6e6e6;
}

.tr_odd td, .tr_even td table .tr_odd td, .tr_odd td table .tr_odd td {
	background: #fff;
	border-bottom: 1px solid #cccccc;
}

.tr_even td, .tr_even td table .tr_even td, .tr_odd td table .tr_even td {
	background: #e6e6e6;
	background-image: url(/images/tr_even.png);
	background-repeat: repeat-x;
	background-attachment: initial;
	border-bottom: 1px solid #cccccc;
}

.tr_even td, .tr_odd td, .tr_even_roll td, .tr_odd_roll td {
/*	padding: 5px 6px 1px 6px; */
	padding: 5px 2px 1px 2px;
}

.tr_even_roll td, .tr_odd_roll td {
	border-bottom: none;
}

.tr_even .forum-post, .tr_even .forum-poster, .tr_even td table .tr_even td.forum-post, .tr_odd td table .tr_even td.forum-post {
	background: #e6e6e6;
	background-image: url(/images/tr_even_forum.png);
	background-repeat: repeat-x;
	background-attachment: initial;
}

.tr_odd td table td, .tr_even td table td {
	border-bottom: none;
}

.forum-thread .tr_odd td, .forum-thread .tr_even td {
	border-bottom: none;
}

.analyse-vaelger .tr_even td, .analyse-vaelger .tr_odd td, .analyse-vaelger tr th {
	padding: 3px 2px 3px 2px;
}

.forum-index .tr_even td, .forum-index .tr_odd td, .forum-index tr th {
	padding: 3px 2px 3px 2px;
}

.tbl-create-pick {
	text-align: center;	
}

.tbl-create-pick td {
	min-height: 18px;
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;
}

.tbl-create-pick tr th {
	padding-top:15px;
	font-size: 13px;
	border-bottom: 1px solid #CCCCCC;
}

/* ANALYSE-VÆLGER
----------------------------------------------- */
.analyse-vaelger th {
	font-weight: bold;
	text-align: left;
	color: #000;
	border-bottom: 1px solid #cccccc;
}

/* Forum
----------------------------------------------- */
.forum-shortcuts, .forum-shortcuts a {
	font-size: 12px;
	color: #0077C3;
}

.forum-index th {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #8E8C8C;
	border-bottom: 1px solid #cccccc;
}

td.forum-poster {
	width: 180px;
	border-right: 1px solid #D2D2D2;
	padding: 6px 6px 0px 6px;
}

td.forum-poster a {
	color: #0077C3;
}

td.forum-post {
	padding: 6px 6px 0px 6px;
}

.forum-notify, .forum-notify a {
	color: #8C8C8C;
	text-align: right; 	
	font-weight: normal; 	
}

.forum-notify .notify-box, .forum-notify .notify-box a {
	color: #FFF;
	float: right;
	text-align: right;
}

.forum-notify a:hover {
	color: #0077C3;
}

.notify-box {
	background: #aaaaaa;
	border: 1px solid #777777;
	padding: 5px;
	text-align: center;
	color: #fff;
}

.forum-index-poster, .forum-index-poster a {
	font-weight: normal;
	color: #000;
}

.forum-index-poster .h4 {
	font-weight: bold;
}

.forum-index-poster a:hover {
	color: #900000;
}

.forum-index td.forum-title {
	background: #B0D3E7;
}

.analyse-vaelger a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.mini-table .tr_even td, .mini-table .tr_odd td {
	padding: 2px 4px 2px 4px;
}

.forum-info-box {
	background: #e6e6e6;
	padding: 1px;
}

/* Bookmaker elements
----------------------------------------------- */
.bookmaker-front-container {
	width:100%;
	background: #010101;
	background-image: url(/images/box-content-bg-dark.png);
	background-repeat: repeat-x;
	background-attachment: initial;
	color: #fff;
	margin: 0 0 20px 0;
}

.bookmaker-front-container a, .bookmaker-front-container .h1 a {color: #FFF;}
.bookmaker-front-container a:hover, .bookmaker-front-container .h1 a:hover {color: #ff9800;}

.bookmaker-front-container .tooltip {color: #000;}


/* Expert elements
----------------------------------------------- */
.profile-image {
	width: 100%;
	margin: auto;
}

.expert-front-container {
	width:100%;
	background: #010101;
	background-image: url(/images/box-content-bg-dark.png);
	background-repeat: repeat-x;
	background-attachment: initial;
	color: #fff;
}

.expert-front-lightbox {
	padding:5px;
	background: #fff;
	color: #000;
}

.expert-front-lightbox td a {color: #0077C3;}
.expert-front-lightbox a:hover {color: #ff9800;}

.expert-front-lightbox-dark {
	text-align: center;
	padding:5px;
	background: #e6e6e6;
	color: #000;
}

.table-inv {
	padding:0px;
	border: 0px;
}

.table-inv, .table-inv a {
	color: #fff;
}

.table-inv td a:hover {
	color: #ff9800;
}

.table-inv td, .table-inv td table td {
	background: none;
}


/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}

/* TOOLTIP
----------------------------------------------- */
.tooltip {
    display:none;
    position:absolute;
    z-index:1000;
	background:#F0F0F0;
	min-height:30px;
	width: 300px;
	font-size: 11px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

.tooltip-header {
	background: #030303;
	background-image: url(/images/tooltip-header-bg.png);
	background-repeat: repeat-x;
	background-attachment: initial;
	color: #fff;
	font-weight: bold;
	padding:5px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
}

.tooltip-content {
/*	font-family: tahoma; */
	padding:5px;
	border: 1px solid #757575;
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
}

/* ENETPULSE MODIFICATIONS
----------------------------------------------- */
.betx1, .event-mini-table {margin: 4px 0px 5px 0px;width:100%}

.betx1 .betx1Row0 td, .betx1 .betx1Row1 td, .event-mini-table .event-row td {
  padding: 2px 6px 2px 6px;
}
.betx1_rankHead, .betx1_rank {text-align: right; width: 15px;}
.betx1_rankHead, .betx1_participantHead, .betx1_playedHead, .betx1_pointsHead, .betx1_rank, .betx1_participant, .betx1_played, .betx1_points {font-size: 11px;}
.betx1_playedHead, .betx1_pointsHead, .betx1_played, .betx1_points {text-align: center;}
.event-date {width: 20px;}
.event-results {text-align: right;}

tr.betx1Row0 td {
	background: transparent;
	border-bottom: 1px solid #CCCCCC;
}
tr.betx1Row1 td {
	background: #e6e6e6;
	background-image: url(/images/tr_even.png);
	background-repeat: repeat-x;
	background-attachment: initial;
	border-bottom: 1px solid #CCCCCC;
}

.event-row td{
	border-bottom: solid 1px #C0C0C0;
}

/* AUTOCOMPLETE STYLING
----------------------------------------------- */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/* ANALYSIS WIDTH HACK FOR TIDLIGERE TIPS / STATISTIK */
.old_pick .analysis_container .analysis .grid_8_odd {
	width: 418px;
}

.old_pick .analysis_container .analysis .grid_4_odd {
}

/* ARTICLE STYLING
----------------------------------------------- */
.article-teaser {
	background: #e6e6e6;
	background-image: url(/images/article-teaser-bg.png);
	background-repeat: repeat-x;
	background-attachment: initial;
	margin-bottom: 20px;
}

.article-teaser-img {
	width: 160px;
}

.article-teaser-img-text {
	float: left;
	position: relative;
	left: 0;
	top: -19px;
	margin: 0px 0 -19px 0;
	background: #0077C3;
	font-size: 10px;
	padding: 3px 8px 3px 8px;
	color: #fff;
	font-weight: bold;
}

.article-teaser-content {
	width: 270px;
	padding: 0px 5px 5px 5px;
}

.article-teaser-content h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.article-teaser-content a {color: #0077C3;}
.article-teaser-content a:hover {color: #900000;}

.article-list {
	margin-bottom: 15px;
}

.article-list h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.article-list a {
	font-weight: normal;
	color: #000;
}

.article-list a:hover {
	color: #900000;
}

.article-list tr td {
	border-bottom: 1px solid #cccccc;
	padding: 2px 0 2px 0;
}

.article-list tr.no-line td, .no-line. tr.no-line td {
	border-bottom: none;
}

/*
.forum-nav         { text-align: center; margin-top: 15px; margin-bottom: 15px; width: 100%;font-size: 11px; }
.forum-nav a       { font-weight: normal; border-right:1px solid #BBBBBB; color:#000080; margin:0px 0px 0px; padding:0px 6px 0px 6px; text-align:center; text-decoration:none; }
.forum-nav a:hover { font-weight: normal; background:#eeeae0 none repeat scroll 0%; border-right:1px solid #BBBBBB; color:#ff0000; margin:0px 0px 0px; padding:0px 6px 0px 6px; text-align:center; text-decoration:none; }
.forum-nav-cur     { border-right:1px solid #BBBBBB; font-weight: bold; margin:5px 0px 0px; padding:0px 6px 0px 6px; text-align:center; text-decoration:none; }
*/

.pager-container {
	clear:both;
	padding: 15px 0 0 0px;
}

.pager {
	float:left;
	text-align: center;
	display: block;	
}

.pager a {
	background: #E6E6E6;
	border: 1px solid #d2d2d2;
	float: left;
	margin: 0px 1px 1em;
	padding: 1px 4px 1px 4px;
}

.pager a:hover {
	background: #0078c3;
	background-image: url(/images/coda-bg.png);
	background-repeat: repeat-x;
	background-attachment: initial;
	color: white;
}

.pager-current {
	color: white;
	border: 1px solid #d2d2d2;
	float: left;
	margin: 0px 1px 1em;
	padding: 1px 4px 1px 4px;
	background: #ce161d;
	background-image: url(/images/coda-bg-active.png);
	background-repeat: repeat-x;
	background-attachment: initial;
	font-weight: bold;
}

.subnav-tv a {
	font-weight: normal;
	color: #000;
}

.subnav-tv a:hover {
	color: #ce161d;
}

.subnav-tv .sort_selected {
	font-weight: bold;
	color:#0078c3;
}

.boxed-nav ul {
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

.boxed-nav ul li {
	position: relative;
	float:left;
	list-style-type: none;
	display:block;
}

.boxed-nav ul li.sport a {
	background: #0078c3;
	background-image: url(/images/coda-bg.png);
	background-repeat: repeat-x;
	background-attachment: initial;
}

.boxed-nav ul li a:hover {
	background: #ce161d;
	background-image: url(/images/coda-bg-active.png);
	background-repeat: repeat-x;
	background-attachment: initial;
}

.boxed-nav ul li.sport-selected a {
	background: #ce161d;
	background-image: url(/images/coda-bg-active.png);
	background-repeat: repeat-x;
	background-attachment: initial;
}
	
.boxed-nav ul li.sport a, .boxed-nav ul li.sport-selected a {
	font-size: 12px;
	color: #fff;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	height: 18px;
	padding: 3px 10px 2px 10px;
	text-decoration: none;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

.boxed-nav ul li.rightspace a  {
	margin-right: 40px;
}

.boxed-nav ul li.last a  {
	margin-right: 0px;
}

.pick_selected {
	background: #0078c3;
	padding: 2px 4px;
	color: #fff;
	border-top-left-radius: 2px 2px;
	border-top-right-radius: 2px 2px;
	border-bottom-left-radius: 2px 2px;
	border-bottom-right-radius: 2px 2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
	
}

.prizes dl dt {
    float:left;
    font-weight:bold;
	font-size: 12px;
    margin: 2px 10px 2px 30px;
	padding: 0px;
}

.prizes dl dd {
    margin:2px 0;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
}

.watermark {
	color: #999;
}

.tool_top, .tool_top_ctr {
	background: #f1f1f1;
	border-top: 1px solid #dadada
}

.tool, .tool_ctr, .tool_bottom, .tool_bottom_ctr {
	background: #f1f1f1;
}

.tool_bottom, .tool_bottom_ctr, .tool_alt_bottom {
	border-bottom: 1px solid #dadada
}

.tool_bottom_ctr, .tool_ctr, .tool_top_ctr, .tool_alt_ctr {
	text-align: center;
}

.tool_alt, .tool_alt_ctr, .tool_alt_bottom {
	background: #f1f1f1;
}

.bonus-box {
	display:block;
	height:100%;
	background-image: url(/images/bonus-box-bg.png);
	color: white;
}

.bonus-box ul {
	list-style:none;
	margin:0px;
	padding: 0px;
	display:block
}

.bonus-box ul li {
	border-bottom: 1px solid #fff;
	list-style:none;
	margin:0;
	padding:0;
	display:list-item;
	height:30px;
	padding:2px
}
