body
{
    margin: 0px;
    font-family: Verdana;
    background-color: #ffffff;
}
.border
{
    border-bottom-color: Gray;
    border-left-color: Gray;
    border-right-color: Gray;
    border-top-color: Gray;
    border: Gray 1px solid;
}
.ETextBox
{
    border-right: #999999 1px Solid;
    border-top: #999999 1px Solid;
    border-left: #999999 1px Solid;
    border-bottom: #999999 1px Solid;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    height: 16pt;
}
.ELabel
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    height: 35px;
    text-align: left;
    width: 290px;
}
.dropDown
{
    font-family: Verdana;
    color: #000000;
    width: 300px;
    font-size: 9pt;
    height: 22px;
}
.head
{
    font-size: 15px;
    color: Red;
    font-family: System,Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.button
{
    background-color: #DAE8FE;
    display: block;
    text-decoration: none;
    font-size: 10px;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    word-spacing: 2px;
}
.mGrid
{
    width: 100%;
    background-color: white;
    margin: 5px 0 5px 0;
    font-family: Verdana;
}
.mGrid td
{
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: black;
    font-size: 9pt;
}
.mGrid th
{
    color: #fff;
    background: #0099CC;
    border: solid 1px #525252;
    font-size: 9pt;
    text-align: center;
}
.mGrid .alt
{
    background-color: #E1E1E1;
}
.mGrid .pgr
{
    background: white;
    border: none;
}
.mGrid .pgr table
{
    margin: 5px 0;
}
.mGrid .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: blue;
    text-decoration: underline;
    font-size: 9pt;
}
.mGrid .pgr a
{
    color: #666;
    text-decoration: underline;
}
.mGrid .pgr a:ho r
{
    color: Blue;
    text-decoration: underline;
}
.rowbar
{
    border-style: none;
    border-color: Navy;
    border-width: 0px;
    background: #0099CC;
    font-family: Verdana,arial;
    font-size: small;
    color: White;
    left: 0px;
    height: 10px;
    width: 98.30%;
    padding: 8px;
}
.fullrow
{
    background: white;
    font-family: Verdana,arial;
    font-size: small;
    color: black;
    left: 0px;
    width: 95%;
    padding: 5px;
}
.columnrow
{
    background: white;
    font-family: Verdana,arial;
    font-size: small;
    color: black;
    left: -1px;
    width: 98%;
    height: 35px;
    padding: 5px;
}
.column3
{
    float: left;
    height: 20px;
    padding: 2px;
    border: none;
    border-bottom: 1px solid #498EC9;
}
.column3link
{
    float: left;
    height: 20px;
    padding: 2px;
    border: none;
    font-weight: bold;
    font-size: 10pt;
    color: black;
}
.column1Home
{
    float: left;
    width: 220px;
    padding: 5px;
}
.column2Home
{
    width: 300px;
    padding: 5px;
}
.column3Home
{
    width: 300px;
    padding: 5px;
}
.colDoubleBooking1
{
    float: left;
    padding: 5px;
    border: double #747E8F;
    font-family: Verdana;
    font-size: 9pt;
    font-weight: normal;
    height: 17px;
}
.colDoubleBooking2
{
    float: left;
    padding: 5px;
    font: normal;
    width: 97%;
}
.column2Home td:hover
{
    background-color: #CCEEF9;
    text-decoration: none;
    text-transform: UPPERCASE;
    border: SOLID 1PX #0099CC;
}
.column3Home td:hover
{
    background-color: #CCEEF9;
    text-decoration: none;
    text-transform: UPPERCASE;
    border: SOLID 1PX #0099CC;
}
.container
{
    width: 980px;
    margin-top: 10px;
}
.content
{
    border: solid 1px #CCC;
    /*padding-left: 2px;
    padding-right: 2px;*/
}
.round_span
{
    background: #CCC;
    display: block;
    line-height: 1px;
    overflow: hidden;
    height: 1px;
    margin: 0 7px;
}
.viewbookCol1
{
    width: 33%;
    background: #E8EEFA;
    font-family: Verdana;
    font-size: 9pt;
    padding-left: 10px;
    text-align: left;
}
.viewbookCol2
{
    border-bottom: solid 1px #498EC9;
    text-align: left;
}
/* base CSS element */
.ballonValidation
{
    background: #F78B83;
    border: 1px solid #D95252;
    color: #912323 !important;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    position: relative;
    width: 200px !important;
}
/* arrows - :before and :after */
.ballonValidation:before
{
    position: absolute;
    display: inline-block;
    border-top: 7px solid transparent;
    border-right: 7px solid #F78B83;
    border-bottom: 7px solid transparent;
    border-right-color: rgba(247, 139, 131, 1);
    left: -7px;
    top: 4px;
    content: '';
}
.ballonValidation:after
{
    position: absolute;
    display: inline-block;
    border-top: 6px solid transparent;
    border-right: 6px solid #F78B83;
    border-bottom: 6px solid transparent;
    left: -12px;
    top: 21px;
}
.manubar
{
    background-color: #0099CC;
    border-bottom: #E8EEFA 1px solid;
    color: White;
    height: 20px;
    text-align: center;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
    padding: 0px;
}
#search_box
{
    background-color: #0099CC;
    border-bottom: #E8EEFA 1px solid;
    background-position: 0px 49%;
    font-family: Verdana;
    color: White;
    height: 40px;
    text-align: center;
}
.headerline
{
    background-color: #0099CC;
    z-index: 1000;
    border-bottom: #E8EEFA 1px solid;
    background-position: 0px 49%;
    height: 19px;
    color: White;
    font-weight: bold;
}

.viewbkngtbl
{
    width: 100%;
    text-align: center;
    font-family: Verdana;
    border: solid 1px #498EC9;
    font-size: 9pt;
}
#tab2
{
    float: right;
    padding-left: 25px;
    font-family: Verdana;
    font-size: 11pt;
    font-weight: bold;
    padding-right: 25px;
    color: white;
    cursor: pointer;
}
#tab1
{
    float: right;
    color: white;
    padding-left: 25px;
    font-family: Verdana;
    background-color: #0099cc;
    font-size: 11pt;
    font-weight: bold;
    padding-right: 25px;
    cursor: pointer;
}
.defaultHeadBar
{
    color: #036c9e;
    font-family: Verdana;
    height: 21px;
    /*background-color: #0099CC;*/
    clear: both;
    font-size: 10pt;
    text-align: right;
    padding:6px 10px 0px 5px;
}
.bannerLeftLogo
{
    width: 30%;
    padding-top: 0px;
    background-color: #ffffff;
    vertical-align: middle;
    font-size:10px;
}
.bannerText
{
	width: 40%;
    padding-top: 5px;
    padding-left:10px;
    background-color: #ffffff;
    vertical-align: middle;
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
}
.bannerRightLogo
{
    width: 50%;
    padding:15px 55px 0px 0px;
    background-color: #ffffff;
    vertical-align: middle;
}
.eLangServImg
{
    height: 52px;
    width: 322px;
    border:0px;
}
.quickSearchBar
{
    width: 100%;
    font-family: Verdana;
    vertical-align: top;
    padding: 5px;
    border: solid 1px #CCCCCC;
    font-size: 9pt;
}
.lETextBox
{
    border-right: #999999 1px Solid;
    border-top: #999999 1px Solid;
    border-left: #999999 1px Solid;
    border-bottom: #999999 1px Solid;
    font-family: Verdana;
    font-size: 9pt;
    height: 16px;
    width: 170px;
}
.quickSearchTD
{
    padding: 2px;
}
.footerTable
{
    padding-top: 10px;
    width: 100%;
    font-size: 7pt;
    font-family: Verdana;
}
.calander
{
    background-color: #ffffff;
    font-size: 9pt;
    font-family: Verdana;
}
.allJobByDateTable
{
    border: solid 1px #498EC9;
    width: 100%;
}
.ldropDown
{
    font-family: Verdana;
    color: #000000;
    font-size: 9pt;
}
.topbarTable
{
    width: 100%;
    height: 114px;
    padding-top: 0px;
    font-weight: bold;
    color: #0099FF;
    font-family: Verdana;
    font-size: 9pt;
}
.topbarSpan
{
    float: left;
    width: 16.5%;
    text-align: center;
    vertical-align: middle;
    height: 52px;
    padding-top: 10px;
}
.topbarSpan a
{
    text-decoration: none;
    color: #0099FF;
}
#dmain span:hover
{
    display: block;
    background-color: #CCEEF9;
    text-decoration: none;
    color: #ffffff;
    text-transform: UPPERCASE;
    border: SOLID 1PX #0099CC;
}
.changePwdTable
{
    width: 100%;
    height: 275px;
    border: solid 1px #498EC9;
    font-size: 9pt;
    font-family: Verdana;
}
.HomeMenuTable
{
    width: 80%;
    font-size: 9pt;
    font-family: Verdana;
}
.HomeMenuTable a
{
    font-weight: bold;
    color: #0099FF;
    text-decoration: none;
}
.HomeMenuTable td:hover
{
    background-color: #CCEEF9;
    text-decoration: none;
    text-transform: UPPERCASE;
    border: SOLID 1PX #0099CC;
}
.bookingTable
{
    width: 100%;
    border-left: solid 1px #0099CC;
    border-right: solid 1px #0099CC;
    border-top: solid 1px #0099CC;
    font-family: Verdana;
    font-size: 9pt;
}
.lbl2Booking
{
    font-size: 8pt;
    width: 85%;
    font-style: italic;
    vertical-align: top;
    direction: ltr;
}
/*******31-01-2013********/
.viewbookingcontrol
{
    width: 424px;
    font-family: Verdana;
    font-size: 9pt;
}
.charleft
{
    font-size: smaller;
    position: absolute;
    margin-top: 0px;
    color: Blue;
    font-size: 7pt;
}
.bookingformtd1
{
    width: 35%;
    text-align: right;
}
.bookingformtd2
{
    width: 35%;
    text-align: left;
}
.bookingformtd3
{
    width: 30%;
    text-align: left;
}
.dblbkgPopUp
{
    width: 95%;
    text-align: left;
    height: 40px;
    font-size: 9pt;
    font-family: Verdana;
}
.lbl1
{
    width: 16%;
    text-align: left;
}
.lbl2
{
    width: 23%;
    top: 0;
    left: 100;
}
#contentLeft
{
    text-align: center;
    width: 69%;
    float: left;
    padding-left: 15px;
    padding-right: 10px;
    font-size: 10pt;
    font-family: Verdana;
}
#contentLeft-common
{
    text-align: center;
    width: 95%;
    float: left;
    padding-left: 15px;
    padding-right: 10px;
    font-size: 10pt;
    font-family: Verdana;
}

#left
{
    margin-top: 2px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    background-color: #E8EEFA;
}
#contentRight
{
    float: right;
    background-color: #e8eefa;
    border-color: #e8eefa;
    display: inline;
    width: 31%;
    font-size: 10pt;
    font-family: Verdana;
    color: black;
}
.lblMessage
{
    text-align: center;
    font-size: 8pt;
    font-weight: bold;
    color: Red;
}
.lblMessage1
{
    text-align: center;
    font-size: 8pt;
    font-weight: bold;
    color: Red;
    width: 85%;
    height: 30px;
    vertical-align: top;
    direction: ltr;
}
.divLoginId
{
    text-align: left;
    height: 40px;
    width: 96%;
}
.divLoginlabel
{
    float: left;
    height: 30px;
    background-color: #e8eefa;
    text-align: right;
    margin: 2px;
    width: 35%;
    color: black;
}
.divLoginTextbox
{
    float: left;
    margin: 2px;
    text-align: left;
    width: 40%;
}
#subdiv
{
    float: left;
    height: 34px;
    width: 20%;
    vertical-align: middle;
}
.mandatory
{
    text-align: center;
    color: red;
    font-size: 8pt;
}
.Print
{
    font: verdana;
    font-size: small;
    color: #000080;
    vertical-align: top;
    width: 100%;
    cursor: pointer;
}
.message
{
    font-size: 8pt;
    width: 85;
    font-weight: bold;
    font-family: Verdana;
    height: 30px;
    vertical-align: top;
    direction: ltr;
    color: Transparent;
}
.footerhr
{
    height: 1px;
    width: 99%;
    background-color: #888888;
}

.popupmain
{
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.popupmain1
{
    width: 91.5%;
    text-align: center;
    height: 78px;
    float: none;
    margin-left: 0px;
}
#divPrint
{
    height: 570px;
    font-family: Verdana;
}
.contDetail
{
    width: 96%;
    position: absolute;
    top: inherit;
    left: 2%;
    height: auto;
}
.contDetail1
{
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.divJobRef
{
    width: 100%;
    text-align: left;
    height: 40px;
    margin-top: 45px;
}
.divJobRef1
{
    width: 100%;
    height: 21px;
    text-align: left;
    font-weight: bold;
    color: Green;
}
.divJobRef1
{
    width: 100%;
    height: 21px;
    text-align: left;
    font-weight: bold;
}
.ufspph
{
    text-align: center;
    background-color: #0099CC;
    font-style: normal;
    font-family: "Verdana" , "Arial";
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: bold;
}
.contentHome
{
    border: solid 1px #CCC;
    width: 955px;
    height: 382px;
}
.containerHome
{
    display: block;
    width: 955px;
    height: auto;
}
.commanclass
{
    padding-left: 15px;
    font-size: 9pt;
    font-family: Verdana;
    width: 100%;
}
.errmsgtbl
{
    padding-top: 8px;
    -moz-box-sizing: content-box;
    background-image: url(../images/errmsgbck.jpg);
    color: #2E2F91;
    font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
    background-repeat: no-repeat;
    height: 63px;
    width: 100%;
}
.errmsgtbl td
{
    height: 60px;
}
.errtdicon
{
    height: 45px;
    width:100%;
}
.viewreportlabel
{
	height: 20px;
	float: left;
	width: 200px;
	font-size: 10pt;
	font-family: Verdana;
}
.viewreportlabel1
{
	height: 20px;
	float: left;
}
.viewreportlabel2
{
	height: 20px;
	float: none;
	font-size: 10pt;
	font-family: Verdana;
}
.viewreport
{
	text-align: center;
	height: 25px;
	background-color: #0099CC;
	color: White;
	font-weight: bold;
	font-size: 11pt;
	font-family: Verdana;
}
.dblbkgtd
{
	width: 150px;
	height: 25px;
	border: 1px solid #fff;
	background-color: #E8F2F9;
}
.dblbkgtd1
{
	width: 410px;
	border: 1px solid #E8F2F9;
}
.dblbkgtd2
{
	background-color: #0099cc;
	color: #ffffff;
	text-align: center;
}
