/*
Title:		Standard website style definitions
File: 		inc/style_site.css
Version: 	v2.20
Author:		Digitalization
Contact:	info@digitalization.nl
*/

/* Clear all default margins and paddings */
* {
	margin:				0px;
	padding:			0px;
	outline:			none;
}

/* Body */
body {
	margin: 			20px;
}

/* Text throughout the site*/
body,td,th,p {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			12px;
	color: 				#000000;
}

/* Re-set some margins */
table {
	padding-bottom:		10px;
}

ul, ol {
	padding-bottom:		10px;
	margin-left: 		10px;
}

ul li, ol li {
 	margin-left: 		10px;
    list-style: 		disc;
	line-height:		18px;
}

/* Default paragraph text */
p {
	padding-bottom:		10px;
	line-height:		22px;
}

/* Links */
a {
	color:				#831837;
	text-decoration:	none;
}

a:hover {
	text-decoration:	underline;
}

a.orange {
	color:				#fdb813;
}

/* Rulers */
hr {
	border: 			1px dotted #831837;
	border-style: 		none none dotted;
	margin-top:			10px;
	margin-bottom:		10px;
}

/* Headers */
h1 {
	font-size:			20px;
	color:				#831837;
	font-weight:		bold;
	margin-bottom:		18px;
}

h2 {
	font-size:			12px;
	color:				#831837;
	font-weight:		bold;
}

h3 {
	font-size:			12px;
	color:				#831837;
	font-weight:		bold;
}

/* Success message after form submit */
p.message {
	font-style:			italic;
}

/* Error message after form submit */
p.error_message {
	color:				red;
}

/* Clearing element */
.clear {
	clear: 				both;
}

/* No border for images */
img {
	border: 			none;
}

/* Form elements font style */
input, select, textarea, button, option {
	font-family: 		Arial;
	color: 				#000000;
	font-size: 			12px;
	margin-bottom: 		1px;
	margin-top: 		1px;
}

form {
	display: 			inline;
}

/* Standard width fitting for textarea and selectboxes */
textarea {
	border: 		1px solid #888888;
	width: 			362px;
	height: 		120px;
	padding: 		2px;
}

select {
 	border: 		1px solid #888888;
	width: 			216px;
	height: 		18px;
	padding: 		1px;
}

option {
	padding:		1px;
}

/* Standard width text input boxes */
.input_small {
 	border: 		1px solid #888888;
	width: 			50px;
	height: 		14px;
	padding: 		2px;
}

.input_medium {
 	border: 		1px solid #888888;
	width: 			150px;
	height: 		14px;
	padding: 		2px;
}

.input_regular {
 	border: 		1px solid #888888;
	width: 			210px;
	height: 		14px;
	padding: 		2px;
}

.input_large {
 	border: 		1px solid #888888;
	width: 			362px;
	height: 		14px;
	padding: 		2px;
}

/* Calendar input box and file input box */
.input_calendar {
 	border: 		1px solid #888888;
	width: 			180px;
	height: 		14px;
	padding: 		2px;
}

.input_file, input[type='file'] {
	width: 			221px;
	padding: 		2px;
}

/* Checkboxes */
input[type='checkbox'], input[type='radio'] {
	margin-left: 	4px;
}

/* Correct text blocks div for checkboxes and radio buttons */
div.radio_checkbox_div {
	padding-left: 	40px;
	text-indent: 	-45px;
}
div.radio_checkbox_div input {
	width:			40px;
}

/* Buttons */
button, input[type='submit'], .input_submit {

}

/* Calendar button */
button.calendar_button {
	padding-top:		0px;
	width: 				26px;
	height:				20px;
}

/* LAYOUT */
body {
	background:			#e9e9e9;
}

div#container {
	width:				980px;
	padding-left:		10px;
	padding-right:		10px;
	position:			absolute;
	top:				0px;
	left:				50%;
	margin-left:		-500px;
	background:			url(../gfx/site/container-bg.png);
}

div#header {
	width:				980px;
	height:				200px;
	margin-top:			0px;
	background:			white;
}

div#header img {
	float:				left;
}

div#menu {
	width:				980px;
	height:				35px;
	background:			#fdb813;
	color:				#831837;
}

div#submenu {
	width:				980px;
	height:				35px;
	background:			#831837;
	color:				white;
}

div#content {
	width:				980px;
	min-height:			300px;
	background:			white;
}

div#left {
	float:				left;
	margin-top:			55px;
	margin-left:		75px;
	width:				490px;
	margin-bottom:		25px;
}

div#right {
	float:				right;
	width:				360px;
	margin:				25px;
}

div#right h1 {
	margin-top:			30px;
}

div#full {
	margin:				25px;
	width:				930px;
}

div#footer {
	width:				980px;
	height:				50px;
	background:			#831837;
	margin-bottom:		0px;
}

div#footer p {
	color:				white;
	padding-top:		14px;
}

div#footer img {
	float:				left;
	margin:				6px 10px 6px 10px;
}

div.block {
	margin-top:			25px;
	width:				360px;
	height:				120px;
}

div.block:first-child {
	margin-top:			0px;
}

div.block p {
	margin:				0;
	padding:			0;
}

div.block img.more-info {
	position:			absolute;
	margin-left:		245px;
	margin-top:			93px;
}

div.block_expansion {
	display:			none;
	background:			#fdb813;
	width:				340px;
	padding:			10px;
}

div.georgia h1, div.georgia h2, div.georgia h3, div.georgia p, div.georgia td, div.georgia div {
	font-family:		Georgia, "Times New Roman", serif;
	font-weight:		normal;
}

/* Menu's */
div#menu ul, div#menu li, div#submenu ul, div#submenu li {
	list-style:			none;
	margin:				0;
	padding:			0;
}

div#submenu ul {
	margin-left:		70px;
}

div#menu li, div#submenu li  {
	display:			block;
	float:				left;
	text-transform:		uppercase;
	font-size:			14px;
}

div#menu a, div#submenu a {
	display:			block;
	height:				20px;
	padding:			8px 15px 7px 15px;
}

div#menu a:hover, div#menu li.active a, div#menu li:first-child a {
	background:			url(../gfx/site/menu-over.png) repeat-x;
	color:				white;
	text-decoration:	none;
}

div#submenu li.active a, div#submenu a:hover {
	text-decoration:	underline;
}

div#submenu li, div#submenu li a {
	color:				white;
}

/* Search box */
div#search_label {
	float:					right;
	margin-top:				8px;
	margin-right:			15px;
	font-size:				14px;
}
div#search {
	float:					right;
	padding:				0px;
	height:					19px;
	width:					120px;
	border:					1px solid #aaaaaa;
	background:				white;
	-moz-border-radius:		5px;
  	-webkit-border-radius:	5px;
  	margin-top:				6px;
  	margin-right:			15px;
}

div#search input[type='submit'] {
	width:				16px;
	height:				16px;
	margin-top:			1px;
	margin-left:		4px;
	margin-right:		1px;
	padding:			0px;
	border:				0px;
	background:			url(../gfx/digicons/search.png) no-repeat bottom left;
	cursor:				pointer;
}

div#search input[type='text'] {
	width:				94px;
	border:				0px;
	background:			none;
	margin:				0px;
	padding:			0px;
	padding-left:		2px;
	padding-bottom:		1px;
	height:				19px;
}

/* Flash containers */
div.right_flash {
	margin-top: 		15px;
	margin-bottom: 		15px;
	width:				370px;
	height:				370px;
}
div.project_flash {
	margin-top:			20px;
	width:				465px;
	height:				370px;
}

/* News items */
p.news_item_title, h3.news_item_title {
	margin:				0px;
	margin-top:			10px;
	padding:			0px;
	color:				#831837;
	font-weight:		normal;
}
p.news_item_date {
	color:				#fdb813;
	font-size:			10px;
	margin:				0px;
	padding:			0px;
}

/* Project tabs */
.ui-tabs { padding: .2em;}
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 5px -1px 0; padding: 0; list-style: none; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: 5px 8px 5px 8px; height: 18px; text-transform: uppercase; border: 1px solid #cccccc; border-bottom: 0px;
-moz-border-radius-topright: 5px;
-webkit-border-radius-top-right: 5px;
-moz-border-radius-topleft: 5px;
-webkit-border-radius-top-left: 5px;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { clear: both; display: block; padding: 10px; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

.ui-tabs li a {
	background:		url('../gfx/site/tab-inactive.png') repeat-x;
}
.ui-tabs li.ui-tabs-selected a, .ui-tabs li a:hover, .ui-tabs li a.active {
	background:		url('../gfx/site/tab-active.png') repeat-x;
}
.ui-tabs ul {
	border-bottom:	1px solid #cccccc;
}

/* Projects table */
tr.legend_row td {
	color:			#831837;
	border-bottom:	1px solid #fdb813;
	padding-bottom:	5px;
	font-weight:	bold;
}
tr.data_row td {
	border-bottom:	1px solid #fdb813;
	padding-top:	3px;
	padding-bottom:	3px;
}
tr.no_data td {
	padding-top:	3px;
	padding-bottom:	3px;
	font-style:		italic;
}

/* Project view */
div#hidden_project {
	display:		none;
}
div#project-view {
	width:			100%;
}

div#project-left {
	float:			left;
}

div#project-right {
	float:			right;
	width:			465px;
}
div#project-left h1 {
	font-weight:	normal;
}
div#project-left h3 {
	font-weight:	normal;
	margin-top:		5px;
}
div#description {
	margin-top:		5px;
	margin-bottom:	10px;
	width:			340px;
	height:			170px;
	overflow:		auto;
	padding-right:	10px;
}