/*
 *	Default screen stylesheet for DynaMaster light
 *	@author: infogate <http://www.infogate.se> <richardp@infogate.se>
 *	@version: 2.0
 *
 */

/* general styles */

	html, body { padding: 0; margin: 0; height: 100%; line-height: 110%; }
	body { color: black; font-size: 100.1%; font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif; background: #F9F9F9 url(/graphics/background.gif) repeat-y center; }
	a { color: #425e9b; }
	a:visited { color: #425e9b; }
	a:hover { color: #425e9b; }
	a img { border: none; }
	h1, h2, h3, h4 { font-family: "Trebuchet MS", "Times New Roman", "Times", serif; color: #425e9b; border-bottom: 1px solid #ccc; }
	h1 { font-size: 1.4em; line-height: 1em; padding: 0; margin: 0.5em 0 1em 0; }
	h2 { font-size: 1.4em; line-height: 1em; padding: 0; margin: 0.5em 0 1em 0; }
	h3 { font-size: 1em; }
	h4 { font-size: 0.9em; }

	table { width: 95%; }
	th, td { border-left: 1px solid white; padding: 1px 1px; text-align: left; }
	th { border-bottom: 1px solid #ccc;}
	
	/* forms */
	legend { display: none; }
	fieldset { border: none; }
	label { display: block; }
	form .text { width: 90%; border: 1px solid #ccc; background: #FFF2F2; border-left-width: thick; font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif; font-size: 1em; padding: 0.2em; }
	form .text:focus { background: white; }
	button { font-size: 1em; }
	#content form .clear { background: none; }
	.mandatory input, .mandatory textarea { border-left-color: #9F272C; }

	/* general classes */
	.odd { background: #eee; }
	.clear { line-height: 0; }
	tr.foot td { background: white; padding-top: 1em; font-style: italic; }
	td.next { text-align: right; }
	td.previous { text-align: left; }
	.img img { vertical-align: bottom; }
	.img p { padding: 0; margin: 0; font-size: 0.85em; line-height: 1.2em; }
	.right { float: right; margin: 0 0 1em 1em; }
	.left { float: left; margin: 0 1em 1em 0; }
	img.right, img.left { margin: 0; float: none; }
			
	/* file types */
	.PNG, .JPEG, .JPG, .GIF, .EPS, .TIF { background-image: url(/graphics/icon_jpeg.gif); }
	.DOC { background-image: url(/graphics/icon_doc.gif); }
	.DOT { background-image: url(/graphics/icon_dot.gif); }
	.EMAIL { background-image: url(/graphics/icon_email.gif); }
	.EXCEL { background-image: url(/graphics/icon_excel.gif); }
	.MPG { background-image: url(/graphics/icon_mpg.gif); }
	.PDF { background-image: url(/graphics/icon_pdf.gif); }
	.POWERPOINT { background-image: url(/graphics/icon_powerpoint.gif); }
	.RTF { background-image: url(/graphics/icon_rtf.gif); }
	.TXT { background-image: url(/graphics/icon_txt.gif); }
	.VCF { background-image: url(/graphics/icon_vcf.gif); }
	.WORD { background-image: url(/graphics/icon_word.gif); }
	.XLS { background-image: url(/graphics/icon_xls.gif); }	

	/* hide skip navigation link */
	#contentlink { position: absolute; top: 0; left: -999px; width: 990px; }

#pagedocument { background: white; width: 963px; font-size: 0.8em; margin: 0 auto; position:relative; }

#logo { background: url(/graphics/topbild.jpg); height: 200px; position:relative; }
	#logo h1 { display: none; } 
	#logo a img { display: block; padding:25px; }
	#logo a { display: block; width: 250px; height: 200px; }
	
	#logo p { position: absolute; padding:20px; margin:0; color:white; font-size: 30px; right:0px; bottom:0px; z-index:1000; }
	
#navigation ul, #navigation li { list-style-type: none; padding: 0; margin: 0; }
	#navigation ul { background: url(/graphics/navigation_bg.gif) repeat-x left center #181818; }
	#navigation ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	#navigation a { float: left; display: block; display: inline-block; padding: 0.5em 1.5em; border-left: 1px solid #345394; border-right: 1px solid #657cae; color: white; text-decoration: none; }	
	#navigation a:hover, #navigation .open a, #navigation a.active { background: url(/graphics/navigation_bg_hover.gif); repeat-x center #272727; color: #f4d11f;;}
	#navigation .logout, #navigation ul ul { display: none; }
	#navigation .clear { clear: both; height: 16px; background: url(/graphics/navigation_lower_bg.gif); }
	/* dropdown menue */
	#navigation .show { position: relative; z-index: 10000; float: left; }
	#navigation .show li { float: none; }
	#navigation .show ul { display: block; position: absolute; top: 2.3em; left: 0; background-image: none; width: 14em; }
	#navigation .show ul .hide ul { display: none; }
	#navigation .show ul ul { left: 14em; top: 0; }
	#navigation .show ul a { float: none; display: block; background-image: none; }
	
/* sidebars */
	/*.panel { background: url(/graphics/panel_upper_bg.gif) top left no-repeat; padding: 8px 21px 0 21px; margin: 0 13px 0 9px; width: 158px; overflow: hidden; float: right; clear: right; }*/
	.panel { background:transparent url(/graphics/panel_upper_bg.gif) no-repeat scroll left top; border-bottom:5px solid white; clear:right; float:right; margin:0 13px 0 9px; overflow:hidden; padding:13px 21px 0; width:158px;}
	.panel .clear { background: url(/graphics/panel_lower_bg.gif) top left no-repeat white; height: 8px; margin: 8px -21px 0 -21px; padding: 0; }
	.panel ul { padding-left: 1.3em; list-style-type: circle; margin-left: 0; }
	.panel .img { margin-top: 1em; }	
	.panel h2 { border:medium none; color:white;	font-size:1em;	margin:0; padding:0; }
	
	/* left sidebar */
	#subnavigationcontainer { float: left; }
	#subnavigationcontainer .panel { float: none; margin: 0 10px 0 12px; clear: left; }

	/* navigation links */
	#shortcuts ul, #subnavigation ul, #mypages ul, #banguide_navigation ul { padding-left: 0; margin-left: 0; list-style-type: none; }
	#shortcuts a, #subnavigation a, #mypages a, #banguide_navigation a { display: block; background: url(/graphics/shortcut_arrow.gif) no-repeat left center; padding-left: 10px; color: black; text-decoration: none; }

#news ul, #news ul li, #news_golfse ul, #news_golfse li { margin-left: 0; padding-left: 0; list-style-type: none; }
	#news li, #news_golfse li { margin: 0 0 1em 0; }
	#subnavigationcontainer #news a, #subnavigationcontainer #news_golfse a { background: none; padding-left: 0; }
	#news a.title, #news a.introduction, #news_golfse a.title, #news_golfse a.introduction { display: block; text-decoration: none; color: black; }
	#news a.title, #news_golfse a.title { font-weight: bold; }
	#news span { font-style: italic; }

	
#subnavigation li a { display: none; }
	#subnavigation li li a { width: 93%; display: block;  }
	#subnavigation li li a.active { font-weight: bold; }
	#subnavigation ul li ul li ul { margin-left: 10px; display: block; } 
	#subnavigation ul li ul { margin: 0; }

	.template_pod_start #subnavigation, .template_pod_custom_start #subnavigation,  .template_pod_google_map #subnavigation { display: none; } /* no subnavi on the frontpage */
	.template_acl_extra_login #subnavigation { visibility: hidden; }

.template_pod_standard_big #content	{ background: url(/graphics/content_upper_big.gif) no-repeat left top; width:681px;}
.template_pod_standard_big #content .clear { background: url(/graphics/content_lower_big.gif) }
.template_pod_standard_big #news_golfse, .template_pod_standard_big #teaser, .template_pod_standard_big #sponsorlimpa  { display:none; }
	
#content { position:relative; width: 477px; margin: 0; padding: 33px 21px 0 21px; background: url(/graphics/content_upper_bg.gif) no-repeat left top; float: left; }
	#content .clear { background: url(/graphics/content_lower_bg.gif) no-repeat white; height: 8px; margin: 8px -21px 0 -21px; clear: both; }
	#content h1 { border-bottom: 1px solid #ccc; }
	#content #image1, .rotating_images { margin: 14px 0 0 0; }	
	#content .image2 { margin: 8px  }
	#content h1 { position: absolute; border:medium none; color:white;	font-size:1em;	margin:0;  padding:0; top:13px;}
	
#related { margin-left: 0; padding: 0; }
	#related li { list-style-type: none; background-position: left center; background-repeat: no-repeat; padding-left: 20px; padding-left: 1em; }
	#related li .filetype { display: none; }
	#related .blank, #related .self { background-image: url(/graphics/icon_blank.gif); background-position: 3px 50%; }
	#related li a { margin-left: 10px; }

#filearchive { margin-bottom: 1em; }
	#filearchive .filetype span { visibility: hidden; }
	#filearchive .filetype { background-position: center; background-repeat: no-repeat; }
	#filearchive table { width: 100%; }

.image { padding: 15px; margin: 0 0 1em 0; width: 206px; float: right; min-height: 180px; background: #eee; }
	.image.odd { background: #eee; margin-right: 0; float: left; }
	.image img { background: white; border: 1px solid #aaa; padding: 2px; }

#address { background: url(/graphics/address_upper_bg.gif) no-repeat top right; margin: 0 12px 0 0; padding: 16px 0 0 0; width: 100%; text-align:center;  clear: both; float: right; font-size: 1em; }
	#address ul { list-style-type: none; padding: 0; margin: 0; }
	#address li { padding: 0.6em; display:inline; }
	#address a { color: black; text-decoration: none; }
	#address a:hover { text-decoration: underline; }
	#address .address strong, #address .email strong { display: none; }
	#address .about { display: none; }
	#address .clear { clear: both; height: 8px; background: url(/graphics/address_lower_bg.gif) no-repeat bottom right; margin: 0; padding-top: 8px; }

/* Sitemap */
	#webmap ul { list-style: none; margin: 0 24px;}
	#webmap ul li a { font-weight: bold; color: #666;}
	#webmap ul ul { margin-left: 20px; }
	#webmap ul ul li a { font-weight: normal; color: #666;}

/* Nyhetsarkiv */
	.news_view { width: 100%; font-size: 0.85em; padding: 0;}
	.news_view a span { display: none; }
	.news_view a span.date { display: inline; }
	.news_view h2 { position: relative; top: 25px; left: 40px; font-size: 1.0em; font-weight: bold; font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;}
	.nyhetsarkiv table thead { text-align: left; }
	.nyhetsarkiv table.news ul.news_list .title { display: none; }
	.nyhetsarkiv table.news ul.news_list { margin: 0; list-style-type: none; padding: 0; }
	.nyhetsarkiv table.news .news_list li { background-repeat: no-repeat; padding: 0 0 0 20px; margin: 0;}
	.nyhetsarkiv table.news .news_list li a { display: inline; margin: 0; padding: 0; }
	.nyhetsarkiv table.news ul.news_list .title, .nyhetsarkiv table.news ul.news_list .filetype, .nyhetsarkiv table.news ul.news_list .filesize { display: none; }



/* begin added by dmlight_main servicepack 9 2007-05-10 */
	.img img, #content .img img { vertical-align: bottom; }
	.img p, #content .img p { padding-top: 0; padding-bottom: 0; margin-top: 0; margin-bottom: 0; font-size: 0.85em; line-height: 1.2em; }
	#content .left p, #content .right p { padding: 0; margin: 0; }
	#content img.right { margin: 16px 0 8px 8px; float: right; }
	#content img.left { margin: 16px 8px 8px 0; float: left; }
	.rotating_images { margin: 14px 0; }
/* end servicepack */

/* Sitemap */
#webmap ul { list-style: none; margin: 0 24px;}
#webmap ul li a { font-weight: bold; color: #666;}
#webmap ul ul { margin-left: 20px; }
#webmap ul ul li a { font-weight: normal; color: #666;}

/* Nyhetsarkiv */
.news_view { width: 100%; font-size: 0.85em; padding: 0;}
.news_view a span { display: none; }
.news_view a span.date { display: inline; }
.news_view h2 { position: relative; top: 25px; left: 40px; font-size: 1.0em; font-weight: bold; font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;}
.nyhetsarkiv table thead { text-align: left; }
.nyhetsarkiv table.news ul.news_list .title { display: none; }
.nyhetsarkiv table.news ul.news_list { margin: 0; list-style-type: none; padding: 0; }
.nyhetsarkiv table.news .news_list li { background-repeat: no-repeat; padding: 0 0 0 20px; margin: 0;}
.nyhetsarkiv table.news .news_list li a { display: inline; margin: 0; padding: 0; }
.nyhetsarkiv table.news ul.news_list .title, .nyhetsarkiv table.news ul.news_list .filetype, .nyhetsarkiv table.news ul.news_list .filesize { display: none; }


        #forum FORM { padding-bottom: 10px; }
        #forum TEXTAREA { width: 300px; }
        #forum INPUT { width: 300px; }
        #forum TABLE TEXTAREA { width: 98%; }
        #forum BUTTON { float: left; display: block; clear: both; }
        #forum BUTTON.cancel { margin-left: 10px; float: left; clear: none; display: inline; }

        TABLE.forum { clear: both; border-collapse: collapse; border: 0; width: 100%; }

        #forum { word-wrap: wrap; }
        #forum .fold { display: none; }

        #forum #reply-form.reply-inline { padding-left: 90px; background: #efefef;}

        TABLE.forum P { clear: both; margin: 3px 0 0 0; padding: 3px 0 0 0; }
        TABLE.forum BLOCKQUOTE { border: 1px solid #0048C6; padding: 5px; margin: 0; background: #fff;}
        TABLE.forum TR.odd BLOCKQUOTE { background: #E5ECF9; }

        TABLE.forum .details .title { margin: 0 0 5px 0;}
        TABLE.forum .details .title SPAN { display: none; }
        TABLE.forum.threaded .details .title { cursor: hand; text-decoration: underline; }
        TABLE.forum DIV.message { margin: 5px 0 0 0; }
        TABLE.forum DIV.message P.text { padding-bottom: 10px; }

        TABLE.forum THEAD TH { font-weight: bold verdana, sans-serif; text-align: left; background: #3969B1; color: #fff; padding: 3px 10px;}
        TABLE.forum TD { padding: 3px 10px;}
        TABLE.forum TR.even TD { background: #E3F2CE; }
        TABLE.forum TBODY TR TD { vertical-align: top; }
        TABLE.forum TBODY TR TD .details { float: left; }
        TABLE.forum TBODY TR TD .title { float: left; }
        TABLE.forum TBODY TR TD .date { float: left; clear: both; }
        TABLE.forum TBODY TR TD .actions { float: right; }
        TABLE.forum TBODY TR TD .message { clear: both; }
        TABLE.forum TBODY TR TD.reply .name { display: block; clear: both; }
        TABLE.forum.threaded TBODY TR.level1 TD.message { padding-left: 25px; }
        TABLE.forum.threaded TBODY TR.level2 TD.message { padding-left: 40px; }
        TABLE.forum.threaded TBODY TR.level3 TD.message { padding-left: 55px; }
        TABLE.forum.threaded TBODY TR.level4 TD.message { padding-left: 70px; }

        TABLE.forum TBODY.foot TD { padding: 10px 0; }
        TABLE.forum .list-buttons { display: block; border-top: 1px solid #0048C6; }
        TABLE.forum .previous { float: left; }
        TABLE.forum .next { float: right; }

        #forum FORM.reply-inline { clear: both; }

/* added by dmlight_forum servicepack 4 */
	#forum .antispam_code { color: red; }
/* FormulÃ¤odul */
/*#pollform .polltype4 input,#pollform input.email { width: 300px; }
#pollform input.other { margin: 0 0 0 18px; width: 200px; }
#pollform .polltype5 textarea { width: 300px; }
#pollform .label { margin: 10px 0 2px 0; }
#pollform label, #pollform .label { font-weight: bold; }
#pollform .label label.other { font-weight: normal; margin: 0; display: inline;}
#pollform .polltype1 label { display: inline; font-weight: normal; margin: 0 0 0 10px;  }
#pollform .polltype2 label { display: inline; font-weight: normal; margin: 0 0 0 10px;  }
#pollform p { margin: 0 0 5px 0; padding: 0; }

label.email { font-weight: bold; }
SELECT.SELECTBOX {font-size: 100%;}
TEXTAREA.textarea {width: 400px;}
INPUT.text {width: 400px}
*/


/* FormulÃ¤rmodul */
#pollform label { font-weight: bold; display: block; }
.polltype1, .polltype2, .polltype3, .polltype3, .polltype4, .polltype5 { padding-bottom: 6px; margin-bottom: 12px; border-bottom: 1px solid #ccc; }
#pollform label.other { display: block; font-weight: normal; }
#pollform input.other { margin-left: 0; display: block; margin-top: 3px; width: 300px; }
#pollform input.email { display: block; margin-top: 3px; }

#pollform input, textarea, select { border: 1px solid #ccc; background: #FFF2F2; border-left-width: thick; font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif; font-size: 1em;  }
#pollform input:focus, textarea:focus, select:focus { background: white; }
#pollform select { width: 310px; }

#pollform .mandatory label { width: 300px; }

/* Radiobuttons */
#pollform .polltype1 input { background: none; border: 0; margin: 3px 5px 0 0; }
#pollform .polltype1 input.other { border: 1px solid #ccc; background: #FFF2F2; border-left-width: thick; font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif; font-size: 1em; }
#pollform .polltype1 .label { font-weight: bold; }
#pollform .polltype1 label { font-weight: normal; display: inline;  }
/* Selectbox */
#pollform .polltype2 label { display: block;  }
/* Checkbox */
#pollform .polltype3 input { background: none; border: 0; }
#pollform .polltype3 input.other { border: 1px solid #ccc; background: #FFF2F2; border-left-width: thick; font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif; font-size: 1em; }
#pollform .polltype3 .label { font-weight: bold;  }
#pollform .polltype3 label { font-weight: normal; display: inline; }
/* TextfÃ¤lt */
#pollform #label_4 { display: block; }

/* Textarea */
#pollform #label_5 { display: block; }
#pollform #email { display: none; }
#pollform .polltype4 input,#pollform input.email { width: 300px; }
#pollform .polltype5 textarea { width: 300px; }
#pollform .label { margin: 10px 0 3px 0; }
#pollform p { margin: 0 0 5px 0; padding: 0; }
#pollformlabel.email { font-weight: bold; }
#pollform SELECT.SELECTBOX {font-size: 100%;}
#pollform TEXTAREA.textarea {width: 400px;}
#pollform INPUT.text {width: 400px}

/* From servicepack_formular_1 */
#pollform .mandatory_poll .label {background: #ff8080; border: 1px red solid;}
.mandatory_infotext { width: 100%; border: 2px #ff8080 solid; padding: 2px;}
/* /From servicepack_formular_1 */#sponsorlimpa { text-align: center; }
	.sponsorlimpa p { display: none; }
	.sponsorlimpa img { margin: 1em 0 0 0; }

/* Sponsormall för POD */

	table.sponsorlist { width: 470px; }
	table.sponsorlist TD { text-align: center; padding: 10px 0px; }
	#content table.sponsorlist TD P { margin: 0;}

/* /Sponsormall för POD */

#teaser .teaser .img  { margin-top:15px; text-align:center;}
#sponsorlimpa .sponsorlimpa  { padding-top:35px !important; }

#courseImageDiv { clear:both; }
#headsponsor {text-align:center;}
#headsponsor img { margin:1em 0 0;}


/* Kalender */
	h2.calendar { border-bottom: none; text-align: center; }
	table.calendar { clear: both; border-collapse: collapse; border-left: 1px #dedede solid; border-right: 1px #dedede solid; border-top: 1px #dedede solid; margin: 1em 0 0 0; }
	table.calendar td, table.calendar th { margin: 0; padding: 0.3em; border: none; }
	table.calendar .weeknr, table.calendar .date { text-align: center; }
	table.calendar .weeknr { width: 80px; width: 12%; }
	table.calendar .day_7 td { border-bottom: 1px #dedede solid; }
	table.calendar .day_6 td.day { background: #f8f8f8; } /* Lördag */
	table.calendar .day_7 td.day { background: #f8f8f8 } /* Söndag */
	table.calendar td.dayname { border-left: 1px #dedede solid; }
	table.calendar td.dayname, table.calendar td.date { vertical-align: top; }
	table.calendar td.day { border-right: 1px #dedede solid; }
	table.calendar td { border-top: 1px #dedede solid; }
	table.calendar td p { margin: 0; padding: 0;}
	table.calendar tr th { border-bottom: 1px #dedede solid; border-left: 1px #dedede solid; }
	table.calendar .date { width: 12%;}
	table.calendar td.weeknr { font-weight: bold; }
	table.calendar .dayname { width: 15%; }
	a.prev_month { float: left; }
	a.next_month { float: right; }
	.template_pod_kalender div.lastborder { border-top: 1px #dedede solid; } /* Sista undre ramen (workaround rowspan="7") */
	table.calendar { width: 100%; }
	tr.today td.day { font-weight: bold; }/* TOPPBILD */

#logo p { position: absolute; padding:10px; margin:0; color: #ffffff; font-size: 1.5em; right:0px; bottom:0px; z-index:10; }



#googlemap { margin: 14px 0}

#googlemap h4 {margin:0;}

#googlemap .maps-symbol, .maps-symbol img { margin:0 !important;}

ul.map_info { list-style-type:none; margin:10px 0; padding:0; }

ul.map_info li { display:inline; }

a.web { background:transparent url(/graphics/map_web.gif) no-repeat scroll 0 0; }

a.email { background:transparent url(/graphics/map_email.gif) no-repeat scroll 0 0; }

a.infoq { background:transparent url(/graphics/map_info.gif) no-repeat scroll 0 0; }

a.infoq, a.email, a.web { display:block; float:left; height:20px; margin-right:4px; width:20px; }

a.infoq span, a.email span, a.web span { display:none; }

p.subHeader1 {margin:10px 0 0 0;}

p.subHeader2, p.subHeader3 {margin:0;}

p.moreInfo {margin:10px 0;}

.template_faq_extra_index #subnavigation { display:none;}

/* lades till av Robert Nyström 2009-10-21. Används för att positionera ut texten på toppbilden. */	
#logo p { position: absolute; padding:10px; margin:0; color: #ffffff; font-size: 1.5em; right:0px; bottom:0px; z-index:10; }
.teaser_paste_code { margin-top: 12px; text-align: center; }

#news_page ul, #news_page ul li { margin-left: 0; padding-left: 0; list-style-type: none; }
#news_page li { margin: 0 0 1em 0; clear:both; }	
#news_page a.title, #news_page a.introduction { display: block; text-decoration: none; color: black; }
#news_page a.title { font-weight: bold; }
#news_page span { font-style: italic; }

.template_pod_aktuella_nyheter #content #news_page .left { float:left; margin:0 10px 10px 0;}	
.template_pod_aktuella_nyheter #content #news_page .right { float:right; margin:0 0 10px 10px;}

.events {padding-top:2px;}
.events p { margin-bottom:0; }

.template_pod_custom_start #news h2 { display:none; } 

.template_pod_custom_start #news .introduction { display:none; }
.template_pod_custom_start #news .readmore { clear:both; display:block; }

#main_Image {margin: 14px 0; float:left; width:100%; position:relative; height:358px; overflow:hidden;}


