@import url("/css/default/OService-default.css");
@import url("/css/default/default-consumed.css");
@import url("/css/default/default-datalist.css");
@import url("/css/default/default-headers.css");

HTML {
	font-family : arial;
	font-size : 11px;
}
BODY {
	font-family : arial;
	font-size :11px;
	behavior:  url(../css/csshover.htc);
}
body TD {
	font-size : 11px;
}
.maintable {
	width : 899px;
}
.contenttable {
	border-collapse : collapse;
}
.contenttable TD{
}
.content_area {
	padding : 10px;
	margin: 10px;
	vertical-align :top;
	height : 400px;
}
.content_area a:link,
.content_area a:active,
.content_area a:visited {
	color : #252B65;
	text-decoration : underline;
}
.content_area a:hover {
	color : #FFCC38;
	text-decoration : none;
}
.mainleft {
	width : 190px;
	border-right : solid 5px white; 
}
.mainright {
	width : 190px;
	border-left : solid 5px white; 
	margin-left :10px;
	margin-right : 10px;
}
.sitheader {
	height : 100px;
	width:100%;
	background-image: url(../images/ezorg/logo-ezorg.gif);
	background-repeat: no-repeat;
	vertical-align : bottom;
}
.sitefooterL {
	white-space:nowrap;
	color : #252B65;
}
.sitefooter {
	font-size : 10px;
	color : #252B65;
}

/* Navigatie Classes ------------------------------- */ 
div#nav {
	width: 190px; 
/*	margin: -1px 0 0 -1px;
*/  white-space : nowrap;
	border-top :  solid 1px #F1F2F2;
	font-size : 11px;
	margin :0px;
	padding :0px;
	height : 90%;
}
div#nav ul {
	margin: 0; 
	padding: 0; 
	white-space : nowrap;
	font-size : 11px;
}
div#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	border-bottom :  solid 1px #F1F2F2;
	white-space : nowrap;
	padding : 7px 5px 0px 0px;
	height : 30px;
	vertical-align : center;
	text-align : left;
	background-image: url(../images/ezorg/bulletgrey.jpg);
	background-repeat : no-repeat;
	background-position : 15px 8px;
}
div#nav li:hover {
	padding : 7px 5px 0px 0px;
	height : 30px;
	background-color : #242C65;
	background-image: url(../images/ezorg/bulletyellow.jpg);
	background-repeat : no-repeat;
	background-position : 15px 8px;
}
div#nav li.submenu {
	border-bottom :  solid 1px #F1F2F2;
	text-align : right;
}
div#nav li.submenu:hover {
	display :block;
	background-color : #242C65;
}
div#nav li a {
/*	padding: 0em 15 0em 0.5em;
	*/text-decoration: none; 
/*	width: 175px;
*/
}
div#nav>ul a {
	width: auto;
}
div#nav ul ul {
	background-color : #898dab;
	position: absolute; 
	top: 0; 
	left: 190px;
	display: none;
	width : 150px;
/*	opacity: .9;
	filter: alpha(opacity=90);
*/}
div#nav UL UL LI {
	background-image :none;
	text-align : right;
}
div#nav UL UL LI:hover {
	background-image :none;
}
div#nav ul.level1 li.submenu:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {
	display:block;

/*	width : 175px;
*/
}
div#nav li.submenu {

}
div#nav li:hover a.lefttabs_selected {
	color : #ffffff;
}
div#nav li:hover a.lefttabs_notselected {
	color : #ffffff;
}
/* End Hovering Classes */ 
a.lefttabs_selected {
	color : #252B65;
	font-size : 11px;
	font-family : arial;
	font-weight : bold;
	padding : 5px;
}
a.lefttabs_selected:hover{
	font-size : 11px;
	font-family : arial;
	font-weight : bold;
	padding : 5px;
	color : white;
}

a.lefttabs_notselected {
	color : #252B65;
	font-size : 11px;
	font-family : arial;
	padding : 5px;
}
a.lefttabs_notselected:hover{
	color :white;
	font-size : 11px;
	font-family : arial;
	padding : 5px;
}
a.uppertabs_selected {
	color : white;
	font-size : 11px;
	font-family : arial;
	font-weight : bold;
	padding : 5px;
}
a.uppertabs_selected:hover {
	color : white;
	font-size : 11px;
	font-family : arial;
	font-weight : bold;
	padding : 5px;
}
.uppertabs_notselected {
	color : white;
	font-size : 11px;
	font-family : arial;

	padding : 5px;
}
a.uppertabs_notselected:hover {
	color : white;
	font-size : 11px;
	font-family : arial;
	padding : 5px;
}
/*.lefttabs_selected {
	color : #252B65;
	padding-right : 15px;
	vertical-align :center;
	font-weight : bold;
}
.lefttabs_selected a:link, 
.lefttabs_selected a:active, 
.lefttabs_selected a:visited {
	color : #252B65;
	font-weight : bold;
}
.lefttabs_selected a:hover{
	color : white;
}
.lefttabs_notselected {
	color : #252B65;
	padding-right : 15px;
	vertical-align :center;
}
.lefttabs_notselected a:link, 
.lefttabs_notselected a:active, 
.lefttabs_notselected a:visited {
	color : white;
}
.lefttabs_notselected a:hover{
	color : white;
}
.uppertabs_selected {
	color : white;
	padding-left : 15px;
	font-weight : bold;
	opacity: .100;
	text-align : right;
	filter: alpha(opacity=100);
}
.uppertabs_selected a:link, 
.uppertabs_selected a:active, 
.uppertabs_selected a:visited {
	color : white;
}
.uppertabs_selected a:hover{
	color : white;
}
.uppertabs_notselected {
	color : white;
	padding-left : 15px;
	opacity: .100;
	filter: alpha(opacity=100);
	text-align : right;
}
.uppertabs_notselected a:link, 
.uppertabs_notselected a:active, 
.uppertabs_notselected a:visited {
	color : white;
}
 
.uppertabs_notselected a:hover{
	color : white;
}*/
.extratabs {

}
.extratabs TD {
	padding-left : 10px;
	padding-right : 50px;
}
.extratabs a:link {
	color :  #252c66;
	text-decoration : none;
	background-image: url(../images/ezorg/extrabg.jpg);
	background-repeat : no-repeat;
	background-position : 15px 5px;
	padding-left :35px;
	padding-top : 5px;
	padding-bottom : 5px;
}
.extratabs a:active {
	color : #252c66;
	text-decoration : none;
	background-image: url(../images/ezorg/extrabgsel.jpg);
	background-repeat : no-repeat;
	background-position : 15px 5px;
	padding-left :35px;
	padding-top : 5px;
	padding-bottom : 5px;
}
.extratabs a:visited {
	color :  #252c66;
	text-decoration : none;
	background-image: url(../images/ezorg/extrabg.jpg);
	background-repeat : no-repeat;
	background-position : 15px 5px;
	padding-left :35px;
	padding-top : 5px;
	padding-bottom : 5px;
}
.extratabs a:hover {
	color : #252c66;
	text-decoration : none;
	background-image: url(../images/ezorg/extrabgsel.jpg);
	background-repeat : no-repeat;
	background-position : 15px 5px;
	padding-left :35px;
	padding-top : 5px;
	padding-bottom : 5px;
}
.box_table {
	width:240px;
}
.box_header {
	color : #252c66;
	font-weight : bold;
	width:180px;
	padding-left: 23px;
}
td.box_content {
	color : #252c66;
	padding-top : 5px;
}
td.box_content:hover {
	color : #252c66;
}
.box_content a:link,
.box_content a:active,
.box_content a:visited {
	background-image: url(../images/ezorg/bulletgrey.jpg);
	background-repeat : no-repeat;
	color : #252c66;
	text-decoration : none;
	padding-left : 15px;
	display: block;
}
.box_content a:hover {
	color : #252c66;
	text-decoration : underline;
	background-image: url(../images/ezorg/bulletyellowG.jpg);
	background-repeat : no-repeat;
	padding-left :15px;
	display: block;

}
.box_bullet {
	color : #F1F1F2;
}
.box_more a:link,
.box_more a:active,
.box_more a:visited {
	padding-left :15px;
	padding-top : 15px;
	color : #252c66;
	text-decoration : underline;
}
.box_more a:hover{
	padding-top : 15px;
	color : #252c66;
	text-decoration:none;
	padding-left :15px;
}
.newsbox_table {
	margin-left: 10px;
	margin-right: 10px;
	width:180px;
}
.newsbox_header {
	font-weight : bold;
	padding-left: 20px;
}
td.newsbox_content {
	background-image: url(../images/ezorg/bulletgrey.jpg);
	background-repeat : no-repeat;
	background-position : 0px 8px;
}
td.newsbox_content:hover {
	background-image: url(../images/ezorg/bulletblue2.jpg);
	background-repeat : no-repeat;
	background-position : 0px 8px;
}

.newsbox_content a:link,
.newsbox_content a:Active,
.newsbox_content a:visited {
	color : #252B65;
	text-decoration : none;
}
.newsbox_content a:hover {
	color : #252B65;
	text-decoration : underline;
}
/* --------------------------------------------------- */ 

.news_title {
	font-weight : bold;
	color : #252B65;
	font-size : 12px;
}
.content_title {
	font-weight : bold;
	color : #252B65;
	font-size : 12px;
}
.bo_header {
	font-weight : bold;
	color : #252B65;
	font-size : 12px;
}
.LS_header {
	font-weight : bold;
	color : #252B65;
	font-size : 12px;
}
.LS_Title {
	font-weight : bold;
	color : #252B65;
	font-size : 12px;
}
.content_header {
	font-weight : bold;
	color : #252B65;
	font-size : 12px;
}
H1 {
	font-weight : bold;
	color : #252B65;
}
H2 {
	font-weight : bold;
	color : #252B65;
	font-size : 20px;
}
H3 {
	font-weight : bold;
	color : #252B65;
	font-size : 18px;
}
H4{
	font-weight : bold;
	color : #252B65;
	font-size : 16px;
}
H5 {
	font-weight : bold;
	color : #252B65;
	font-size : 14px;
}
H6{
	font-weight : bold;
	color : #252B65;
	font-size : 12px;
}

.powered {
	margin-left :30px;
}
.powered a:link,
.powered a:active,
.powered a:visited {
	color : #252B65;
	text-decoration : none;
	font-size : 10px;
}
.powered a:hover {
	color : #252B65;
	font-size : 10px;
	text-decoration : underline;
}