/*
-------------------------------------------------+
Client: SG-SCHOT
Date: 28/03/2008
Copyright: Robarov
Author: Jan Meeus
-------------------------------------------------+
*/
* {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.4em;
	text-align: center;
}
#container {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}
#content {
	padding: 0 0 0 220px;
	min-height: 240px;	
}

/*--[ common ]----------------------------------------------------------------*/
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
}
h1 {
	font-size: 2.6em;
	font-weight: bold;
	letter-spacing: -1.2pt;
	margin-bottom: 0.5em;
	color: #333;
}
h2 {
	margin-top: 0.5em;
	font-size: 1.8em;
	margin-bottom: 0.3em;
	color: #333;
	}
h3 {
	font-size: 1.4em;
	margin-bottom: 0.3em;
}
p {
	margin-bottom: 1em;
}
em {
	font-style: normal;
	color: #e23b00;
}
ol {
	margin: 0 0 1em 2em;
}
ul {
	margin: 0 0 1em 1em;
}
ul li {
	background: url(../i/layout/bullet.gif) 0 0.3em no-repeat;
	list-style-type: none;
	margin: 0 0 0.3em 0;
	padding: 0 0 0 20px;
}
img, fieldset {
	border: none;
}
.alignleft {
	margin: 0 15px 5px 0;
	float: left;
	display: inline;
}
.alignright {
	margin: 0 0 5px 15px;
	float: right;
	display: inline;
}
.left, .right {display: inline;}
.left {float: left;}
.right {float: right;}

.highlight { /* highlight important text */
	background: #FFC;
}
.clear { /* clear floated divs */
	clear: both;
}
.hide { /* hides text from broswer */
	position:absolute;
	left:-9999px;
	width:0px;
	overflow:hidden;
}
/*--[ links ]----------------------------------------------------------------*/
a {
	color: #d32231;
}
a:hover {
	color: #000;
}
#footer a {color: #999;}
#footer a:hover {color: #666;}

/*--[ header ]----------------------------------------------------------------*/
#header {
	position: relative;
	height: 125px;
	width: 100%;
}
#header h2 {
	background: #FFF;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 100%;
	margin: 0px;
	padding: 0;
	border-bottom: 5px solid #EDC65F;
}
#header h2#sg-schot{
	background: #FFF url(../i/sg-schot.jpg) top left no-repeat;
}
#header h2 a {
	text-indent: -9000em;
	overflow: hidden;
	width: 200px;
	height: 75px;
	display: block;
	text-decoration: none;
	float: left;
	padding: 0;
	margin: 0;
}

.information{
	color: #000;
	position: absolute;
	right: 15px;
	top: 5px;
	text-align: right;
	left: 185px;
}
/*--[ nav ]----------------------------------------------------------------*/
#nav {
	position: absolute;
	top: 105px;
	left: 0px;
	margin: 0;
	width: 200px;
	border-right: 1px solid #EDC65F;
	font-weight: bold;
	background: #FFF;
}
#nav li {
	height: 30px;
	float: left;
	display: inline;
	margin: 0px;
	padding-left: 20px;
	width: 180px;
	border-bottom: 3px solid #EDC65F;
	background: none;
}
#nav li a {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	color: #000;
	padding-right: 20px;
	text-decoration: none;
}
#nav li.active a, #nav li a:hover {
	color: #000;
	text-decoration: none;
}
#nav li.active {background: #EDC65F url(../i/layout/bg-nav-li-active.gif) 0 0 no-repeat;}
#nav li.active a {background: #EDC65F url(../i/layout/bg-nav-li-active.gif) top right no-repeat;}
 
/*--[ content ]----------------------------------------------------------------*/
dl{	
	width: 500px;
	margin-bottom: 1em;
	float: left;
	border-bottom: 1px solid #ddd;
}
dt {
	float: left;
	width: 200px;
	color: #000;
	border-top: 1px solid #ddd;
	padding: 2px 0;
}
dd{
	padding-left: 200px;
	border-top: 1px solid #ddd;
	padding: 2px 0;
}
.edit-info{
	width: 500px;
	text-align: right;
	clear: both;
}
p.success {
	margin: 5px 0 2px 0;
	padding: 5px 10px 5px 32px;
	background: #cfffb6 url(../i/layout/thanks.gif) no-repeat 10px 50%;
	color: #267a21;
	border-top: 1px solid #267a21;
	border-bottom: 1px solid #267a21;
	width: 90%;
}
p.attention {
	margin: 5px 0 2px 0;
	padding: 5px 10px 5px 32px;
	background: #FFF4B6 url(../i/layout/attention.gif) no-repeat 10px 50%;
	color: #000;
	border-top: 1px solid #FFBC2C;
	border-bottom: 1px solid #FFBC2C;
	width: 90%;
}
/*--[ table ]----------------------------------------------------------------*/
table.mdata{
	clear:both;
	margin: 0.8em 0;
	border: 1px solid #D9D9D9;
	border-right:none;
	width: 90%;
	text-align:left;
}
table.mdata td.date{width:100px;}
table.mdata td.center{text-align:center;}
table.mdata th{
	height:24px;
	line-height:24px;
	font-weight:bold;
	background:#efefef url('../i/layout/bg-hdr.gif') 0 -91px repeat-x;
}
table.mdata th.icon{width:20px;}
table.mdata th.date{width:200px;}
table.mdata th.move{width:60px;}
table.mdata th a{
	color:#000;
	text-decoration:underline;
}
table.mdata th, table.mdata td{
	padding:2px 10px;
	border-right:1px solid #D9D9D9;
}
table.mdata tr.odd{background:#edf3fe;}
table.mdata tr.error{background:#feeded;}
table.mdata tr.odderror{background:#fbc5c6;}

table.mdata tr:hover{
	background:#9cf;
}
table.mdata td img, table.mdata th img{vertical-align:middle;}



/*--[ robaform ]----------------------------------------------------------------*/
.robaform label { 
	width: 150px; /* label width *//* label margin = (input left margin) - (label width) */
	margin-right: 10px; /* label margin */
	float: left;
	display: block;
}
.robaform label span, .robaform p.error {
	color: #c00; /* color of required asterisk */
}
.robaform input, .robaform textarea, .robaform select,
.robaform .checks input, .robaform.checks input {
	width: 300px; /* subjective, only applies to non-checkbox or radio inputs */
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
.robaform #base_eu, .robaform #postalcode{
	width: 100px; /* subjective, only applies to non-checkbox or radio inputs */
}
.robaform input, .robaform textarea, .robaform select {
	border: 1px solid #ddd;
	padding: 2px;
}
.robaform textarea { 
	width: 300px; /* subjective, recommend: (3/2)(input width) */
}
.robaform p {margin: 0 0 0 160px;}

.robaform table label {
	float: none;
	width: auto;
	clear: none;
	display: block;
	text-align: left;
	height: 1.4em;
	padding-top: 0;
	margin-bottom: 0;
}
.robaform table input{
	float: none;
	width: auto;
	border: none;
	padding: 0;
	margin: 0 auto;
}
.robaform .submit{
	width: auto;
	overflow: visible;
	border: none;
	background: #343;
	color: #fff;
	margin-left: 160px;
	margin-top: 10px;
	padding: 2px 10px;
}
.robaform div{
	clear: both;
	float: left;
	margin-bottom: 10px;
	width: 500px;
}
.robaform {
	margin: 0 0 5em;
	float: left;
	width: 500px;
	background: #fff;
}
.robaform label {
	float: left;
	text-align: right;
	padding-top: 0.2em;
	font-size: 1em;
}
.robaform a{
	color: #666;
}
.robaform br { 
	clear: left;
}
div.error input,  div.error textarea { 
	border-color: #e23b00; 
	background: #fff3ef url(../i/layout/bg-error.gif) 0.4em 0.4em no-repeat;
	text-indent: 10px;
	}
div.error select {background: #fff3ef;}

.errors, .ok {
	clear: both;
	padding: 10px;
	width: 450px;
	background: #e23b00;
	margin: 0 0 10px 0px;
}
.ok {
	background: #7CB439;
}
.errors p, .ok p, .ok h2 {
	clear: both;
	color: #fff;
	font-size: 1.1em;
	letter-spacing: 0px;
	margin: 0px;
}
.ok a {color: #fff;}
table {
	background: #f5f5f5 url(../i/layout/gradient.gif) 0 0 repeat-x;
	width: 460px;
	border-collapse: collapse;
	text-align: center;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	clear: both;
}
th, td {
	padding: 0.2em;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	vertical-align: top;
	text-align: center;
}
td {
	background: #fff;
	font-size: 0.9em;

	}

 
/*--[ footer ]----------------------------------------------------------------*/
#footer em{
	color: #999;
	width: 95%;
	display: block;
	font-size: 50%;
	text-align: center;
}
#footer {
	clear: both;
	background: #EDC65F;
	color: #999;
	margin: 0px;
	padding: 1em;
	text-align: right;
}



