.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
    /*width: 100px;*/ /* width of the spinner gif */
    height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}  
BODY { 
    background-color: #C6D8EF; /* #9AAEC3; */ 
    margin-top: 0px; 
    margin-bottom: 0px; 
    margin-left: 0px; 
    margin-right: 0px; 
    font-size: 8pt; 
    font-family: Arial,verdana,sans-serif; 
}

A:hover { 
    color: #00CC00;
}

TABLE.bannerTable {
  /*background-color: #FFFFFF; */
}

SPAN.spanLink {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}
SPAN.spanLink:hover { 
    color: #00CC00;
}

H1 { 
    font-family: Arial; 
    font-size: 16pt; 
    white-space: pre;
}

H2 { 
    font-family: Arial; 
    font-size: 14pt; 
    white-space: pre; 
}

H3 { 
    font-family: Arial; 
    font-size: 12pt; 
    white-space: pre; 
}

H4 { 
    font-family: Arial; 
    font-size: 10pt; 
    white-space: pre; 
}

FORM {
    margin-top: 0px; 
    margin-bottom: 0px; 
}

HR {
    margin-top: 2px; 
    margin-bottom: 2px; 
}
HR.noMargin {
    margin-top: 0px; 
    margin-bottom: 0px; 
}

TD { 
    font-size: 8pt; 
    font-family: Arial,verdana,sans-serif; 
}

INPUT { 
    font-size: 8pt; 
    font-family: Arial,verdana,sans-serif; 
}

INPUT:focus { 
    background-color: #FFFFC9; 
    color:#666;
}

SELECT { 
    font-size: 7pt; 
    font-family: Arial,verdana,sans-serif; 
}

SELECT:focus { 
    background-color: #FFFFC9; 
}

TEXTAREA { 
    font-size: 8pt; 
    font-family: Arial,verdana,sans-serif; 
}

TEXTAREA:focus {
    background-color: #FFFFC9; 
}

.shortcut
{
	margin:0; padding:0 ;   
	height:46px;
	 text-align:center; 
    color: #7a7a7a;
    border-radius: 7px; 
     background: url("../images/bg_shortcut.png") repeat-x scroll left top #FFFFFF;
      box-shadow: 1px 2px 2px #d0d0d0;
      cursor:pointer;
     border-style:solid;
     border-width:1px;
     border-color:#ededed #d0d0d0 #b0b0b0 #d0d0d0;
}
.shortcut a
{
	text-decoration:none; font-size:8pt; color:#fff;
}
.shortcut a:hover
{
	text-decoration:none; font-size:8pt; color:#000;
}
/*Hienntd add*/
.tableshortcut
{
	margin:0; padding:0 ;  
	text-align:center; 
	color:#000000;
    width:150px;
    min-height: :300px;
    
}
#jsmap{
	-moz-box-shadow: inset 0 0 5px #888;
	-webkit-box-shadow: inset 0 0 5px#888;
	box-shadow: inner 0 0 5px #888;
}
.pushpinLabel {
	width:80px;
	/*height:17px;*/
	border:1px solid black;
	opacity:0.7;
	background-color:white; 
	color: black;
	text-align: center;
	font-weight: bold;
	margin-top:10px;
	margin-left:-40px;
	position:absolute;
}
.pushpinLabelspeed {
	width:30px;
	/*height:17px;*/
	border:1px solid black;
	opacity:0.7;
	background-color:white; 
	color: black;
	text-align: center;
	font-weight: bold;
	margin-top:-7px;
	margin-left:7px;
	position:absolute;
}

#titleChooseJob1 {
    background-color: #BBBBBB;
    border: 5px solid #FFFFFF;
    border-radius: 10px;
    color: #FFFFFF;
    height: 300px;
    min-height: 200px;
    opacity: 0.9;
    overflow-y: scroll;
    position: absolute;
    right: 0;
    text-align: left;
    top: 70px;
    width: 250px;
    z-index: 10001;
}
#titleChooseJob2 {
    background-color: #BBBBBB;
    border: 5px solid #FFFFFF;
    border-radius: 10px;
    color: #FFFFFF;
    height: 300px;
    min-height: 200px;
    opacity: 0.9;
    overflow-y: scroll;
    position: absolute;
    right: 0;
    text-align: left;
    top: 70px;
    width: 250px;
    z-index: 10001;
}
.icon-new {
    background: url("../images/new_icon.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: inline-block;
    height: 14px;
    padding: 0 0 0 5px;
    width: 25px;
    /* margin-top:8px; */
    float:left;
}
.jobNew{
	border-bottom:1px dotted #fff;padding:5px;
	/* height:30px; */
	cursor:pointer;
}
@keyframes blink {  
    0% { background-color: red; }
    100% { background-color: black; }
}
@-webkit-keyframes blink {
    0% { background-color: red; }
    100% { background-color: black; }
}
.blink {
    -webkit-animation: blink 0.5s linear infinite;
    -moz-animation: blink 0.5s linear infinite;
    -ms-animation: blink 0.5s linear infinite;
    -o-animation: blink 0.5s linear infinite;
    animation: blink 0.5s linear infinite;
}

.select-common {
    background-color: #FFFFFF;
    padding: 5px;
    border-radius: 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;
}

.overlay {
    z-index: 3;
    display: block;
    padding-top: 100px;
    position: fixed;left: 0;
    top: 0;width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.custom-modal {
    position: absolute;
    width: 400px;
    top: 30%;
    left: 50%;
    margin-left: -200px;
    background: #FFFFFF;
    border-radius: 5px;
}

.custom-modal header {
    background: #007D9A;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    padding: 20px;
}

.custom-modal header .close-button {
    position: absolute;
    color: #FFFFFF;
    font-size: 20px;
    right: 10px;
    top: 8px;
    cursor: pointer;
}

.custom-modal .custom-modal-content {
    text-align: left;
    padding-left: 70px;
}

.custom-modal footer {
    padding: 10px;
    text-align: center;
}

.alert-control {
    margin-top: 5px;
    margin-bottom: 5px;
}

.pw-control {
    margin-bottom: 5px;
}