/* Allmänna inställningar */


body{
	font-family: Arial;
	font-size: 11px;
}

a:link {
                font-family: Arial;
	font-size: 11px;
                color: #095caa
}

a:visited {
            color: #095caa
}

img{
	border: none;
}

.center{
	text-align: center;
}

.clear{
	clear: both;
}

.italic{
	font-style: italic;
}

.error{
	border: 2px solid #E00;
	margin: 3px;
	padding: 2px;
}

.loginText{
	color: #ccc;
	text-decoration: none;
}


.rubrikFadeBak{
	padding: 2px;
	background-image: url('/images/textbak.jpg');
	background-repeat: repeat-y;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 1em;
}

.rubrikFadeBak a{
	color: #FFF !important;
	padding-left: 0px !important;
}

.hide{
	height: 0px;
	overflow: hidden;
}

.highlight{
	font-weight: bold;
	color: #F00;
}

.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: 3px;
	padding: 2px;
}

.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: 1px 3px;
	line-height: 22px;
	min-height: 22px;
	border: 3px double #64635F;
}

.toolbarButtonBorder{
	border: 1px solid #64635F;
	border-top-style: none;	
}

.toolbarRuta{
	/*background-image: url('/common/graphics/toolbarFadeRuta.gif');*/
	line-height: 12px;
	width: auto;
	padding: 3px;
}

.toolbarSid{
	background-color: #F5F5F5;
}

.toolbarStycke{
	background-color: #F9F9F8;
}

.toolbar input[type=text], .toolbar textarea, .toolbar input[type=date], .toolbar input[type=time]{
	border: 1px solid #93999F;
	background-color: #FFF;
	background-image: url('/common/graphics/inputBak.gif');
	background-repeat: repeat-x;
	background-position: center center;
}

.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 #64625F;
	margin: 5px 2px;
}

.toolbarSplitHeader{
	text-align: center;
	font-weight: bold;
	background-color: #64625F;
	padding: 0px;
	color: #FFF;
	line-height: 16px;
}

.toolbarSplitSplitter{
	clear: both;
	border-bottom: 1px solid #64625F;
	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: #F3F2ED;
	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{
	padding: 1px;
	font-family: Verdana;
	font-size: 10px;
}

/* Å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;
}

/* 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%;
	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;
}

/* Länkar i boxarna */
.boxlink{
	color: #4b4434;
}

.boxlinkBeige{
	color: #4b4434;
}

.boxlinkBlau{
	color: #344d85;
}

/*** TILL MENYN ***/

/* INSTÄLLNINGAR FÖR DEN HORISONTELLA MENYN */

#meny ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

#meny li{
	float: left;
        /*background: url('/graphics/menutop_bg.gif') top left repeat-x;*/
        height: 42px;
}

#meny a{
	font-family: Arial;
        font-weight: bold;
	display: block;
	color: #7b7b7b;
	text-decoration: none;
	font-size: 11px;
	border-right: 1px solid #d6d6d6;
	border-left: 1px solid #fff;
	padding: 3px 12px !important;
	margin-top: 13px;
}

#meny li.forsta a{
	border-left: none;
	padding: 3px 5px !important;
}

#meny li.sista a{
	border-right: none;
}

#meny li.aktiv{
	background: url('/graphics/design/arrow_default.gif') no-repeat 50% 90%;
}

#menyBar{
	border-bottom: 7px solid #757370;
	margin: 0px 35px;
/*
	background-color: #757370;
	border-bottom: 7px solid #757370;
	height: 0px;
	padding: 0px;
	margin: 0px;
	width: 760px;
	margin: 0px 35px;*/
}

/* INSTÄLLNINAR FÖR DEN VERTIKALA MENYN */

#menySplitted a{
	font-family: Arial;
	text-decoration: none;
	font-weight: normal;
	color: #424240;
}

#menySplitted{
	padding: 0px !important;
	margin: 0px !important;
	text-align: left;
}

#menySplitted li{
	list-style: none;
	margin: 0px;
	padding-left: 10px;
	height: 30px auto;
	min-height: 30px;
	line-height: 30px;
	background-color: #f8f8f6;
	border-bottom: 1px solid #FFF;
}

#menySplitted li.aktiv{
	background-color: #e7e7e7;
}

#menySplitted ul{
	margin: 0px;
	padding: 0px;
}

#menySplitted .menuLevel0 a{
	padding-left: 10px !important;
}

#menySplitted .menuLevel0 li{
	padding-left: 0px !important;
}

#menySplitted .menuLevel1 a{
	padding-left: 15px !important;
}

#menySplitted .menuLevel1 li{
	padding-top: 4px;
	padding-left: 21px;

}

#menySplitted .menuLevel2 a{
	padding-left: 18px !important;

}

#menySplitted .menuLevel3 a{
	padding-left: 23px !important;

}

#menySplitted .menuLevel4 a{
	padding-left: 28px !important;

}


#menySplitted .aktiv a{
	font-family: Arial;
	color: #424240 !important;
	font-weight: bold !important;
}

#menySplitted .aktiv ul a{
	font-weight: normal !important;
}


#menySplittedTop, #menySplitted .top{
	background: url('/graphics/design/menubak_default.gif') repeat-x left top;
	color: #FFF;
	padding-left: 10px;
	width: 156px !important;
	height: 33px;
	line-height: 30px;
	font-weight: bold;
	border-bottom: 2px solid #ccd0c5;
}

#meny2 div{
	padding-left: 0.5em;
	text-decoration: none;
}

#meny2{
	position: relative;
	text-decoration: none;
	top: -7px;
	left: -8px;
	border: 0px solid #E5E4E2;
	background-color: #FFF;
	padding: 5px;
	height: 100%;
	width: 166px;
}

/* Inställningar för Nya medlemsföretagsboxar */

.yboxh {
	background: url('/graphics/bg1.jpg') no-repeat;
	padding-top: 10px;
}

.ybgbox1 {
	background: url('/graphics/bg_box1.jpg') repeat;
	height: 24px;

	padding-left: 7px;

        font-family: Arial;
        font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

.ybgbox2 {
	background: url('/graphics/bg_box1_2.jpg') repeat;
	padding-left: 7px;
	border-top: solid 1px;
	border-top-color:#dcdcda;
	height: 24px;
        font-family: Arial;
        font-size: 11px;
}

.ybgbox3 {
	background: url('/graphics/bg_box1_3.jpg') repeat;
	padding-left: 7px;
	border-top: solid 1px;
	border-top-color:#dcdcda;
	height: 24px;
        font-family: Arial;
        font-size: 11px;
}

/* Inställningar för Ladda ned box på Förstasida */

.tboxv {
        padding-left: 10px;
        padding-top: 2px;
        padding-bottom: 2px;
        font-family: Arial;
        font-weight: bold;
        font-size: 11px;
        color: #000000;
}

.uboxv {
	background: url('/graphics/bg2.jpg') no-repeat;
        padding-top: 10px;
}

.uboxv1 {
        padding-left: 8px;
}

.uboxv2 {
        background: url('/graphics/bg_box1_2.jpg') repeat;
        padding-left: 8px;
        border-top: solid 5px;
        border-top-color: #b7b7b5;
        font-family: Arial;
}

.uboxv3 {
        background: url('/graphics/bg_box1_2.jpg') repeat;
        padding-left: 7px;
        border-top: solid 1px;
        border-top-color: #dcdcda;
        font-family: Arial;
}

.hmeni  {
        border-top: solid 1px;
        border-top-color: #dcdcda;
        padding-top: 5px;
        padding-bottom: 5px;
}

.hmenii {
        border-top: solid 1px;
        border-top-color: #dcdcda;
        border-bottom: solid 1px;
        border-bottom-color: #dcdcda;
        padding-top: 5px;
        padding-bottom: 5px;
}
