/*****************************************************************/
/* Section: Elements                                             */
/*****************************************************************/
body {
	background-color: #000000;
	margin: 0;
	padding 0;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #FF0000;
}

a:link {
	color: #AA0000;
}

/*****************************************************************/
/* Section: Page structure                                       */
/*****************************************************************/
#layoutwrapper {
	width: 976px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	float: left;
}

#outerwrapper {
	width: 697px;
	float: left;
	padding: 0px 0px 0px 50px;
	margin: 0;
}

#loginwrapper {
	width: 694px;
	height: 47px;
	float: left;
	background-image: url(/mambo/templates/BTTemplate/images/itf-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#loginform {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	padding-left: 25px;
	padding-top: 13px;
	float: left;
}

#loginwrapper form {
	margin: 0px;
	padding: 0px;
}
#loginwrapper input.inputbox {
	color: #FFFF00;
	background-color: #000000;
	border: #FFFF00 solid 1px;
}

#loginwrapper input.button {
	font-size: 10px;
	font-weight: bold;
	color: #FFFF00;
	background-color: #000000;
	border: #FFFF00 solid 1px;
}

#loginwrapper input#mod_login_remember {
	background-color: transparent;
	border: none;
}

#loginwrapper a:link {
	font-size: 9px;
	color: #FFFF00;
}

#loginwrapper a:visited {
	font-size: 9px;
	color: #FFFFFF;
}

#menuwrapper {
	width: 100%;
	float: left;
	height: 20px;
}

#submenuwrapper {
	float: left;
	height: 20px;
	width: 100%;
	padding-top: 3px;
}

#submenucontent {
	float: left;
	height: 20px;
	width: 618px;
	background-image: url(/mambo/templates/BTTemplate/images/back-undermeny.jpg);
	background-repeat: no-repeat;
}

.mainlevel_main {
	width: 103px;
	height: 20px;
	background-image: url(/mambo/templates/BTTemplate/images/btn-knapp.jpg); 
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	display: block;
}

.mainlevel_sub {
	width: 103px;
	height: 20px;
	float: left;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	display: block;
}

a.mainlevel_main:link, a.mainlevel_main:visited {
	color: #000000;
}

a.mainlevel_sub:link, a.mainlevel_sub:visited {
	color: #FFFFFF;
}

#menu_pad_left {
	width: 37px;
	height: 20px;
	padding-right: 2px;
	background-image: url(/mambo/templates/BTTemplate/images/btn-knapp-37px.jpg); 
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}

#menu_pad_right {
	width: 37px;
	height: 20px;
	background-image: url(/mambo/templates/BTTemplate/images/btn-knapp-37px.jpg); 
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}

#submenu_pad_left {
	width: 37px;
	height: 20px;
	padding-right: 2px;
	background-image: url(/mambo/templates/BTTemplate/images/pil2-vanster.jpg); 
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}

#submenu_pad_right {
	width: 37px;
	height: 20px;
	background-image: url(/mambo/templates/BTTemplate/images/pil2-hoger.jpg); 
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}

ul#mainlevel_main, ul#mainlevel_sub {
   list-style: none;
   margin: 0px;
   padding: 0px;
   white-space: nowrap;
}

ul#mainlevel_main li, ul#mainlevel_sub li {
   display: inline;
}

#topwrapper {
	width: 100%;
	height: 144px;
	color: #ffffff;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
}

#wrapper {
	width: 100%;
	float: left;
}

#contentwrapper {
	width: 692px;
	float: left;
	background-color: #ffffff;
	background-image: url(/mambo/templates/BTTemplate/images/itf-newsback.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	border: #ffff00 solid 1px;
        min-height: 600px;
}

#leftcontent {
	float: left;
	background-color: #ffffff;
	width: 480px;
	border-right: 1px #000000 solid;
	font-size: 10px;
        min-height: 600px;
}

#rightcontent {
	float: left;
	width: 200px;
	padding-left: 10px;
}

#singlecentercontent {
	background-color: #FFFFFF;
	float: left;
	font-size: 10px;
	width: 100%;
        min-height: 600px;
}

#footerwrapper {
	width: 100%;
	float: left;
	background-image: url(/mambo/templates/BTTemplate/images/itf-botten.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	padding-top: 3px;
}

#footerleftcontent {
	width: 49%;
	float: left;
	text-align: left;
	padding-left: 3px;
}

#footerrightcontent {
	width: 49%;
	float: left;
	text-align: right;
	padding-right: 3px;
}

#sidebox {
	width: 200px;
	float: left;
	padding: 0;
}

#searchwrapper {
	width: 190px;
	float: left;
	background-image: url(/mambo/templates/BTTemplate/images/itf-search-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	padding-bottom: 3px;
	padding-top: 13px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

#searchwrapper form {
	margin: 0px;
	padding: 0px;
}

#searchwrapper input {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFF00;
	background-color: #000000;
	border: #FFFF00 solid 1px;
}

#pollwrapper {
	width: 198px;
	float: left;
	background-image: url(/mambo/templates/BTTemplate/images/itf-pollback.jpg);
	padding-top: 4px;
	padding-bottom: 4px;
	margin-botton: 4px;
	border: 1px solid #FFFF00;
}

.moduletable_banner {
	width: 198px;
	float: left;
	padding-top: 4px;

}

#statbox {
	display:none;
}
/*****************************************************************/
/* Section: Content formatting                                   */
/*****************************************************************/
.contentheading {
	width: 98%;
	font-weight: bold;
	font-size: 22px;
	height: 27px;
	line-height: 24px;
	font-family: 'Trebuchet MS', verdana, sans-serif;
	color: #000000;
}

.componentheading {
	font-weight: bold;
	font-size: 16px;
	height: 23px;
	line-height: 20px;
	font-family: "Trebuchet MS", Verdana, sans serif;
	border-bottom: 1px solid #FF0000;
	color: #FF0000;
	margin-bottom: 5px;
}

.contentpaneopen {
	text-align: left;
	background: transparent;
	font-size: 11px;
	line-height: 1.8;
	margin: 3px 3px 3px 3px;
	border-bottom: 1px solid #000000;
}

.contentpane {
	text-align: left;
	background: transparent;
	font-size: 11px;
	line-height: 1.8;
}

table.contentpane ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

table.contentpane ul li{
	padding: 0px;
	margin: 0px;
	padding-left: 15px;
	font-size: 11px;
}

.contentdescription {
	font-size: 10px;
}

form.adminForm table {
	width: 80%;
}

.small {
	font-size: 10px;
	color: #ABABAB;
	line-height: 0.7;
}

.createdate {
	font-size: 10px;
	color: #ABABAB;
	height: 10px;
	line-height: 0.7;
}

.modifydate {
	font-size: 10px;
	color: #ABABAB;
	height: 15px;
	line-height: 15px;
	margin-bottom: 5px;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}

.latestnews_senastenytt {
	font-size: 12px;
	list-style: none;
	color: #FF0000;
	margin: 0;
	padding: 0;
}

.latestnews_senastenytt a:link {
	color: #FFFFFF;
}

.latestnews_senastenytt a:visited {
	color: #000000;
}

.back_button a{
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
}

.back_button {
	clear: left;
}
.sectiontableheader {
	font-weight: bold;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	color: #FFFFFF;
	background-color: #000000;
}

.sectiontableentry1 {
	text-align: left;
	background: #FFFEFF;
	font-size: 11px;
	padding: 2px;
	color: #000000;
}

.sectiontableentry1 a:link {
	color: #FF0000;
}

.sectiontableentry1 a:visited {
	color: #AA0000;
}

.sectiontableentry2 {
	background: #FEEEAA;
	font-size: 11px;
	text-align: left;
	padding: 2px;
	color: #000000;
}

.sectiontableentry2 a:link {
	color: #FF0000;
}

.sectiontableentry2 a:visited {
	color: #AA0000;
}

.pagenav {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 10px;
	line-height: 20px;
	margin: 1px;
}

.pagenavbar {
	background: #EEEEEE;
}

.small {
	font-size: 10px;
	color: #ABABAB;
	line-height: 0.7;
}

a.category:link {
	color: #FF0000;
}

a.category:visited {
	color: #AA0000;
}

td.poll {
	color: #FFFFFF;
	font-size: 12px;
}

#pollwrapper td.sectiontableentry1 {
	background: transparent;
	color: #FFFFFF;
	font-weight: bold;
}

#pollwrapper td.sectiontableentry2 {
	background: transparent;
	color: #FFFFFF;
	font-weight: bold;
}

/*****************************************************************/
/* Section: mod_BT_next_game */
/*****************************************************************/
	#BT_ng_wrapper {
		background-image: url(/modules/mod_BT_next_game/background.jpg);
		background-repeat: no-repeat;
		background-position: center top; 
		float: left;
		width: 200px;
		height: 153px;
	}
	
	#BT_ng_date {
		font-weight: bold;
		font-size: 17px;
		font-family: Arial, Helvetica, sans-serif;
		width: 100%;
		text-align: center;
		color: #000000;
		padding: 30px 0px 0px 0px;
	}
	
	#BT_ng_home_team {
		float: left;
		width: 50%;
		text-align: center;
	}

	#BT_ng_away_team {
		float: right;
		width: 50%;
		text-align: center;		
	}

	#BT_ng_arena {
		font-weight: bold;
		font-size: 17px;
		font-family: Arial, Helvetica, sans-serif;
		width: 100%;
		text-align: center;
		color: #000000;
		float: left;
	}

	#BT_ng_link {
		font-family: Arial, Helvetica, sans-serif;
		width: 195px;
		text-align: right;
		font-size: 11px;
		color: #FF0000;
		text-decoration: none;
		font-weight: bold;
		padding-right: 5px;
		float: right;
	}

	#BT_ng_link a:link {
		color: #FF0000;
	}

	#BT_ng_link a:hover {
		color: #FFFF00;
	}

	#BT_ng_link a:visited {
		color: #FF0000;
	}

/*****************************************************************/
/* Section: mod_BT_next_trip */
/*****************************************************************/
	#BT_nt_wrapper {
		background-image: url(/modules/mod_BT_next_trip/background.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		width: 200px;
		height: 118px;
		float: left;
	}
	
	#BT_nt_date {
		font-weight: bold;
		font-size: 17px;
		font-family: Arial, Helvetica, sans-serif;
		width: 100%;
		text-align: center;
		color: #000000;
		padding-top: 63px;
		float: left;
	}
	
	#BT_nt_destination {
		font-weight: bold;
		font-size: 17px;
		font-family: Arial, Helvetica, sans-serif;
		width: 100%;
		text-align: center;
		color: #000000;
		float: left;
	}

	#BT_nt_link {
		font-family: Arial, Helvetica, sans-serif;
		text-align: right;
		font-size: 11px;
		color: #FF0000;
		text-decoration: none;
		font-weight: bold;
		padding-right: 5px;
		float: right;
	}

	#BT_nt_link a:link {
		color: #FF0000;
	}

	#BT_nt_link a:hover {
		color: #FFFF00;
	}

	#BT_nt_link a:visited {
		color: #FF0000;
	}

	td.BT_trip_details_desc {
		background-color: #000000;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 11px;
		text-align: right;
		padding-right: 3px;
	}
	
	td.BT_trip_details_value1 {
		background-color: #FEEEAA;
		color: #000000;
		font-size: 11px;
		padding-left: 3px;
	}
	
	td.BT_trip_details_value2 {
		background-color: #FFFEFFF;
		color: #000000;
		font-size: 11px;
		padding-left: 3px;	}