/* CSS Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

.clear{clear: both;}
.left{float: left;}
.right{float: right;}

/* Struktur */

html, body {
	/*background: #4f1a6c url(../gfx/carbon_bg.png) no-repeat center;*/
	background: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica sans-serif;
	color: #444444;
    font-size: 12px;
	background-image: url(/gfx/bg.jpg);
		background-position: center;
	background-attachment: fixed;
}

p {
	padding: 5px 0;
}

a {
    color: #00F;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#spacer {
	margin-top: 100px;
}

.orange {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	margin: 5px 0;
	clear: both;
}

h1 {
	background: transparent url(../gfx/meny.png) no-repeat scroll left bottom;
	font-size: 17px;
	font-weight: bold;
    color: #ffffff;
	padding: 2px 0px 12px 3px;
	margin-bottom: 6px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
    color: #000;
	margin-bottom: 3px;
	padding: 3px 0px 3px 0px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
    color: #000;
	margin-bottom: 3px;
	padding: 3px 0px 3px 0px;
}

h2.bg {
	background: transparent url(../gfx/meny.png) no-repeat scroll left bottom;
	font-size: 12px;
	color: #fff;
	padding: 2px 0px 12px 3px;
	margin-right: 35px;
}


logo#logo {
	padding: 15px;
}

logo#logo a {
	background: url(../gfx/logo.jpg) no-repeat scroll 0 0;
	display: block;
	text-indent: -99999px;
	width: 240px;
	height: 61px;
	
}

.h2_line {
	background: url(../gfx/global/hr.gif) no-repeat;
	height: 27px;
	margin: -45px 0 15px 0;
}

h3 {
    font-size: 18px;
	margin: 0 0 15px 0;
    color: #000;
}

form label {
	display:block;
	padding:2px 0 2px;
	font-weight:bold;
}

form input, form textarea {
	background: #fff;
	border:1px solid #E5E5E5;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}

input .action {
	background: #d0cdbe;
	font-weight: bold; !important
}

form input.w150 {
	width: 150px;
}

form textarea {
	width:500px;
}

form input.submit {
	background: #000;
	color: #fff;
}

/* Layout */

#wrapper {
	background: #fff;
    width: 900px;
    margin: 0 auto;
	padding: 15px;
	margin-bottom: 80px;
	padding: 10px 60px;
	-webkit-border-radius:15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
		-webkit-border-bottom-left-radius: 30px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	-moz-box-shadow: 0px 2px 10px #000;
	-webkit-box-shadow: 0px 2px 10px #000;

}

#nav, #subnav {
	float: right;
	position: relative;
	right: 5px;
}

#nav li, #subnav li {
	display: inline;
	list-style-type: none;
}

#nav li a, #subnav li a {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	float: left;
	padding: 3px 10px;
	-webkit-border-radius:15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#subnav li a {
	font-size: 10px;
	font-weight: normal;
}

#nav li a:hover, div#nav li a.selected, #subnav li a:hover, div#subnav li a.selected {
	text-decoration:none;
	background-color:#d6dbdd;
	color: #000000;
}

div#leftcolum {
	float: left;
	width: 200px;
	margin-left: 10px;
	padding-rigth: 20px;
}

div#content {
	margin: 18px 120px 0 0;
	float: right;
	width: 550px;
}

.pad5 {
	margin-bottom: 5px;
}

div#footer {
	font-size: 10px;
	text-align: center;
	width: 400px;
	margin: 0 auto;
	padding-top: 15px;
}

/* CSS Messages */
.messages {
    font-family: "Trebuchet MS", Arial, Sans-serif;
    margin: 20px 0px;
	padding: 10px 20px 10px 45px;
}
.success {
	background: #6bca81 url(/edgecontrol/gfx/icons/success.png) 15px 50% no-repeat;
	border: 1px solid #609c43;
	color: #FFFFFF;
}
.success span {
	font-size: 1.1em;
	font-weight: bold;
}
.error {
	background: #fff6bf url(/edgecontrol/gfx/icons/error.png) 15px 50% no-repeat;
	border: 1px solid #ffd324;
	color: #333;
}
.error span {
	font-size: 1.2em;
	font-weight: bold;
}
.failed {
	background: #eb4e4e url(/edgecontrol/gfx/icons/delete.png) 15px 50% no-repeat;
	border: 1px solid #b03b3b;
	color: #FFFFFF;
}
.failed span {
	font-size: 1.2em;
	font-weight: bold;
}
.info {
	background: #F8FAFC url(/edgecontrol/gfx/icons/information.png) 15px 50% no-repeat;
	border: 1px solid #B5D4FE;
	color: #333333;
}
.info span {
	font-size: 1.2em;
	font-weight: bold;
}

.error_field {
	background: #EB4E4E none repeat scroll 0 0;
	border: 1px dotted #333333;
}

