* {
	padding: 0;
	margin: 0;
	font-size: 101%;
}

html {
	height: 100%;
	overflow-y: scroll;
	overflow-x: auto;
}

body {
	height: 100%;
	background-image: url('/resources/img/background.gif');
}

img {
	border: 0;
}

a:focus {
	outline: none;
}

#scmediaSite {
	background-color: #FFFFFF;
	width: 900px;
	margin: 0 auto;
	min-height: 100%;
}

* html #scmediaSite { /* IE Hack for 100% height */
	height: 100%;
	position: relative;
}

#siteHeader {
	padding-top: 50px;
	padding-left: 12px;
	width: 876px;
	background-color: #FFFFFF;
	position: relative;
	height: 70px;
}

#scmLogo {
	float: left;
	position: relative;
	width: 136px;
}

#siteNavigation {
	position: relative;
	margin-left: 12px;
	float: left;
}

#scmLogoText {
	position: relative;
	float: right;
}

#scmMood {
	position: relative;
	clear: both;
}

#siteContentWrapper {
	position: relative;
	padding-top: 80px;
	margin-left: 12px;
	padding-bottom: 30px;
	
}

.siteClear {
	clear: both;
	margin-bottom: 25px;
	}

#siteContentNavigation {
	position: relative;
	float: left;
	width: 136px;
}

.siteContentNavigationList {
	margin-top: 41px;
}

.siteContentNavigationList li {
	list-style: none;
	height: 18px;
	line-height: 18px;
	margin-top: 1px;
}

.siteContentNavigationList li a.selected {
	border-bottom: 1px dotted #3399FF;
}

.siteContentNavigationList li a,a.textLink {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #3399FF;
	background-image: url('/resources/img/iconLink.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;
	text-decoration: none;
}

a.textLink {
	padding-left: 8px;
	margin-left: 4px;
}

.textLink.zoomIn {
	background-image: url('/resources/img/icons/icon_zoom_in.gif');
	padding-left: 12px;
	font-weight: bold;
}

.textLink.zoomOut {
	background-image: url('/resources/img/icons/icon_zoom_out.gif');
	padding-left: 12px;
	font-weight: bold;
}

.textLink.download {
	background-image: url('/resources/img/icons/icon_download.gif');
	padding-left: 12px;
	font-weight: bold;
}

.siteContentNavigationList li a:hover,a:hover .textLink {
	text-decoration: none;
	border-bottom: 1px dotted #3399FF;
}

#siteContent {
	position: relative;
	padding-left: 12px;
	width: 620px;
	float: left;
}

.contentHeadline {
	font-family: Arial, Verdana;
	font-size: 22px;
	color: #450000;
	margin-bottom: 18px;
}

.contentSubheadline {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #3399FF;
	font-weight: bold;
}

.contentText {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #450000;
	line-height: 18px;
}

/* Styles for the entire lavaMenu menu */
.lavaMenu {
	position: relative;
	height: 30px;
	padding: 0px;
}

/* Force the list to flow horizontally */
.lavaMenu li {
	float: left;
	list-style: none;
}

/* Represents the background of the highlighted menu-item. */
.lavaMenu li.back {
	background-color: #3399FF;
	height: 37px;
	z-index: 8;
	position: absolute;
	width: 1px;
	margin-left: -10px;
}

/* Styles for each menu-item. */
.lavaMenu li a {
	position: relative;
	overflow: hidden;
	height: 37px;
	z-index: 10;
	float: left;
	margin-right: 22px;
}

input,textarea {
	width: 99%;
	border: 0px;
	background-color: #EEEEEE;
	color: #450000;
	line-height: 18px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
}

input.error,textarea.error {
	border: 1px dotted red;
}

label.error {
	display: block;
	margin-bottom: 15px;
	font-family: Arial, Verdana;
	font-size: 10px;
}

.scmContactFormField {
	margin-bottom: 12px;
}


.overlabel-apply {
	display: inline; 
	color : #999;
	cursor: text;
	left: 5px;
	position: absolute;
	top: 4px;
	/* I use bold labels hence only 1px, normal weight labels would use 3px */
	z-index: 1;
	font: 11px tahoma;
	color: #685454;
}

.overlabel-wrapper {
	position: relative;
}
