BODY {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	background: url(../../gfx/bg.jpg) no-repeat #195d88; 
	margin-top: 0px; 
	text-align: center;
}

TD {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
}

FORM {
	margin: 0px;
}

TABLE {
	/*border-collapse: collapse;*/
}

IMG {
	border: 0;
}

A {
	color: Green;
}

A:hover {
	color: Navy;
}

HR {
	color: Navy;
}

ul, li {
		list-style: none;
		}

TH {
	font-size: 11px; 
	text-align: left;
	font-weight: bold;
}	

#td_flash {
	z-index: -1;
}

H1 {
	width: 100%;
	font-family: verdana, arial;
	color: #32505B;
	font-size: 18px;
	font-weight: bold;
	border-bottom: #cccccc 1px solid;
	margin: 0px;
}

.header2, H2 {
	font-family: verdana, arial;
	font-size: 14px;
	color: #082E19;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
}

h2 a {
	text-decoration: none;
	color: #082E19;
}	

h3 {
	font-size: 12px;
	margin-bottom: 3px;
}	



UL.largelist {
	font-size: 14px; 
	font-weight: bold; 
	line-height: 30px;
}

UL.largelist A {
	text-decoration: none;
}

UL.list LI {
	list-style-type: square;
}

TABLE.fivepxpad TD {
	padding: 5px;
}


TEXTAREA {
	font-family: arial, verdana;
	font-size: 11px;	
}

LABEL {
	font-weight: bold;
	letter-spacing: 0.1em;
	display: block;
	margin-bottom: 3px;
}


DIV#logintop {
	z-index: 50; 
	border: 1px solid #ccc; 
	background: #f8f8f8; 
	width: 160px; 
	height: 90px;
	position: absolute;
	top: 40px;
	left: 20px;
}

DIV#login {
	width: 150px;
	position: absolute;
	top: 5px;
	right: 5px;
}	

DIV#topbanner {
	width: 728px; 
	height: 90px;
	position: absolute;
	top: 40px;
	left: 200px;
}


div#loginform LABEL {
	width: 100px; 
	display: block; 
}

div#searchbox form input#criteria {
	width: 142px;
	font-family: arial;
	padding: 3px;
	font-size: 11px;
	border: 1px solid #ccc;
}

div#searchbox div.boxtop {
	font-size: 15px;
	text-align: center;
}

form#searchform {
	padding: 5px;
	background: #fff;
	margin-bottom: 10px;
}

div#path {
	margin-top: 0px;
	position: relative;
	left: 195px;
}

div#addthis {
	width: 150px;
	position: absolute;
	top: 144px;
	left: 38px;
}

div#loggedin a {
	text-decoration: none;
}

ul#snarvegar {
	margin: 20px;
	padding: 0;
}

ul#snarvegar li a {
	text-decoration: none;
}

ul#snarvegar li  {
	padding: 2px;
}

ul#snarvegar li:hover  {
	background: #eee;
}


DIV#tabcontent {
	background: #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #fff;
	position: relative; 
	padding: 15px;
	
}


/* begin css tabs */
 
ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 0 0; /* set margins as desired */
font: 11px arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #ccc; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 6px 10px; /* THIRD number must change with respect to padding-top (X) below */
}
 
ul#tabnav li { /* do not change */
display: inline;
}
 
div#tab1 li.tab1, div#tab2 li.tab2, div#tab3 li.tab3, div#tab4 li.tab4, div#tab5 li.tab5, div#tab6 li.tab6, div#tab7 li.tab7, div#tab8 li.tab8 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */

}
 
div#tab1 li.tab1 a, div#tab2 li.tab2 a, div#tab3 li.tab3 a, div#tab4 li.tab4 a, div#tab5 li.tab5 a, div#tab6 li.tab6 a, div#tab7 li.tab7 a, div#tab8 li.tab8 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
font-weight: bold;
padding: 6px 20px; /* must change with respect to padding (X) above and below */

}
 
ul#tabnav li a.selected { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
font-weight: bold;
padding: 6px 20px; /* must change with respect to padding (X) above and below */

} 
 
ul#tabnav li a { /* settings for all tab links */
	padding: 6px 20px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #ccc; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #eff792; /* set unselected tab background color as desired */
	color: #666; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
	-moz-border-radius-topleft: 10px; 
	-webkit-border-top-left-radius: 10px; 
	-moz-border-radius-topright: 10px; 
	-webkit-border-top-right-radius: 10px;
}
 
ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}
 
/* end css tabs */



UL.largelist {
	font-size: 14px;
	margin-right: 50px;
}

UL.largelist li {
	background: url(../../gfx/bg-gradient-green.png) repeat-x #fff;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	margin-bottom: 10px;
	padding-left: 15px;
}
UL.largelist li a {
	text-decoration: none;
}


A.locationlist {
	text-decoration: none; 
	font-weight: bold; 
	display: block; 
	position: relative; 
	height: 22px;
}

A.locationlist:hover {
	border: 1px solid #ccc;
}

.greyborderbottom {
	border-bottom: 1px solid #cccccc;
}

.fullwidth {
	width: 580px;
}

.popuptitle {
	color: White;
	font-weight: bold;
}



a.leftmenu {
	font-size: 11px;
	margin-top: 2px;
	background: url(../../gfx/leftmenu_bg.png) no-repeat #005826;
	color: #fff;
	text-decoration: none; 
	padding: 4px 4px 4px 4px;
	display: block;
}

a.leftmenu:hover {
	background: url(../../gfx/leftmenu_bg_active.png) right no-repeat #082E19;
}

a.leftmenuSelected {
	font-size: 11px;
	margin-top: 2px;
	background: url(../../gfx/leftmenu_bg_active.png) #082E19 no-repeat right;
	color: White;
	text-decoration: none; 
	padding: 4px;
	display: block;
}


a.leftsubmenu {
	font-size: 11px;
	min-height: 17px;
	border-top: #E6E6E6 1px solid;
	background-repeat: no-repeat;
	background-color: #082E19;
	color: White;
	text-decoration: none; 
	padding: 2px 2px 2px 25px;
	display: block;
}

a.leftsubmenu:hover {
 	color: #cccccc;
	background: url(../../gfx/leftmenu_bg_active.png) #082E19 no-repeat right;
	padding: 2px 2px 2px 25px;
 }

a.leftsubmenuSelected {
 	color: #cccccc;
	border-top: #E6E6E6 1px solid;
	background: url(../../gfx/leftmenu_bg_active.png) #082E19 no-repeat right;
	padding: 2px 2px 2px 25px;
	display: block;
	text-decoration: none; 
 } 


a.leftmenuEdit {
	font-size: 11px;
	border-top: #E6E6E6 1px solid;;
	background-color: green;
	color: White;
	text-decoration: none; 
	padding: 4px 4px 4px 4px;
	display: block;
}
  
a.path {
	font-size: 10px;
	text-decoration: none;
	color: #005826;
	font-weight: bold;
}

a.searchlink {
	border: 1px solid; 
	width: 80px;
	text-align: center;
	text-decoration: none;
	color: #5F94A7;
}

.editable, .zoomtemplate {
	font-size: 11px;
	background: #fff;
	text-decoration: none;
	color: green;
	padding: 2px 4px;
}

a.alphabetmenu {
	background: #027D37;
	padding: 4px;
	text-decoration: none;
	font-weight: bold;
	color: White;
	font-size: 9px;
	text-transform: uppercase;
}

a.alphabetmenu:hover {
	background: #fff;	
	color: black;
}

a.readmore {
	color: #005826;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	letter-spacing: 0.1em; 
	position: relative;
	height: 18px;
	display: block;
	text-align: left;
}

a.readmore:hover {
	color: green;
}

IMG.readmore {
	position: absolute; 
	top: -2px;
}

span.readmore {
	position: absolute;
	left: 21px;
	white-space: nowrap;
}

a.shortcut {
	color: #005826;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
}

a.shortcut:hover {
	color: green;
}

a.links {
	text-decoration: none;
	color: green;
}


SELECT.actionmenu {
	font-family: verdana;
	font-size: 9px;
	margin-top: 2px;
}


DIV.hr {
	border-bottom: 1px solid #ccc;
	margin: 15px 0 15px 0;
}


/* Index.cfm */

div#indexcontent div.boxtop {
	text-align: center;
}

div#indexcontent div.box {
	margin-bottom: 15px;
}

/* / Index.cfm*/



TD.searchlist {
	border-bottom: 1px dotted #aaaaaa; 
	padding-top: 4px; 
	padding-bottom: 4px;
}

.tiny {
	font-size: 10px;
}

.imagecaption {
	font-size: 9px;
	text-decoration: none;

}

A.imagecaption:hover {
	color: #fff;
}



.divideheader {
	padding-left: 23px; 
	background: #aaaaaa; 
	font-weight: bold; 
	margin-top: 5px;
	margin-bottom: 5px;
}
.kolofon {
	color: #5F94A7;
	text-decoration: none;
}

.boxtop {
	border: #195D88 1px solid;
	background: url(../../gfx/boxtopbg.png) repeat-x #195D88;
	/* background-color: #005826; */
	color: White;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding: 4px 2px;
	display: block;
	-moz-border-radius-topleft: 4px; 
	-webkit-border-top-left-radius: 4px; 
	-moz-border-radius-topright: 4px; 
	-webkit-border-top-right-radius: 4px;
}

.box {
	/*border: #195D88 1px solid;*/
	padding: 2px;
	margin-bottom: 5px;
	background: #e8e8e8;
	
}

.whitebox {
	border: 1px solid black;
	display: block;
	background: white;
}

.boxlink {
	color: #082E19;
	text-decoration: none;
}


/* Profiler */

#profiletable UL {
	margin: 0;
	padding-left: 10px;
}

#profiletable UL LI {
	list-style-type: square;
	margin: 0;
}

.profileHeader {
	font-size: 20px;
	font-weight: bold;
}

.profileCaption {
	font-weight: bold;
	color: #005826;
	border-bottom: #cccccc 1px dotted;
	padding: 5px;
	vertical-align: top;
}

.profileText {
	border-bottom: #cccccc 1px solid;
	padding: 5px;
	vertical-align: top;
}

.profileLink {
	text-decoration: none;
	color: Black;
}

.monthdeselected {
	font-size: 9px;
	background-color: #ffffff;
	text-align: center;
}

.monthselected {
	background-color: #cccccc;
	border: #005826 1px solid;
	text-align: center;
	font-weight: bold;
}



.searchcaption {
	background-color: #cccccc;
	color: #000000;
	font-weight: bold;
	text-align: right;
	padding: 5px;
}

.searchvars {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	color: #000000;
	padding: 5px;
}


FORM.aform LABEL {
	display: block;
	margin: 10px 0 5px 0;
	color: navy;		
}

FORM.aform FIELDSET {
	margin-bottom: 10px;	
}

FORM.aform LEGEND {
	font-weight: bold;	
}

input.buttongreen {
	height: 25px;
	width: 66px;
	background-image: url(../../gfx/button_green.png);
	background-repeat: no-repeat; 
	padding: 0;
	line-height: 25px;
	font-size: 10px;
	font-family: tahoma, arial;
	border: 0;
	padding-left: 7px;
	color: white;
	font-weight: bold;
}

input.button {
	font-family: arial;
	font-size: 11px;
	background-color: #cccccc;
	width: 100px;
}

input.buttonsave {
	background-image: url(../../gfx/bg_button_save.gif);
	background-repeat: no-repeat; 
	font-family: arial;
	font-size: 11px;
	background-color: #cccccc;
	width: 120px;
}

input.buttondelete {
	background-image: url(../../gfx/bg_button_delete.gif);
	background-repeat: no-repeat; 
	font-family: arial;
	font-size: 11px;
	background-color: #cccccc;
	width: 120px;
}

input.buttonfav {
	background-image: url(../../gfx/icon_star.gif);
	background-repeat: no-repeat; 
	font-family: arial;
	font-size: 11px;
	background-color: #cccccc;
	width: 40px;

}
input.buttonsearch {
	background-image: url(../../gfx/bg_button_search.gif);
	background-repeat: no-repeat; 
	font-family: arial;
	font-size: 11px;
	background-color: #cccccc;
	width: 120px;
}

input.tipafriend {
	border: #aaa 1px solid;
	background-color: #E6E6E6;
	color: Black;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	width: 120px;
}

input.prevnext {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	border: 1px solid;
	font-weight: bold;
}

TD.td1 {
	background-color: white;
	padding: 3px;
}

TD.td2 {
	background-color: #eeeeee;
	padding: 3px;
}


DIV.roundedwhitebox {
	background: #fff;
	padding: 20px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
}

DIV.errorbox {
	border: 1px dashed red;
	padding: 10px;
	color: red;
	margin-bottom: 20px;
}

IMG#homelink {
	position: absolute;
	top: 15px;
	left: 250px;
	height: 38px;
	width: 305px;
	border: 0;
}

DIV.pinup {
	width: 160px; 
	text-align: center; 
	background-color: black; 
}

DIV.pinup IMG {
	width: 160px;
}

/*
DIV#sp1 {
	width: 160px;
	float: left;
}

DIV#twocolumn DIV#sp2 {
	width: 602px;
	float: left;
	position: relative;
}

DIV#threecolumn DIV#sp2 {
	width: 170px;
	float: left;
	position: relative;
}

DIV#sp3 {
	width: 170px;
	float: left;
}

DIV#pad {
	padding: 0px 10px 70px 0px;
	position: relative;
	margin-left: 20px;
	margin-top: 10px;
}

*/

TD#login {
	width: 293px;
	height: 66px;
	background: #ccc;
	border: 1px solid #aaa;
	margin-top: 3px;
	margin-left: 1px;
	margin-right: 2px;
	text-align: left;
	font-size: 10px;
	padding-top: 2px;
	position: relative;
}

DIV#login .caption {
	 letter-spacing: 2px;
}

input.logininput {
	width: 135px;
	border: 1px solid #aaa;
	font-weight: bold;
	font-size: 10px;
}

DIV#login a {
	text-decoration: none;
}



TABLE.commonlist {
	border-collapse: collapse;
	width: 590px;
}

TABLE.commonlist TD {
	padding: 5px;
	border-bottom: 1px dotted #aaa;
}

TABLE.commonlist TH {
	padding: 5px;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	background: #eee;
}

TABLE.commonlist A {
	text-decoration: none;
}

TABLE.commonlist TR.plusmembertr {
	background: #fff;
}

TABLE.commonlist TR.plusmembertr TD {
	border-bottom: 2px solid #aaa;
	border-top: 2px solid #aaa;
}

DIV.pagination {
	margin: 10px 0 10px 0;
}

DIV.pagination SPAN {
	background: #aaa;
	font-weight: bold;
	border: 1px solid #082E19;
	color: white;
	float: left;
	margin: 0 3px 3px 0;
	height: 18px;
	width: 18px;
	line-height: 18px;
	text-align: center;
	
}

DIV.pagination A {

	border: 1px solid #082E19;
	text-decoration: none;
	float: left;
	margin: 0 3px 3px 0;
	height: 18px;
	width: 18px;
	line-height: 18px;
	text-align: center;
}


/* FORMS */

TABLE.commonform {
	
}

TABLE.commonform TD {
	padding: 5px;
	border-bottom: 1px dotted #ccc;
}

.forminput {
	font-family: arial;
	font-size: 12px;
	background-color: #cccccc;
	width: 200px;
	padding: 2px;
}

select.forminput {
	width: auto;
}

.formcaption {
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
}


DIV#profile {
	display: block; 
	border-bottom: 1px solid black; 
	border-left: 1px solid black;
	border-right: 1px solid black; 
	background: white;
}


DIV.cl {
	clear: left;
}

DIV.cr {
	clear: right;
}

TABLE#clubinfo TD {
	padding: 3px;
}

TABLE#clubinfo TD.first-child {
	font-weight: bold;
}


TABLE#rubrikksok {
	width: 100%;
}

TABLE#rubrikksok TD {
	padding: 4px;
}

TABLE.commonlist TR TD DIV.imgwrap {
	min-width: 100px; 
	min-height: 60px;
	text-align: center; 
	border: 1px solid #efefef;
}

div#usermessage {
	border: 2px dotted red;
	padding: 10px;
	color: red; 
	background: #fff;
	font-weight: bold;
	margin-bottom: 15px;
}

/* Footer */

div#tickers {
	position: absolute; 
	width: 630px; 
	height: 110px; 
	bottom: 30px;
}

DIV.newstickerdiv {
	background-color: #fff;
	height: 110px;  
	width: 590px;
	float: left;
}

DIV.newstickerdiv UL  {
	margin: 5px;
	padding: 0;
}

DIV.newstickerdiv UL LI  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #000;
}

DIV.newstickerdiv UL LI IMG {
	border: 0;
	float: left; 
	margin-right: 10px;
}

DIV.newstickerdiv UL LI A {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

DIV#bottommenu1 {
	position: absolute;
	top: 20px; 
	left: 20px;
	text-align: left;
}

DIV#bottommenu2 {
	position: absolute;
	top: 20px; 
	left: 200px;
	text-align: left;
}

DIV#bottommenu3 {
	position: absolute;
	top: 20px; 
	left: 700px;
	text-align: left;
}

DIV#bottommenu1 A, DIV#bottommenu2 A, DIV#bottommenu3 A {
	text-decoration: none;
	color: black;
}

DIV#bottommenu A:hover {
	text-decoration: underline;
	color: green;
}



/* / Footer */


IMG.close-x {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

/* tooltip styling */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #fff;
	padding: 5px;
	/*opacity: 0.85;*/
}
#tooltip h3, #tooltip div { margin: 0; }


#tooltip.helptip {
	width: 250px;
	opacity: 0.85;
	text-align: left;
	font-weight: normal;
}

/* Comments */

DIV#comments div.commentitem {
	background: #fff; margin-bottom: 4px; padding: 5px; position: relative; z-index: 10;
}

DIV#comments div.commentavatar {
	width: 40px; float: left; margin-right: 15px; z-index: 15;
}
DIV#comments div.commentavatar img {
	width: 40px;
}

DIV#comments div.commenttext {
	float: left; width: 500px; z-index: 10;
}
DIV#comments div.itemfooter {
	clear: left; margin-top: 5px; padding: 3px;
}

DIV#comments div.itemmenu {
	position: absolute; bottom: 5px; right: 5px;
}
/* / Comments */

/* POLL */

div.cmspoll ul {
	margin: 0;
	padding: 0;
}

div.cmspoll ul li {
	margin: 0 0 8px 0;
	padding: 0;
	color: green;
	font-weight: bold;
}

div.cmspollresultlink {
	cursor: pointer;
	color: green;
	margin-bottom: 10px;
}

/* / POLL */

