/* Allmänna inställningar */

*{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}

table,td{
        font-family: Verdana;
        font-size: 11px;
        font-weight: normal;
}

p{
        font-family: Verdana;
        font-size: 11px;
        font-weight: normal;
}

div{
        font-family: Verdana;
        font-size: 11px;
        font-weight: normal;
}

h3{
        font-family: Verdana;
        font-size: 14px;
}

h2{
        font-family: Verdana;
        font-size: 15px;
}

h1{
        font-family: Verdana;
        font-size: 16px;
}

body, html{
	height: 100%;
}

/* 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;
}

.loginText{
	font-family: Verdana;
	font-size: 9px;
	color: #364a85;
	text-decoration: none;
	margin-right: 3px;
}

.hide{
	height: 0px;
	overflow: hidden;
}

.highlight{
	font-weight: bold;
	color: #FF0;
}

a{
	color: #ffff00;
}

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;
}

/* Formulär */
input, textarea{
/*        border: 1px solid #005282;
        background-color: #FFF;
        color: #000; */
}



/* Å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;
}

#meny li{
	list-style: none;
	width: 175px !important;
	margin: 3px 0px;
	font-weight: bold;
	 text-align: left;
}

#meny ul{
	padding: 0px;
	padding-left: 10px;
	padding-left: 5px;
}

#meny a{
	line-height: 20px;
	font-size: 10px;
	color: #000;
/*	text-transform: uppercase;	*/
}

#menulevel0 li.aktiv{
        font-weight: normal;
}

#meny li.aktiv{
	font-weight: normal;
}


#topMenu, #topMenu a{
	color: #C6C6C6;
}