/* User CSS Document */
.userlink .trafficLight .speedAwareness .driver .camera .mobile {
	padding: 0px;
	margin-top:0px;
	text-decoration:none;
	font-weight: normal;
	
}
#mainCopy a:link.userlink, #mainCopy a:visited.userlink {
	color:#FFFFFF;
	width:130px;
	min-height: 46px;
	display:block;
	background-image: url(../images/generic_button.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left:4px;
	padding-top:2px;
	padding-bottom:16px;
	padding-right:50px;
	margin-bottom:10px;
	margin-right:10px;
	font-size:1em;
	text-decoration:none;
}
#mainCopy a:hover.userlink {
	color:#000000;
}
#mainCopy a:link.trafficLight, #mainCopy a:visited.trafficLight {
	color:#FFFFFF;
	width:120px;
	height: 56px;
	display:block;
	background-image: url(../images/traffic_light_button.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left:4px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:50px;
	margin-bottom:10px;
	margin-right:10px;
	font-size:1em;
	text-decoration:none;
}
#mainCopy a:hover.trafficLight {
	color:#000000;
}
#mainCopy a:link.speedAwareness, #mainCopy a:visited.speedAwareness {
	color:#FFFFFF;
	width:120px;
	height: 56px;
	display:block;
	background-image: url(../images/speed_awareness_button.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left:4px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:50px;
	margin-bottom:10px;
	margin-right:10px;
	font-size:1em;
	text-decoration:none;
}
#mainCopy a:hover.speedAwareness {
	color:#000000;
}
#mainCopy a:link.driver, #mainCopy a:visited.driver {
	color:#FFFFFF;
	width:120px;
	height: 56px;
	display:block;
	background-image: url(../images/driver_button.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left:4px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:50px;
	margin-bottom:10px;
	margin-right:10px;
	font-size:1em;
	text-decoration:none;
}
#mainCopy a:hover.driver {
	color:#000000;
}
#mainCopy a:link.camera, #mainCopy a:visited.camera {
	color:#FFFFFF;
	width:120px;
	height: 56px;
	display:block;
	background-image: url(../images/camera_button.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left:4px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:50px;
	margin-bottom:10px;
	margin-right:10px;
	font-size:1em;
	text-decoration:none;
}
#mainCopy a:hover.camera {
	color:#000000;
}
#mainCopy a:link.mobile, #mainCopy a:visited.mobile {
	color:#FFFFFF;
	width:120px;
	height: 56px;
	display:block;
	background-image: url(../images/mobile_button.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left:4px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:50px;
	margin-bottom:10px;
	margin-right:10px;
	font-size:1em;
	text-decoration:none;
}
#mainCopy a:hover.mobile {
	color:#000000;
}
