
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/background01x.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4F5B65;
}

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

.input-text {
	font: 11px Arial, Helvetica, sans-serif;
	color: #4F5B65;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
}

h2 {
}

h3 {
	margin-bottom: 10px;
	font-size: 11px;
	color: #005876;
}

h3.style1 {
	margin-bottom: 15px;
	font-size: 18px;
}


/* Her kommer artikkel style*/



h2.articleList
{
	margin: 0px;
	font-size: 13px;
}




/*end artikkel style */

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 18px;
	text-align: justify;
	line-height: 17px;
}

p {
}

ol {
}

ul.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

ul.list1 li a {
	padding-left: 15px;
	background: url(images/homepage09.gif) no-repeat left center;
}

ul.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	padding: 10px 0px;
	border-top: 1px solid #D0D4D8;
}

ul.list2 li.first {
	padding-top: 0px;
	border: none;
}

ul.list2 h3 {
	margin: 0px;
	font-size: 13px;
}

ul.list2 h3 a {
	text-decoration: none;
	color: #005876;
}

ul.list2 h3 a:hover {
	text-decoration: underline;
	color: #0090BA;
}

ul.list2 p {
	margin: 0px;
}

ul.list3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.list3 li {
	padding: 20px 0px;
	border-top: 1px solid #D0D4D8;
}

ul.list3 li.first {
	padding-top: 0px;
	border: none;
}

ul.list3 h3 {
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	color: #8B97A0;
}

ul.list3 h3 a {
	text-decoration: none;
	font-weight: bold;
	color: #005876;
}

ul.list3 h3 a:hover {
	text-decoration: underline;
	color: #0090BA;
}

ul.list3 p {
	margin: 0px;
}

a {
	color: #0090BA;
}

a:hover {
	text-decoration: none;
}

.more {
	height: 22px;
	padding: 8px 0px 0px 15px;
	background: url(images/homepage10.gif) repeat-x left top;
}

.more a {
	padding-left: 17px;
	background: url(images/homepage11.gif) no-repeat left center;
	color: #56636F;
}

a img {
	border: none;
}

img.border {
	padding: 3px;
	border: 1px solid #CBD0D4;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0px auto;
}

img.alignleft {
	margin-right: 15px;
}

img.alignright {
	margin-left: 15px;
}

img.aligncenter {
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {
	background: url(images/banner05.jpg) no-repeat right top;
}

/** LOGO */

#logo {
}

/** SEARCH */

#search {
}

#search input {
	float: left;
}

#search .input-text {
	width: 165px;
	height: 16px;
	background: #FFFFFF;
	border: 0px none;
}

#search-input-submit {
	margin-left: 5px;
}

/** TOPMENU */

#topmenu {
	color: #3F6967;
}

#topmenu p {
	margin: 0px;
}

#today {
	float: left;
	padding: 8px 0px 0px 15px;
}

#login {
	float: right;
	padding: 8px 0px 0px 0px;
	color: #3F6967;
}

#login span {
	color: #7F979D;
}

#login a {
	color: #3F6967;
}

#login span, #login a {
	padding: 0px 13px;
}

/** MENU */

#menu {
	height: 38px;
}

#menu ul {
	margin: 0px;
	padding: 12px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0px 20px 0px 20px;
	background: url(images/homepage04.gif) no-repeat left top;
}

#menu li.first {
	padding-left: 15px;
	background: none;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/** PAGE */

#page {
	width: 980px;
	padding: 10px;
	background: #FFFFFF;
}

/** 3-COLUMN LAYOUT */

.three-columns {
}

.three-columns .column1 {
	float: left;
	width: 240px;
	padding: 0px 0px 0px 0px;
}

.three-columns .column2 {
	float: left;
	width: 520px;
	padding: 0px 10px;
}

.three-columns .column3 {
	float: left;
	width: 200px;
	padding: 0px 0px 0px 0px;
}

/** 2-COLUMN LAYOUT WITH RIGHT CONTENT AREA */

.two-columns-right-content {
}

.two-columns-right-content #content {
	float: right;
	width: 730px;
}

.two-columns-right-content #sidebar {
	float: left;
	width: 240px;
}

/** 2-COLUMN LAYOUT WITH LEFT CONTENT AREA */

.two-columns-left-content {
}

.two-columns-left-content #content {
	float: left;
	width: 770px;
}

.two-columns-left-content #sidebar {
	float: right;
	width: 200px;
}

/** 1-COLUMN LAYOUT */

.one-column-content {
}

/** FOOTER */

#footer {
/*	background: #D8E9EF;*/
background: #000000;
}

#footer .container {
	width: 970px;
	padding: 30px 0px;
	height: 50px;
}

#footer p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #5F8B9D;
}

#footer a {
	padding: 0px 10px;
	color: #5F8B9D;
}

#footer .legal {
	float: left;
}

#footer .links {
	float: right;
}

/** BOX STYLE 1 */

.box-style1 {
	margin-bottom: 10px;
}

.box-style1 h2 {
	height: 25px;
	margin: 0px;
	padding: 13px 0px 0px 15px;
	background: url(images/homepage06x.gif) no-repeat left top;
	font-size: 11px;
	color: #FFFFFF;
}

.box-style1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

.box-style1 li {
	height: 12px;
	margin-top: 1px;
	padding: 5px 0px 5px 15px;
	background: #E4E7E9;
}

.box-style1 li.alt {
	background: #DADEE1;
}

.box-style1 a {
	text-decoration: none;
	color: #4E5A64;
}

.box-style1 a:hover {
	text-decoration: underline;
	cursor:pointer;
	
}

/** BOX STYLE 2 */

.box-style2 {
}

.box-style2 h2 {
	height: 20px;
	margin: 0px;
	padding: 8px 0px 0px 15px;
	background: url(images/homepage07.gif) no-repeat left top;
	font-size: 11px;
	color: #FFFFFF;
}

.box-style2 .content {
	padding: 20px 15px 10px 15px;
}

/** BOX STYLE 3 */

.box-style3 {
	margin-bottom: 10px;
}

.box-style3 .title {
	height: 28px;
	background: url(images/subpage3_01.jpg) no-repeat right top;
}

.box-style3 .title h2 {
	height: 28px;
	margin: 0px;
	padding: 8px 0px 0px 15px;
	background: url(images/subpage3_02.jpg) no-repeat left top;
	font-size: 11px;
	color: #394149;
}

.box-style3 .content {
	padding: 20px 15px 10px 15px;
}



.box-style3 .contentLists {
	padding: 20px 1px 10px 1px;
	
}




.box-style3 .sponsors {
	padding: 20px 1px 10px 1px;
}

/** BOX STYLE 3 - Admin */

.box-style3-admin {
	margin-bottom: 10px;
}

.box-style3-admin .title {
	height: 28px;
	background: url(images/subpage3_01.jpg) no-repeat right top;
}

.box-style3-admin .title h2 {
	height: 28px;
	margin: 0px;
	padding: 8px 0px 0px 15px;
	background: url(images/subpage3_02.jpg) no-repeat left top;
	font-size: 11px;
	color: #394149;
}

.box-style3-admin .content {
	padding: 20px 15px 10px 0px;
}



/*Datrgrid*/

.AppGrid
{
	
}

.Alternate
{
	background-color:#ecedef;
}




/* style for Nyheter i liste*/
.newsRow {
	padding: 4px 15px 10px 15px;
	font-size: 11px;
}

.newsRow h3 {
	margin: 0px;
	font-size: 14px;
	padding-bottom:5px;

}

.newsRow h3 a {
	text-decoration: none;
	color: #005876;
}

.newsRow h3 a:hover {
	text-decoration: underline;
	color: #0090BA;
}

/* slutt style for Nyheter i liste*/





/** BOX STYLE 4 */

.box-style4 {
	margin-bottom: 10px;
}

.box-style4 h2 {
	height: 20px;
	margin: 0px;
	padding: 8px 0px 0px 15px;
	background: url(images/homepage12.gif) no-repeat left top;
	font-size: 11px;
	color: #FFFFFF;
}

.box-style4 .content {
	padding: 20px 15px 0px 15px;
	background: #E6E9EB;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/** BOX STYLE 5 */

.box-style5 {
	margin-bottom: 10px;
}

.box-style5 h2 {
	height: 20px;
	margin: 0px;
	padding: 8px 0px 0px 15px;
	background: url(images/Background_box01.gif) no-repeat left top;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
}

.box-style5 .content {
	padding: 15px 13px;
	background: #E6E9EB;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.box-style5 .content_blogList 
{
	
	padding: 15px 13px;
	background: #E6E9EB;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}


.box-style5 .content_blogList a 
{
	
	text-decoration:none;
}

.box-style5 .content_blogList a:hover 
{
	
	text-decoration:underline;
}

/** STOCK TICKER */

.stock-ticker {
}

.stock-ticker .chart {
	margin-bottom: 5px;
}

.stock-ticker .change {
	margin: 0px;
	line-height: normal;
	font-size: 13px;
}

.stock-ticker .change span {
	font-weight: bold;
	color: #128558;
}

.stock-ticker .change small {
	display: block;
	font-size: 10px;
	color: #85909B;
}

/** MORE HEADLINES */

#more-headlines .content {
	padding-bottom: 10px;
}




/** MENU SITEMAP*/

#menu {
	height: 38px;
}



#menu td {
	float: left;
	/*top,høyre,bunn,venster*/
	padding: 4px 5px 0px 0px;	
	
	
}

#menu li.first {
	padding-left: 15px;
	background: none;
}


.LoginControl

{
	background-color:#F7F7DE; 
    border-color:#CCCC99;
    border-style:solid;
    border-width:1px;
    font-family:Verdana; 
    font-size:10px;     

}

 
 
 
 
 
 
 
 /* styling av box-style1: siste kamper etc*/
 
 .box-style1-column1
 {
	float:left;
	clear:right;
	
 }


 .box-style1-column2
 {
 	
	display:inline; 
	float:right; 
	text-align:right; 
	padding-right:15px;
}



#spillerfakta
{
	
	position:relative;
	width:461px;
	margin-bottom:30px;
	float:left;
	clear:left;
	}
	
#spillerfakta TH
{
	
	border-bottom:#000000 1px solid;
	padding-bottom:2px;
	padding-left:0px;
	padding-right:7px;
	font-weight:bold;
	padding-top:2px;
	
}	

#spillerfakta TD
{
	border-bottom:#000000 1px solid;
	padding-bottom:2px;
	padding-left:0px;
	padding-right:0px;
	font-weight:normal;
	padding-top:2px;
	
}

.ingressImg
{
	position:relative;
	margin: 5px 0px 15px 11px;
	display:block;
	float:right;
	font-style:italic;

}




/*comment module*/

#commentModule
{
	/*display:none;*/
}

#commentModule .heading
{
	font-size:15px;
	background-color:Gray;
	
	
}

#commentModule .response
{
		
	clear:both;
	/*border:solid 1px #000000*/

}


#commentModule h2
{
	font-size:14px;
	font-weight:bold;	
	padding-top:5px;
	
	
}

#commentModule .comment
{
	border-bottom:dotted 1px #000000;	
	
}

#commentModule p
{
	font-size:12px;
	
}





#commentModule .userInput
{
	padding-top:10px;
	width:55%;
	float:left;
}


#commentModule .userDetails
{
	padding-top:10px;
	width:38%;
	float:right;
	margin: 0px 10px 0px 0px
}

#commentModule input
{
	width:100%;
}

#commentModule label
{
	font-weight:bold;
}

#commentModule .contribution
{
	border-bottom:dotted 1px #000000;
	
	
	}
	
#commentModule .submitAndDisclaimer
{
	
		
}

#commentModule .disclamer
{
	line-height:14px;
	font-size:9px;
}

#commentModule .formButtonSubmit
{
	/*position:relative;
	line-height:200px;
	text-indent:-1000px;
	margin: 0px 0px 0px -110px;
	width:100%;
	float:left;
	height:30px;
	font-size:0px;
	overflow:hidden;
	cursor:pointer;*/
	float:left;
	
}



#ratingTriggers #ratingTriggerWrite
{
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	display:inline-block;
	background: url(images/play_comments_trigger_left.gif) no-repeat 0px 50%;
	color:rgb(134,133,135); padding-top:2px;
}
	
	
#ratingTriggerWrite SPAN
{
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	display:inline-block;
	cursor:pointer;
	border-right:rgb(134,133,135) 1px solid; 
	padding-top:5px;
	
}
	
#ratingTriggerRead
{
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	display:inline-block;
	background:url(images/play_comments_trigger_right.gif) no-repeat 100% 50%;
	color:rgb(134,133,135); PADDING-TOP: 2px;

	
}

#ratingTriggerRead SPAN
{
	padding-bottom:5px;
	padding-left:15px;
	padding-right:5px;
	display:inline-block;
	background: url(images/play_comments_icon.gif) no-repeat 0px 50%;
	cursor:pointer;
	padding-top:5px;
	
}

#comments_hide
{
	text-align:center;
	padding-bottom:5px;
	padding-left:5px;
	width:108px;
	padding-right:5px;
	display:block;
	background:url(images/play_comments_hide.gif) no-repeat 0px 0px;
	float:right;
	color:rgb(134,133,135); FONT-SIZE: 11px;
	padding-top:5px;
	
}


.tableLinks
{
	font-size:14px; 
	font-weight:bold; 
	color:#000000; 
	padding-bottom:3px;
}

.tableLinks a
{
	text-decoration:underline;
	color:#000000; 
}

.tableLinks a:hover
{
	text-decoration:none;
	color:#727171; 
}
