/* 
   Copyright Telmi Communcations AB 2007
   Author: Joel Soderstrom 
*/


/* Basic building blocks */
html {
	overflow: scroll;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #e6e6e6 url(../images/bg_gradient.gif) repeat-x scroll 0% 0%;
}

div#wrapper {
	width: 880px;
	margin: 20px auto 10px auto;
	background-color: white;
	/*border: 1px solid #999999;*/
}

div#top {
	height: 80px;
	padding: 20px 10px 0px 15px;
	text-align: left;
}

div#menu {
	height: 200px; /* max 290px (=height of bg)*/
	margin: 0 auto;
	background-image: url(../images/menu_gradient_new.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

div#content {
	padding: 3em 0;
	margin: 0 auto;
	text-align: left;
}

div#footer {
	/*background-color: #d7edf8;*/
	background-image: url(../images/menu_gradient_new.gif);
	background-position: 0% 99%; /* Just so the bottom edge wont show */
	background-repeat: repeat-x;
	border-top: 1px solid #b8b8b8;
	padding: 1em;
}


/* Menu */
#slogan {
	position: relative;
	top: 45px;
	width: 399px;
	height: 23px;
	margin: 0 auto;
	background-image: url(../images/slogan.gif);
	background-repeat: no-repeat;	
}

div#menu ul {
	position: relative;
	top: 89px;
	text-align: center;
}

div#menu ul li { 
	display: inline; 
	width: 144px;
	height: 87 px;
}

div#menu ul li a {
	width: 144px;
	height: 87 px;
}

div#menu ul li a.selected {
	position: relative;
	top: 1px;
	z-index: 2;
}


/* Content */
div#content div#left {
	float: left;
	padding-left: 2.5em;
	width: 250px;
}

div#content div#left a {
	display: block;
	width: 200px;
	/*font-weight: normal;*/
	/*border-bottom: 1px solid #6db1d5;*/
	padding: 5px 2px; 
}

div#content div#left a.first {
	/*border-top: 1px solid #6db1d5; */
	margin-top: 1.5em;
}

div#content div#left a:hover {
	color: #f7941d;
}

div#content div#left a.active {
	color: #ce9256;
}

div#content div#right {
	margin-left: 250px;
	padding: 0 2.5em 0 30px;
	border-left: 0px solid #b8b8b8;
}

ul.vertical {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}

ul.vertical li {
	padding: 0.3em;
}


/* Top, login */
div#top div#logo {
	float: left;
	width: 200px;
}

div#login {
	float: right;
	position: relative;
	top: 20px;
	width: 320px;	
}

div#login input.text {
	display: block;
	float: left;
	border: 1px solid #acd373;
	background-color: #FFFFCC;
	width: 110px;
	padding: 4px;
	margin: 0 5px 0 0;
}

div#login input.login {
	display: block;
	float: left;
}

div#login a {
	display: block;
	margin-top: 5px;
	color: #f7941d;
}



/* Footer */
div#footer div#legal {
	margin-top: 20px;
	font-size: 0.85em;
	color: #666666;
} 
	
div#footer ul li {
	display: inline;
	margin-right: 0.75em;
}


/* Common, global stuff */
a, img, ul, li {
	border: 0;
}

.clear {
	clear: both;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

input {
	color: #333333;
	font-size: 11px;
}


/* Sizes, margins, paddings */
.small {
	width: 100px;
}

.medium {
	width: 200px;
}

.large {
	width: 400px;
}

.topMarginXS {
	margin-top: 0.70em;
}

.topMarginS {
	margin-top: 1em;
}

.topMarginM {
	margin-top: 2em;
}

.topMarginL {
	margin-top: 3em;
}

.topPaddingS {
	padding-top: 1em;
}

.topPaddingM {
	padding-top: 2em;
}

.topPaddingL {
	padding-top: 3em;
}

.bottomPaddingS {
	padding-bottom: 1em;
}

.bottomPaddingM {
	padding-bottom: 2em;
}

.bottomPaddingL {
	padding-bottom: 3em;
}

.bottomPaddingXL {
	padding-bottom: 4em;
}

.floatRight {
	float: right;
}

.bottomXL {
	height: 200px;
}


/* Forms */
label {
	margin: 1em 0 0.25em 0;
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	color: #0083b3;
}

input.button {
	padding: 3px 10px;
	font-weight: bold;
}