@import url("/css/default/OService-default.css");
@import url("/css/default/default-consumed.css");
@import url("/css/default/default-datalist.css");


Body {
	behavior:  url(../css/csshover.htc);
	font-family : trebuchet ms;
	font-size : 11px;
	font-color : #666666;
	margin : 0px;
}
body TD {

}

.extranav {
	color : white;
	border-top : solid 1px white;
	width : 100px;
	border-right : solid 1px white;
	border-collapse : collapse;
	background-color : #999999;
}
.extranav a:link,
.extranav a:active,
.extranav a:visited { 
	color : white;
	text-decoration : none;
}
.extranav a:hover {
	text-decoration : underline;
	color : #cccccc;
}
.boTable TD{
	FONT-SIZE : 11PX;
}
.boTable a:link,
.boTable a:active,
.boTable a:visited {
	font-size :11px;
}
.boTable a:hover{
	font-size :11px;
}
.pageheader {

}


/* Navigatie Classes ------------------------------- */ 
div#nav {
	width: 200px; 
/*	margin: -1px 0 0 -1px;*/
	background-repeat: no-repeat;
	white-space : nowrap;
	border-top : solid 1px white;
	font-size : 11px;
	margin :0px;
	padding :0px;
	text-align : right;
}
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 #ffffff;
	white-space : nowrap;
	padding : 7px 5px 0px 0px;
	height : 20px;
	vertical-align : center;
	text-align : left;
}
div#nav li:hover {
	padding : 7px 5px 0px 0px;
	height : 20px;
	background-color : #CCCCCC;
}
div#nav li.submenu {
	border-bottom : dotted 1px #cccccc;
	text-align : right;
}
div#nav li.submenu:hover {
	display :block;
	background-color : #CCCCCC;
}
div#nav li a {
	text-decoration: none; 
}
div#nav li.submenu a {
	text-decoration: none; 
	padding : 0px 5px 3px 5px;
}
div#nav>ul a {
	width: auto;
}
div#nav ul ul {
	background-color : #999999;
	position: absolute; 
	top: 0; 
	left: 200px;
	display: none;
	width : 200px;
/*	opacity: .9;
	filter: alpha(opacity=90);
*/}
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 {

}
/* End Hovering Classes */ 
/* Profile Related Classes --------------------------------------------------------------------------------- */
.content {
	width : 100%;
	padding-left : 5px;
}
/* Main Classes -------------------------------------------------------------------------------------------- */
.maintable {
	width : 1000px;
	height: 100%;
	border-collapse: collapse;
}
.maintable TD {

}
.mainLeft {
	vertical-align :top;
}
.mainRight {
	vertical-align : top;
	width : 180px;
}
.lefttop {
	border-right : solid 1px white;
	border-bottom : solid 1px white;
	vertical-align :center;
	text-align:center;
	font-size : 18px;
	color : #F78146;
	font-weight : bold;
	width : 230px;
}

.pageHeader {
	vertical-align :top;
/*	border-bottom : solid 1px white;
*/}
.pagefooter {
	background-repeat : repeat-x;
	background-image : url(../images/nmt2b/footerbg.jpg);
	border-left :solid 1px white;
	height : 20px;
}
.powered {
	text-align : center;
	width : 100%;
	margin-left :20px;
	margin-top : 10px;
	margin-bottom : 10px;
	font-size : 11px;
}
.powered a:link,
.powered a:active,
.powered a:visited {
	color : white;
	text-decoration : none;
}
.powered a:hover {
	color : #666666;
	text-decoration : underline;
}
/* Box CLasses ------------------------------------------------------------------------------------- 
.box_table {
	width : 244px;
	border-collapse : collapse;
	margin-left : 20px;
	margin-bottom : 10px;

}
.box_header {
	font-weight : bold;
	color : #F78146;
	padding : 0px 5px 0px 5px;
}
.box_content {
	padding : 5px 5px 5px 5px;
}
.box_content a:link,
.box_content a:active,
.box_content a:visited {
	text-decoration : none;
	padding : 0px 10px 0px 15px;
	color : #999999;
}
.box_content a:hover {
	text-decoration : underline;
	padding : 0px 10px 0px 15px;
	color : #999999;
}
.box_footer {

}*/
/* Heading Classes ------------------------------------------------------------------------------------------ */

H1 { 
	font-weight : bold;

	font-size : 12px;
	margin-bottom : 0px;
}
H2 {
	font-weight : bold;

	font-size : 12px;
	margin-bottom : 0px;
}
H3 {
	font-weight : bold;

	font-size : 12px;
	margin-bottom : 0px;
}
H4 {
	font-weight : bold;

	font-size : 12px;
	margin-bottom : 0px;
}
H5 {
	font-weight : bold;

	font-size : 12px;
	margin-bottom : 0px;
}
H6 {
	font-weight : bold;

	font-size : 12px;
	margin-bottom : 0px;
}

/* Content Area CLasses ------------------------------------------------------------------------------------- */
.content_area {
	background-color : white;
	vertical-align :TOP;
	padding : 10px 0px 0px 10px;
	font-size : 11px;
	width : 100%;
	height : 100%;
	line-height:1.8;
}

.content_area TD {
	font-size :11px;
}
.content_area a:link,
.content_area a:active,
.content_area a:visited {
	color : #F78146;
	text-decoration : none;
	font-size : 11px;
}
.content_area a:hover {
	color : #666666;
	text-decoration : underline;
	font-size : 11px;
}
b.content_area { 
	font-weight : bold;
	font-size : 11px;
}
p.content_area {
	font-size : 11px;
}
strong.content_area {
	font-size : 11px;
}
hr.content_area {
	font-size : 11px;
}

/* LeftTabs Classes ------------------------------------------------------------------------------------------ */
.lefttabs_table {
	width : 200px;
	border-left : solid 1px white;
	border-collapse : collapse;
}
.lefttabs_table TD {
	border-bottom : dotted 1px #404040;
	height : 25px;
	vertical-align : center; 
}
.lefttabs_header {
	background-image : url(../images/nmt2b/lefttabheader.jpg);
	width : 200px;
	height : 120px;
}
.lefttabs_selected {
	text-align : right;
	color : #999999;
	font-weight : bold;
}
.lefttabs_selected a:link,
.lefttabs_selected a:active,
.lefttabs_selected a:visited {
	color : #999999;
	text-decoration : none;
	font-weight : bold;
	font-size : 11px;
}
.lefttabs_selected a:hover {
	color : #999999;
	text-decoration : none;
	font-weight : bold;
	font-size : 11px;
}
.lefttabs_notselected {
	text-align : right;
	color : #999999;
}
.lefttabs_notselected a:link,
.lefttabs_notselected a:active,
.lefttabs_notselected a:visited {
	color : #999999;
	text-decoration : none;
	font-size : 11px;
}
.lefttabs_notselected a:hover {
	color : #999999;
	text-decoration : none;
	font-size : 11px;
}

/* UpperTabs Classes ------------------------------------------------------------------------- */
.uppertabs_table {

	border-collapse :collapse;
}
.uppertabs_table TD {
	white-space : nowrap;
	font-size : 11px;
	border-collapse: collapse;
	width : 150px;
	padding : 4px 5px 4px 5px;
}
.uppertabs_selected {
	COLOR : WHITE;
	font-weight : bold;
}
.uppertabs_selected a:link,
.uppertabs_selected a:active,
.uppertabs_selected a:visited {
	text-decoration : none;
	font-weight : bold;
	font-size : 11px;
	padding : 0px 5px 0px 5px;
}
.uppertabs_selected a:hover {
	text-decoration : none;
	font-weight : bold;
	font-size : 11px;
	padding : 0px 5px 0px 5px;
}
.uppertabs_notselected {
	COLOR : WHITE;
}
.uppertabs_notselected a:link,
.uppertabs_notselected a:active,
.uppertabs_notselected a:visited {
	color : white;
	text-decoration : none;
	font-size : 11px;
	padding : 0px 5px 0px 5px;
}
.uppertabs_notselected a:hover {
	COLOR : WHITE;
	text-decoration : none;
	font-size : 11px;
	padding : 0px 5px 0px 5px;
}
/* Box CLasses --------------------------------------------------------------------------------- */

/* EVapi CLasses ------------------------------------------------------------------------------- */
.Datalist
{
    BORDER-BOTTOM: #000000 1px solid;
    BORDER-COLLAPSE: collapse;
    BORDER-LEFT: #000000 1px solid;
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    cell-spacing: 0px
}
.Datalist TD
{
    FONT-FAMILY: arial;

}

.Datalist .Header TD
{
    BACKGROUND-COLOR: #cccccc;
    BORDER-BOTTOM: olive;
    BORDER-LEFT: olive;
    BORDER-RIGHT: olive;
    BORDER-TOP: olive;
;
    TEXT-ALIGN: center;
    font-weight: bold
    
}

.Datalist .Header TR
{
    BACKGROUND-COLOR: #cccccc;
    BORDER-BOTTOM: olive;
    BORDER-LEFT: olive;
    BORDER-RIGHT: olive;
    BORDER-TOP: olive;
;
    TEXT-ALIGN: center;
    font-weight: bold
}

.Datalist .Header TD A
{
    COLOR: #000000;
    FONT-FAMILY: arial, verdana, helvetica, 'sans serif'
}
.Datalist .Header TD IMG
{
    MARGIN-LEFT: 5px
}
.Datalist .On TD
{
    BACKGROUND-COLOR: #ffffff;
    BORDER-BOTTOM: white solid;
    BORDER-LEFT: white solid;
    BORDER-RIGHT: white solid;
    BORDER-TOP: white solid
}
.Datalist .Off TD
{
    BACKGROUND-COLOR: #efefef;
    BORDER-BOTTOM: white solid;
    BORDER-LEFT: white solid;
    BORDER-RIGHT: white solid;
    BORDER-TOP: white solid
}
.Datalist .Footer TD
{
    BACKGROUND-COLOR: #cccccc;
    BORDER-BOTTOM: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
;
    TEXT-ALIGN: center;
    font-weight: bold
}
.Datalist .Footer TD A
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Verdana, helvetica, 'sans serif'
}
TD.Tools
{
    BACKGROUND-COLOR: #dddddd! important;
    LINE-HEIGHT: 14pt;
    TEXT-ALIGN: center;
    VERTICAL-ALIGN: top
}
.Tools A
{
    COLOR: #000000;
    FONT-FAMILY: Arial, verdana, helvetica, 'sans serif'
}
.Datalist .Header
{
    BORDER-BOTTOM: #000000 1px solid;
    BORDER-LEFT: #000000 1px solid;
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    FONT-FAMILY: Arial, verdana, helvetica, 'sans serif';
    FONT-WEIGHT: bolder
}
.Datalist .Footer
{
    FONT-FAMILY: Arial, verdana, hevetica, 'sans serif'
}
.Datalist .Header TD A:hover
{
    FONT-FAMILY: Arial, verdana, helvetica, 'sans serif'
}
.Datalist .Footer TD A:hover
{
    FONT-FAMILY: Arial, verdana, helvetica, 'sans serif'
}

.evBody
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: black;
    FONT-FAMILY: verdana;
    FONT-SIZE: 10px
}
A.evMainMenu:link
{
    COLOR: #f08c00;
    FONT-FAMILY: verdana;

}
A.evMainMenu:active
{
    COLOR: #f08c00;
    FONT-FAMILY: verdana;

}
A.evMainMenu:visited
{
    COLOR: #f08c00;
    FONT-FAMILY: verdana;

}
A.evItemMenu:link
{
    COLOR: #f08c00;
    FONT-FAMILY: verdana;

}
A.evItemMenu:active
{
    COLOR: #f08c00;
    FONT-FAMILY: verdana;

}
A.evItemMenu:visited
{
    COLOR: #f08c00;
    FONT-FAMILY: verdana;

}
A.evActionMenu:link
{
    FONT-FAMILY: verdana;

}
A.evActionMenu:active
{
    FONT-FAMILY: verdana;

}
A.evActionMenu:visited
{
    FONT-FAMILY: verdana;

}
.evTitle
{
    COLOR: black;
    FONT-FAMILY: verdana;
    FONT-SIZE: 20pt;
    FONT-WEIGHT: bold
}
.evHeading1
{
    COLOR: black;
    FONT-FAMILY: verdana;
    FONT-SIZE: 14pt;
    FONT-WEIGHT: bold
}
.evHeading2
{
    COLOR: black;
    FONT-FAMILY: verdana;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold
}
.evHeading3
{
    FONT-FAMILY: verdana;
;
    FONT-WEIGHT: bold
}
.evStatus
{
    FONT-FAMILY: verdana;
;
    FONT-WEIGHT: bold
}
.evStatusError
{
    COLOR: red;
    FONT-FAMILY: verdana;
;
    FONT-WEIGHT: bold
}
.evNote
{
    FONT-FAMILY: verdana;
;
    FONT-STYLE: italic
}
.evError
{
    COLOR: red;
    FONT-FAMILY: verdana;

}
.evFormLabel
{
    COLOR: #8C6288;
    FONT-WEIGHT: bold
}
.evTextBox
{
    FONT-FAMILY: verdana;

}
.evTextArea {
    FONT-FAMILY: verdana;

}
.evSelect {
    FONT-FAMILY: Verdana;

}
.evRadioLabel {

    FONT-WEIGHT: bold;
	color : black;
}
.evCheckBoxLabel {
    FONT-WEIGHT: bold;

}
.evPassword
{
    FONT-FAMILY: verdana;

}
.evReadOnly
{
    FONT-FAMILY: verdana;
;
    FONT-WEIGHT: bold
}
/* Table Header */
.evTh
{
    BACKGROUND-COLOR: #cccccc;
    COLOR: #000000;
    FONT-FAMILY: verdana;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: left
}

.evTd{
    BACKGROUND-COLOR: #ffffff;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 12px;
    TEXT-ALIGN: left
}
.evFirstTd{
    BACKGROUND-COLOR: #DFDFDF;
    COLOR: #000000;
    FONT-FAMILY: verdana;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: left
}
.evLabelTd{
    BACKGROUND-COLOR: #cccccc;
    COLOR: #000000;
    FONT-FAMILY: verdana;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: right;
    VERTICAL-ALIGN: top
}
.evDataTd{
    BACKGROUND-COLOR: #cccccc;
    FONT-FAMILY: verdana;
    FONT-SIZE: 12px;
    TEXT-ALIGN: left;
    VERTICAL-ALIGN: top;
	Font-weight : bold;
	color : #524D94;
}
.evSubmit{
    COLOR: #000000;
    FONT-FAMILY: Verdana;
;
    FONT-WEIGHT: bold
}
.evTd A:link,
.evTd A:active,
.evTd A:visited {}
.evTd A:hover{}

.content_header {
	font-weight : bold;
	font-family : verdana;
}

.BO_Header {}
.Header {}
.Header a:link,
.Header a:visited,
.Header a:active {}
.Header a:hover {}

.BackOffice_Link {}
.BackOffice_Link a:link,
.BackOffice_Link a:active,
.BackOffice_Link a:visited{}
.BackOffice_Link a:hover{}

.on {}

.off {}
/* List LS_Classes ----------------------------------------------------------------------------- */

/* News Classes -------------------------------------------------------------------------------- */
/* Shop Classes -------------------------------------------------------------------------------- */
/* Hovering Menu CLasses ----------------------------------------------------------------------- */ 
/* Box CLasses ------------------------------------------------------------------------------------- */
.box_table {
	width : 150px;
	border-collapse : collapse;
	margin-top : 0px;
	background-color : #002154;
	height :100%;
}
.box_header {
	font-weight : bold;
	color : #ffffff;
	padding : 15px 5px 5px 5px;
	height : 25px;
	font-size : 16px;
	border-bottom : solid 1px #ffffff;
}
.box_content {
	padding : 5px 5px 5px 5px;
	height : 25px;
	font-size :11px;
}
.box_content a:link,
.box_content a:active,
.box_content a:visited {
	text-decoration : none;
	padding : 0px 0px 0px 0px;
	font-size :11px;
	color : #ffffff;
}

.box_content a:hover {
	text-decoration : underline;
	padding : 0px 0px 0px 0px;
	font-size : 11px;
	color : #F78146;
}
.box_bullet {
	color : #002154;
}
.box_footer {
	height :100%;
}
.box_more {
	vertical-align : top;
}
.box_more a {
	color : white;
	font-size : 11px;
	text-decoration : underline;
}
.box_more a:hover {
	color : white;
	font-size : 11px;
	text-decoration : none;
}

/* Newsbox Classes ----------------------------------------------------------- */
/* News Classes -------------------------------------------------------------------------------- */
.newsboxpos {
	position : absolute;
	top : -2000px;
	left : -2000px;
}
.newsbox_table {
	width:150px;
	background-color : white;
	margin-bottom : 20px;
	margin-right :0px;
/*	position : absolute;
	left: -500;
	top : -1000;
*/
}
.newsbox_header {
	border-bottom : solid 1px #999999;
	color : #002154;
	font-weight : bold;
	font-size : 16px;
	height : 30px;
	padding : 15px 5px 5px 5px;
}
.newsbox_content {
	height : 30px;
	color : white;
	padding : 2px 5px 2px 5px;
	font-size : 11px;
}
.newsbox_content a:link,
.newsbox_content a:active,
.newsbox_content a:visited {
	color : #999999;
	font-size : 11px;
	text-decoration : none;
}
.newsbox_content a:hover {
	color : #999999;
	font-size :11px;
	text-decoration : underline;
}
.newsbox_footer {
	height : 100%;

}
/* ---------------------------------------- */ 
.news_title { 
	font-weight : bold;
}
/* ----------------------------------------- */ 
.ct {
	color : #F78146;
}
.ct a:link,
.ct a:active, 
.ct a:visited {
	color : #F78146;
}
.ct a:hover {
	color : #F78146;
}
.ABindex_selected {
	FONT-WEIGHT : BOLD;
	FONT-SIZE : 16PX;
}
.ABindex_selected A:LINK,
.ABindex_selected A:ACTIVE,
.ABindex_selected A:VISITED {
	FONT-WEIGHT : BOLD;
	FONT-SIZE : 16PX;
}
.ABindex_selected A:HOVER {
	FONT-WEIGHT : BOLD;
	FONT-SIZE : 16PX;
}.ABPath {
	font-weight : bold;	
}.ABPath {
	font-weight : bold;	
}

