body{
	background-color:#fff;
	background-image:url(../images/header_back_bg.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:auto;
	font-family:Arial;
	font-size:0.8em;
	color:#333;
	margin:0px;
	padding:0px;
}

img{
	border:0px;
	margin:0px;
	padding:0px;
}

h1{
	margin-top:0.3em;
	margin-bottom:0.5em;
	font-size:2.3em;
	color:#666;
	font-weight:bold;
	font-family:Trebuchet MS, Arial;
	font-style:italic;
}

h2{
	margin-top:0.3em;
	margin-bottom:0.4em;
	font-size:1.7em;
	color:#666;
	font-weight:bold;
	font-family:Trebuchet MS, Arial;
	font-style:italic;
}

h3{
	margin-top:0.3em;
	margin-bottom:0.4em;
	font-size:1.4em;
	color:#666;
	font-weight:bold;
	font-family:Trebuchet MS, Arial;
	font-style:italic;
}
h4, h5, h6{
	margin-top:0.3em;
	margin-bottom:0.4em;
	font-size:1.2em;
	color:#666;
	font-weight:bold;
	font-family:Trebuchet MS, Arial;
	font-style:italic;
}

p{
	margin-top:0px;
	margin-bottom:10px;
	line-height:1.6em;
}

table{
	border-collapse:collapse;
	empty-cells:hide;
	line-height:1.6em;
}
td{
	padding:3px;
}
table p{
	margin:0px;
}

form{
	margin:0px;
	line-height:1.6em;
}

a{color:#d65c00; text-decoration:underline;}
a:visited{color:#d65c00;}
a:hover{color:#d65c00;}

/* ---------------------------------- SIDANS STRUKTUR -------------------------------- */


/* SIDAN PLACERING */
.clsWindow{
	position:absolute;
	width:100%;
	height:auto;
	text-align:center;
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	padding-bottom:30px;
}


/* SIDANS INNEHÅLL */
.clsContainer{
	margin:auto;
	width:930px;
	height:600px;
	text-align:left;
	padding-left:20px;
}


/* SIDANS HUVUD */
.clsHeader{
	width:930px;
	/*height:318px;*/
}


/* LOGOTYP */
.clsLogotype{
	margin-top:40px;
	font-size:0px;
}

/* TOPPMENY  */
.clsTopmenu{
	position:absolute;
	top:35px;
	margin-left:19%;
	color:#fff;
	font-size:10px;
	text-transform:uppercase; 
}

.clsTopmenu .clsStart{
	width:70px;
	height:119px;
	background-image:url(../images/topmenu_start_shadow.gif);
	background-position:center 66px;
	background-repeat:no-repeat;
	float:left;
	text-align:center;
}

.clsTopmenu .clsNew{
	width:70px;
	height:119px;
	
	background-image:url(../images/topmenu_new_shadow.gif);
	background-position:center 66px;
	background-repeat:no-repeat;
	float:left;
	text-align:center;
}

.clsTopmenu .clsLogin{
	width:70px;
	height:119px;
	background-image:url(../images/topmenu_login_shadow.gif);
	background-position:center 66px;
	background-repeat:no-repeat;
	float:left;
	text-align:center;
}

.clsTopmenu .clsInfo{
	width:70px;
	height:119px;
	background-image:url(../images/topmenu_info_shadow.gif);
	background-position:center 66px;
	background-repeat:no-repeat;
	float:left;
	text-align:center;
}

.clsTopmenu .clsContact{
	width:70px;
	height:119px;
	background-image:url(../images/topmenu_contact_shadow.gif);
	background-position:center 66px;
	background-repeat:no-repeat;
	float:left;
	text-align:center;
}

/* Toppmeny länkar */
.clsTopmenu a img{
	text-decoration:none;
}
.clsTopmenu a:visited img{
	text-decoration:none;
}
.clsTopmenu a:hover img{
	text-decoration:none;
	border:solid 1px transparent;
}

.clsTopmenu a{
	color:#fff;
	text-decoration:none;
}
.clsTopmenu a:visited{
	color:#fff;
	text-decoration:none;
}
.clsTopmenu a:hover{
	color:#fff;
	text-decoration:none;
}




/* INNEHÅLL  */
.clsContent{
	width:930px;
	margin-top:100px;
}


/* SATSYTA */
.clsContentText{
	width:640px;
	float:left;
}


/* UNDERMENY OCH PUFFAR  */
.clsContentRight{
	float:right;
	margin-top:50px;
}
/* Undermeny */
.clsSubmenu{
	width:221px;
}
/* Undermeny länkar 2:a nivå */
.clsSubmenu a{
	font-weight:bold;
	display:block;
	margin-bottom:20px;
}
/* Undermeny länkar 3:e nivå */
.clsSubmenu a.clsLinkSub{
	font-weight:normal;
	margin-left:18px;
}
/* Vald länk */
.clsSubmenu .clsLinkActive{
	font-weight:bold;
	color:#d65c00;
	float:left;
	margin-right:10px;
	font-size:1.2em;
}
.clsSubmenu .clsLinkActive2{
	font-weight:normal;
	color:#d65c00;
	float:left;
	margin-right:10px;
	font-size:1.2em;
}

/*Administrationslänk*/
.clsSubmenu img{
	float:left;
	margin-right:5px;
	
}


/* Puffar */
.clsPuff{
	width:221px;
	background-image:url(../images/puff_center.gif);
	text-align:center;
	margin-bottom:25px;
}
.clsPuffTop{
	background-image:url(../images/puff_top.gif);
	width:221px;
	height:8px;
	background-repeat:no-repeat;
}
.clsPuffBottom{
	background-image:url(../images/puff_bottom.gif);
	width:221px;
	height:8px;
	background-repeat:no-repeat;
	margin-bottom:-8px;
}
.clsPuffLink{
	display:none;
}
.clsPuffImage{
	border:solid 1px #cfcfcf;
	width:203px;
	height:134px;/*Detta är maxhöjd i image.ini*/
	overflow:hidden;
	background-color:#fff;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:3px;
}



/* OBJEKT I LINELÄGE */
.clsLineContent{
	margin-top:15px;
	width:530px;
}
.clsLineContent h4{
	margin:0px;
}
.clsLineContent p{
	display:inline;
}


/* VISAR PERSONER I KONTAKT-DATABASEN */
.clsLinePerson{
	/*
	width:325px;
	margin-right:20px;
	float:left;
	*/
}
.clsLinePersonImage{
	float:left; 
	padding-top:3px;
	padding-right:10px;
	min-height:99px;
	width:99px;
}
.clsLinePerson h4{
	margin-bottom:0px;
	background-color:#eee;
}
.clsLinePerson p{
	font-size:0.85em;
}



/* SIDFOT */
.clsFooter{
	text-align:right;
	margin-top:5px;
	clear:both;
}
.clsFooter p{
	color:#333;
	margin:0px;
	font-size:0.8em;
}
.clsNovitell p{
	color:#ccc;
	margin:0px;
	font-size:0.8em;
}
.clsNovitell a{
	color:#ccc;
}
.clsNovitell a:visited{
	color:#ccc;
}
.clsNovitell a:hover{
	color:#ccc;
}


/* ÖVRIGT */
.clsHidden{
	display:none;
}

/* Clear */
.clsClear{
	clear:both;
}
.clsClearLeft{
	clear:left;
}
.clsClearRight{
	clear:right;
}

/* STANDARDBILD TILL VÄNSTER OCH HÖGER */
.imageleft{
	margin-right:5px;
}
.imageright{
	margin-left:5px;
}


/*FÖNSTER SOM VISAS NÄR MAN LADDAR UPP PDF*/

.clsUploadWin{
	background-image:url('../images/window.jpg');
	width:426px;
	height:267px;
	display:none;
	position:absolute;
  }
.clsUploadWin .clsTimeglass{
	margin-top:25px;
	margin-left:30px;
	position:absolute;
}
.clsUploadWin h1{
	position:absolute;
	top:50px;
	margin-left:110px;
	font-family:arial;
	font-weight:bold;
	font-size:24px;
	color:#333;
	margin-bottom:0px;
}
.clsUploadWin p{
	position:absolute;
	top:110px;
	margin-left:50px;
	font-family:arial;
	font-weight:normal;
	font-size:12px;
	color:#333;
	margin-bottom:0px;
	width:300px;
}


/* ------------------- OVERIDE PÅ EZ'S EGNA ELEMENT ------------------- */

/* Avstånd mellan bild och text */
.object-left{
	padding-right:5px;
}
.object-right{
	padding-left:5px;
}
/* Bild text*/
.class-image p{
	margin:0px;
	font-style:italic;
}

/* Gör att listor flyter rätt kring embed-objects */
.clsList ul, .clsList ol{
	list-style-position:inside;
	margin:0 0 10px 10px;
}

/* Löser problemet med p innuti listor och tabeller */
li p{
	display:inline;
}

/* Tar bort tomrummet för alternativen i omröstningsmodulen */
.block{
	display:inline;
}

/* Gör att standard knappen för submit får en annan cursor */
.button{
	cursor:pointer;
}


/* ------------- STILMALL FÖR ADMINISTRATIONEN PÅ UTSIDAN --------------*/
div.clsInvalid
{
	/*color:#c00;*/
}

div.clsValid
{
	/*color:#393;*/
}

td.clsLineFolderEpaperDark
{
	margin:0;
	padding:0.5em;
	background-color:#eee;
	vertical-align:top;
	
}

td.clsLineFolderEpaperLight
{
	margin:0;
	padding:0.5em;
	background-color:#fff;
	vertical-align:top;
}

th.clsLineFolderEpaper
{
	margin:0;
	padding:0.5em;
	background-color:#fff;
	border-left:#666 solid 1px;
	border-right:#666 solid 1px;
	vertical-align:top;
	border-bottom:#666 solid 1px;
}

th.clsLineFolderEpaper img
{
	vertical-align: middle;
}

td.clsLineFolderEpaperDarkIcon
{
	margin:0;
	padding:0.5em;
	background-color:#eee;
	width:30px;
	vertical-align:top;
}

td.clsLineFolderEpaperLightIcon
{
	padding:0.5em;
	background-color:#fff;
	width:30px;
	vertical-align:top;
}

div.clsLineUploadEpaper
{
	margin:0;
	margin-top:1.5em;
	margin-bottom:0.5em;
}

table.clsEpaperList
{
	margin:0;
	padding:0;
	border:#666 solid 1px;
	width:98%;
	margin-bottom:20px;
}
table.clsEpaperList tr{
	border-bottom:solid 1px #666;
}

table.clsStatisticList{
	margin:0;
	padding:0;
	border:#666 solid 1px;
	width:98%;
	margin-bottom:20px;
}

table.clsStatisticList th{
	background-color:#fff;
	border-bottom:solid 1px #666;
	border-left:solid 1px #666;
	padding-left:2px;
}
table.clsStatisticList td{
	border-left:solid 1px #666;
}
table.clsStatisticList th.clsRightAlign{
	text-align:right;
	padding-right:2px;
}
table.clsStatisticList td.clsRightAlign{
	text-align:right;
}
table.clsStatisticList tr.clsDark{
	background-color:#eee;
}
table.clsStatisticList tr.clsLight{
	background-color:#fff;
}

div.clsNoDisplayCheckbox
{
	display:block;
	visibility:hidden;
	width:25px;
	float:left;
}

div.clsDisplayCheckbox
{
	display:block;
	visibility:visible;
	width:25px;
	float:left;
}

input.clsURLTextLight
{
	width:95%;
	background-color:#eee;
	border:1px solid #666;
	font-size:10px;
}

input.clsURLTextDark
{
	width:95%;
	background-color:#fff;
	border:1px solid #666;
	font-size:10px;
}

p.clsEpaperMenuItem
{
	margin-top:1em;
}

p.clsEpaperMenuItem img
{
	vertical-align: middle;
}

div.clsInput label
 {
	margin:0;
	margin-top:0.5em;
	padding:0;
 }

 div.clsButtonBlock
 {
	margin:0;
	margin-top:1.5em;
	padding:0;
 }

 div.clsListPaymentPeriod
 {
	margin:0;
	margin-bottom:1em; 
}

div.clsFullPaymentPeriod p
 {
	margin:0;
	padding:0;
 }

 div.clsReceiptInfo
 {
	margin:0;
	margin-top:0.5em;
	margin-bottom:0.5em;
	padding:0;
 }

 table.clsReceiptList
 {
	margin:0;
	padding:0;
	border-top:#666 solid 1px;
	border-bottom:#666 solid 1px;
	width:98%;
}

th.clsLineReceiptDate
{
	margin:0;
	background-color:#fff;
	border-left:#666 solid 1px;
	border-right:#666 solid 1px;
	border-bottom:#666 solid 1px;
}

th.clsLineReceipt
{
	margin:0;
	background-color:#fff;
	border-left:#666 solid 1px;
	border-right:#666 solid 1px;
	border-bottom:#666 solid 1px;
}

td.clsLineReceiptDateDark
{
	margin:0;
	padding:0.2em;
	background-color:#eee;
	border-left:#666 solid 1px;
	border-right:#666 solid 1px;
	width:30px;
	vertical-align:top;
}

td.clsLineReceiptDateLight
{
	padding:0.2em;
	background-color:#fff;
	border-left:#666 solid 1px;
	border-right:#666 solid 1px;
	width:30px;
	vertical-align:top;
}

td.clsLineReceiptDark
{
	margin:0;
	padding:0.2em;
	background-color:#eee;
	border-left:#666 solid 1px;
	border-right:#666 solid 1px;
	vertical-align:top;
}

td.clsLineReceiptLight
{
	margin:0;
	padding:0.2em;
	background-color:#fff;
	border-left:#666 solid 1px;
	border-right:#666 solid 1px;
	vertical-align:top;
}

div.clsIpNumber
{
	margin-bottom:1em;
}

table.clsPaymentTable
{
	margin:0;
	padding:0;
	width:75%;
}

table.clsPaymentTable td
{
	margin:0;
	padding:0.2em;
	vertical-align:top;
	padding-left:10px;
}

table.clsPaymentTable td.clsRightAlign
{
	text-align:right;
	padding-right:10px;
}

table.clsPaymentTable td.clsLine
{
	border-top:#666 solid 1px;
	padding:0;
}

form.clsInlineForm
{
	display:inline;
}

table.clsReceiptTable
{
	margin:0;
	padding:0;
	width:75%;
}

table.clsReceiptTable td
{
	margin:0;
	padding:0.2em;
	vertical-align:top;
}

table.clsReceiptTable td.clsRightAlign
{
	text-align:right;
	padding-right:10px;
}

div.clsPrint
{
	width:75%;
	text-align:right;
	margin-top:20px;
	margin-bottom:10px;
}