body {
	font: .8em Arial;	
	margin: 0;
	text-align: center;
	color: #fff;
}

/*******************************************************************************
*
* Default styles
*
*******************************************************************************/

a {
	color: #fff;	
}

a img {
	border: 0;
}

ul, ol {
	padding: 0;
	margin: 0;
}

form {
	margin: 0;	
}

table {
	border-collapse: collapse;	
	font-size: 1em;
	margin: 5px;
}

td, th {
	text-align: left;
	vertical-align: top;
	padding: 7px;
}

input, textarea, select {
	border: 0;
	font: 1em Verdana;	
	padding: 2px;
}

select {
	padding: 0;	
}

input.submit {
	
}

#vbngroup {
	padding: 2px 4px;
	background-color: #ccc;
}

input.radio, input.checkbox {
	border: 0;	
}

p.error {
	border: 1px solid #b00;
	background-color: #fff;	
	padding: 6px 8px;
	color: #b00;
	font-weight: bold;
}

/*******************************************************************************
*
* Wrapper styles
*
*******************************************************************************/

#wrapper {
	width: 768px;
	margin: 10px auto;
	text-align: left;	
}

/*******************************************************************************
*
* Menu styles
*
*******************************************************************************/

#menu ul {
	list-style: none;
	background: url(images/menu.gif) repeat-y;
	height: 30px;
}

#menu li {
	float: left;	
}

#menu li.empty {
	display: block;
	width: 96px;
	padding: 10px 0;
}

#menu a {
	display: block;
	width: 96px;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
	text-decoration: none;
}	

/*******************************************************************************
*
* Header styles
*
*******************************************************************************/

#header {
	height: 92px;
	background: url(images/header.jpg) no-repeat;
}

#header h1, #header h2 {
	display: none;
}

/*******************************************************************************
*
* Colors (menu and content)
*
*******************************************************************************/

.green {
	background-color: #97C00E;	
}

.red {
	background-color: #DB5C15;	
}

.yellow {
	background-color: #EDCE25;	
}

.orange {
	background-color: #F6A933;	
}

.brown {
	background-color: #DCA002;
}

.lila {
	background-color: #BB8FAA;
}

.purple {
	background-color: #913B78;
}

.blue {
	background-color: #5F99C7;
}

/*******************************************************************************
*
* Content styles
*
*******************************************************************************/

#content {
	clear: both;
	padding: 73px 20px 25px;
}

#content.green {
	background: #97C00E url(images/content_green.gif) no-repeat 0 12px;	
}

#content.red {
	background: #DB5C15 url(images/content_red.gif) no-repeat 0 12px;	
}

#content.yellow {
	background: #EDCE25 url(images/content_yellow.gif) no-repeat 0 12px;	
}

#content.orange {
	background: #F6A933 url(images/content_orange.gif) no-repeat 0 12px;	
}

#content.brown {
	background: #DCA002 url(images/content_brown.gif) no-repeat 0 12px;	
}

#content.lila {
	background: #BB8FAA url(images/content_lila.gif) no-repeat 0 12px;	
}

#content.purple {
	background: #913B78 url(images/content_purple.gif) no-repeat 0 12px;	
}

#content.blue {
	background: #5F99C7 url(images/content_blue.gif) no-repeat 0 12px;	
}

#content h2, #content p {
	margin: 10px;
}

#content ul {
	padding-left: 30px;	
}

#content #invoer {
	margin-left: 40px;	
}

#content #invoer td {
	color: #000;	
}

#content #invoer td.label {
	color: #fff;
	text-align: right;
	font-weight: bold;
}

#overview {
	width: 718px;	
}

#overview td, #overview th {
	border: 1px solid #7E9F09;
	text-align: center;
}	

#content #overview td {
	white-space: nowrap;	
}

#content #overview th {
	padding: 5px 3px;	
}

#content #overview tr.odd td {
	background-color: #A4CF0C;	
}

#content #overview span {
	text-decoration: underline;	
}

#box {
	display: none;
	position: absolute;
	border: 1px solid #000;
	background-color: #EDCE25;
	font-weight: bold;	
	padding: 10px;
	left: 100px;
	top: 100px;
	width: 200px;
}

.pager, .border {
	margin: 5px;
	padding: 10px;
	border: 1px solid #7E9F09;
}

.pager a, .pager strong {
	text-decoration: none;
	padding: 0 5px;
}

.orange .border {
	border-color: #CF8D26;
}

/*******************************************************************************
*
* Admin styles
*
*******************************************************************************/

a.addbutton {
	display: block;
	padding: 10px;
	border: 1px solid #5F2950;
	background-color: #9F4586;
	text-decoration: none;
	float: right;
}

a.addbutton:hover {
	background-color: #AF4C93;
}

#list {
	width: 100%;
}

#list tr.odd td {
	background-color: #9F4586;
}

#list td, #list th {
	border: 1px solid #5F2950;
}

#list th {
	background-color: #7F376B;
}

/*******************************************************************************
*
* Date picker styles
*
*******************************************************************************/

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}