/**
 * Motormaatje V2: Layout and positioning
 * 
 */

/* General */
/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear-both {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.hidden {
	display: none;
}
.align-right {
	text-align: right;
}

form fieldset legend {
	display: none;
}
.valign-middle {
	vertical-align: middle;
}

/* Body */
html, body {
	height: 100%;
	margin-bottom: 1px;
}
body {
	background: #fff url(../images/backgrounds/dinpattern-stripe.gif);
	font: normal normal .625em/1.6em Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
}

.hidden {
	display: none;
	visbility: hidden;	
}

/* Flash background */
#background {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 0;
	width: 100%;
}

/* Top */
#top {
	background: transparent url("../images/backgrounds/top.png") repeat-x left top;
	font-size: 1.2em;
	height: 59px;
	position: relative;
	z-index: 2;
}
h1#logo {
	left: -112px;
	position: absolute;
	top: -52px;
	overflow: hidden;
	z-index: 1;
}
h1#logo a {
	background: transparent url("../images/logo.png") no-repeat;
	display: block;
	height: 159px;
	text-indent: -999em;
	width: 366px;
}
#login {
	float: right;
	margin-top: 3px;
	position: relative;
}
#login a.btnLogin {
	background: transparent url("../images/buttons/login.gif") no-repeat left top;
	display: block;
	height: 21px;
	padding-right: 20px;
	text-indent: -999em;
	width: 83px;
}
#login div.linkRegister {
	color: #fff;
	font-weight: bold;
	padding-top: 12px;
}
#login div.linkRegister a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	}
#login div.linkRegister a:hover {
	text-decoration: underline;
	}




/* Status */
#login #status {
	padding: 4px 12px;
}
#login #status div.username {
	color: #fff;
	float: left;
	font-size: 1.17em;
	margin-top:2px;
	}
#login #status ul {
	float: left;
	font-size: 1.17em;
}
#login #status ul li {
	float: left;
	margin-left: 12px;
}
#login #status ul li a {
	color: #99CC00;
	display: block;
	padding: 2px 0;
	text-decoration: none;
}
#login #status ul li a:hover {
	color: #fff;
}

#login #status ul li.profile-complete {
	background: transparent url(../images/backgrounds/profile_complete_back.png) no-repeat left top;
	margin-left: 4px;
	padding: 2px;
	width: 150px;
}
#login #status ul li.profile-complete .progressbar {
	background: transparent url(../images/backgrounds/profile_complete_bar.gif) no-repeat left top;
	color: #333;
	font-size: 0.79em;
	text-align: center;
}


/* Container & centering */
.center {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 976px;
}
#container {
	position: relative;
	z-index: 2;
}
#ui-datepicker-div {
	z-index: 10;
}
.ui-autocomplete-results {
	position: absolute;
	z-index: 11;
}

/* Header */
#header {
	background: transparent url("../images/backgrounds/header.png") no-repeat left top;
	height: 48px;
	height: 27px;
	padding: 8px 27px 13px 176px;
	position: relative;
}

#search {
	padding: 12px 0px;
	position: absolute;
	right: 25px;
	top: 0;
}
#search legend,
#search label {
	display: none;
}
#search #sword {
	border: 0;
	color: #001715;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 2px;
	padding: 3px 0 0 0;
	width: 256px;
	vertical-align: top;
}
#search #sbutton {
	background: transparent url("../images/buttons/search.gif") no-repeat center center;
	cursor: pointer;
	border: 0;
	height: 24px;
	width: 18px;
}
#search #sbutton:hover {
	background-image: url("../images/buttons/search_hover.gif");
}
#search #sbutton span {
	display: none;
}

/* Main */
#main_top {
	background: transparent url("../images/backgrounds/main_top.png") no-repeat left top;
	height: 20px;
	margin-top: 12px;
}
#main {
	background: transparent url("../images/backgrounds/main.png") repeat-y left top;
	min-height: 400px;
	padding: 4px 33px 53px 33px;
}

/* Enable Right column */
body.rightCol #content {
	float: left;
	width: 500px;
}
body.rightCol #right {
	float: right;
	width: 370px;
}

/* Enable Left column */
body.leftCol #main {
	padding-left: 8px;
} 
body.leftCol #left {
	float: left;
	width: 200px;
}
body.leftCol #content {
	float: right;
	width: 712px;
}

/* Enable left and right column */
body.leftRightCol #main {
	padding-left: 8px;
}
body.leftRightCol #left {
	float: left;
	width: 220px;
}
body.leftRightCol #content {
	float: left;
	width: 324px;
}
body.leftRightCol #right {
	float: right;
	width: 330px;
}

/* Enable 3 column on toerrit dashboard */
/*body.p36 #main {
	padding-left: 8px;
}
body.p36 #left {
	float: left;
	width: 200px;
}
body.p36 #content {
	float: left;
	width: 360px;
	margin-left: 16px;
}
body.p36 #right {
	float: right;
	width: 330px;
}
*/
/*body.p9 #content {
	width: 500px;
}
body.p9 #right {
	float: right;
	width: 196px;
}
*/
.csc-frame-frame1 {
	background: #fff url("../images/backgrounds/frame1.gif") repeat left top;
	margin-bottom: 20px;
	padding: 16px;
}
.csc-frame-frame2 {
	border: 2px solid #99CC00;
	margin-bottom: 20px;
	padding: 16px;
}
/* Footer */
#footer {
	background: transparent url("../images/backgrounds/main_bottom.png") no-repeat left bottom;
	clear: both;
	float: none;
	height: 30px;
	font-size: 1.2em;
	padding: 0 20px;
}
#footerNav {
	float: right;
}
#footer .copy {
	color: #c2c2c2;
	float: left;
}

