body {
	font-family: arial;
	font-size : 8pt;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-position : center;
	background-repeat : no-repeat;
	background-color : #ffffff;
	
}

.background{
	background : url(../Images/truckbackground.jpg) no-repeat fixed center;
}

.error {
        color : red;
}

.noerror{
	color :green;
}

.bigHeader {
        font-size : 20pt;
        font-weight : bold;
        font-style : italic;
}

.mediumHeader {
        font-size : 16pt;
}

.smalHeader {
        font-size : 10pt;
}

.normalTable{
        width : 100%;
}

table.ListTable {
	width : 100%;
	border : 5px solid #336699;
}

.formsTable {
        width : 100%;
        border-bottom: 1px solid #646464;
        border-top: 1px solid #646464;
        background : #e8e8e8;
}

.loginTable {
        border-top : 1px solid #646464;
        border-right : 1px solid #646464;
        border-bottom : 1px solid #646464;
        border-left : 1px solid #646464;
        background : #e8e8e8;
}

.headerTable {
        width : 100%;
        color : #ffffff;
        border-bottom: 4px ridge #e8e8e8;;
        background : #666666;
}


.normal {
        font-size : 8pt;
}

.clickable {
	font-size :8pt;
	font-weight:bold;
	text-decoration : underline;
	cursor : pointer;
}

.listBody {
        font-family : arial;
        background-color: #ffffff;
}

tr.listHeader {
        font-size : 8pt;
        font-weight : bold;
        background-color : #c2d7eb;
        color : #000000;
}

tr.listRow1 {
        font-size : 8pt;
        background-color : #dddddd;
}

tr.listRow2 {
        font-size : 8pt;
        background-color : #dddddd;
}

.listSelectedRow {
        font-size : 8pt;
        background-color : #000080;
        cursor : pointer;
        color : #ffffff;
}

.button            {
        font-size : 8pt;
        background-color: #F4F4F4;
 }

.editBox {
        background-color: #FFFFFF;
        border: 1px solid #646464;
        font-size : 8pt;
}

.textBox {
        font-family : arial;
        background-color: #FFFFFF;
        border: 1px solid #646464;
        font-size : 8pt;
}

Select.selectBox {
        background-color: #ffffff;
        border-top: 1px solid #646464;
        border-right: 1px solid #646464;
        border-bottom: 1px solid #646464;
        border-left: 1px solid #646464;
        font-size : 8pt;
}

 a.listLink:link {
        font-family: arial;
        font-weight : bold;
        color: #000000;
}

img.Image {
        border : 10px;
}

a.listLink:visited {
        font-family: arial;
        font-weight: bold;
        color: #ffffff;
}

a.listLink:active {
        font-family : arial;
        font-weight : bold;
        color: #ffffff;
}

hr.HorizontalLine {
        color : #000000;
}

.bg1 {background : #eeeeee;}
.bg2 {background : #dddddd;}

td.FooterButton {
        font-size : 8pt;
        font-weight : bold;
        cursor: pointer;
        background-color : #c2d7eb;
        color : #000000;
}

 .TooltipStyle {background-color: #FFFFEE; border: 1px solid black; width: 250px; text-align: left;  font-family: arial; font-size: 8pt; color:black; padding: 3px; position: absolute; visibility: hidden;}

.LicenseBox{
	background-image:url("http://www.trucks.nl/images/kenteken_plaat_nl.jpg");
	background-repeat:no-repeat;
	border:0;
	font-size:16pt;
	verticalAlign: middle;
	text-transform: uppercase;
	padding-left:20px;
}

.infoTable {
	border: 10;
	verticalAlign: middle;
	padding-left:100px;
}
#topStoring {         position: absolute;left: 150px;top: 150px;color: red;align: center;}
