/* Allmänna inställningar */

body{
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

html{
	font-size: 12px;
}

td{
	font-size: 12px;
}

img{
	border: none;
}

object{
	padding: 0px;
	margin: 0px;
}

embed{
	padding: 0px;
	margin: 0px;
}

ol, ul{
	padding-left: 20px;
}

.center{
	text-align: center;
}

.italic{
	font-style: italic;
}

.pre{
	font-family: "Courier New";
}

.error{
	border: 2px solid #E00;
	margin: 3px;
	padding: 2px;
}

.hide{
	height: 0px;
	overflow: hidden;
}

.highlight{
	font-weight: bold;
	color: #F00;
}

a{
	color: #000;
}

a:hover{
	color: #2C37C2;
}

.top-singleborder{
	border-top: 1px solid #000;
}

.top-doubleborder{
	border-top: 2px solid #000;
}

.top-tripleborder{
	border-top: 3px solid #000;
}

.bottom-singleborder{
	border-bottom: 1px solid #000;
}

.bottom-doubleborder{
	border-bottom: 2px solid #000;
}

.bottom-tripleborder{
	border-bottom: 3px solid #000;
}

/* Formatering för stycken */

.stycke{
	margin: 0px;
	padding: 0px;
}

.redigering{
	border: 1px dashed #DDD;
}

.redPenna{
	float: right;
	clear: right;
	/*height: 100%;*/
	padding: 1px;
	background-color: #FFF;
	/*background-image: url('/common/graphics/redPenna.gif');*/
	background-repeat: no-repeat;
	background-position: bottom center;
}

.ingress{
	font-weight: bold;
}

/* Sid- & styckeegenskaper */

.toolbar{
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px 3px;
	line-height: 22px;
	min-height: 22px;
	border: 3px double #005282;
}

.toolbarButtonBorder{
	border: 1px solid #005282;
	border-top-style: none;	
}

.toolbarRuta{
	/*background-image: url('/common/graphics/toolbarFadeRuta.gif');*/
	line-height: 12px;
	width: auto;
	padding: 3px;
}

.toolbarSid{
	background-color: #D6DDE1;
}

.toolbarStycke{
	background-color: #e8e8e8;
}

.toolbar input[type=text], .toolbar textarea, .toolbar input[type=date], .toolbar input[type=time]{
	border: 1px solid #E8E8E8;
	background-color: #FFF;
	color: #000;
}

.toolbar textarea{
	background-position: bottom center;
}

.toolbar input[type=text]:focus, .toolbar textarea:focus, .toolbar input[type=dat]:focus, .toolbar input[type=time]:focus{
	border: 1px solid #F00;
	background-position: bottom center;
}

.toolbarSplitBorder{
	border: 1px solid #7E98B2;
	border: 1px solid #005282;
	margin: 5px 2px;
	background-color: #bcc8cf;
}

.toolbarSplitHeader{
	text-align: center;
	font-weight: bold;
	background-color: #7E98B2;
	background-color: #005282;
	color: #FFF;
	padding: 0px;
	line-height: 16px;
}

.toolbarSplitSplitter{
	clear: both;
	border-bottom: 1px solid #7E98B2;
	border-bottom: 1px solid #005282;
	height: 10px;
	margin-bottom: 10px;
}

/*.opublicerad .toolbarStycke, .stangd .toolbarStycke{
	margin: 0px 0px 0px -2px;
	padding: 0px 5px 0px 5px;
	width: 99%;
}*/

/* Opublicerad och stängda stycken */

.opubl{
	border: 2px solid #BBD6E5 !important;
	background-image: url('/common/graphics/opublicerad.gif');
}

.stangd{
	border: 2px solid #E4212E !important;
	background-image: url('/common/graphics/stangd.gif');
}

.ejpublik{
	border: 2px solid #000 !important;
	background-image: url('/common/graphics/ejpublik.gif');
}

/* Versionshantering */
.version a{
	text-decoration: none;
	color: #000;
}

.version .publicerad{
	font-weight: bold;
}

/* Rader */

.rowClass0, .rowClass0 td, .rowClass2, .rowClass2 td{
	background-color: #DFDCCB;
	padding: 1px 1px;
}

.rowClass1, .rowClass1 td{
	background-color: #FFFFFF;
	padding: 1px 1px;
}

/* Kolumner */

.rowClass0 .col1, .rowClass0 .col1 td, .rowClass2 .col1, .rowClass2 .col1 td{
	background-color: #F0F0F0;
}

.rowClass1 .col1, .rowClass1 .col1 td{
	background-color: #E3E3E3;
}

.rowClass0 .yes, .rowClass0 .yes td, .rowClass0.yes td, .rowClass2 .yes, .rowClass2 .yes td, .rowClass2.yes td{
	background-color: #D8F2D8;
}

.rowClass1 .yes, .rowClass1 .yes td, .rowClass1.yes td{
	background-color: #CCE6CC;
}

.rowClass0 .no, .rowClass0 .no td, .rowClass0.no td, .rowClass2 .no, .rowClass2 .no td, .rowClass2.no td{
	background-color: #F2D8D8;
}

.rowClass1 .no, .rowClass1 .no td, .rowClass1.no td{
	background-color: #E6CCCC;
}

/* Formulär */
input, textarea{
}



/* Åtkomstrutan */
.atkomst input{
	float: left;
	margin: 0px 20px;
}

.atkomst span{
	text-align: center;
	width: 60px;
	float: left;
}

.atkomst select{
	float: left;
	clear: both;
	width: 100px;
}

/* loginLayer */
#loginLayer input{
	margin: 0px 0px 3px 0px;
}

#loginLink {
	color: #fff;
}

/* Lightbox */

.overlay {
	left: 0;
	position: absolute;
	z-index: 10000;
	visibility: hidden;
	opacity: 0;
/*	background-color: #FFF;
	background-image: url('common/graphics/overlayBak.gif');
	background-position: bottom center;
	background-repeat: repeat-x;
*/	background-color: #EDEDED;
}

.lightCont{
/*	background-image: url('/common/graphics/tbbRed.jpg');
	border: 3px double #000;*/
/*background: #FFF;
border: 1px solid #000;
padding: 1px;*/
	left: 0px;
	position: absolute;
	z-index: 11000;
	height: 152px;
	height: auto;
	width: 315px;
	width: 100%;
	font-family: verdana;
	font-size: 11px;
	visibility: hidden;
}

.light1{
/*	background-image: url('/common/graphics/tbbYellow.jpg');*/
	font-size: 15px;
}

.content{
/*	background-image: url('/common/graphics/tbbRed.jpg');
border: 1px solid #000;*/
	padding: 0px 15px;
	color: #000;
	text-align: center;
}


#wrapper {
        position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
        width: 1154px;
        margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
        margin-top: 3px;
        text-align: left; /* this overrides the text-align: center on the body element. */
}

#bannercontainer {
	width: 0px;
	padding-left: 10px;
	margin-left: 0px;
        margin-top: 0px;
       	background-color: transparent;
	float: left;
	text-align: center;
}


#pagecontainerstart {
        position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
        width: 1024px;
        margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0px;
        text-align: left; /* this overrides the text-align: center on the body element. */
        background-color: transparent;
        float: left;
}


#contentTop { 
	width: 1024px;
	height: 100%;

	background: #FFFFFF;
	background-position:bottom;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#contentContainer { 
	width: 931px;
	min-height: 250px;
	height: auto !important;
	position: relative;
	background-color: transparent;
	margin: 26px;
	margin-bottom: 10px;
} 

#content { 
	width: 680px;
	position: relative;
	background-color: transparent;
} 

#topImg { 
	height: 160px;
	margin: 0px;
	padding: 0px;
        z-index:40;
        position:relative;
/*        background:url(/graphics/webdesign/TopImg1.jpg) no-repeat;	*/
} 


#footer { 
        font-family: Arial;
        color: #424242;
	width: 932px;
	height: 32px;
	padding-top: 16px;
	margin: 0 auto;
	border-top: 1px solid #9e9e9e;
} 

#topsearch { 
        top:85px;
        left:815px;
	width: 200px;
	height: 22px;
	position: absolute;
} 

#topsearch div { 
	float: right; 
}

#searchfield{
	font-size: 12px;
	background: url('/graphics/webdesign/small_arrow_right.gif') no-repeat 95% center #FFF;
	border: 0px solid;
	height: 19px;
	width: 120px;
	padding: 3px 10px 0px 10px;
}

#uContentContainer { 
	width:1024px;  
	overflow:hidden;  
	min-height: 250px;
	height: auto !important;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	margin-bottom: 30px;
	line-height: 1.5em;
}

#uContentContainer .uMenyContainer { 
	float:left;  
	width: 184px;
	padding: 0px;
	padding-left: 24px;
} 

#uContentContainer .uContent { 
	float:left;  
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	width: 667px;
} 

#uContentContainer .sContent {
        float:left;
        background-color: transparent;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        width: 665px;
}

#uContentContainer .uBannerContainer { 
	float:left;  
	width:120px;  
	border-left: 1px solid #000;
	background-color: transparent;
	padding-left: 4px;
	padding-right: 24px;
	height: auto;
	min-height: 720px;
} 

.uContentLeft {
        background-color: transparent;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0px;
        width: 332px;
        border-right: 1px solid #C1C1C1;
	vertical-align: top;
	height: 665px;
}

.uContentRight {
        background-color: transparent;
        padding-left: 10px;
        padding-right: 20px;
        padding-top: 0px;
        width: 260px;
	vertical-align: top;
}

.nContentLeft {
        background-color: transparent;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0px;
        width: 437px;
        vertical-align: top;
        height: 665px;
}

.nContentRight {
        background-color: transparent;
        padding-left: 10px;
        padding-right: 10px;
        width: 175px;
        vertical-align: top;
}

.nNewsContent {
        background-color: #E7E7E7;
        padding: 10px;
        width: 140px;
	font-size: 11px;
        line-height: 1.4em;
}



/**** MENYN ****/

#meny{
        width: 183px;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

#meny li{
        list-style: none;
	background: url('/graphics/webdesign/menuBg1.gif') repeat-y 0px 3px;
	margin-top: 2px;
}

#meny li a{
        display: block;
        border: none;
        color: #FFF;
        text-decoration: none;
        padding: 0px 0px 0px 7px;
	text-transform: uppercase;
	font-weight: bold;
}

#meny ul{
        padding: 0px;
	margin: 0px;
}

#meny ul ul li{
        background: #FFF;
        background-image: none;
        border: 1px solid #89D4F3;
        border-top: 0px;
}

#meny ul li.expanderad ul li{
        margin-top: 0px;
}

#meny ul ul li.aktiv{
        background-image: none;
}

#meny ul ul li.aktiv a{
        font-weight: bold;
}

#meny ul ul a{
        border: none;
        color: #000;
        background: url('/graphics/webdesign/menuBg3.gif') no-repeat 8px center;
        padding: 0px 0px 0px 15px;
        text-transform: none;
        font-weight: normal;
}

#meny ul ul ul li{
        background: #FFF;
        padding-left: 5px;
}

/**** SLUT MENYN ****/

.mytool-tip {
	color: #000;
	width: 139px;
	z-index: 13000;
	border: 1px solid gray;
}
 
.mytool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #000;
	padding: 8px 8px 4px;
	background: lightgrey;
	text-align: left;
}
 
.mytool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: lightgrey;
    text-align:left;
}


#newsHeader {
	text-decoration: none; 
	color: #d78037; 
	font-family: Arial; 
	font-size: 16px; 
	font-weight: bold;
}

#banners img{
	border: none;
	margin: 5px;
}

