@CHARSET "ISO-8859-1";

html, body
{
   height:100%;
}

body
{
	font-family: 'Exo 2', sans-serif;
	padding: 0;
  	margin:0;
  	min-width: 900px;
  	color: #192C38;
  	background-color: #FFFFFF;
  	background-image: url('../images/template/texture.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top left;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
   margin: 0;
}

h1 {
	color: #3d497c;
}

.spacer {
	height: 16px;
}

.smallspacer {
	height: 6px;
}

.bigspacer {
	height: 32px;
}


#background-glare-wrapper {
   position: fixed;
   width:100%;
   z-index: -1;
}

#background-glare
{
   position: relative;
   top: 0;
   max-width:973px;
   min-width: 900px;
   height:422px;
   left: 0;
   margin-right: auto;
   background-image: url('../images/template/page_gl.png');
   background-repeat: no-repeat;
   background-position: left top;
}

#main-wrapper {
	padding-top: 15px;
	width: 960px;
	margin-left: auto ;
	margin-right: auto ;
}

#header {
	background-image: url('../images/template/header.png');
	width: 960px;
	height: 150px;
}

#topbar {
	height: 30px;
	background-image:  url('../images/template/topbar_back.png');
	background-repeat: repeat-x;
	color: white;
	padding: 8px 0 8px 0;
	margin-left: 1px;
	margin-right: 1px;
}

#topbar-slim {
	text-align: right;
	height: 26px;
	background-image:  url('../images/template/topbar_back_slim.png');
	background-repeat: repeat-x;
	color: white;
	padding: 4px;
	margin-left: 1px;
	margin-right: 1px;
}

#topbar-slim .user_name {
	vertical-align: top;
	display: inline-block;
	padding: 1px 4px;
	font-size: 18px;
}	
#main {
	background: white;
	background-repeat: repeat-y;
	border-left: solid 1px #17309d;
	border-right: solid 1px #17309d;
	min-height: 450px;
	padding: 10px;
}

#main-menu {
	background: white;
	background-image:  url('../images/template/menu_back.png');
	background-repeat: repeat-y;
	border-left: solid 1px #17309d;
	border-right: solid 1px #17309d;
	min-height: 530px;
	padding: 10px;
}

#main-menu-slim {
	background: white;
	background-image:  url('../images/template/menu_back_slim.png');
	background-repeat: repeat-y;
	border-left: solid 1px #17309d;
	border-right: solid 1px #17309d;
	min-height: 530px;
	padding: 10px;
}

#content-menu {
	margin-left: 224px;
}

#content-menu-slim {
	margin-left: 148px;

}

#footer {
	background-image: url('../images/template/footer.png');
	width: 960px;
	height: 25px;
	text-align: center;
	padding-top: 3px;
	font-size: 16px;
}

.error {
	font-size: 24px;
	color: red;
}

/* Knapper */
/* Knapper */
.blueButton, .greenButton, .redButton, .disabledButton, .bigblueButton, .bigredButton, .biggreenButton {
	font-size:16px;
	padding:6px 24px;
	text-decoration:none;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	text-align: center;
}

.disabledButton {
	cursor: not-allowed;
}

.blueButton:active, .greenButton:active, .redButton:active {
	position:relative;
	top:1px;
}

.blueButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	border:1px solid #124d77;
	text-shadow:0px 1px 0px #154682;
}

.blueButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}

.greenButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54f7a3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54f7a3;
	box-shadow:inset 0px 1px 0px 0px #54f7a3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00c17d), color-stop(1, #00a761));
	background:-moz-linear-gradient(top, #00c17d 5%, #00a761 100%);
	background:-webkit-linear-gradient(top, #00c17d 5%, #00a761 100%);
	background:-o-linear-gradient(top, #00c17d 5%, #00a761 100%);
	background:-ms-linear-gradient(top, #00c17d 5%, #00a761 100%);
	background:linear-gradient(to bottom, #00c17d 5%, #00a761 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c17d', endColorstr='#00a761',GradientType=0);
	background-color:#00c17d;
	border:1px solid #12774d;
	text-shadow:0px 1px 0px #158246;
}
.greenButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00a761), color-stop(1, #00c17d));
	background:-moz-linear-gradient(top, #00a761 5%, #00c17d 100%);
	background:-webkit-linear-gradient(top, #00a761 5%, #00c17d 100%);
	background:-o-linear-gradient(top, #00a761 5%, #00c17d 100%);
	background:-ms-linear-gradient(top, #00a761 5%, #00c17d 100%);
	background:linear-gradient(to bottom, #00a761 5%, #00c17d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a761', endColorstr='#00c17d',GradientType=0);
	background-color:#00a761;
}

.redButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	border:1px solid #990909;
	text-shadow:0px 1px 0px #810e05;
}
.redButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
}

.disabledButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bdbdbd;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bdbdbd;
	box-shadow:inset 0px 1px 0px 0px #bdbdbd;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8a8a8a), color-stop(1, #818181));
	background:-moz-linear-gradient(top, #8a8a8a 5%, #818181 100%);
	background:-webkit-linear-gradient(top, #8a8a8a 5%, #818181 100%);
	background:-o-linear-gradient(top, #8a8a8a 5%, #818181 100%);
	background:-ms-linear-gradient(top, #8a8a8a 5%, #818181 100%);
	background:linear-gradient(to bottom, #8a8a8a 5%, #818181 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a8a8a', endColorstr='#818181',GradientType=0);
	background-color:#8a8a8a;
	border:1px solid #767676;
}
