/* 

	CREATIONAL

	CSS / GENERAL STYLES 

	COPYRIGHT © 2007 / CREATIONAL / WWW.CREATIONAL.NL / ALL RIGHTS RESERVED

*/

* { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
	color: #00004f; background: #FFF;
	}

html, body { height: 100%; }

body#home,
body#page {
	text-align: center;
	background: #4a4847;
	}

a, a:link, a:visited, a:active { color: #00004f; text-decoration: underline; }
a:hover { color: #0000b6; text-decoration: none; }
a:focus, a:active { outline: none; -moz-outline-style: none; }

img, a img { border: 0; }

ul { padding-left: 2em; padding-bottom: 1em; }
ol { padding-left: 1.8em; }
li { }

h1 { font-size: 1.2em; padding-bottom: 1em; }
h2 { font-size: 1.1em; padding-bottom: .5em; }
h3 { font-size: 1em; }
h4 { font-size: 1em; }

p { font-size: 1em; padding-bottom: 1em; line-height: 1.3em; }

.clear { clear: both; height: 1%; visibility:hidden; font-size: 1px; }

u { text-decoration: none; }

.image_left { float: left; margin-right: 10px; margin-bottom: 10px; }
.image_right { float: right; margin-left: 10px; margin-bottom: 10px; }


/* CONTAINER */

#container {
	text-align: left;
	margin: 0 auto; width: 960px; min-height: 100%;
	height: auto;
	}
* html #container {
	height: 100%;
	}

#container_top {
	height: 30px;
	}

/* HEADER */
#header {
	position: relative;
	}

#logo { position: absolute; right: 0; top: 0; }

#logo_print { display: none; }

/* topnav */	
#topnav {
	width: 750px; height: 60px;	overflow: hidden;
	line-height: 60px;
	background: #0000b6;
	}

#topnav ul { list-style: none; margin: 0; padding: 0; }
#topnav li { 
	float: left; 
	text-transform: uppercase; font-size: 12px; font-family: "Century Gothic", Arial, Helvetica, sans-serif; font-weight: bold; letter-spacing: 1px;
	}

#topnav li a,
#topnav li a:link,
#topnav li a:visited {
	display: block; padding-right: 20px; padding-left: 30px;
	text-decoration: none;
	color: #FFF;
	}
#topnav li a:hover {
	text-decoration: underline;
	}

#topnav li.current a,
#topnav li.current a:link,
#topnav li.current a:visited {
	text-decoration: underline;
	}
#topnav li.current a:hover {
	}


#topnav ul ul {
	margin: 0; position: absolute; left: 100px; top: 0;
	}

#topnav li li {
	background: url(../img/rdj_nav_bullet.gif) no-repeat left center;
	}

/* MAIN */
#main {
	width: 960px; min-height: 550px;
	background: #FFF url(../img/rdj_background.gif) repeat-y right top;
	}
* html #main {
	height: 550px;
	}

/* CONTENT */
#content { 
	display: inline; float: left; width: 720px; overflow:hidden;
 	}

#titlebar { 
	width: 690px; height: 40px; padding-left: 30px; overflow: hidden;
	line-height: 40px; font-family:"Century Gothic", Arial, Helvetica, sans-serif; letter-spacing: 1px;
	background: #cbdeef;
	}
* html #titlebar {
	width: 720px;
	w\idth: 690px;
	}	
	
#photos {
	margin-top: 30px; margin-left: 30px; width: 690px; overflow: hidden;
	}
#photos p { margin: 0; padding: 0; }		
#photos img {
	display: inline; float: left; margin-right: 30px; margin-bottom: 30px;
	}

#details {
	display: inline; float: left; margin: 30px; margin-top: 0; width: 315px;
	}

#details table {
	border-collapse: collapse;
	font-size: 1em; 
	}
#details table th, #details table td {
	padding: 2px; padding-left: 0;
	font-size: 1em; font-weight: bold;
	vertical-align: top;
	}
#details table th {
	font-weight: normal;
	width: 100px;
	}
#details table th p, #details table td p {
	line-height: normal; margin: 0; padding: 0; padding-bottom: .5em;
	}
	
#info {
	display: inline; float: left; margin: 30px; margin-top: 0; margin-left: 0; width: 315px;
	}	

#info_wide {
	display: block; float: none; margin: 30px; margin-top: 0;
	}

#content_inner {
	margin: 30px;
	}

a.history_test { color: #000; }
a.history_test:visited { color: #FF0000; }
	
/* SIDEBAR */
#sidebar { 
	display: inline; float: left; width: 185px; padding: 70px 25px 25px 30px; overflow: hidden;
	color: #FFF; background: #307ac1;
	}
* html #sidebar {
	width: 240px;
	w\idth: 185px;
	}

#sidebar a,
#sidebar a:link,
#sidebar a:visited {
	color: #FFF;
	}
#sidebar a:hover {
	
	}

/* FOOTER */
#footer { 
	padding-top: 10px; height: 30px;
	text-align: center; font-size: .9em;
	color: #898887;
	}

#footer a,
#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: #898887;
	}
#footer a:hover {
	text-decoration: none;
	color: #FFF;
	}

/* FORMS */

form { margin: 0; margin-top: 1em; padding: 0; color: #00004f; font-size: 1em; }

fieldset { border: 0px none; margin: 0; padding: 0; padding-bottom: .6em; width: 430px; }
* html fieldset { padding-bottom: 1em; }
fieldset legend { display: none; }
fieldset div { margin: 10px 0; }
fieldset br { display: none; }
fieldset div br { display: block; }

fieldset input, fieldset textarea, fieldset select {
	width: 300px; padding: 2px; font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #666; border-right: 1px solid #CCC; border-bottom: 1px solid #CCC;
	background: #FAFAFA; color: #00004f;
	}
fieldset select { width: 306px; }

fieldset textarea { font-size: 100%;}

fieldset label, fieldset div.cr p {
	margin: 0; padding-right: 10px; padding-top: 4px;
	display: block; float: left;
	width: 100px;
	text-align: left;
	}
        
fieldset div.cr label {
	margin-left: 113px;
	text-align: left;
	width: auto;
	float: none;
	}
	
fieldset div span { display: block; margin-left: 108px; padding-top: 4px; }
* html fieldset div span { margin-left: 111px; }

fieldset .removed { display: none !important;}
fieldset .mandatory { }

fieldset div.cr input { border: none; width: auto; margin-right: 5px; background: none; }
fieldset div.cr_label input { border: none; width: auto; }

fieldset .remark,
fieldset.footnotes { 
	font-size: 87%;
	color: #666; 
	}

fieldset.buttons { padding-top: 1em; clear: both; width: 100%; }
fieldset.buttons label { width: 80px; float: left; }
fieldset.buttons input { 
	width: 110px; font-weight: bold;
	border: 1px solid #307ac1; border-right: 1px solid #307ac1; border-bottom: 1px solid #307ac1;
	background: #307ac1 url(../img/cl_button.gif) repeat-x; color: #FFF; margin-left: 20px; 
	}
fieldset.buttons input.inactive { 
	border: 1px solid #DDD; border-right: 1px solid #637595; border-bottom: 1px solid #637595;
	background: #DBEDF3 url(../img/cl_button_inactive.gif) repeat-x; 
	}
fieldset.buttons .remark {
	display: inline;
	}

fieldset .error { color: #00F; font-weight: bold; }

fieldset .badinput { color: #00F; }
fieldset input.badinput, fieldset select.badinput, fieldset textarea.badinput {
	background: #FAFAFA; color: #00004f;
	border: 1px solid #00F; border-right: 1px solid #00F; border-bottom: 1px solid #00F;
	}
	
	

