
.text {
	font-size:			9px;
	font-weight:		bold;
	color:				#000000;
	text-decoration:	none;
}

.redText {
	color:				#FF0000;
}

.greenText {
	color:				#00FF00;
}

.blueText {
	color:				#0000FF;
}

.normalText {
	font-size:			12px;
}

.boldText {
	font-size:			12px;
	font-weight:		bold;
}

.labelText {
	font-size:			9px;
	font-weight:		bold;
	color:				#000000;
	text-decoration:	none;
}

.labelBigText {
	font-size:			10px;
	font-weight:		bold;
	color:				#000000;
	text-decoration:	none;
}

.buttonImage {
	cursor: 			pointer;
	align: 				center;
	text-align: 		center;
}

.button {
	cursor: 			pointer;
	align: 				center;
	text-align: 		center;
	text-align: 		center;
	-moz-border-radius: 5px 5px;
	border-radius:		5px 5px;
	border:				solid #AEAEAE 1pt;
	background: 		#E9E9E9;
}

.buttonOver {
	cursor: 			pointer;
	align: 				center;
	text-align: 		center;
	text-align: 		center;
	-moz-border-radius: 5px 5px;
	border-radius:		5px 5px;
	border:				solid #8CB2D8 1pt;
	background: 		#DBE7F3;
}

.buttonPressed {
	cursor: 			pointer;
	align: 				center;
	text-align: 		center;
	text-align: 		center;
	-moz-border-radius: 5px 5px;
	border-radius:		5px 5px;
	border:				solid #8CB2D8 1pt;
	background: 		#DCDCDC;
}

.tooltipTab {
	font-size:		8pt; 
}

.tooltipPanel {
	padding-left:	3px;
}

.tooltipHeaderLabel {
	font-size:		8pt; 
	font-weight:	bold; 
}

.tooltipLabel {
	font-size:		8pt; 
}

.tooltipRedLabel {
	font-size:		8pt;
	font-weight:	bold; 
	color:			#FF0000; 
}

.tooltipGreenLabel {
	font-size:		8pt;
	color:			#007517; 
}

.tooltipButtonPanel {
	text-align: center; 
	align: 		center;
}

.tooltipButton {
	cursor: 			pointer;
	align: 				center;
	text-align: 		center;
	horizontal-align:	center;
	vertical-align:		center;
	-moz-border-radius: 5px 5px;
	border-radius:		5px 5px;
	border:				solid transparent 1pt;
}

.tooltipButton:hover {
	cursor: 			pointer;
	align: 				center;
	text-align: 		center;
	-moz-border-radius: 5px 5px;
	border-radius:		5px 5px;
	border:				solid #8CB2D8 1pt;
	background: 		#DBE7F3;
}

.tooltipLeftButton {
	margin-left:	7%;
	width:			40%; 
}

.tooltipRightButton {
	margin-right:	7%;
	width:			40%; 
}

.mouseButtonOver {
	cursor: 			pointer;
}

.centered {
	align: 		center;
	text-align: center;
}

.mapIcon {
	background-image:url('images/mapIcon.png');
}

.reportIcon {
	background-image:url('images/reportIcon.png');
}

.adminIcon {
	background-image:url('images/adminIcon.png');
}

.manageIcon {
	background-image:url('images/manageIcon.png');
}

.routesIcon {
	background-image:url('images/routesIcon.png');
}

.zonesIcon {
	background-image:url('images/zonesIcon.png');
}

.configIcon {
	background-image:url('images/configIcon.png');
}

.helpIcon {
	background-image:url('images/helpIcon.png');
}

.logoutIcon {
	background-image:url('images/logoutIcon.png');
}

.search-icon {
	background-image: url( images/mini-search.png );
}

.warning-icon {
	background-image: url( images/mini-warning.png );
}

.form-icon {
	background-image: url( images/mini-form.gif );
}

.export-icon {
	background-image: url( images/mini-export.png );
}

.import-icon {
	background-image: url( images/import.png );
}

.config-icon {
	background-image: url( images/configIcon.png );
}
.themesIcon{
	background-image: url( images/themesIcon.png );
}


.x-tab-hide .x-tab-panel-header .x-tab-strip-wrap{
	display:none;
}

.x-tab-show .x-tab-panel-header .x-tab-strip-wrap{
	display:block;
}

.deviceSelectAlertOfFleet {
	background-color: #BFBFBF; 
}

.x-tool-speedReport {
	overflow:hidden;
    width:20px;
    height:20px;
    float:left;
    cursor:pointer;
    margin-top:-2px;
    margin-bottom:-2px;
    background-image:url(images/speedGraphic20x20.png);
}
.x-tool-speedReport-over {
	overflow:hidden;
    width:20px;
    height:20px;
    float:left;
    cursor:pointer;
    margin-top:-2px;
    margin-bottom:-2px;
    background-image:url(images/speedGraphic20x20Over.png);
}

.x-tool-eventReport {
	overflow:hidden;
    width:20px;
    height:20px;
    float:left;
    cursor:pointer;
    margin-top:-2px;
    margin-bottom:-2px;
    background-image:url(images/exclamation.png);
}
.x-tool-eventReport-over {
	overflow:hidden;
    width:20px;
    height:20px;
    float:left;
    cursor:pointer;
    margin-top:-2px;
    margin-bottom:-2px;
    background-image:url(images/exclamation.png);
}