﻿/* Layout för sidan */

body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    background-image: url(../../bilder/bakgrund.jpg);
    background-position: center top;
    background-attachment: scroll;
    background-repeat: no-repeat;     
}

/* Hela sidan */
#mainarea
{
    width: 780px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}

/* Logga */
#huvud
{
    margin-right: auto;
    margin-left: 0px;
    width: 775px;
    height: 122px;
    margin-top: 25px;
    overflow: hidden;
}

/* Hela ytan nedanför logga */
#bodyarea
{
    width: 775px;
    margin-top: 0px;
    float: left;
    background-color: White;
    display: inline;
}

/* Vänsterkolumn i masterpage */
#columnleft
{
    float: left;
    width: 162px;
    background: #CBE9FD;
    display: inline;
    overflow: hidden;
}
/* Block i vänsterkolumn */
.leftblock, .leftblockDark, .leftblockWhite
{
    padding: 10px;
    margin-bottom: 5px;
    vertical-align: top;
}
.leftblock
{
    background: #CBE9FD;
}
.leftblockDark
{
    background: #B6DEFC;
}
.leftblockWhite
{
    background: #FFFFFF;
    margin-bottom: 0px;
}

/* Hela arean utanför masterpage */
#dynamiccontent
{
    float: left;
    width: 601px;
    margin-left: 12px;
    display: inline;
}

.contentLeft
{
    margin-right: 12px;
    width: 418px;
    float: left;
    display: inline;
    overflow: hidden;
}
.contentLeft img
{
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 0px;
}
.contentLeft img.ikonimg
{
    margin-bottom: 0px;
}

/* Högerkolumn */
#columnright
{
    float: right;
    width: 170px;
    background: #CBE9FD;
}
#columnright:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
html > body #columnright
{
    min-height: 1px;
    height: auto;
}

/* Block i högerkolumn */
.rightblock, .rightblockDark, .rightblockWhite
{
    padding: 10px;
    margin-bottom: 5px;
    vertical-align: top;
    font-size: 0.8em;
}
.rightblock
{
    background: #CBE9FD;
}
.rightblockDark
{
    background: #B6DEFC;
}
.rightblockWhite
{
    background: #FFFFFF;
    margin-bottom: 0px;
}

.fixclear
{
    clear: both;
}

a
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #FF9900;
    text-decoration: none
}
a:hover
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #185292;
    text-decoration: underline
}
.clsmenu a:hover
{
    color: white;
    text-decoration: none;
    font-size: 0.8em;
}
ul
{
    margin-left: 17px;
}
li
{
     list-style-type: disc;
}

table 
{
    font-family: Verdana, Arial, sans-serif;
    color: #000000;
    text-decoration: none
}
h2
{
    font-family: Verdana, Arial, helvetica, Sans-Serif;
    font-size: 18px;
    font-weight: bold;
}
h3
{
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 16px;
    font-weight: bold;
}
h4
{
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 3px;
}
.h3
{
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 16px;
    font-weight: bold;
}
.h4
{
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 3px;
}
.ingress
{
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 5px;
}
hr
{
    height: 1px;
    color: #5B6AA4;
    background-color: #5B6AA4;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    padding: 0px;
}
.textbox
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    clip:  rect(   )
}
textarea
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
}

/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    border: 1px solid #5B6AA4;
    width: 705px;
    margin-right: auto;
    margin-left: auto;
    background: #FEFFAB url(images/background_fullwidth.jpg) repeat-y;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    text-align: center;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 705px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #D5E8F1;
    border-collapse:collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #D5E8F1;
    border-left: 1px solid #D5E8F1;
    clear: none;
    padding: 2px;
}

.caldays
{
    background-color: #D5E8F1;
}

.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    background-color: #5B6AA4;
    color: #E0E0E0;
}
.calcurrentday
{
    background-color: #FFFFC1;
}
.calweekend
{
    background-color: #E2BA79;
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 1px solid #5B6AA4;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}

.calevent
{
    font-size: 0.8em;
}

a.calevent:hover
{
    color: #185292;
    font-size: 0.8em;
}
.flytvanster
{
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    display: inline;
}
.flythoger
{
    float: right;
    margin-left: 3px;
    margin-right: 20px;
    margin-bottom: 5px;
}
.imgtopmargin
{
    margin-top: 20px;
}
.imgrubrik
{
    margin-top: 8px;
    margin-bottom: 7px;
}
.imgcenter
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    text-align: center;
}
/*
.accordion {
	background:transparent;
	font-family:Tahoma;
	font-size:8.5pt;
	color: white;
}

.accordion a
{
	color: white;
}

.accordion .header, .accordion .HeaderSelected {
	background:transparent url(images/hd_bg.gif) repeat-x scroll 0%;
	cursor:pointer;
	height:30px;
}

.accordion .HeaderSelected
{
	background:transparent url(images/hd_sel_bg.gif) repeat-x scroll 0%;
}

.accordion .header div, .accordion .HeaderSelected div {
	cursor:pointer;
	height:30px;
	margin: auto;
	width: 100px;
	padding-left: 40px;
}
.accordion .header a, .accordion .HeaderSelected a {
	color:white;
	cursor:pointer;
	display:block;
	font-weight:bold;
	padding-top:8px;
	text-decoration: none;
}

.accordion .header:hover, .accordion .HeaderSelected:hover {
	background:transparent url(images/hd_hover_bg.gif) repeat-x scroll 0%;
	cursor:pointer;
}

.accordion .header:hover a, .accordion .HeaderSelected:hover a
{
	text-decoration: underline;
}
*/
.menuHeader, .menuHeaderSelected
{
    color: White;
    background-color: #CBE9FD;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    margin-top: 2px;
    cursor: pointer;
}
.menuHeaderSelected
{
    background-color: White;
}
.menuHeader:hover
{
    background-color: White;
}
.menuContent
{
    background-color: #FFFFFF;
    padding: 5px;
    padding-top: 10px;
}
.menuLink
{
    /* background-color: #CBE9FD; */
    color: White;
}
.menuLink:hover
{
    background-color: White;
}
img.top
{
    position: relative;
    left: 634px;
    top: -125px;
    z-index: 1;
}
.loginTextboxWatermark
{
    color: #999999;
}
.NyhetIngress
{
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
}
.NyhetIngressOpen
{
    width: 100%;
    height: auto;
    background-color: #ECEDEE;
}
.NyhetText
{
    width: 100%;
    height: 0px;
    overflow: hidden;
    background-color: #ECEDEE;
}
.NyhetText img
{
    margin-left: 10px;
    border: solid 0 0;
}
.NyhetIngress img
{
    margin-left: 10px;
    border: solid 1 1;
}

.NyhetRubrik
{
    color: #4EA162;
    font-size: 15px;
    font-weight: bold;
}
.NyhetLank
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #FF9900;
    cursor: pointer;
}
.infogadhtml
{
    border: none;
}
.kalenderPopup_background
{
    background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.kalenderPopup
{
    width: 420px;
    padding: 10px;
    border-style: solid;
    border-color: #5B6AA4;
    border-width: 1px;
    background-image: url(../../bilder/layout/popup_bkg.jpg);
}
.aktivitetbilder img
{
    margin-right: 10px;
    margin-top: 20px;
}
.forum_item
{
    width: 100%;
    border: solid 1px black;
}
.forum_item_user
{
    width: 150px;
    background-color: #B6DEFC;
    vertical-align: top;
}
.forum_item_user img
{
    text-align: center;
}
.forum_item_text
{
    background-color: #CBE9FD;
}
.captchaLeft
{
    text-align: left;
}
.faqFraga
{
    font-weight: bold;
    color: #FF9900;
    width: 400px;
    cursor: pointer;
    margin-top: 10px;
}
.faqSvar
{
    text-indent: 40px;
    width: 400px;
    height: 0px;
    overflow: hidden;
}
.profile
{
    border: solid 1px #B6DEFC;
    margin-top: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
}
.ikonimg
{
    vertical-align: text-bottom;
}

.outer
{
    float: left;
    border: 1px;
}
.top
{
}

.bottom
{
    vertical-align: text-bottom;
    height: 100px;
}

.ajax__tab_body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.ajax__tab_header
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.ajax__tab_outer
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.ajax__tab_inner
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.ajax__tab_tab
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.ajax__tab_hover 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.ajax__tab_active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.joy_tab_content
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.kategoriPopup
{
  	font-family:lucida grande,arial,helvetica,sans-serif;
	font-size:11px;
	background-color:#ffffff;
	border:solid 2px #000;
	padding:4px;
}

/* LightBox styles */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../bilder/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../bilder/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; /* End LightBox styles */background-color: #000; }

