/*
 * TABLE OF CONTENTS:
 * - CSS reset
 * - HTML elements
 * - Main containers
 * - General classes
 * - Form classes
 * - Page specific classes
 * - Hacks
 */






/*
 * BEGIN CSS RESET (tweaked YUI reset)
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
html {
	overflow: -moz-scrollbars-vertical !important
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
em {
	font-style:italic;
}
strong
{
	font-weight:bold;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/*
 * END CSS RESET (tweaked YUI reset)
 */






/*
 * HTML ELEMENTS
 */

html {
	height: 100%;
}

body {
	background: #c00;
}

body,
input,
select,
textarea {
	color: #000;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}

a:link,
a:visited,
a:active {
	text-decoration: underline;
	color: #f00;
}
a:hover {
	text-decoration: none;
}

table {
	border: 0px;
}

p {
	margin: 0px 0px 18px 0px;
}

ul,
li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li {
	padding: 0px 0px 0px 10px;
	background: url(/images/list.gif) 0px 9px no-repeat;
}

h1 {
	font: bold 36px/40px Arial, Helvetica, sans-serif;
}

h2 {
	font: bold 24px/28px Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

/* Paginamanagerstyles */
img[align="left"] {
	margin: 0px 10px 0px 0px;
	float: left;
}

img[align="right"] {
	margin: 0px 0px 0px 10px;
	float: right;
}

/*
 * END HTML ELEMENTS
 */


/*
 * BEGIN MAIN CONTAINERS
 */

.containerMain {
	width: 1024px;
	min-height: 18px;
	margin: 0px auto 0px auto;
	position: relative;
}
* html .containerMain {
	height: 18px;
}

/*
 * END MAIN CONTAINERS
 */






/*
 * BEGIN GENERAL CLASSES
 */

a.underlineOnHover:link,
a.underlineOnHover:visited,
a.underlineOnHover:active {
	text-decoration: none
}
a.underlineOnHover:hover {
	text-decoration: underline
}

a.hideUnderlineOnHover:link,
a.hideUnderlineOnHover:visited,
a.hideUnderlineOnHover:active {
	text-decoration: underline
}
a.hideUnderlineOnHover:hover {
	text-decoration: none
}

.smaller1 {
	font-size: 0.9em;
}

.smaller2 {
	font-size: 0.8em;
}

.safeBox {
	min-height: 18px;
}
* html .safeBox {
	height: 18px;
}

ul.semantic li {
	padding: 0;
	background: none
}

img.inline {
	float: left;
	margin: 4px 10px 5px 0;
}

.clear {
	height: 0;
	overflow: hidden;
	clear: both;
}

div.horizontalRule {
	clear: both;
	height: 1px;
	margin: 10px 0 10px 0;
	padding: 0;
	background-color: #7FD6F7;
	overflow: hidden;
}

.replaceText {
	position: absolute;
	left: -99999px;
	background: no-repeat top left;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.rightAlign
{
    text-align: right
}

.leftAlign
{
    text-align: left
}


/*
 * END GENERAL CLASSES
 */






/*
 * BEGIN FORMS
 */

label {
	cursor: pointer;
}

.formSubmit {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

#formSubmitJs {
	display: none;
}

/*
 * END FORMS
 */



.dataTable {
 width: 1024px;
 border-collapse: collapse;
 border-left: 0px solid #ddd;
 margin-left: 0px;
}
 
.dataTable caption {
 text-align: right;
 font-size: 10px;
 padding: 0 0px 3px 0;
}
 
.dataTable th,
.dataTable td {
 padding: 2px 4px 2px 4px;
}
 
.dataTable th {
 background: #dddddd;
}
 
.dataTable thead th {
 font-weight: bold;
}

.dataTable tbody th {
 text-align: left;
 padding-right: 0px;
}
 
.dataTable tbody tr.odd {
 background: #f2f2f2;
}


/*
 * BEGIN PAGE CONTAINERS
 */
 .headContainer {
	min-height: 18px;
	background-color:#c00;
}
* html .headContainer {
	height: 18px;
}

.logo {
	width: 405px;
	height: 152px;
	float:left;
	background: url(../images/logo.png) 0 0 no-repeat;
}

.logo a {
	display: block;
	width: 380px;
	height: 145px;
	margin-left: 20px;
}

.logorechts {
	width: 619px;
	height: 152px;
	float: right;  
	background: url(/images/logo_footer.gif) repeat-x bottom; 
}

/*
 * END PAGE CONTAINERS
 */


.level1menu {
	width: 300px;
	float: right;
	align: right;
	position:relative;
	top:75px;
	vertical-align: bottom;
}

.level1menu a {
	display: block;
	clear: both;
	padding-right: 25px;
	float: right;
	text-indent: -9999px;
}

.level1menu span {
	display: block;
	width:28px;
	margin: 2px 0 0 -28px;
	background:url(/images/menu-arrow.png) 0 0 no-repeat;
}

.lev1anchor1 {
	width: 91px;
	background: url(/images/menu-spoedtransport.png) no-repeat; 
} 
.lev1anchor1:hover { 
	background: url(/images/menu-spoedtransport-hover.png) no-repeat; 
} 

.lev1anchor2 {
	width:56px;
	background: url(/images/menu-eservices.png) no-repeat; 
} 
.lev1anchor2:hover { 
	background: url(/images/menu-eservices-hover.png) no-repeat; 
} 

.lev1anchor3 { 
	width:36px;
	background: url(/images/menu-contact.png) no-repeat; 
} 
.lev1anchor3:hover { 
	background: url(/images/menu-contact-hover.png) no-repeat; 
} 



/*Menu area container */
.subMenuMaster {
	width: 1024px;
	height: 24px;
	background: url(/images/smenu-line.png) repeat-x #000066 top;
}

.subMenuMaster .subMenuImgHeader {
	height: 17px;
	display: block;
	position:relative;
	top: -1px;
	left: 200px;
}

.subMenuMiddle {
	width:  460px;
	height: 17px;
	position: relative;
	top: -18px;
	left: 350px;
}

.subMenuMiddle img {
	float: left;
}

.subMenuMiddle a {
	height: 17px;
	float: left;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 0;
}


.subMenuAnchor1 {
	width: 151px;
	background-image: url(/images/smenu-trackntrace.png); 
} 
.subMenuAnchor1:hover { 
	background-image: url(/images/smenu-trackntrace-hover.png); 
} 

.subMenuAnchor2 {
	width: 108px;
	background-image: url(/images/smenu-cmr.png); 
} 
.subMenuAnchor2:hover { 
	background-image: url(/images/smenu-cmr-hover.png); 
} 

.subMenuAnchor3 {
	width: 43px;
	background-image: url(/images/smenu-demo.png); 
} 
.subMenuAnchor3:hover { 
	background-image: url(/images/smenu-demo-hover.png); 
} 

.subMenuAnchor4 {
	width: 76px;
	background-image: url(/images/smenu-inloggen.png); 
} 
.subMenuAnchor4:hover { 
	background-image: url(/images/smenu-inloggen-hover.png); 
} 


/*menu na inloggen */
.cmrMenuMiddle {
	width:  680px;
	height: 17px;
	position: relative;
	top: -18px;
	left: 350px;
}

.cmrMenuMiddle img {
	float: left;
}

.cmrMenuMiddle a {
	height: 17px;
	float: left;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 0;
}


.cmrMenuAnchor1 {
	width: 170px;
	background-image: url(/images/cmr-zoeken-datumreferentie.png); 
} 
.cmrMenuAnchor1:hover { 
	background-image: url(/images/cmr-zoeken-datumreferentie-hover.png); 
} 
.cmrMenuAnchor2 {
	width: 132px;
	background-image: url(/images/cmr-dossierdatum.png); 
} 
.cmrMenuAnchor2:hover { 
	background-image: url(/images/cmr-dossierdatum-hover.png); 
} 
.cmrMenuAnchor3 {
	width: 158px;
	background-image: url(/images/cmr-dossierreferentie.png); 
} 
.cmrMenuAnchor3:hover { 
	background-image: url(/images/cmr-dossierreferentie-hover.png); 
} 
.cmrMenuAnchor4 {
	width: 130px;
	background-image: url(/images/cmr-cmropvragen.png); 
} 
.cmrMenuAnchor4:hover { 
	background-image: url(/images/cmr-cmropvragen-hover.png); 
} 

/*FFOX*/
.masterContent{
	width: 1024px;
	min-height: 500px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
}

* html .masterContent{
	height: 500px;
	}

.tableContainer {
	width: 1024;
	min-height: 500px;
	padding: 0px;
	margin: 0px;
	float: left;
	background-color: #ffffff;
}

.bigContainer {
	width: 1024;
	padding: 0px;
	margin: 25px 25px 25px 25px;
	position: fixed;
	float: left;
	background-color: #ffffff;
}

.bigContainer h2 {
	font-size: 20px;
	line-height: 22px;
	color: #FF3333;
	font-weight: bold;
	
}

.centerContainer {
	width: 500px;
	height: auto;
	padding: 25px 25px 0px 0px;
	margin: 0px auto 0px auto;

	background-color: #ffffff;
}

.centerContainer h2 {
	font-size: 20px;
	line-height: 22px;
	color: #FF3333;
	font-weight: bold;
}


.leftContainer{
	width: 500px;
	padding: 0px;
	margin: 0px;
	position: fixed;  
	float: left;
	background-color: #ffffff;
	padding-top: 25px;
	padding-left: 25px;
}

.leftContainer h2 {
	font-size: 20px;
	line-height: 22px;
	color: #FF3333;
	font-weight: bold;
	padding-bottom: 15px;
}

.rightContainer{
	width: 500px;
	padding: 0px;
	margin: 0px;
	float: right;
}


/* Login based Containers. */
.loginMainContainer {
	width: 300px;
	height: 250px;
	padding: 0px;
	margin: 50px;
	background-color: #a00;
}

.loginInnerContainer {
	width: 240px;
	height: 190px;
	margin: 0px 15px 15px 15px;
	padding: 15px;
	color: #fff;
	position: relative;
	top: 15px;
	background-color: #c00;
}

.submitButton{
	width: 132px;
	color: #c00;
	border: 1px solid #633;
}


.masterFoot{
	height: 45px;
	background-color: #000066;
}   


/* HACK -> 'Display-Table'-vervanger */
.containerMain:after,
.safeBox:after,
.headContainer:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

/* Styles voor de print variant */
@media print
{
    .NoPrint {
    	display: none;
    }
}
