 * {
	margin: 0;
	padding: 0
	}
 
body {
	background: #ddd url(/images/bg_body_light.jpg) top repeat-x
	}

body, td, input, textarea, select, pre {
/*	font-family: "Trebuchet MS","Lucida Grande"; */
	font-family: Arial, Verdana, Helvetica;

	font-size: 10pt
	}

a {
	color: #844;
	text-decoration: none
	}	
a:hover {
	text-decoration: underline
	}
a:active, a:focus {
	outline: 0
	}
	
	
a img {
	border: 0
	}
img.inline {
	float: right;
	margin-left: 8px;
	padding: 2px;
}

img.border {
	line-height: 0;
	padding: 1px;
	border: 1px solid #ccc;
}

h1,h2,h3,h4,h5 {
	/*
	font-family: Verdana, Kalimati;
*/
	font-family: Arial, Helvetica, Sans-Serif
}

#inline h4 {
	margin-bottom: 4px
}

h1 {
	font-weight: normal;
	font-size: 14pt;
	padding-bottom: 4px

	}
	
h2 {
	font-size: 16pt;
	color: #444;
	margin-bottom: 7px
	}
	
h3 {
	font-size: 16pt
	}
	
h4 {
	font-size: 16pt
	}
	
h5 {
	font-size: 13pt;
	border-bottom: 1px solid #ddd
	}
	
input[type=button],
input[type=submit],
input[type=reset] {
	border: 1px solid #ddd;
	border-right-color: #888;
	border-bottom-color: #888;
	background-color: #eee;
}

input[type=text],
select,
textarea {
	border: 1px solid;
	border-color: #ccc #eee #eee #ccc;
	background-color: #f5f5f5
}
td,th {
	vertical-align: top
	}
	
ol {
	list-style-position: inside;
}
ul {
	list-style-position: outside;
	list-style-type: none
	}
	
#content,
#content_padded{
	border: 1px solid #bbb;
	border-top: none;
	background: white /* url(/images/bg_content.gif) repeat-x */
	}
	
#content_padded {
	padding: 0 20px 20px 20px
	}
	
#footer {
	padding-bottom: 4px;
	font-family: Verdana;
	font-size: 7.5pt;
	text-align: right;
	color: gray
	}

#header {
	/*background: url(../images/bg_header.jpg) center repeat-x; */
	height: 180px;
	}

#header_image {
	position: absolute;
}

#header #date_cont{
	position: absolute;
	float: left;
	width: 200px;
	top: 150px;
	text-align: left;	
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #888
	}

 #inline {
	width:498px;
	padding-bottom: 10px
	}

DIV#latest_news {
	padding: 1px 5px;
	background-color: #333333;
	color: white;
	font-size: 11pt;
	font-weight: bold;
	width: 470px;
	height: 20px;
	position: absolute;
	clip: rect(0px,470px,20px,0px);
	clear: both
	}
	
#menu {
	font-family: Verdana, Kalimati;
	height: 20px;
	background: #e5e5e5 url(/images/bg_menu.jpg);
	border-top: 1px solid #999;
	}
#menu .menu_list dt {
	float: left;
	height: 20px
	}

#menu UL.drop_list {
	position: absolute;
	margin-top: 20px;
	float: none;
	visibility: hidden;
	padding: 0;
	background: #333;
	}

#menu .menu_list dt a,
#menu .drop_list dt a 	{
	font-size: 8pt;
	display: block;
	color: white;
	padding: 3px 7px 4px 7px;
	font-weight: bold
	}

#menu .menu_list li a {
	clear: both;
	font-weight: normal
	}
	
#menu .menu_list dt.menuitem a:hover {
	text-decoration: none;
	}

#menu .menu_list  a:hover,
#menu .drop_list .dropitem a:hover
 {
	background-color: #111
 }

#menu .menu_list dt.menuitem.selected  a:hover,
#menu .menuitem.selected .drop_list .dropitem a:hover {
	background-color: #444
	}

#menu .menu_list dt.menuitem.selected a,
#menu .menu_list dt.menuitem.selected li a {
	background-color: black	
}

#news_content {
	padding-bottom: 20px
	}
	
DIV.block {
	margin: 0 20px;
	padding: 20px 0;
	line-height: 140%

	}

#inline .hr {
	margin: 0px 20px	
}

#news_content IMG {
 padding: 1px;
 border: 1px solid #ccc
}
	
#news_navigation {
	width: 100%;
	padding-bottom: 10px
	}
	
#news_navigation .right {
	text-align: right
	}
	
DL#notices DT {
	margin: 20px 0
	}

#page_content {
	padding: 20px 40px 40px 40px;
	background: white  /* url(/images/bg_content.gif) repeat-x */
	}


#sponsors {
	float: right;
	clear: none;
	margin-top: 170px
	}
#sponsors h4 {
	padding-top: 5px;
	padding-right: 5px;
	color: gray;
	font-size: 8pt;
	text-align: right
}
	
#sponsors TD.sponsor {

	height: 150px;
	vertical-align: middle;	
	background: url(/images/bg_sponsors.gif) no-repeat;
	padding: 0 5px;
	margin: 4px 0
}

#sponsors .sponsor img {
	border: 0;
	}


#wrapper {
	width: 850px;
	}
#mainframe {
	position: static;
	margin: 0 10px;
	width: 1018px;
	}


/* Sidnavigering */
.pages_navigation {
	border-spacing: 0;
	float: right;
	}
.pages_navigation td {
	padding-right: 5px;
	font-size: 9pt
	}
.pages_navigation td a {
	}
.pages_navigation td a:hover {
	background-color: white
	}
/* Undersidor-meny */
.page_menu {
	display: block;
	background: white url(/images/bg_page_menu.gif) top;
	border: 1px solid;
	border-color: #eee #ddd #ccc #eee;
	font-family: Verdana;
	font-size: 7.25pt;
	font-weight: normal;
	height: 16px
	}
	
.page_menu ul {
	list-style-type: none
	}
.page_menu ul li  {
	float: left;
	display: inline
	}
	
.page_menu ul li a {
	display: block;
	padding: 2px 5px;
	color: black
	}
.page_menu ul li a:hover,
.page_menu ul li.selected a{
	text-decoration: none;
	background-color: #666;
	color: white
	}

	
DIV.board {
	padding: 20px 10px;
	margin: 0 30px
	
}

A.block {
	display: block;
	padding: 5px 10px 10px;
	margin: 5px 10px;
	color: black;
	line-height: 140%

	}

A.block:hover {
	background: #ddd;
	text-decoration: none
	}

.block H3 {
	display: block;
	font-size: 24pt;
	line-height: 120%
	}
	
.block h4 {
	line-height: 100%
}

A.block .header .date {
	font-size: 8pt;
	float: right;
	margin-top: 4px;
	color: #aaaaaa;
	font-weight: normal
	}
	
A.block:hover .header .date{
	color: #888
	}

A.button {
	padding: 2px 4px;
	border: 1px solid
}
A.button:HOVER {
	text-decoration: none
}

A.button.basket {
	border-color: #eee #484 #484 #eee;
	background-color: #2c2;
	color: white
}

.mandatory:after {
	margin-left: 3px;
	font-weight: bold;
	content: "*";
	color: red
}


#sidebar_ads {
	width: 150px;
	font-size: 0
}

#sidebar_ads p {
	margin-bottom: 1px;
}

#sidebar_data {
	width: 200px;
}

.sidebar,
.sidebar TD {
		font-family: Verdana
	}
	
#sidebar_data dl {
	list-style-position: outside;
	list-style-type: none
	}
	
.sidebar h4{
	margin: 4px -2px 4px 0;
	padding-bottom: 1px;
	font-family: Verdana, Helvetica, Sans-serif;
	line-height: 7.5pt;
	font-weight: bold;
	font-size: 9pt;
	border-bottom: 1px solid #ccc;
	}
.sidebar.documents{
	width: 150px;
	background: transparent;
	font-size: 8pt
}
.sidebar.documents dt{
	padding: 3px 0
}


.sidebar_block {
	padding: 3px 0px 5px;
	font-size: 7.5pt
	}

.sidebar_content {
	padding: 0 4px 5px 0
}	

DIV.match_ad {
	margin: 0 5px;
	padding-bottom: 10px;
	border-bottom: 6px solid #888
	}
	
DIV.match_ad h3 {
	margin-bottom: 5px;
	font-size: 11pt;
	}
DIV.match_ad img {
	width: 460px
	}

FIELDSET.ad_block {
	margin: 10px 20px;
	padding: 10px 0px;
	line-height: 0;
	border: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center
	}
FIELDSET.ad_block LEGEND {
	color: #bbb;
	padding: 0 5px;
	font-size: 65%;
	font-weight: bold;
	text-transform: uppercase
}
	
DIV.ad_block a {
	display: block;
	}

/* Kommande och spelade matcher */	
.match_list .series,
.match_list .series_clickable  {
	margin-top: 3px;
	/*border-bottom: 1px solid #e2e2e2; */
	font-family: Verdana
	}
.match_list .series_clickable {
	cursor: pointer
	}
.match_list .match,
.match_list .series_clickable .match {
	padding: 2px 0 3px 3px
	}
.match_list SPAN.location {
	color: #999
	}
.series_match_list {
	/*background: url(/images/bg_series_list.gif) center top repeat-x */
	}

/* Tabeller */
TABLE.match_table {
	border-spacing: 0;
	width: 100%;
	}

	
TABLE.match_table td{
	font-family: arial;
	font-size: 7pt;
	padding-bottom: 2px
	}
	
TABLE.match_table .points {
	text-align: right;
	white-space: nowrap
}

TABLE.poll {
	width: 140px;
	empty-cells: show
	}
TABLE.poll td {
	font-size: 7pt
	}
	
TABLE.poll .answer_bar,
TABLE.poll .answer_fill {
	position: relative;
	height: 10px;
	line-height: 0;
	border-width: 0;
	font-size: 0;

	}
	
TABLE.poll .answer_bar {
	background: #bbb /* url(/images/bg_page_menu.gif) */;
	}
TABLE.poll .answer_fill {

	background: #d22
	}
	
TABLE.poll .result {
	width: 15px;
	padding-left: 3px;
	font-family: Arial, Verdana;
	text-align: right
	}
	
TABLE.poll .checkbox {
	width: 12px;
	height: 9px
	}
	
TABLE.poll .vote_read {
	padding-top: 5px;
	text-align: right
	}
	
TABLE.series_group {
	margin-bottom: 20px
	}
	
TABLE.series_group h3 {
	font-size: 9pt;
	border-bottom: 1px solid #dddddd
	}
	
TABLE.series_group ul {
	list-style-position: inside;
	list-style-type: none
	}
	
TABLE.general {
	border: 1px solid #dddddd
	}
	
TABLE.general th {
	text-align: left;
	background-color: #dddddd
	}
	
TABLE.invisible td,
TABLE.invisible th,
TABLE.general td,
TABLE.general th {
	padding: 3px 6px;font-size: 8pt
	}
	
TABLE.invisible th {
	text-align: left
	}
TABLE.invisible th.leftlabel {
	text-align: right
	}
TABLE.tight td,
TABLE.tight th {
	padding: 3px
}

TABLE.cups td{
	font-size: 9pt
}

TABLE.cups h3{
	margin-top: 10px;
	font-size: 9pt
}

.cup_applications h3 {
	color: #333;
	font-size: 10pt;
	margin-bottom: 4px;
	border-bottom: 1px solid #ddd
}

.cup_applications DT {
	font-weight: bold;
	margin-top: 5px
}

.cup_applications DD {
	margin-left: 10px;
	font-size: 8pt
}

TABLE.table_series_result td {
	text-align: right
	}
	
TABLE.table_series_result td.name {
	text-align: left
	}
TABLE.table_series_result td.placement {font-weight: bold}
TABLE.table_series_result td.placement:after {content: "."}



TABLE.sponsor_sheet {
	width: 760px;
	margin-left: 20px
}

TABLE.sponsor_sheet TD.sponsor_group H2 {
	font-size: 11pt;
	font-weight: bold;
	color: #444;
	border-bottom: 1px solid #ddd
}

TABLE.sponsor_sheet TD.sponsor {
	vertical-align: middle;
	padding: 20px 0;
	text-align: center;
	font-size: 10.5pt;
}

	SPAN.cup_error {
		color: #800
	}
			
	.break {
		display:block;
		clear: both; font-size: 0;
		line-height: 0
		}
	
	.page_docs {
		padding: 10px;
	}
	
	.further_news DT{
		padding-bottom: 5px
	}
	
	table.column_news {
		border-spacing:10px;
		margin: 0 20px 10px
	}
	table.column_news a {
			font-size: 11pt
	}

	table.column_news td{
		line-height: 150%
	}

	table.column_news img{
		margin-left: -10px
	}

	.highlight {
		margin-bottom: 10px;
		}
		
	.highlight a img {
		border: none;
		}
	
	.hr {
		margin: 5px 0;
		border-top: 1px solid #ddd
		}
		
	.intro {
		font-weight: bold;
		display: block;
		padding-bottom: 0.5em;
		font-size: 12pt;
		line-height: 130%
		}
	TD.leftlabel {
		text-align: right
		}
	.news_image_text {
		display: block;
		margin-bottom: 10px;
		font-family: Arial,Helvetica;
		font-size: 8pt;
		color: gray
		}
	.note {
		color: gray;
		font-size: 78%;
		letter-spacing: 0.2em;
		font-family:'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
		text-transform: uppercase;
		padding-left: 2px;
		padding-bottom: 5px
		}

	.news_group {
		float: right;
		clear:  right;
		width: 170px;
		margin-left: 5px;
		margin-bottom: 5px;
		font-size: 8pt;
		border-left: 1px solid #cccccc
	}
	.news_group DIV.header {
		margin: 5px 5px 8px 10px;
		font-size: 9pt
		}
		
	.news_group ul {
		margin: 5px 0 5px 10px;
		list-style-position: inside;
		list-style-type: none
		}
		
	.news_group li {
		margin: 0;
		margin-bottom: 8px
		}
		
	.section_label {
		margin-right: 0.5em;
		color: #a00;
		text-transform: uppercase;
		font-size: 8pt;
		font-weight: bold
		}
		
		
	P.read_more {
		text-align: left
		}

		.response {
		padding: 4px;
		margin: 10px 0;
		color: #555
	}
	.response.success {
		background-color: #cfc
	}

	/* *** SHOP *** */
	
	H1.shop_header {
		margin-bottom: 20px
	}
	
	#shop_list {
		margin-top: 20px;
		border-spacing: 0
	}
	
	#shop_list TH {
		text-align: left;
	}
	
	#shop_list TH,
	#shop_list TD {
		padding-right: 30px;
		padding-top: 5px
	}
	
	#shop_list .name A {
		white-space: nowrap;
		color: gray
	}
	#shop_list .price {
		padding-right: 0;
		text-align: right
	}
	#shop_list TR.sum TD {
		border-top: 1px solid #ccc;
		font-weight: bold;
		font-size: 9pt
	}
	
	#shop_basket,
	#shop_basket SELECT {
		font-size: 8pt;
	}
	#shop_basket OPTION {
		padding: 0 5px
	}
	#shop_basket {
		margin-top: 20px;
		padding-top: 5px;
		border-top: 1px solid #ccc;
		font-size: 8pt;	
	}
	
	#shop_navbar {
		border-spacing: 1px;
		margin-top: 10px;
	}
	
	#shop_navbar TD {
		margin: 0 -10px;
		font-size: 8pt;
		font-weight: bold
	}

	#shop_navbar TD A,
	#shop_navbar TD SPAN.unclickable {
		display: block;
		background: #e22 url(/images/shop_navbar_arrow.png) right center no-repeat;
		padding: 2px 30px;
		color: white
	}

	#shop_navbar TD A:hover,
	#shop_navbar TD A.selected {
		background-color: #a22;
		text-decoration: none
	}

	
	#shop_navbar TD SPAN.unclickable {
		color: #f88;
	}
	
	#shop_navbar TD A.last,
	#shop_navbar TD SPAN.last
	{
		background-image: none
	}
	
A.shop_checkout {
	background: #080 url(/images/shop_navbar_arrow.png) right center no-repeat;
	color: white;
	padding: 3px 10px 3px 5px
}
	
A.shop_checkout:hover {
	text-decoration: none
}

/*** 5AN ***/
		TABLE#fibk_5an {
			border-spacing: 0;
			margin: 20px auto 0 auto;
			background-color: #b5eab4
		}
		

		TABLE#fibk_5an H2 {
			font-size: 13pt;
			font-weight: bold
		}
		
		TABLE#fibk_5an TH {
			text-align: center
		}

		TABLE#fibk_5an TD SPAN {
/*			background-color: #eee */
		}
		
		TABLE#fibk_5an TD.overview {
		}

		DIV#overview {
			float: right;
			width: 150px;
			margin-left: 3px;
			font-size: 8pt;
			border-left: 2px solid #ddd
		}
		
		DIV#overview_cont {
			padding: 10px
		}

		
		DIV#overview SPAN#points_label{
			display: block;
			font-size: 10pt;
			padding-bottom: 5px;
			margin-bottom: 5px;
			border-bottom: 1px solid #ddd
			
		}
		DIV#overview SPAN#points {
			font-weight: bold;
			font-size: 11pt
		}
		
		TABLE#fibk_5an TD.left,
		TABLE#fibk_5an TD.right {
			width: 240px
		}
		

		TABLE#fibk_5an TD TABLE.position_players TD.player_points {
			padding-left: 10px
		}

		TABLE#fibk_5an TD TABLE {
			margin: 30px auto
		}

	#calendar_mover {
		position: absolute;
		visibility: hidden;
		width: 200px;
		font-size: 7.5pt;
		background-color: white
		}
		
		
	#calendar_mover #calendar_mover_cont {
		border: 1px solid;
		border-color: #e5e5e5 #999 #999 #e5e5e5;
		padding-bottom: 3px
		}
	#calendar_mover #calendar_mover_cont h4 {
		margin: 0 0px 4px 0;
		padding: 5px 2px;
		background-color: #eee;
		font-size: 9pt;
		border-bottom-color: #ddd
		}

	#calendar_mover #calendar_mover_cont p{
		margin-top: 3px;
		margin-bottom: 1px;
		padding-left: 2px;
		padding-right: 5px
		}

