/* Veenstra Transport CSS Stylesheet for E-Service*/

BODY
{
	font-size: 10pt;
	color: Navy;
	font-family: Arial;
	background-color: #ffffff;
}

.smallText
{
	padding-right: 50px;
	font-size: 10pt;
	color: Navy;
	font-family: arial;
}

.TextBoxes
{
	font-size: 10pt;
	color: navy;
	font-family: Arial;
	background-color: white;
}

.FriTextBoxes
{
	font-size: 10pt;
	color: navy;
	font-family: Arial;
	background-color: white;
	border:1px solid silver;
}

.Buttons
{
	color: Navy;
	font-family: Arial;
	font-size: 10pt;	
}

.FriButtons {
    
    color: Navy;
    font-family: Arial;
    font-size:9pt;
}

.FriLabels {
    color: Navy;
    font-family: Arial;
    font-size:10pt;
}


.Errors
{
	color: Red;
	font-size: 10pt;
	background-color: #ffffff;
}

.Disp_Head
{
	background-color: #757fc0;
	color: Navy;
}

.DSGrid_Head
{
	font-weight: bold;
	font-size: 10pt;
	color: navy;
	font-family: Arial;
	background-color: #757fc0;
}

.DSGrid_Foot
{
	font-weight: bold;
	font-size: 10pt;
	color: navy;
	font-family: Arial;
	background-color: #c6c3c6;
}

.DSGrid_Item
{
	font-weight: normal;
	font-size: 10pt;
	color: navy;
	font-family: Arial;
	background-color: #dedfde;
}

.DSGrid_AltItem
{
	font-weight: normal;
	font-size: 10pt;
	color: navy;
	font-family: Arial;
	background-color: lavender;
}

.smallHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: #cc0000;
	font-family: arial;
}
