body {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

td {
	font-size: 11px;
}

input, textarea, select {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: none;
}

a {
	color: green;
}

#page_header {
	background-color: #98b42f;
	position: absolute;
/*	top: 0px;
	left: 0xp;*/
	height: 106px;
	width: 100%;
}

#page_header #logo {
	padding: 0px;
}

#upper_navigation {
	position: absolute;
	top: 0px;
	left: 300px;
	
}

#upper_navigation a {
	display: block;
	float: left;
	/*background-color: black;*/
	background: url('../images/layout/bg_upper_navigation.png');
	color: white;
	/*padding: 5px;*/
	margin-right: 10px;
	text-decoration: none;
	width: 96px;
	height: 18px;
	text-align: center;
	padding-top: 2px;
}

#upper_navigation a:hover {
	/*background-color: #555555;*/
	background: url('../images/layout/bg_upper_navigation_hover.png');
}

#welcome1 {
	position: absolute;
	top: 20px;
	right: 200px;
	color: #000000;
	font-size: 11px;
	width: 200px;
}

#welcome2 {
	position: absolute;
	top: 20px;
	right: 420px;
	color: #000000;
	font-size: 11px;
	width: 200px;
}

.welcome_title {
	background-color: #ccc13d;
	border-bottom: 4px solid #575757;
	color: black;
	padding: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
}

.welcome_title .welcome_titlefield {
	color: black;
}

.welcome .welcome_text {
	font-weight: bold;
	background-color: #a9be5b;
	color: white;
	padding: 10px;
}

.welcome .welcome_text .welcome_titlefield {
	color: #436c06;
}


.welcome a {
	color: #000000;
	text-decoration: none;
}

.welcome a:hover {
	text-decoration: underline;
}

#page_header #logo_rechts {
	position: absolute;
	top: 0px;
	right: 20px;
}

/********************************************************************************/
/*** Top Navigation *************************************************************/
/********************************************************************************/
#page_navigation {
	background-color: #eeeeee;
	height: 24px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	position: absolute;
	top: 106px;
	left: 0px;
	width: 100%;
}

#page_navigation a {
	color: #626262;
	height: 20px;
	padding-top: 4px;
	font-size: 11px;
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-weight: bold;
}

#page_navigation a:hover {
	color: #92c044;
	background-color: #fafafa;
}

#page_content {
	height: 100%;
	width: 100%;
}


/********************************************************************************/
/*** Side navigation ************************************************************/
/********************************************************************************/
#side_navigation {
	background-color: #f2f3f4;
	width: 280px;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	position: absolute; 
	left: 0px; 
	top: 132px;
}

#side_navigation h2 {
	font-weight: normal;
	font-size: 14px;
	padding: 5px;
	padding-top: 9px;
	padding-bottom: 2px;
	border-bottom: 1px solid #98b42f;
	text-align: left;
	background-color: #98b42f;
	margin: 0px;
	color: white;
	vertical-align: middle;
/*	text-transform:uppercase;*/
	height: 20px;
	border-bottom: 1px solid black;
	text-decoration: none;
	font-family: Tahoma;
}

#side_navigation h2 img {
	float: right;
	margin-top: -20px;
	display: inline;
}

#side_navigation a {
	display: block;
	text-decoration: none;
	padding: 2px;
	color: #76920d;
	font-weight: bold;
}

#side_navigation a:hover {
	color: black;
}

#uitklappen {
	background-color: white;
	width: 20px;
	border-left: 5px solid #9a9d94;
	padding-top: 30px;
	position: absolute;
	left: 280px;
	top: 132px;
}

/********************************************************************************/
/*** Content part ***************************************************************/
/********************************************************************************/
#inside {
/*	float: left;*/
	position: absolute;
	left: 260px;
	top: 146px;
	overflow: auto;
	overflow-x: hidden;
	height: 800px;
}

/********************************************************************************/
/*** Ajax stuff *****************************************************************/
/********************************************************************************/
#ajax_loader {
	border: 1px solid green;
	color: green;
	background-color: white;
	padding: 4px;
	position: absolute;
	left: 500px;
	top: 400px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
}

#ajax_transparent {
	position: absolute;
	top: 0px;
	left: 0px;
	color: black;
	background: black;
	filter:alpha(opacity=0);
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#ajax {
	border: 1px solid #889988;
	background-color: #ccddcc;
/*	width: 500px;*/
	position: absolute;
	left: 500px;
	top: 300px;
}

#ajax .ajaxtitle {
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #889988;
	padding: 5px;
	color: white;
	background-color: #889988;
}

#ajax .frm {
	padding: 10px;
	width: 480px;
}

#ajax .list {
	overflow: auto;

}

#ajax .list a {
	display: block;
	text-decoration: none;
	padding: 2px;
	padding-right: 50px;
}

#ajax .list a:hover {
	color: white;
	background-color: black;
}


/********************************************************************************/
/*** Right panel ****************************************************************/
/********************************************************************************/
#legende {
	/*width: 200px;*/
	position: absolute;
	top: 156px;
	right: 10px;
/*	border: 1px solid green;
	background-color: #ccddcc;
	padding: 5px;*/
}

.legende_titel {
	display: block;
	border-bottom: 1px solid green;
	font-weight: bold;
	margin-bottom: 5px;
}

#history {
	width: 190px;
	border: 1px solid green;
	background-color: #ccddcc;
	padding: 5px;
}

.right {
	text-align: right;
}

/********************************************************************************/
/*** Forms **********************************************************************/
/********************************************************************************/
.formtitle {
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.formitem {
	margin-bottom: 10px;
}

.page {
	color: black;
	text-decoration:underline;
}


/********************************************************************************/
/*** Tables *********************************************************************/
/********************************************************************************/
.datatable {
	width: 98%;
}

.titlerow {
	background-color: #c0c0c0;
	color: #595959;
/*	border-bottom: 1px solid green;*/
	font-weight: bold;
}

.datarow_1 {
	background-color: #ffffff;
}

.datarow_2 {
	background-color: #eeeeee;
}

/********************************************************************************/
/*** Structuur ******************************************************************/
/********************************************************************************/
#structure_list {
	width: 800px;
	margin-left: -10px;
}

#structure_list ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	margin-right: 0px;
}

#structure_list li {
	vertical-align:middle;
	list-style: none;
	padding: 0px;
	padding-left: 20px;
}

.draghover {
	cursor: move;
}

#root_table {

	height: 20px;
	background-color: #939393;
	color: white;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 1px solid #98b32e;
	position: relative;
}

li .list_table {
	width: 100%;
	height: 20px;
	background-color: #c0c0c0;
	color: #595959;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 1px solid #98b32e;
	position: relative;
}

ul li ul li .list_table {
	background-color: #eeeeee;
	color: #595959;
	font-weight: bold;
	border-bottom: 1px solid #98b32e;
	position: relative;
}

.icons {
	width: 20px;
}

.item_row {
	padding: 0px;
	vertical-align: middle;
}

.item_row img {
	border: none;
}

.item_norow {
	padding: 0px;
	vertical-align: middle;
}

.list_txt {
	padding-left: 5px;
}

.list_txt input {
	border: 1px solid silver;
	margin-top: -1px;
}

.item_row image {
}

.hand {
	border: none;
	cursor: move;
}

.leftpart {
	float: left;
	height: 20px;
	cursor: move;
}

.lefttitle {
	float: left;
	height: 20px;
	padding-left: 5px;
	padding-top: 2px;
}

.righticon {
	border: none;
	width: 20px;
	float: right;
	height: 20px;
	padding-right: 3px;
}

/*********************************************************************************************/
/*** Calendar ********************************************************************************/
/*********************************************************************************************/
#calendarDiv{
	position:			absolute;
	width:				205px;
	border:				1px solid #777369;
	padding:			1px;
	background-color: 	white;
	font-family:		arial;
	font-size:			10px;
	padding-bottom:		20px;
	visibility:			hidden;
}
#calendarDiv span,#calendarDiv img{
	float:				left;
}
#calendarDiv .selectBox,#calendarDiv .selectBoxOver{
	
	line-height:		12px;
	padding:			1px;
	cursor:				pointer;
	padding-left:		2px;
}

#calendarDiv .selectBoxTime,#calendarDiv .selectBoxTimeOver{	
	line-height:		12px;
	padding:			1px;
	cursor:				pointer;
	padding-left:		2px;
}

#calendarDiv td{
	padding:			3px;
	margin:				0px;
	font-size:			10px;
}

#calendarDiv .selectBox{
	color: 				white;
	position:			relative;
}
#calendarDiv .selectBoxOver{
	background-color: 	gray;
	color: 				white;
	position:			relative;
}
#calendarDiv .selectBoxTime{
	color: 				white;
	position:			relative;
}
#calendarDiv .selectBoxTimeOver{
	border:				1px solid #216072;
	color: 				#216072;
	position:			relative;
}

#calendarDiv .topBar{
	height:				16px;
	padding:			2px;
	background-color: 	gray;


}
#calendarDiv .activeDay{	/* Active day in the calendar */
	color: 				gray;
	font-weight: 		bold;
}
#calendarDiv .todaysDate{
	height:				17px;
	line-height:		17px;
	padding:			2px;
	background-color: 	#EEECE7;
	text-align:			center;
	position:			absolute;
	bottom:				0px;
	width:				201px;
}
#calendarDiv .todaysDate div{
	float:				left;
}
	
#calendarDiv .timeBar{
	height:				17px;
	line-height:		17px;
	background-color: 	#EEECE7;
	width:				72px;
	color:				#FFF;
	position:			absolute;
	right:				0px;
}

#calendarDiv .timeBar div{
	float:				left;
	margin-right:		1px;
}


#calendarDiv .monthYearPicker{
	background-color: 	#EEECE7;
	border:				1px solid #777369;
	position:			absolute;
	color: 				#777369;
	left:				0px;
	top:				15px;
	z-index:			1000;
	display:			none;

}
#calendarDiv #monthSelect{
	width:				70px;
}
#calendarDiv .monthYearPicker div{
	float:				none;
	clear:				both;	
	padding:			1px;
	margin:				1px;	
	cursor:				pointer;
}
#calendarDiv .monthYearActive{
	background-color:	gray;
	color: 				white;
}

#calendarDiv td{
	text-align:			right;
	cursor:				pointer;
}

#calendarDiv .topBar img{
	cursor:				pointer;
}
#calendarDiv .topBar div{
	float:				left;
	margin-right:		1px;
}

/*********************************************************************************************/
/*** Templates, bricks en modules ************************************************************/
/*********************************************************************************************/
#templates {
}

.template_img {
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	cursor: move;
	margin-top: 10px;
}

#page {
/*	float: left;*/
}

#modules {

}

.module {
	padding: 0px;
	cursor: move;
	margin-left: 10px;
	margin-top: 10px;
}

#sjablonen {
}

.sjabloon {
	padding: 0px;
	cursor: move;
	margin-left: 10px;
	margin-top: 10px;
}

/*********************************************************************************************/
/*** Pagina content **************************************************************************/
/*********************************************************************************************/
.fillObject {
	width: 100%;
	height: 100%;
	border: 2px dashed silver;
	min-height: 200px;
}

.contentmodule {
	cursor: move;
	margin: 5px;
	border: 1px dotted silver;
}

.brick_titlebar {
	position: absolute;
	background-color:#eeeeee; 
	filter:alpha(opacity=50);
	opacity: 0.5;
	border: 1px solid gray;
	padding: 5px;
	right: 0px;
}

.brick_titlebar:hover {
	filter:alpha(opacity=100);
	opacity: 1;
}

.brick_editbutton {
}

.content_titlebar {
	position: absolute;
	background-color:#eeeeee; 
	filter:alpha(opacity=50);
	opacity: 0.5;
	border: 1px solid gray;
	padding: 5px;
	top: 0px;
/*	left: 0px;
	width: 16px;
	z-index: 1;*/
}

.content_titlebar:hover {
	filter:alpha(opacity=100);
	opacity: 1;
}

.content_editbutton {
}

.brick_content {
	/*position: relative;*/
	/*top: -31px;*/
}

.brick_brick {

}

#ajax img {
	border: 2px solid transparent;
	padding: 2px;
}

#ajax img:hover {
	border-color: red;
}


.helpbutton {
	float: right;
	margin-top: -24px;
}

.media_thumbnail_small {
	font-size: 10px;
	padding: 5px;
	text-align: center;
	float: left;
	display: block;
	background-color: white;
	border: 1px solid white;
}

.media_thumbnail_small:hover {
	background-color: #eeeeee;
	border: 1px solid #dddddd;
}

.media_thumbnail_small img {
	padding: 1px;
	width: 45px;
	height: 45px;
	border: 1px solid silver;
}

.media_thumbnail_small a {
	color: black;
	text-decoration: none;
}


.media_thumbnail_large {
	font-size: 10px;
	width: 120px;
	height: 120px;
	padding: 5px;
	text-align: center;
	float: left;
	background-color: white;
	border: 1px solid white;
}

.media_thumbnail_large:hover {
	background-color: #eeeeee;
	border: 1px solid #dddddd;
}

.media_thumbnail_large img {
	border: 1px solid silver;
	padding: 1px;
}

.media_thumbnail_large a {
	color: black;
	text-decoration: none;
}

.media_thumbnail_list {
	font-size: 10px;
	height: 18px;
	width: 200px;
	padding: 1px;
	margin: 2px;
	float: left;
	background-color: white;
	border: 1px solid white;
}

.media_thumbnail_list:hover {
	background-color: #eeeeee;
	border: 1px solid #dddddd;
}

.media_thumbnail_list a {
	color: black;
	text-decoration: none;
}

.folder {
	font-size:11px;
	border: 1px solid white;
	background-color: white;
	padding: 2px;
}

.folder_active {
	font-size: 11px;
	border: 1px solid #dddddd;
	background-color: #eeeeee;
	padding: 2px;
}

.folder a {
	text-decoration: none;
	color: black;
}

.folder_active a {
	text-decoration: none;
	color: black;
}

#folders {
	list-style:none;
	padding-left: 0px;
	margin: 0px;
}

#folders ul {
	padding-top: 5px;
	list-style: none;
	padding-left: 20px;
	margin: 0px;
}

#activefolder {

}

.folder_hover {
	border: 1px dashed silver;
}

.buttonbar {
/*	background-color: #eeeeee; 
	border: 1px solid #dddddd;*/
	height: 36px;
	margin-bottom: 10px;
	vertical-align: middle;
	text-align: center;
}

.buttonbar a {
	height: 36px;
	width: 36px;
	display: block;
	float: left;
}

h1 {
	color: #595959;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:uppercase;
}

h2 {
	color: #8f9092;
	font-size: 11px; 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-weight: bold;
	margin-bottom: 6px;
	text-decoration: underline;
}


td h1 {
	color: #595959;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:uppercase;
	margin-bottom: 0px;
}


#login #welcome {
	top: 10px;
	color: #000000;
	font-size: 10px;
	width: 408px;
	text-align: center;
	border: 1px solid #575757;
}

#login #welcome #welcome_title {
	background-color: #ccc13d;
	border-bottom: 4px solid #575757;
	border-top: 1px solid #575757;
	color: white;
	padding: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
}

#login #welcome #welcome_title .welcome_titlefield {
	color: black;
}

#login #welcome #welcome_text {
	font-weight: bold;
	background-color: #a9be5b;
	color: white;
	padding: 10px;
}

#login #welcome #welcome_text .welcome_titlefield {
	color: #436c06;
}


#login #welcome a {
	color: #000000;
	text-decoration: none;
}

#login #welcome a:hover {
	text-decoration: underline;
}


.inherits {
	color: gray;
	vertical-align: middle;
}

/*******************************************************************************************************************************************/
/*** Dashboard *****************************************************************************************************************************/
/*******************************************************************************************************************************************/
.dashboard {
	/*border: 1px solid dddddd;*/
	background-color: #f4f4f4;
	width: 98%;
/*
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
*/
	margin: 0px;
}

.dashboard_top {
	background-image: url("../images/layout/dashboard_top.png");
	background-repeat: repeat-x;
	height: 7px;
}

.dashboard_bottom {
	background-image: url("../images/layout/dashboard_bottom.png");
	background-repeat: repeat-x;
	height: 7px;
}

.dashboard_left {
	width: 80px;
	margin-top: 10px;
}

.dashboard_right {
	border-left: 1px dotted #565656;
	padding-left: 20px;
}

.dashboard_title {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.dashboard_content {
	padding: 10px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.dashboard_innercontent {
}

.dashboard_icons {
	display: block; 
	float: left; 
	width: 75px;
	height: 75px;
	padding: 5px;
	border: 1px solid #f4f4f4;
	text-align: center;
	vertical-align: middle;
}

.dashboard_icons a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.dashboard_icons:hover {
	background-color: white;
	border: 1px solid #dddddd;
}

#dashboard h2 {
	color: #8f9092;
	font-size: 14px; 
	font-family: Tahoma; 
	font-weight: normal;
	margin-bottom: 6px;
}

hr {
	/*border: 1px dashed #96c962;*/
	border: 1px dashed #599124;
	height: 1px;
}