BODY, td {
	border: none;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family : Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.cellOdd {
	background-color: #ffffff;	
}

.cellEven {
	background-color: #D7E6EC;	
}

.cellHeader {
	background-color: #88bbdd;
	font-weight: bold;	
}

.black {
	background-color: #000000;
}

.smartmove_loginFont
{
	color: #000000;
    font-size:12px;
}

.large_title {
	font-size: 20px;
	font-weight: bold;
}

.status {
	font-size: 12px;
	color: #FF5555;
	font-weight: bold;
}

.optionHeading {
	font-size: 16px;
	color: #0099CC;
	font-weight: bold;
}

.driver_link {
	font-size: 13px;
	font-weight: bold;
	color:#000000;
 	text-decoration: none;
	cursor:pointer;
}

.logout_link {
	font-size: 16px;
	color:#0000FF;
 	text-decoration: underline;
	cursor:pointer;
	font-weight: bold;
}

.buttonSprite {
	background:url("images/button.png") no-repeat scroll 0 0 transparent;
	display:inline-block;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	vertical-align:middle;
}

.buttonMiddleSprite {
	background:url("images/button_middle.png") scroll 0 0 transparent;
	display:inline-block;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	vertical-align:middle;
}

.buttonStart {
	background-position:0px 0px;
	height:20px;
	width:4px;
	cursor: pointer;
}

.buttonMiddle {
	background-position:-20px 0px;
	height:20px;
	cursor: pointer;
}

.buttonText {
	vertical-align: text-bottom;
	height:100%;
}

.buttonEnd {
	background-position:-56px 0px;
	height:20px;
	width:4px;
	cursor: pointer;
}

/* large form button used in drivercard.jsp and coloured with smartMoveBlue_bg_white_fg, green_bg_white_fg, red_bg_white_fg */
.buttonLarge {
	background-color: buttonface;
	color: buttontext;
	font-size: 14px;
	padding: 4px 8px;
	text-align: center;
	cursor: pointer;
}

.red_bg_white_fg {background-color: #f44336; color: white;} /* Red */
.green_bg_white_fg {background-color: #4CAF50; color: white;} /* Green */
.smartMoveBlue_bg_white_fg {background-color: #038fd5; color: white;} /* smartmove Blue */