body{
	font-family: Verdana;
	font-size: 14px;
	margin: 30px 0 0;
	background: #eaf2fc;
	line-height: 120%;
}

img{
	border: none;
}

h1{
	font-size: 22px;
	font-weight: normal;
	color: #484848;
	margin: 0 0 20px 0;
}

h2{
	font-size: 18px;
	font-weight: normal;
	color: #484848;
}

fieldset h2{
	padding: 0 0 2px 0;
	border-bottom: 1px solid #bbbfc6;
	margin: 0 0 20px 0;
}

#wrap{
	position: relative;
	width: 800px;
	margin: 0 auto;
}

#header{
	position: relative;
	height: 60px;
}

#languages{
	position: absolute;
	right: 0px;
	top: 0px;
}

#navigation{
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#main{
	position: relative;
}

#footer
{
	margin: 20px 0 0;
	color: #333;
	text-align: center;
	font-size: 12px;
}

#errorMessage,
#infoMessage{
	width: 780px;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	color: #444444;
	overflow: auto;
}

#errorMessage{
	border: 1px solid #990000;
	background: #f5e5e5;
}

#infoMessage{
	border: 1px solid #ACD373;
	background: #FAFFF3;
}

.red{
	color: red;
}

.hidden{
	display: none;
}

p.big{
	font-size: 14px;
}

input.zip{
	width: 50px;
}
input.half{
	width: 75px;
}
input.narrow{
	width: 112px;
}
input.standard{
	width: 150px;
}
input.wide{
	width: 225px;
}
input.double{
	width: 300px;
}

textarea{
	width: 300px;
	height: 150px;
}

div.hr{
	border-bottom: 1px solid #d9d9d9;
	margin: 10px 0;
}

div.hr hr{
	display: none;
}

.noShow{
	display: none;
}

/*jQueryUI kalendern */
.embed{
	position: relative;
	left: -21px;
	top: -1px;
}

/* Table styling */
table.tableList{
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-spacing: 1px;
	width: 728px;
}

table.tableList tr.odd{
	background: #fff;
}

table.tableList tr.even{
	background: #e5e6ce;
}

table.tableList tr.odd:hover, table.tableList tr.even:hover{
	background: #f1f2e6;
}

table.tableList tr th{
	background-color: #bea461;
	text-align: left;
	color: #fff;
	height: 31px;
	text-indent: 8px;
}

table.tableList tr td{
	padding: 4px 6px 4px 6px;
}

table.tableList tr td.right,
table.tableList tr th.right{
	text-align: right;
}

table tr th a{
	color: #fff;
	text-decoration: none;
}

table tr th a:hover{
	background: none;
}

table tr th img{
	padding: 0px 0px 0px 5px;
}

table tr td.center,
table tr th.center,
table.tableList tr td.center,
table.tableList tr th.center{
	text-align: center;
}

table.tableVertical th{
	text-align: left;
}
/* Table styling */


/* CSS forms */
fieldset{
	display: block;
	border: none;
	margin: 0;
	padding: 10px 10px 0px 10px;
}

legend{
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}

label{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #484848; 
}

fieldset.vertical label{
	float: left;
	text-align: right;
	padding: 0 10px 0 0;
}

fieldset.vertical div div{
	float: left;
}

form div{
	clear: both;
	margin-bottom: 25px;
	overflow: auto;
}

form div div{
	clear: none;
	float: left;
	margin-bottom: 0px !important;
}

/* Här börjar dom speficika reglerna */
.applicationForm{
	width: 100%;
	background: #fcfcea;
}
.applicationForm fieldset.vertical label{
	width: 160px;
}
.applicationForm .single{
	padding-left: 170px;
}
/* CSS forms */
