/*UPDATE stylesheet v0.1
-----------------------------------------------
version:  30 juni 2009
----------------------------------------------- */

	@import "print.css";
	@import "navigation.css";
	@import "largebox.css";
	@import "list.css";
	@import "breadcrumb.css";

/* Basic style information
----------------------------------------------- */
html, body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	background-color:#eeeeee;
}
img{
	border:0;
}
h1 {
	color:#524d4e;
	font-size:120%;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
}
h2 {
	color:#524d4e;
	font-size:100%;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:10px;
}


h3 {
	font-size:100%;
	color:#524d4e;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:10px;
}

h4 {
	font-size:110%;
	font-weight:bold;
	color:#1C191A;
	margin-bottom:5px;
}

h5 {
	font-size:110%;
	font-weight:normal;
	color:#1C191A;
	margin-bottom:5px;
}

h6 {
	font-size:100%;
	font-weight:normal;
	text-decoration:none;
	font-style:italic;
	color:#1C191A;
	margin-bottom:5px;
}

a{
	color:#990012;	
}

.okmessage {
	color:#009933;
}
.errormessage {
	color:#CC0000;
	margin:5px 0 0 8px;
}
.containerTable {
	width:990px;
	margin:0 auto;
	background-color:#fff;
	/** IE 5.1 **/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}
.headerBox{
	width:100%;
	border:0px;
	padding:0px;
	vertical-align:top;
	height:104px;
	border-bottom:1px solid #ccc;
}
.headerLogo{	
	float:left;
	width:207px;
	height:34px;
	background-image:url(../images/headerLogo.jpg);
	margin-top:28px;
}

.handelBox{
	float:right	
}

.versionbox{
	float:left;
	margin:5px 20px 0px 490px;
	color:#a41e2c;
}	

.navBox{
	width:208px;
	border-right:1px solid #ccc;
	vertical-align:top;
}
.contentBox{
	width:782px;
}

.winTitle
{
	color:#fff;
	font-weight:bold;
}

.IntranetPaging a:link
{
	color:#000000;
	text-decoration:none;
}



/** form **/

.smallContentBoxForm{
	margin:15px 0 0 8px;
}
.smallContentBoxFormTitle{
	float:left;
	width:200px;
}
.smallContentBoxFormTitle{
	font-weight:bold;
}

.largeBoxInputRequired{
	width:250px;
	margin-top:5px;
	background-color:#dddd44;
}
.formButton{
	background-color:#990011;
	color:#fff;
	border:none;
	margin-top:15px;
}

.printBox{
	float:right;
	margin:5px 33px 0 0;
}

.containerTable table table #btnSave{
	background-color:#FFBD14;
	border:medium none;
	color:#474849;
	margin:8px 0 15px 58px
}
#btn_transfer{
	background-color:#FFBD14;
	border:medium none;
	color:#474849;
	}
#btn_transfer_back{
	background-color:#FFBD14;
	border:medium none;
	color:#474849;
	}

#btnAdd, #btnSearch, #btn_submit, #btnCancel{
	background-color:#FFBD14;
	border:medium none;
	color:#474849;
	}

.contentBox table table #RadMultiPage1{
	margin-top:15px;	
}



#Pageview2 table table{
	background-color:#fff;	
}

.Openingsuren{
    font-size:11px;
    padding 0 0 0 0;
}

















