.textInputDiepnb {
	background-color: white;
	border: 1px solid #C9C9C9;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 2px #DBD9D9 inset;
	color: #242424;
	font-size: 11px;
	margin: 0;
	padding: 3px 2px;
	cursor: pointer;
}

.textInputDiepnbForNewJOb {
	background-color: white;
	border: 1px solid #C9C9C9;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 2px #DBD9D9 inset;
	color: #242424;
	font-size: 11px;
	margin: 0;
	padding: 3px 2px;
	width: 200px;
}

.textInputDiepnbAddNewJob {
	background-color: white;
	border: 1px solid #C9C9C9;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 2px #DBD9D9 inset;
	color: #242424;
	font-size: 11px;
	margin: 0;
	padding: 3px 2px;
	width: 200px;
	padding-left:5px;
}

.textInputDiepnbReadOnly {
	background-color: #f0f0f0;
	border: 1px solid #C9C9C9;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 2px #DBD9D9 inset;
	color: #242424;
	font-size: 11px;
	margin: 0;
	padding: 3px 2px;
	width: 200px;
}

.reportDisplayTable,.jobContentTable {
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}

.reportDisplayTable,.jobContentTable1 {
	margin: 0px;
	width: 85%;
	height: 100%;
	background-color: #FFFFFF;
}

.reportDisplayTable a {
	color: Blue;
}

.jobContentCell {
	/* height: 100%; */
	/*padding: 5px;*/
	border: solid #555555 2px;
	background-color: #F4F4FF;
	vertical-align: top;
}

.dropdownList {
	background-color: white;
	border: 1px solid #C9C9C9;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 2px #DBD9D9 inset;
	color: #242424;
	font-size: 11px;
	margin: 0;
	padding: 2px;
}
/* Navigation bar */
.navBar {
	font-size: 10pt;
	padding-bottom: 1px;
	background-color: #EFEFEF;
	border-top: solid #555555 1px;
	border-bottom: solid #555555 1px;
}
/*Diepnb add for account information*/
.navBarClearLeft {
	color: #C00000;
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 1px;
}

.navBarClear {
	font-size: 10pt;
	padding-bottom: 1px;
}

/* generic form button */
.J_formButton {
	border: 0;
	color: #5c5e5f;
	cursor: pointer;
	font-size: 13px;
	margin: 0 0 2 0;
	padding: 2px;
	background: url('../images/bg_button1.png') repeat-x scroll left top
		#CCCFFF;
	height: 37px;
	width: 92px;
	font-family: Arial;
	font-weight: bold;
}

.J_formButton1 {
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	color: #767575;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	overflow: visible;
	padding: 5px 15px 6px;
	position: relative;
	text-decoration: none;
	width: auto;
}

.J_formButtonPoi {
	border: 0;
	color: #5c5e5f;
	cursor: pointer;
	font-size: 12px;
	margin: 0 0 2 0;
	padding: 2px;
	background: url('../images/bg_button1.png') repeat-x scroll left top
		#CCCFFF;
	height: 37px;
	width: 92px;
	font-family: Arial;
	font-weight: bold;
}

.J_formButtonPoiactive {
	border: 0;
	color: #FFFFFF !important;
	cursor: pointer;
	font-size: 13px;
	margin: 0 0 2 0;
	padding: 2px;
	background: url('../images/bg_button1_Active.png') repeat-x scroll left
		top #CCCFFF;
	height: 37px;
	width: 92px;
	font-family: Arial;
	font-weight: bold;
}

#gotoAddressFld {
	
}

.formButton {
	margin: 0;
	padding: 0;
}

/* Text input/display */
.textInputAddress {
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	color: #767575 ! important;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	overflow: visible;
	padding: 5px 5px 6px;
	position: relative;
	text-decoration: none;
	width: 200px;
	height: 25px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
}

.textInput {
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	color: #767575 ! important;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	overflow: visible;
	padding: 5px 5px 6px;
	position: relative;
	text-decoration: none;
	width: 250px;
	height: 26px;
}

.textReadOnly {
	background-color: #f0f0f0;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	color: #767575 ! important;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	overflow: visible;
	padding: 5px 5px 6px;
	position: relative;
	text-decoration: none;
	width: 250px;
	height: 26px;
}

.textReadOnly:focus {
	color: #111111;
	background-color: #E7E7E7;
}

.textOnClick {
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	color: #767575 ! important;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	overflow: visible;
	padding: 5px 5px 6px;
	position: relative;
	text-decoration: none;
	width: 250px;
}

.textOnClick1 {
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	color: #767575 ! important;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	overflow: visible;
	padding: 5px 5px 6px;
	position: relative;
	text-decoration: none;
	width: 150px;
}
/* TextArea input/display */
.textAreaInput {
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	color: #767575 ! important;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	overflow: visible;
	padding: 5px 5px 6px;
	position: relative;
	text-decoration: none;
}

.textAreaReadOnly {
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	color: #767575 ! important;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	overflow: visible;
	padding: 5px 5px 6px;
	position: relative;
	text-decoration: none;
}

.textAreaReadOnly:focus {
	color: #767575;
	background-color: #E7E7E7;
}

/* menu */
.menuTitleDiv {
	width: 100%;
	background-image: url('../images/design/menuTitle.png');
	height: 44px;
}

.menuTitleDiv2 {
	width: 100%;
	background-image: url('../images/design/menuTitle2.png');
	height: 44px;
	color: #717171;
	font-weight: bold;
}

.menuTitle {
	margin-left: 20px;
	font-size: 13px;
	line-height: 40px;
	font-weight: bold;
	color: #717171;
}

.menuInstructions {
	font-size: 10pt;
}

.menuDescription {
	padding-top: 3px;
	font-size: 9pt;
}

/* General page content */
.contentTable {
	/*width: 844px;Diepnb change*/
	width: 100%;
	height: 100%;
	/*height: 550px; 
    max-height: 550px;Diepnb change;
    margin-top: 10px;*/
}

.contentCell {
	/* height: 100%; */
	/* border: solid #555555 2px;*/
	background-color: #F4F4FF;
	vertical-align: top;
}

.contentTopMenuCell {
	padding: 5px;
	border: solid #555555 0px;
	background-color: #FBFBFB;
	vertical-align: top;
	text-align: left;
}

.contentMessage {
	margin-top: 5px;
	font-style: oblique;
	text-align: center;
	display: none;
}

/* Map page content */
.contentMapTable {
	width: 844px;
	height: 550px;
	max-height: 550px;
	margin-top: 10px;
}

.contentTrackMapCell {
	width: 100%;
	padding: 5px 5px 5px 5px;
	border: 2px solid #555555;
	background-color: #FBFBFB;
	font-size: 7pt;
	vertical-align: top;
}

/* Map page content full screen */
.contentMapTableFull {
	width: 100%;
	height: 100%;
	/* margin-top: 10px;*/
}

.contentMapTableFullNoMenu {
	width: 100%;
	height: 100%;
	/* margin-top: 10px;*/
}

.contentTrackMapCellFullNoMenu {
	width: 100%;
	/* height: 100%; */
	padding: 0px;
	/* border: solid #555555 2px;*/
	background-color: #FFFFFF;
	font-size: 7pt;
	vertical-align: top;
}

.contentTrackMapCellFull {
	width: 100%;
	/* height: 100%; */
	padding: 0px;
	/* border: solid #555555 2px;*/
	background-color: #FFFFFF;
	font-size: 7pt;
	vertical-align: top;
}

/* simple message response */
.messageResponseTable {
	margin-top: 50px;
}

.messageResponseCell {
	padding: 10px;
	border: solid #555555 1px;
	background-color: #FBFBFB;
	text-align: center;
}

/* copyright */
.copyrightFooter {
	font-size: 7pt;
	text-align: center;
	padding-bottom: 2px;
	background-color: #EFEFEF;
}

.copyrightFooterClear {
	padding-bottom: 2px;
	background-image: url("../images/footer.png");
	background-repeat: repeat-x;
	border: 0px solid;
	color: #FFFFFF;
	font-size: 7pt;
	height: 35px;
	line-height: 35px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 2px;
	text-align: center;
	width: 100%;
}

/* --------------------------------------------- */
TBODY.scrollExp {
	max-height: 380px;
	height: expression(this.scrollHeight > 379 ? "380px" : "auto");
	/*height: 380px; /**/
	overflow-y: expression(this.scrollHeight > 379 ? "scroll" : "hidden");
	overflow-x: hidden;
}

TBODY.scroll {
	max-height: 380px;
	height: 380px;
	overflow-y: scroll;
	overflow-x: hidden;
}

TBODY.noScroll {
	
}

/* --------------------------------------------- */

/* Admin/info controls */
H1.adminSelectTitle {
	font: bold 9pt sans-serif;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 3px;
	color: #717171;
	margin-left: 15px;
}

SPAN.adminSelectTitle {
	font: bold 9pt sans-serif;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 3px;
}

TABLE.adminSelectTable {
	border: 1px solid black;
}

TABLE.adminSelectTable_sortable {
	background-color: #fff;
	font-family: arial;
	font-size: 8pt;
	margin: 0;
	text-align: center;
	width: 100%;
}

TR.adminTableHeaderRow {
	background-color: #E2E2E2;
	border: 1px solid #FFFFFF;
	color: black;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
}

TH.adminTableHeaderCol_sort {
	background-color: #1D5EA0;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #c6c6c6;
	font: bold 8pt sans-serif;
	height: 30px;
	padding: 4px;
	text-align: center;
	cursor: pointer;
	color: white;
}

TH.adminTableHeaderCol_sort:hover {
	/* background-color: #E2E2E2;
     border: 1px solid #FFFFFF;
     font: bold 8pt sans-serif;
     height: 30px;
     padding: 4px;
     text-align: center;*/
	
}

TH.adminTableHeaderCol_nosort {
	background-color: #1D5EA0;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #c6c6c6;
	font: bold 8pt sans-serif;
	height: 30px;
	padding: 4px;
	text-align: center;
	color: white;
}

TR.adminTableBodyRowOdd {
	background-color: #FFFFFF;
	color: black;
	height: 35px;
	text-align: center;
}

TR.adminTableBodyRowEven {
	background-color: #f1f0f6;
	color: black;
	height: 35px;
	text-align: center;
}

TR.adminTableBodyRowOddMap {
	background-color: #FFFFFF;
	color: black;
	height: 28px;
	text-align: center;
}

TR.adminTableBodyRowEvenMap {
	background-color: #f1f0f6;
	color: black;
	height: 28px;
	text-align: center;
}

TD.adminTableBodyCol {
	font: normal 8pt sans-serif;
	text-align: center;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #333333;
}

TABLE.adminViewTable {
	color: #717171;
}

TABLE.adminViewTable1 {
	color: #717171;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 30px;
}

TD.adminViewTableHeader {
	font-size: 9pt;
	height: 23px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: right;
	color: #666666;
}

TD.adminViewTableData {
	height: 23px;
	color: #666666;
}

TD.adminViewTableTextArea {
	/*height: 23px;*/
	
}

SELECT.adminComboBox {
	border-radius: 5px 5px 5px 5px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	color: #767575 ! important;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	overflow: visible;
	padding: 5px 5px 6px;
	position: relative;
	text-decoration: none;
	width: 235px;
}
/*Hienntd add*/
.buttonSend {
	background-image: url("../images/btnmessages.png");
	background-repeat: repeat-x;
	width: 117px;
	height: 35px;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	font-size: 9pt;
}

.buttonMessages {
	background-image: url("../images/btnmessages.png");
	background-repeat: repeat-x;
	width: 117px;
	height: 35px;
	border: 0;
	margin-left: 5px;
	background-color: transparent;
	cursor: pointer;
	font-size: 9pt;
}

.MessTextArea {
	width: 503px;
	min-height: 127px;
	border-radius: 20px;
	border: 4px solid #eeece1;
}

.filterchild {
	background-image: url("../images/bg_LastMovement.png");
	width: 300px;
	height: 47px;
	margin-top: 10px;
	margin-left: 0px;
	border: 0;
	cursor: pointer;
}

.filterchildactive {
	background-image: url("../images/bg_LastMovement_Acitve.png");
	width: 300px;
	height: 47px;
	margin-top: 10px;
	margin-left: 0px;
	border: 0;
	cursor: pointer;
}

.filterchild1 {
	background-image: url("../images/bg_Status.png");
	width: 300px;
	height: 42px;
	margin-top: 0px;
	margin-left: 0px;
	border: 0;
	cursor: pointer;
}

.filterchild1active {
	background-image: url("../images/bg_Status_Active.png");
	width: 300px;
	height: 42px;
	margin-top: 0px;
	margin-left: 0px;
	border: 0;
	cursor: pointer;
}

.filterchild2 {
	background-image: url("../images/bg_Groups.png");
	width: 300px;
	height: 44px;
	margin-top: 0px;
	margin-left: -1px;
	border: 0;
	cursor: pointer;
}

.filterchild2active {
	background-image: url("../images/bg_Groups_Active.png");
	width: 300px;
	height: 38px;
	margin-top: 0px;
	margin-left: 0px;
	border: 0;
	cursor: pointer;
}

.last-child_Groups {
	background-image: url("../images/bg_LastGroup.png");
	width: 300px;
	height: 44px;
	margin-top: 0px;
	margin-left: 0px;
	border: 0;
	cursor: pointer;
}

.last-child_groupSelected {
	background-image: url("../images/bg_LastGroupSslected.png");
	width: 300px;
	height: 44px;
	margin-top: 0px;
	margin-left: 0px;
	border: 0;
	cursor: pointer;
	color: #008c00;
}

.slidingDiv {
	min-height: 150px;
	width: 100%;
	margin-left: 3px;
	margin-top: 5px;
	color: #333333;
	/* background:url("../images/bg_list.png") repeat-x scroll left top #FFFFFF;*/
}

.Movement {
	background-image: url("../images/bg_Movement.png");
	width: 300px;
	height: 39px;
	margin-top: 0px;
	margin-left: 0px;
	border: 0;
	cursor: pointer;
}

.Status {
	background-image: url("../images/bg_Movement.png");
	width: 300px;
	height: 39px;
	margin-top: 0px;
	margin-left: 0px;
	border: 0;
	cursor: pointer;
}

.Groups {
	background-image: url("../images/bg_Movement.png");
	width: 300px;
	height: 39px;
	margin-top: 0px;
	margin-left: 0px;
	border: 0;
	cursor: pointer;
}

.show_hide {
	width: 100%;
	background: url("../images/bg_VehicleFilter.png") repeat-x scroll left
		top #FFFFFF;
	margin-left: 0;
	text-align: center;
	border: 1px solid #FFFFFF;
	color: #000000;
	height: 32px
}

.show_hide_icon {
	background: url("../images/show_hide_icon.png") repeat-x scroll left top
		transparent;
	border: 0;
	width: 29px;
	height: 27px;
	float: left;
	margin-top: 3px;
	cursor: pointer;
	margin-left: -18px;
}

.show_hide_icon_up {
	background: url("../images/show_hide_icon_up.png") repeat-x scroll left
		top transparent;
	border: 0;
	width: 29px;
	height: 27px;
	float: left;
	margin-top: 3px;
	cursor: pointer;
	margin-left: -18px;
}

.lableSearch
{
	  font-weight: bold;
	  padding-top: 10px;
	  font-size: 8pt;
	  color: rgb(120, 120, 120);
	  font-family: Arial;
	  margin-left: 15px;
	  float: left;
}
.report_icon {
	background: url("../images/show_hide_icon.png") repeat-x scroll left top
		transparent;
	border: 0;
	width: 29px;
	height: 27px;
	float: right;
	margin-top: 3px;
	margin-right: 7px;
	cursor: pointer;
	display: none;
}

.report_icon_up {
	background: url("../images/show_hide_icon_up.png") repeat-x scroll left
		top transparent;
	border: 0;
	width: 29px;
	height: 27px;
	float: right;
	margin-top: 3px;
	cursor: pointer;
	margin-right: 7px;
}

.input_FindAddress {
	background: url("../images/bg_FindAddress.png") repeat-x scroll left top
		transparent;
	border: 0;
	width: 125px;
	height: 32px;
	cursor: pointer;
	float: left;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 30px;
	color: #515151;
	font-family: arial;
	text-shadow: 1px 1px 1px rgba(6, 1, 0, 0.25);
}

.input_FindAddress:hover {
	background: url("../images/bg_FindAddress_hover.png") repeat-x scroll
		left top transparent;
	border: 0;
	width: 125px;
	height: 32px;
	cursor: pointer;
	float: left;
	color: #009b00;
}
/*
 .input_FindAddress:focus
 {
    background:url("../images/bg_FindAddress_hover.png") repeat-x scroll left top transparent;
    border:0;
    width:125px;
    height:32px;
     cursor:pointer;
     float:left;
 }*/
.input_Nearest {
	background: url("../images/bg_Nearest.png") repeat-x scroll left top
		transparent;
	border: 0 none;
	color: #515151;
	cursor: pointer;
	float: left;
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	height: 32px;
	padding-left: 30px;
	width: 110px;
	text-shadow: 1px 1px 1px rgba(6, 1, 0, 0.25);
}

.input_Nearest:hover {
	background: url("../images/bg_Nearest_hover.png") repeat-x scroll left
		top transparent;
	border: 0;
	width: 110px;
	height: 32px;
	cursor: pointer;
	float: left;
	color: #009b00;
}
/*
 .input_Nearest:focus
 {
    background:url("../images/bg_Nearest_hover.png") repeat-x scroll left top transparent;
    border:0;
    width:110px;
    height:32px;
     cursor:pointer;
     float:left;
 }*/
.input_LiveDate {
	background: url("../images/bg_LiveDate3.png") repeat-x scroll left top
		transparent;
	border: 0;
	width: 238px;
	height: 32px;
	float: left;
	margin-top: 0;
}

.input_Alert {
	background: url("../images/bg_input_no_Alert.png") repeat-x scroll left top
		transparent;
	border: 0;
	width: 164px;
	height: 32px;
	float: right;
}

.input_Directions {
	border: 0;
	background: url("../images/direction3.png") no-repeat scroll left top
		transparent;
	float: left;
	color: #515151;
	font-family: arial;
	font-size: 8pt;
	text-shadow: 1px 1px 1px rgba(6, 1, 0, 0.25);
	cursor: pointer;
	font-weight: bold;
	width: 108px;
	height: 32px;
	padding-left: 40px;
}

.input_Directions:hover {
	background: url("../images/direction_hover3.png") no-repeat scroll left
		top transparent;
	color: #009b00;
}

.icon_right {
	background: url("../images/bg_icon_right_new.png") repeat-x scroll left top
		transparent;
	border: 0;
	width: 11px;
	height: 32px;
	float: right;
}

.icon_left {
	border: 0;
	width: 138px;
	height: 32px;
	float: left;
}

.td_map_top {
	background: url("../images/bg_map_top.png") repeat-x scroll left top
		transparent;
	border: 0;
	height: 32px;
}

.show_hideactive {
	width: 93%;
	background-color: #9bbb59;
	margin-left: 5px;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #9bbb59;
	cursor: pointer;
	color: #000000;
	height: 25px
}

.button1 {
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	color: #767575;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	overflow: visible;
	padding: 5px 15px 6px;
	position: relative;
	text-decoration: none;
	width: auto;
}

.button1:hover {
	background-color: #CACACA;
	color: #FFFFFF;
}

.textReadOnly {
	background-color: #f0f0f0;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	color: #767575 ! important;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	overflow: visible;
	padding: 5px 5px 6px;
	position: relative;
	text-decoration: none;
	width: 250px;
}

.textReadOnly:focus {
	background-color: #E7E7E7;
	color: #111111;
}

.button {
	background-color: #2DAEBF;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	overflow: visible;
	padding: 5px 15px 6px;
	position: relative;
	text-decoration: none;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.25);
	width: auto;
}

.button:hover {
	background-color: #007D9A;
}

.button:focus {
	background-color: #FFFFC9;
	color: #666;
}

.button:disabled,
.button[disabled],
.button:disabled:hover,
.button[disabled]:hover{
	background-color: gray;
	color: #FFFFFF;
}

.button_admin {
	background-color: #007D9A;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	overflow: visible;
	padding: 5px 15px 6px;
	position: relative;
	text-decoration: none;
	width: auto;
}

.button_admin:hover {
	background-color: #2DAEBF;
	color: white;
}

.button_admin:focus {
	background-color: #FFFFC9;
	color: #666;
}

.button_new {
	background-color: #007D9A;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	overflow: visible;
	padding: 5px 15px 6px;
	position: relative;
	text-decoration: none;
	width: auto;
}

.button_new:hover {
	background-color: #2DAEBF;
	color: white;
}

.button_new:focus {
	background-color: #FFFFC9;
	color: #666;
}

.groupSelected {
	background-image: url("../images/bg_Movement_selected.png");
	width: 300px;
	height: 41px;
	margin-top: 0px;
	margin-left: -1px;
	border: 0;
	cursor: pointer;
	color: #008c00;
}

.movementSelected {
	background-image: url("../images/bg_Movement_selected.png");
	width: 300px;
	height: 41px;
	margin-top: 0px;
	margin-left: -1px;
	border: 0;
	cursor: pointer;
	color: #008c00;
}

.statusSelected {
	background-image: url("../images/bg_Movement_selected.png");
	width: 300px;
	height: 41px;
	margin-top: 0px;
	margin-left: -1px;
	border: 0;
	cursor: pointer;
	color: #008c00;
}

.popupitemfirst {
	background: url("../images/bg_right_item_first.png") repeat-x scroll
		left top #CCCFFF;
	width: 283px;
	height: 39px;
	margin-left: 0px;
	margin-top: 0px;
	color: #333333;
	font-family: Arial;
}

.popupitem {
	background: url("../images/bg_right_item.png") repeat-x scroll left top
		#CCCFFF;
	width: 283px;
	height: 39px;
	margin-left: 0px;
	margin-top: 0px;
	color: #333333;
	font-family: Arial;
}

.popupitemlast {
	background: url("../images/bg_right_item_last.png") repeat-x scroll left
		top #CCCFFF;
	width: 283px;
	height: 38px;
	margin-left: 0px;
	margin-top: 0px;
	color: #333333;
	font-family: Arial;
}

.popupitemfirst:hover {
	background: url("../images/bg_right_item_first_hover.png") repeat-x
		scroll left top #CCCFFF;
	width: 283px;
	height: 39px;
	margin-left: 0px;
	margin-top: 0px;
	color: #ffffff;
	font-family: Arial;
}

.popupitem:hover {
	background: url("../images/bg_right_item_hover.png") repeat-x scroll
		left top #CCCFFF;
	width: 283px;
	height: 39px;
	margin-left: 0px;
	margin-top: 0px;
	color: #fff;
	font-family: Arial;
}

.popupitemlast:hover {
	background: url("../images/bg_right_item_last_hover.png") repeat-x
		scroll left top #CCCFFF;
	width: 283px;
	height: 38px;
	margin-left: 0px;
	margin-top: 0px;
	color: #ffffff;
	font-family: Arial;
}

.PopupScreen {
	position: absolute;
	display: block;
	visibility: visible;
	top: -8px;
	left: -8px;
	background-color: #000000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.PopupScreenInvi {
	display: none;
	width: 0;
	height: 0;
	z-index: 0;
}

INPUT:focus {
	background-color: #FFFFC9;
	color: #666;
}

.Drop {
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	color: #767575 ! important;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	overflow: visible;
	padding: 5px 5px 6px;
	position: relative;
	text-decoration: none;
	width: auto;
}

.bgDrop {
	background: url("../images/bg_input.png");
	border: 0 none;
	cursor: pointer;
	float: left;
	height: 23px;
	margin-left: 174px;
	margin-top: -22px;
	width: 27px;
}

.title1 {
	/* background-image: url("../images/arrow.png");*/
	background-position: left center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 15px;
	height: 30px;
	left: 0;
	line-height: 30px;
	overflow: hidden;
	padding: 0 0 0 5px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

.title {
	background-color: #008EC1;
	background-image: url("../images/bg.png");
	color: #FFFFFF;
	width: 740px;
}

.textInputDiepnbAddNewJobReadOnly {
	background-color: #f0f0f0;
	border: 1px solid #C9C9C9;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 2px #DBD9D9 inset;
	color: #242424;
	font-size: 11px;
	margin: 0;
	padding: 3px 2px;
	width: 200px;
}

.btn {
	background-color: #f8ffff;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	color: #767575;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	overflow: visible;
	padding: 5px 15px 6px;
	position: relative;
	text-decoration: none;
	width: auto;
}

.textInputDiepnbShipped {
	background-color: white;
	border: 1px solid #C9C9C9;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 2px #DBD9D9 inset;
	color: #242424;
	font-size: 11px;
	margin: 0;
	padding: 3px 2px;
}

.txtdatefrom {
	background-color: white;
	border: 1px solid #C9C9C9;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 2px #DBD9D9 inset;
	color: #242424;
	font-size: 11px;
	margin: 0;
	padding: 3px 2px;
}

.txtdateto {
	background-color: white;
	border: 1px solid #C9C9C9;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 2px #DBD9D9 inset;
	color: #242424;
	font-size: 11px;
	margin: 0;
	padding: 3px 2px;
}

#suggestions {
	position: fixed;
	visibility: hidden;
}

.ac_results ul {
	width: 100%;
	list-style: none outside none;
	padding: 0px;
	margin: 0px;
}

.ac_results li {
	margin: 0px;
	padding: 5px;
	cursor: default;
	display: block;
	height: 21px;
	font-family: Verdana;
	font-size: 14px;
	line-height: 16px;
	overflow: hidden;
}

.ac_odd {
	background-color: #EEF2FB;
}

.ac_over {
	background-color: #0A246A;
	color: #FFF;
}

.ac_results {
	padding: 0px;
	margin-left: -4px;
	border: 1px solid #3B5998;
	overflow: hidden;
	background-color: #FFF;
	z-index: 99999;
}

#fly {
	position: fixed;
	margin: 0px;
	padding: 0px;
	top: 35%;
	right: 0px;
	margin-right: -171px;
	z-index: 1000;
	border: none;
	line-height: 24px;
	font-family: Verdana;
}

#fly .popup {
	background-image: url(../images/menu_help1.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 123px;
	margin-left: -1px;
	display: block;
	cursor: pointer;
	text-decoration: none;
	border: none;
	outline: none;
}

.fly {
	color: white !important;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#fly a:hover {
	color: cyan !important;
}

.border_setting {
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	height: 190px;
	width: 400px;
	margin: 0 auto;
	margin-top: 100px;
	border: 1px solid #ccc;
	padding: 20px;
}

.title_setting {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}

.inputtext_setting {
	border: 1px solid #b9b9b9;
	border-top: 1px solid #a0a0a0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	height: 50px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	cursor: auto;
	width: 100%;
	margin-bottom: 5px
}
.pagingDelta{
	height: 40px;
	margin: 30px 0;
	float: left;
	padding-left: 10px;
	width: 350px;
}
.pagination {
	height: 40px;
	margin: 20px;
	float: right;
}

.pagination ul {
	display: inline-block;
	*display: inline;
	margin-bottom: 0;
	margin-left: 0;
/* 	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*zoom: 1;
	 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) */ 
}

.pagination li {
	display: inline
}

.pagination a,.pagination span {
	float: left;
	padding: 0 14px;
	line-height: 28px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0
}
.first
{
	
	border-left: 1px solid #ddd !important;
	webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	
}
.last
{
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}


.pagination a:hover,.pagination .active a,.pagination .active span {
	background-color: #f5f5f5
}

.pagination .active a,.pagination .active span {
	color: #999;
	cursor: default
}

.pagination .disabled span,.pagination .disabled a,.pagination .disabled a:hover
	{
	color: #999;
	cursor: default;
	background-color: transparent
}

.pagination li:first-child a,.pagination li:first-child span {
	border-left-width: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px
}

.pagination li:last-child a,.pagination li:last-child span {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0
}

.pagination-centered {
	text-align: center
}

.pagination-right {
	text-align: right
}

.pager {
	margin: 20px 0;
	text-align: center;
	list-style: none;
	*zoom: 1
}

.pager:before,.pager:after {
	display: table;
	line-height: 0;
	content: ""
}

.pager:after {
	clear: both
}

.pager li {
	display: inline
}

.pager a {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px
}

.pager a:hover {
	text-decoration: none;
	background-color: #f5f5f5
}

.pager .next a {
	float: right
}

.pager .previous a {
	float: left
}

.pager .disabled a,.pager .disabled a:hover {
	color: #999;
	cursor: default;
	background-color: #fff
}


.nodata
{
	padding:5px;
	border:solid 1px #dddddd;
	font-size: 12px;
	color: #FF0000;
	width: 100%;
	position: fixed;
	margin-top:1px;
}
.requriedField
{
	color:red;
	padding-left:3px;
	font-size:13pt;
}



.btnsendemail
{
	background: url("../images/email-icon.png") no-repeat scroll left top
	 transparent;
	border: 0 none;
	cursor: pointer;
	height: 27px;
	width: 35px;
	color: transparent;
	margin-left: 10px;
	float: left;
}
.btnsendemail:focus {color: transparent;}
.btnexportexcel
{
	background: url("../images/icon-excel.png") no-repeat scroll left top
	 transparent;
	border: 0 none;
	cursor: pointer;
	height: 27px;
	width: 29px;
	color: transparent;
	margin-left: 10px;
	float: left;
}
.btnexportexcel:focus {color: transparent;}
.btnexportpdf
{
	background: url("../images/icon-pdf.png") no-repeat scroll left top
	 transparent;
	border: 0 none;
	cursor: pointer;
	height: 27px;
	width: 28px;
	margin-left: 10px;
	float: left;
	color: transparent;
}
.btnexportpdf:focus {color: transparent;}
.btnviewmap
{
	background: url("../images/icon-map.png") no-repeat scroll left top
	 transparent;
	border: 0 none;
	cursor: pointer;
	height: 27px;
	width: 30px;
	color: transparent;
	margin-left: 10px;
	float: left;
}
.btnviewmap:focus {color: transparent;}
.btnschedule
{
	background: url("../images/Icon-Schedule.png") no-repeat scroll left top
	 transparent;
	border: 0 none;
	cursor: pointer;
	height: 27px;
	width: 29px;
	color: transparent;
	margin-left: 10px;
	float: left;
}
.btnschedule:focus {color: transparent;}
.divIcon
{
	float: right;
	padding-right:10px;
}

.ptoSTatus
{
	background-color:rgb(84, 84, 174) !important;color:#ffffff !important;
}
