* {
	margin: 0;
}

html,body {
	background: url(../images/bg.jpg) repeat-x;
	background-color: #d3e1ef;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
}

.clear {
	clear: both;
}

#page {
	position: relative;
	height: auto !important; 
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%;
}

#container {
	margin-left: 7px;
	width: 1103px;
	padding: 0 0 53px 0;
}

/*---header starts---*/
#header {
	height: 65px;;
	width: 100%;
}

.main-title {
	color: #FFF;
	font-size: 18px;
	height: 31px;
	padding: 5px 140px 0;
}

.title1-left {
	float: left;
	width: 140px;
	height: 29px;
}

.title1-middle {
	color: #0058a7;
	font-size: 12px;
	font-weight: bold;
	float: left;
	padding: 6px 0 0;
}

.title1-right {
	float: right;;
	height: 29px;
}

.title-menu {
	border-bottom: 6px solid #6699cc;
	color: #FFF;
	height: 20px;
	font-size: 12px;
	float: left;
	margin: 3px 0 0 26px;
}

.title-menu a {
	color: #FFF;
	text-decoration: none;
}


/*---middle content starts---*/
#middle {
	
}

#middle-left {
	float: left;
	width: 133px;
}

.logo {
	background-color: #FFF;
	height: 45px;
	width: 133px;
}

.profile-text {
	background: url(../images/PROFILE-bg.jpg) repeat-x;
	color: #FFF;
	font-size: 12pt;
	height: 25px;
	text-decoration: underline;
	text-transform: uppercase;
	text-align: center;
	width: 133px;
}

#middle-right {
	background: url(../images/right-bottombg.jpg) no-repeat right bottom;
	background-color: #FFF;
	float: left;
	margin-bottom: 17px;
	width: 970px;
}

.dropmenu-block {
	background: url(../images/drop_menu_bg.jpg) repeat-y;
	float: left;
	position: relative;
	/* width: 156px; */
	width: 1px; 
}

.picture-bg {
	background: url(../images/picture-right-shadow.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 367px;
	width: 5px;
	z-index: 100;
}

.dropmenu-menu {
	background-color: #e0e1e0;
	color: #333333;
	font-size: 12px;
}

.dropmenu-menu a {
	color: #333333;
	text-decoration: none;
}

.menu-firstlevel-on {
	background: url(../images/firstlevel-onbg.jpg) repeat-x;
	height: auto !important;
	min-height: 23px;
	padding: 6px 9px 0px 6px;
	text-transform: uppercase;
	font-weight: normal;
}

.menu-firstlevel {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #9d9e9d;
	background: url(../images/dropmenu-arrow.jpg) no-repeat 6px 10px;
	height: auto !important;
	min-height: 22px;
	padding: 5px 9px 0px 13px;
}

.menu-firstlevel-down {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #9d9e9d;
	background: url(../images/dropmenu-arrow-down.jpg) no-repeat 4px 12px;
	height: auto !important;
	min-height: 22px;
	padding: 5px 9px 0px 13px;
}

.menu-secondlevel-on {
	background: url(../images/secondlevel-onbg.jpg) repeat-x;
	font-size: 11px;
	height: auto !important;
	min-height: 19px;
	padding: 2px 9px 0px 14px;
}

.menu-secondlevel {
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #e3e2e2;
	background-color: #efefef;
	font-size: 11px;
	height: auto !important;
	min-height: 19px;
	padding: 0px 9px 0px 14px;
}

.dropmenu-bottom {
	border-top: 1px solid #f1f1f1;
	background: url(../images/dropmenu-bottombg.jpg) no-repeat right bottom;
	height: 29px;
}

/*--content block starts--*/
#content-block {
	float: left;
	min-height: 650px;
	width: 814px; 
}

.content {
	width: 762px;
	margin: 0 25px;
}

.block1 {
	width: 762px;
	margin: 8px 0;
}

.block2 {
	width: 764px;
	margin-bottom: 8px;
}


.block3 {
	width: 762px;
}


h1,h2 {
	font-size: 12px;
}

h1 {
	color: #6ebd44;
	padding-top: 11px;
}

h2 {
	color: #333333;
	text-indent: 6px;
}


.block-title {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	height: 20px;
	width: 764px;
	border-bottom: 1px solid #9f9f9f;
	margin-top: 10px;
	margin-bottom: 8px;
}

.block-content {
	color: #666666;
	margin: 0 0 12px;
	font-size: 12px;
}


.bottom-bgleft {
	background: url(../images/left-bottombg.jpg) no-repeat left bottom;
	height: 9px;
	margin-top: 16px;
}

/*--footer starts--*/
#footer {
	background: #94b7db url(../images/footer-bg.jpg) repeat-x;
	color: #FFF;
	font-size: 12px;
	height: 52px;
	width: 100%;
	position: absolute;
	bottom: 0px;
}

.footer-container {
	background: #94b7db url(../images/footer-bg.jpg) repeat-x;
	margin-left: 7px;
	width: 1103px;
	height: 52px;
}

.footer-right {
	float: right;
	height: 29px;
	padding-top: 17px;
}

.footer-left {
	float: left;
}

.signature-text {
	margin: 10px 0 12px;
	font-weight: bold;
}

.versie {
	height: 15px;
	text-align: right;
	font-size: 10px;
	width: 1103px;
	color: #000000;
	margin-left: 7px;
}

.error_box {
	border:1px solid #ccc;
	background:#FFF;
	width:605px;
	margin: 25px;
}

.error_box_title {
	background-color:#d3e1ef;
	width:605px;
	text-indent:12px;
	font-weight:bold;
	color:#333333;
	font-size:12px;
	height:18px;
	padding-top:5px;
	text-transform:uppercase;
}

.error_box_cont {
	text-align:left;
	padding:12px;
	font-size:12px;
	color:#666666;
	font-weight:normal;
}