BODY
{
    font-family: "Droid Sans", arial, helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    color: black;
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
}
TABLE 
{
    font-family: "Droid sans", arial, helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    color: black;
    text-align: left;
}
INPUT 
{
    font-family: "Droid sans", arial, helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    color: black;
    text-align: left;
}
SELECT 
{
    font-family: "Droid sans", arial, helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    color: black;
    text-align: left;
}
H1 
{
    font-family: "Droid sans", arial, helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 22px;
    margin:0px 0px 10px;
}
#main_top {
	position: relative;
	z-index: 10;
	top: 0px;
	left: 0px;
	height: 60px;
	width: 100%;
	border-bottom: 1px solid gray;
	background: #ffd700 url(../images/headerbg.jpg) repeat-y top right;
	background-size: 100% 100%;
	color: white;
}
#main_lefttop {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
}
#main_righttop {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 300px;
}
#main_topmenu {
	position: relative;
	z-index: 30;
	top: 0px;
	left: 0px;
	height: 30px;
	width: 100%;
	border-bottom: 1px solid gray;
	background: black url(../images/wave_black1.png) repeat-x;
	color:white;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:0px;
}
#main_middle {
	position: relative;
	z-index: 10;
	top: 10px;
	left: 0px;
	padding: 20px;
}
#main_work {
	position: relative;
	width: 100%;
   font-family: "Droid sans", arial, helvetica, sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
   color: black;
}
#main_login {
	position: relative;
	z-index: 10;
	top: 90px;
	width: 400px;
	text-align:left;
}
/* LEFTTOP */
.lefttop_applicationname
{
    font-family: "Droid sans", arial, helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 22px;
    color: black;
	 margin: 2px;
	 padding: 0px;
	 background-color: #ffd700;
}
/* RIGHTTOP */
.righttop_main {
    text-align: right;	
}
.righttop_userinfo
{
    font-family: "Droid sans", arial, helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    color: black;
}
/* TOPMENU */
.topmenu_maintable {
    font-family: "Droid sans", arial, helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    color: white;
}
.topmenu_level0tr {
}
.topmenu_level0td {
	white-space: nowrap;
}
.topmenu_level0href,
a.topmenu_level0href:link,
a.topmenu_level0href:visited,
a.topmenu_level0href:active {
	text-decoration: none;
	color: white;
	padding:7px;
	padding-top:5px;
	heigh:100%;
}
.topmenu_level0hrefopen,
a.topmenu_level0href:hover {
	text-decoration: none;
	background-color: #ffd700;
	color: white;
	padding:7px;
	padding-top:5px;
	heigh:100%;
}
.topmenu_levelsubdiv {
    position: absolute;
    top: 1px;
    left: 1px;
    margin-top:12px;
    margin-left:1px;
    display: none;
    border: 0px solid gray;
	background-color: #ffd700;
	font-weight:normal;
	font-size: 14px;
	padding-top:10px;
	padding-bottom:6px;
}
ul.topmenu_levelsubul {
	list-style: none;
	margin: 0px;
	padding: 0;
	background-color: #ffd700;
	text-align: left;	
}
ul.topmenu_levelsubul li {
    line-height: 16px;
	width:100%;
	height:20px;
}
a.topmenu_levelsubhref:link,
a.topmenu_levelsubhref:visited,
a.topmenu_levelsubhref:active {
	text-decoration: none;
	color: black;
	width:100%;
	height:20px;
	padding-left:5px;
	padding-right:5px;
}
a.topmenu_levelsubhref:hover {
	text-decoration: none;
	color: white;
	width:100%;
	height:20px;
}
/* WORKDETAIL */
.work_content {
	margin: 3px;
	padding: 0;
	width: 100%;
	border: 0;
   font-family: "Droid sans", arial, helvetica, sans-serif;
   font-weight: normal;
   font-style: normal;
}
.work_border {
	display: block;
	background-color: silver;
	height: 20px;
}
.work_border .spanleft {
    float: left;
    font-family: "Droid sans", arial, helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
	height: 20px;
	padding-left: 4px;
	vertical-align: middle;
    color: black;
}
.work_border .spanright {
	float: right;
   font-family: verdana, arial, helvetica, sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 14px;
	height: 20px;
	padding: 0px;
	vertical-align: middle;
   color: black;
}
.work_seperator {
	display: block;
	height: 12px;
    font-family: "Droid sans", arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 8px;
}
.work_data {
	display: block;
	padding: 2px;
}
form {
	display: inline;
}
form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
form p label {
	float: left;
	width: 150px;
	font-weight: normal;
	font-size:13px;
}
form .inputfield {
	
}
form .passwordfield {
	
}
form .selectfield {
	
}
form .checkboxfield {
	
}
form .textareafield {
	
}
.work_message {
	color: red;
	font-weight: bold;
	margin: 3px;
	padding: 0px;
}
.work_nav {
	display: block;
}
/* WORKLIST */
.workList_paging {
	display: block;
	background-color: #ffd700;
	height: 20px;
}
.workList_paging .spanleft {
   float: left;
   font-family: "Droid sans", arial, helvetica, sans-serif;
   font-weight: bold;
   font-style: normal;
   font-size: 14px;
	height: 20px;
	padding-left: 4px;
	vertical-align: middle;
   color: black;
}
.workList_paging .spanright {
	float: right;
   font-family: "Droid sans", arial, helvetica, sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 14px;
	height: 20px;
	padding: 0px;
	vertical-align: middle;
   color: black;
}
.workList_paging img {
	vertical-align: middle;
}
.workList_curpage {
	color: red;
}
a.workList_pagehref:link,
a.workList_pagehref:active,
a.workList_pagehref:visited {
	text-decoration: none;
	color: black;
}
a.workList_pagehref:hover {
	color: white;
	background-color: gray;
}
.workList_seperator {
	display: block;
	height: 12px;
   font-family: "Droid sans", arial, helvetica, sans-serif;
   font-weight: normal;
   font-size: 8px;
}
.workList_table {
	display: block;
}
.workList_table table {
   font-family: "Droid sans", arial, helvetica, sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   color: black;
}
.workList_filterheadertr ul li {
	 float: right; 
	 white-space: nowrap;
}
.workList_headertr {
	background-color: white;
	color: black;
	font-weight: bold;
}
.workList_headertr td {
	border-bottom: 1px solid gray;
	white-space: nowrap;
}
.workList_headerseptd {
	white-space: nowrap;
	width: 4px;
	cursor: col-resize;
}
a.workList_headersort:link,
a.workList_headersort:visited,
a.workList_headersort:active {
	text-decoration: none;
	color: black;
}
a.workList_headersort:hover {
	color: red;
}
.workList_rowtr {
	background-color: white;
}
.workList_rowtr td {
	white-space: nowrap;
}
.workList_rowtr .colseptd {
	white-space: nowrap;
	width: 4px;
}
.workList_rowtrrev {
	background-color: #eeeeee;
}
.workList_rowtrrev td {
	white-space: nowrap;
}
.workList_rowtrover {
	background-color: #DCDCDC;
	white-space: nowrap;
	color: black;
	cursor: pointer;
}
.workList_rowtrover td {
	white-space: nowrap;
}
.workList_options {
	display: block;
	text-align: left;
	height: 40px;
   font-family: "Droid sans", arial, helvetica, sans-serif;
   font-weight: normal;
	padding: 0;
	margin: 0;
}

/**

	SPECIFIEK

*/

.contentbox-white {
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
}

.contentbox-white-top {
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	border-bottom-width: 0px;
}

.contentbox-white-bottom {
	margin-top: -20px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	border-top-width: 0px;
}

.contentbox-white h1 {
	margin-top:-30px;
	margin-bottom:25px;
	background-color: white;
	border-style: solid;
	border-width: 0px;
	border-color: darkgray;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
	float:left;

	background-image: url("../images/wave_darkgray.png");
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: darkgray;
	color:white;
}

.contentbox-white .bottom-margin {
	float:right;
	margin-top: -10px;
}

.contentbox-gray {
	background-color: lightgray;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	margin-left:25px;
	z-index:10;
	font-size:13px;
}

.contentbox-gray ul.tabbuttons {
	padding:0 !important;
	margin-top:-34px;
	display:block;
}
.contentbox-gray ul.tabbuttons li {
	display:block;
	float:left;
	text-decoration:none;

	margin:0px 5px 25px 0px;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: darkgray;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding:5px 5px 1px 5px;
	float:left;

	background-image: url("../images/wave_lightgray.png");
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: white;
	color:darkgray;
	
	font-size: 14px;
	font-weight: bold;

	z-index: 15;
}
.contentbox-gray ul.tabbuttons li.active, .contentbox-gray ul.tabbuttons li:hover {
	background-color: lightgray;
	color:black;
	cursor:pointer;
	border-bottom-color: lightgray;
}
.contentbox-gray ul.tabbuttons li:hover {
	border-bottom-color: darkgray;
}
.contentbox-gray ul.tabbuttons li.active:hover {
	border-bottom-color: lightgray;
}

input[type="text"], input[type="password"], textarea, select {  
    float: left;  
    padding: 5px;  
    border: 1px solid #999999;   
  
	background-image: url("../images/wave_gray.png");
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: white;
    
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    border-radius: 5px;   
}

input[type="submit"], input[type="button"] {  
    padding: 5px 20px;  
    border: 1px solid rgb(36, 91, 165);   
    color: white;

	background-image: url("../images/wave_blue.png");
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: rgb(36, 91, 165);
    
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    border-radius: 5px;   

    text-decoration:none;

    cursor:pointer;
	font-size:1.1em;
}  

input[type="button"].gray {
	background-image: url("../images/wave_mediumgray.png");
	background-color: darkgray;
	border-color: darkgray;
}
input[type="button"].red {
	background-image: url("../images/wave_red.png");
	background-color: red;
	border-color: red;
}
input[type="button"].green {
	background-image: url("../images/wave_green.png");
	background-color: darkgreen;
	border-color: darkgreen;
}

.detail-inputfield {
	float:left;
    margin-bottom: 5px;
    vertical-align: middle;
	font-size: 13px;
}
.detail-help {
	float:left;
    margin-left: 5px;  
    vertical-align: middle;
}

input[type="text"].requiredalert, input[type="password"].requiredalert, textarea.requiredalert {
	border-color: red;
	border-width: 2px;
}

.dataTables_filter input {
	float: right;
	margin-left: 5px;
	padding:1px;
	font-size:11px;
	margin-bottom: 10px;
}

.dataTables_length {
	float: left;
}
.dataTables_length select {
	float: none;
	margin-bottom:10px;
}

.organisatieselect {
	font-size:30px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 10px;
}
.organisatienaam {
	font-size:30px;
	font-weight: bold;
	color:black;
}

/*
 	Tabs
*/

ul.tabs, ul.subtabs {
	border-bottom: 1px solid darkgray ;
	margin: 25px 0px 25px;
	padding-left: 25px;
	height:23px;
	display:block;
}

ul.tabs li, ul.subtabs li {
	display:block;
	text-decoration:none;

	margin:0px 5px 25px 0px;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: darkgray;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding:5px 5px 1px 5px;
	float:left;

	background-image: url("../images/wave_mediumgray.png");
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: white;
	color:white;
	
	font-size: 14px;
	font-weight: bold;

	cursor: pointer;
}

ul.subtabs {
	height: 20px;
}

ul.subtabs li {
	font-size: 11px;
	font-weight: bold;
}

ul.tabs li:hover, ul.subtabs li:hover {
	background-image: url("../images/wave_blue.png");
}

ul.tabs li.tabknop_on, ul.tabs li.tabknop_on:hover, ul.subtabs li.tabknop_on, ul.subtabs li.tabknop_on:hover {
	background-image: none;
	border-bottom: 1px solid white;
	color: black;
	cursor: default;
}

div.hr {
	border-bottom: 1px solid darkgray ;
	height:3px;
	display:block;
}

.icon-delete {
	display: inline-block;
	vertical-align: text-bottom;
	width: 16px;
	height: 16px;
	
	background-image: url("../images/icon_delete.png");
	background-size: 24px auto;
	background-position: center;
	
	margin-top: -2px;
	margin-left: 5px;
}

.icon-plus {
	display: inline-block;
	vertical-align: text-bottom;
	width: 16px;
	height: 16px;
	
	background-image: url("../images/icon_plus.png");
	background-size: 24px auto;
	background-position: center;
	
	margin-top: -2px;
	margin-left: 5px;
}