/*
html
{
    height: 100%;
}
body
{
    margin: 0;
    height: 100%;
    font-family: Arial;
    font-size: 9pt;
}
.PageContent
{
    display: table;
    background-color: #e1e1e0;
    padding: 3px;
    margin: 0 3px 3px 3px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}
.contentHead
{
    height: 23px;
    background: url('../Images/pg_hd_bg.jpg') repeat-x;
    margin: 10px 3px 0px 3px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 11pt;
    padding: 0px 0 0 10px;
}
.titleButtons
{
    cursor:pointer;
    background:none;
    border:none;
    font-weight: bold;
    font-size: 9pt;
}
.field
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #b8a185;
}
.mainMenu
{
    height: 43px;
    background: url('../Images/menu_bg.jpg') #b08055 repeat-x;
}
.textbox
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    resize: none;
}
.txtCalendar
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.textbox, .txtCalendar, .btnStyle
{
    border: 1px solid #afafaf;
    margin: 0 0 2px 3px;
}*/
.rtrvButton
{
    background: url('../images/search.png') repeat-x;
    height: 15px;
    width: 20px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 5px;
    border: medium none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
/*
.btnStyle
{
    background: url('../Images/btn_bg.jpg') #834a16 repeat-x;
    height: 20px;
    border: 1px solid #924c0d;
    font-weight: bold;
    font-size: 9pt;
    color: #ffffff;
    padding-bottom: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.amtTable th, .discTable th
{
    background:#fbd497;
    border:solid #ffffff;
    border-width:0 1px 0 0px;
}
.amtTable tr:nth-child(even), .discTable tr:nth-child(even)
{
    background:#faf3e8;
}
.amtTable tr:nth-child(odd), .discTable tr:nth-child(odd)
{
    background:#f7e2c2;
}

.discTable .textbox, .amtTable .textbox
{ 
    margin: 0px 2px 1px 2px;
}

.discTable td, .amtTable td
{ 
    border:solid #ffffff;
    border-width:0 1px 0 0px;
}
*/

/*========Styles for ajax controls=========*/
.ajaxDrp
{
    margin: 3px 0 3px 3px;
}
.ajaxDrp .ajax__combobox_textboxcontainer input
{
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px;
    border: solid #afafaf;
    border-width: 1px 0 1px 1px;
}
.ajaxDrp .ajax__combobox_buttoncontainer
{
}
.ajaxDrp .ajax__combobox_buttoncontainer button
{
    /*background: url('../Images/drop_down.png') #ffffff no-repeat center;*/
    border: solid #afafaf;
    border-width: 1px 1px 1px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
}


.CustomTab
{
    margin: 5px 0;
}
.CustomTab .ajax__tab_header
{
    height: 38px;
    padding: 0px;
    border: solid 1px #cacaca;

    -moz-border-radius: 3px 3px 0 0; /*mozilla version below 13.0*/
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
}
.CustomTab .ajax__tab_outer
{
    text-align: center;
    background: none;
    padding: 1px 2px 0 0;
}
.CustomTab .ajax__tab_inner
{
    border: solid #bababa;
    border-width: 0 1px 0 0;
    width: 100%;
    -moz-box-shadow: 1px 0px 0px 1px #fff;
    box-shadow: 1px 0px 0px 0px #fff;
    webkit-box-shadow: 1px 0px 10px 10px #fff;
}
.CustomTab .ajax__tab_inner .ajax__tab_tab
{
    display: table-cell;
    vertical-align: middle;
    padding: 0 3px 0 3px;
}
.CustomTab .ajax__tab_tab
{
    height: 38px;
    min-width: 60px;
    background: none;
    color: #343434;
    font: 15px Calibri,Arial,Helvetica,sans-serif;
    font-weight: bold;
    padding: 0 3px 0 3px;
    text-shadow: 0pt 1pt 0pt #fff;
}

.CustomTab .ajax__tab_active .ajax__tab_outer
{
    background: #fff;
    -moz-border-radius: 3px 3px 0 0; /*mozilla version below 13.0*/
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
}
.CustomTab .ajax__tab_active .ajax__tab_tab
{
    background: #fff;
}
.CustomTab .ajax__tab_body
{
    background: #fff;
    border: solid #bababa;
    border-width: 0 1px 1px;
    -moz-border-radius: 0 0 3px 3px; /*mozilla version below 13.0*/
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
}




/*========Styles for Grid controls=========*/
h1
{
    font: bold 32px Times;
    color: #666;
    text-align: center;
    padding: 20px 0;
}
#container
{
    width: 700px;
    margin: 10px auto;
}

/*.mGrid
{
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}
.mGrid td
{
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #717171;
}
.mGrid th
{
    padding: 4px 2px;
    color: #fff; /*  background: #424242 url('../Images/grd_head.png') repeat-x top; 
    background: url('../Images/pg_hd_bg.jpg') repeat-x top; /* background: url(tab_bg.jpg) #834a16 repeat-x top;
    border-left: solid 1px #525252;
    font-size: 0.9em;
}
.mGrid .alt
{
    /* background: #fcfcfc url('../Images/grd_alt.png') repeat-x top;
}
.mGrid .pgr
{
    /* background: #424242 url('../Images/grd_pgr.png') repeat-x top;
    background: url('../Images/pg_hd_bg.jpg') repeat-x top;
}
.mGrid .pgr table
{
    margin: 5px 0;
}
.mGrid .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}
.mGrid .pgr a
{
    color: #666;
    text-decoration: none;
}
.mGrid .pgr a:hover
{
    color: #000;
    text-decoration: none;
}/*
/*========Styles for Grid controls=========*/



/*Gridview Styles*/

.gridBtnField
{
    width: 30px;
    text-align: center;
    padding: 0 5px 0 5px;
}
.gridButton
{
    cursor: pointer;
    width: 16px;
    height: 16px;
    border: none;
    text-decoration: none;
    -moz-border-radius: 8px; /*mozilla version below 13.0*/
    border-radius: 8px;
    -webkit-border-radius: 8px;
}
.grdUpdateBtn
{
    background: url('../Images/accept.png') no-repeat center;
}
.grdCancelBtn
{
    background: url('../Images/grd_cancel.png') no-repeat center;
}
.grdAddBtn
{
    background: url('../Images/add.png') no-repeat center;
}
.grdDeleteBtn
{
    background: url('../Images/delete.png') no-repeat center;
}


/*
.RowStyle
{
    background:#ede2d8;
}
.HeaderStyle th
{
    background: #b07c4e;
    height:20px;
    color:#ffffff;
    border:#ffffff solid 1px;
    text-align:center;
}
.AltRowStyle
{
       background: #f1f1f1;
}
.AltRowStyle td,.RowStyle td
{
    border:#ffffff solid 1px;
}   */

/*End of Gridview Styles*/



input[type=text], input[type=password], textarea, select
{
    background: #f9f9f9;
    border: 1px solid #cac6c7;
    padding: 3px 3px 2px 3px;
    font: 14px Calibri,Arial,Helvetica,sans-serif;
    color: #38393d;
    -moz-border-radius: 3px; /*mozilla version below 13.0*/
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 3px;
}
input[type=checkbox], input[type=radio]
{
    margin: 0 3px 0 6px;
}
/* Setting checkboxes of a CheckBoxList */
.chkList input[type=checkbox], .chkList, .chkList td
{
    margin: 0 3px 0 3px; /* applied to checkboxes inside a checkboxlist */
    padding: 0px; /* applied to checkbox */
    border-collapse: collapse; /* applied to checkboxlist table */
}

input[type=submit]
{
    width: 110px;
    background: url(../images/images/button_bg.jpg) repeat-x #0e0e0e;
    font-weight: bold;
    color: #dbdbdb;
    border-width: 0;
    text-shadow: 0pt -1pt 0pt #000;
    -moz-border-radius: 3px; /*mozilla version below 13.0*/
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-style: normal;
    font-variant: normal;
    font-size: 17px;
    line-height: normal;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    height: 29px;
}
input[type=submit].loadButton
{
    font: 10px Calibri,Arial,Helvetica,sans-serif;
    width: 23px;
    background: url(../images/images/load.jpg) repeat-x #0e0e0e;
}
input[type=submit].searchButton
{
    font: 10px Calibri,Arial,Helvetica,sans-serif;
    height: 23px;
    width: 23px;
    background: url(../images/images/search.jpg) repeat-x #0e0e0e;
}
input[type=submit].filterButton
{
    font: 10px Calibri,Arial,Helvetica,sans-serif;
    height: 23px;
    width: 23px;
    background: url(../images/images/filter.jpg) repeat-x #0e0e0e;
}
input[type=submit].btnSmall
{
    font: 15px Calibri,Arial,Helvetica,sans-serif;
    height: auto;
    padding: 1px 0;
}
input[type=submit].gridBtnSqr
{
    font-size: 13px;
    height: 17px;
}
input:hover,input:focus,select:focus,select:hover,textarea:hover
{
	-moz-box-shadow: 0px 0px 3px red;
	-webkit-box-shadow: 0px 0px 3px red;
	box-shadow: 0px 0px 5px #221f54;
	border: 1px solid #AAA;
	color: #222222;
	background: #c3c3c3;
	
	
}
.linkButton
{
    display: inline-block;
    height: 20px;
    background: #dedede;
    font: 14px Calibri,Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #333333;
    padding: 3px;
    margin: 2px 0;
    border: solid 3px #cdcdcd;
    -moz-border-radius: 5px; /*mozilla version below 13.0*/
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.dateTextBox
{
    background: url(../images/images/calendar_icon.png) no-repeat #f9f9f9 !important;
    background-position: right center !important;
}
.entryTable
{
    margin-bottom: 5px;
}
.entryTable input[type=text], .entryTable textarea, .entryTable select
{
    padding: 0 0 0 3px;
}
.row td
{
    border: solid #c8c8c8;
    border-width: 1px 0;
}
.flapCover
{
    display: inline-table;
    width: 100%;
}
.flap
{
    float: right;
    color: #000;
    padding: 0 3px;
    margin: 5px 80px 0 0;
    background: url(../images/images/carbon.jpg);
    -moz-border-radius: 5px 5px 0 0; /*mozilla version below 13.0*/
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-box-shadow: 0px -8px 5px 3px #bababa;
    box-shadow: inset 0px -5px 5px -5px #000;
    webkit-box-shadow: 1px 0px 0px #bababa;
}
.container
{
    background: #dfdfdf;
    padding: 3px;
    margin: 3px 0;
    -moz-border-radius: 5px; /*mozilla version below 13.0*/
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.grpBoxContainer
{
    width: 100%;
    display: table;
    border: solid 1px #dfdbd8;
}
.grpBox
{
    display: table-cell;
    border: solid 1px #dfdbd8;
    border-width: 0 0 0 1px;
}
.grpBox .btnCell
{
    text-align: center;
    padding: 3px;
}
.grpHead
{
    height: 30px;
    background: url(../images/images/grpHead_bg.jpg);
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 0 10px;
    text-shadow: 0pt 1.5pt 0pt #fff;
}
.sectionHead
{
    height: 30px;
    background: url(../images/images/grpHead2.jpg);
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    text-indent: 10px;
    margin-top: 10px;
    text-shadow: 0pt 1pt 0pt #fff;
    -moz-border-radius: 3px; /*mozilla version below 13.0*/
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.infoLabel
{
    height: 16px;
    padding: 3px 3px 3px 3px;
    margin: 0 0 5px 0;
    font: 14px Calibri,Arial,Helvetica,sans-serif;
    background: #747474;
    color: #fff;
    border: 1px solid #38393d;
    -moz-border-radius: 3px; /*mozilla version below 13.0*/
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
fieldset
{
    background: #eee;
    margin: 3px 0;
    padding: 3px;
    border: none;
    -moz-border-radius: 3px; /*mozilla version below 13.0*/
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
legend
{
    font: 12px Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: #000;
    margin-left: 20px;
    padding: 0 10px 0 10px;
}
.txtAmount
{
    text-align: right;
}
.gridTable tr
{
    height: 20px;
}
.gridTable th, .gridHeader th
{
    font: 14px Calibri,Arial,Helvetica,sans-serif;
    color: #38393d;
    font-weight: bold;
    text-align: center;
    height: 25px;
    border: solid #CCC;
    border-width: 1px 1px 1px 0;
    background: url(../images/images/grpHead_bg.jpg);
}
.gridRow td, .gridAltRow td, .gridTable td
{
    height: 16px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 0 3px;
}
.gridRow td:first-child, .gridAltRow td:first-child, .gridTable th:first-child, .gridHeader th:first-child
{
    border-left: 1px solid #CCC;
}
.gridTable tr:nth-child(even), .gridRow
{
    background: #fff;
}
.gridTable tr:nth-child(odd), .gridAltRow
{
    background: #f3f3f3;
}
.gridTable
{
    border: solid 1px #dfdbd8;
    border-width: 0 0 1px 1px;
}
.gridSelRow
{
    background: #fef2e2;
}
.gridFooter
{
}

.footerBtnCover
{
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #d0d0d0;
    padding: 10px 0;
    margin: 5px 0 0 0;
}
.footerBtnCover INPUT
{
    display: inline-block;
    margin: 2px;
}
.footerBtnCover div
{
    display: inline-block;
}
.chkList td
{
    width: 150px;
}

#tooltip
{
    position: absolute;
    padding: 5px;
    max-width: 300px;
    min-height: 25px;
    min-width: 100px;
    background-color: #ececec;
    border: solid 2px #a9a9a9;
    font-size: 12px;
    -moz-border-radius: 5px; /*mozilla version below 13.0*/
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.Required
{
    color: Red;
}
.mainForm
{
    background: url(../images/images/content_bg.jpg) repeat-x;
    padding-top: 30px;
}
.rootContainer
{
    font: 14px Calibri,Arial,Helvetica,sans-serif;
    color: #535353;
    height: auto;
    margin: 0px auto 0 auto;
    padding: 10px 10px 10px 10px;
    width: 960px;
    -moz-box-shadow: 0px 0px 5px 3px #bababa;
    box-shadow: 0px 0px 5px 3px #bababa;
    webkit-box-shadow: 0px 0px 5px 3px #bababa;
}
#men_adjust
{
    background: url(../images/images/content_bg.jpg) repeat-x;
    height: 70px!important;
    width: 100% !important;
    visibility:hidden
}
.header
{
    height: 37px;
    border: 1px solid #cacaca;
    margin-bottom: 5px;
    background: url(../images/images/header_bg.jpg) repeat-x;
    font-size: 20px;
    font-weight: bold;
    color: #323232;
    text-shadow: 0pt 1pt 0pt #fff;
    -moz-border-radius: 5px; /*mozilla version below 13.0*/
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.titleText
{
    width: 400px;
    height: 26px;
    padding: 5px 0 0 15px;
    float: left;
}
.headSplitter
{
    float: right;
    height: 35px;
    width: 1px;
    margin-top: 2px;
    background-color: #bababa;
    -moz-box-shadow: 1px 0px 0px #ececec;
    -webkit-box-shadow: 1px 0px 0px #ececec;
}
/*.hd_button
{
    background-color:transparent;border:none;font:11px Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF;font-weight: bold;
}*/
.head_btn
{
    background: none;
    color: #0a5f7e;
    float: right;
    font-size: 15px;
    height: 23px;
    padding: 8px 15px 0;
    width: auto;
    text-shadow: 0pt 1pt 0pt #fff;
}
.head_btn .button
{
    background: none;
    color: #0a5f7e;
    font-size: 15px;
    height: auto;
    width: auto;
    text-shadow: 0pt 1pt 0pt #fff;
}
.header a:link, .header a:visited
{
    font-size: 15px;
    color: #0a5f7e;
    text-decoration: none;
}
.checkBoxList
{
    border-collapse: collapse; /*width:100%;*/
}
.checkBoxList td
{
    width: 150px;
}


.BoxtableOuter
{
    display: table;
    width: 100%;
}
.BoxTableRow
{
    display: table-row;
    border: solid 1px #000;
}
.BoxTableCell
{
    display: table-cell;
    width: 50%;
    vertical-align: top;
    text-indent: 5px;
}
.BoxTableHead
{
    display: table;
    background: url(../images/images/groupHead2.jpg) repeat-x;
    height: 35px;
    width: 100%;
    font: 14px Calibri,Arial,Helvetica,sans-serif;
    color: #38393d;
    text-align: center;
    font-weight: bold;
    margin-top: 3px;
}
.BoxTableHead p
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.BoxTableSplitter
{
    display: table-cell;
    width: 5px;
}

hr
{
    background: #c8c8c8;
    width: 100%;
    height: 1px;
    border: none;
    padding: 0;
    margin: 2px 0 1px 0;
    box-shadow: 0px 1px 0px 0px #fff;
    -moz-box-shadow: 0px 1px 0px 1px red;
    -webkit-box-shadow: 1px 0px 0px #c8c8c8;
}
.contentDiv
{
    padding: 0 5px 5px 5px;
    background: #f1fcfe;
}

.miniTab .tabsCover
{
    background: #dbecef;
    padding-top: 5px;
}
.tabsCover a, .tabsCover a:visited, .tabsCover a.ActiveTab
{
    display: inline-block;
    background: #a4e8f5;
    color: #333;
    text-align: center;
    text-decoration: none;
    min-width: 60px;
    height: 15px;
    padding: 5px 0;
    margin: 0;
    -moz-border-radius: 5px 5px 0 0; /*mozilla version below 13.0*/
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}
.tabsCover a.ActiveTab
{
    background: #f2fcfe;
}
.boxCover, .contentDiv
{
    border: solid 1px #d0d0d0;
}
.gridFooterMsg
{
    height: 25px;
    color: #666;
}
.errorMsg
{
    color:Red;
    font-size:11pt;
}


/* Modal Popup Styles  */
.PopCover
{
    border: solid 1px #878787;
    background: #fff;
    -moz-border-radius: 5px; /*mozilla version below 13.0*/
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 1px 0px 0px 1px #fff;
    box-shadow: 0px 0px 10px 1px #000;
    webkit-box-shadow: 1px 0px 10px 10px #fff;
}
.PopHead
{
    width: 100%;
    background: url(../images/images/grpHead_bg.jpg);
    height: 38px;
    border: solid #d5d5d5;
    border-width: 0 0 1px 0;
    -moz-border-radius: 5px 5px 0 0; /*mozilla version below 13.0*/
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}
.PopHeadText
{
    display: inline-block;
    color: #333333;
    margin: 10px 0 0 10px;
    font-weight: bold;
}
.PopClose
{
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.PopContent
{
    padding: 15px;
}
/* End of Modal Popup Styles  */


/* site map styles */
.GroupBlock
{
    margin-right: 25px;
    text-align: left;
    min-width: 150px;
}
.GroupHead
{
    color: #E1B007;
    font-weight: bold;
    text-align: left;
    background: url(../images/images/headBullet.png) no-repeat;
    background-position: 0px 5px;
    padding-left: 15px;
}
.SiteMapItem
{
}
.SiteMapItem a
{
    display: block;
    color: Silver;
    text-decoration: none;
    padding-left: 15px;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 10px;
}
/* end of site map styles */



/**************   Custom ribbon style   *******************/
li.bgg
{
    background: url("../images/images/ribbon_hd_bg.jpg") repeat-x;
    height: 40px;
}
ul.menu li a
{
    display: block;
    text-decoration: none;
    margin-right: 0px;
    margin-top: 0px;
    height: 25px;
    width: 75px;
    text-align: center;
    color: #fff;
    font-family: Calibri;
    font-size: 15px;
    padding-top: 5px;
}
ul.menu li a.active
{
    background: #fff;
    color: #000;
    border-radius: 3px 3px 0 0;
}
ul.ribbon .orb
{
    display: block;
    width: 51px;
    height: 38px;
    background-image: url(../images/images/ribbon_home.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 0px;
    position: relative;
    z-index: 100;
    margin-top: -4px;
    top: 1px;
}
ul.ribbon .orb:hover
{
    background-image: url(../images/images/ribbon_home_hover.jpg);
}
ul.menu li a
{
    display: block;
    text-decoration: none;
    margin-right: 0px;
    width: 75px;
    text-align: center;
    color: #fff;
}
ul.menu li a:hover
{
    background-repeat: no-repeat;
    color: #efdb00;
}
ul.menu li a.active:hover
{
    color: #000;
}
ul.menu li ul li a
{
    display: block;
    padding-top: 3px;
    text-decoration: none;
    margin-right: 0px;
    margin-top: 10px;
    height: 20px;
    width: 75px;
    text-align: center;
    color: #fff;
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
}
ul.menu li ul div.ribbon-list div:hover
{
    padding: 1px;
    background: #ddd;
    width: 100%;
    border: 0;
}
/**************   End of Custom ribbon style   *******************/


/******************   Login Page styles   ***********************/
.header_td
{
    height: 126px;
    background: #fff;
    text-align: center;
}
.header_td div
{
    height: 126px;
    width: 354px;
    background: url(../images/images/docmate.jpg);
    margin: 0px auto;
}
.loginBox_td
{
    background: url(../images/images/grpHead_bg.jpg);
    border: solid #d8d8d8;
    border-width: 1px 0 1px 0;
    -webkit-box-shadow: inset 0 5px 5px #aaa;
    -moz-box-shadow: inset 0 5px 5px #aaa;
    box-shadow: inset 0 5px 5px #aaa;
}
.loginBox_Cover
{
    width: 350px;
    margin: 0px auto;
    border: solid 2px #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 0px 0px 1px #fff;
    box-shadow: 0px 0px 10px 1px #000;
    webkit-box-shadow: 1px 0px 10px 10px #fff;
}
.loginBox_Fields
{
    height: 148px;
    background: url(../images/images/loginBox_bg.jpg);
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}
.loginBox_headTxt
{
    height: 44px;
    width: 100%;
    font-size: 16pt;
    text-align: center;
    padding-top: 10px;
    color: #fff;
}
.loginBox_fldLabel
{
    margin-left: 20px;
    color: #fff;
    font-family: Tahoma;
    font-size: 17px;
    float: left;
    width: 100px;
}
.loginBox_btm
{
    height: 95px;
    background: #fff;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}
.loginBox_Rmbr
{
    margin: 0px auto;
    width: 100%;
    text-align: center;
    color: #6f6f6f;
    font-size: 10pt;
    font-family: Arial;
    padding-top: 10px;
}
.loginBox_btnCover
{
    margin: 0px auto;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
input[type=submit].loginBox_loginBtn
{
    background: url(../images/images/loginButton_bg.jpg);
    width: 136px;
    height: 41px;
    color: #101010;
    text-shadow: none;
    border: solid 1px #b6b6b6;
}
.login_footer
{
    height: 150px;
    background: #fff;
}
/**************   End of Login Page styles   *******************/


/******************   MasterPage styles   **********************/
.logoutCover
{
    position: absolute;
    top: -5px;
    right: 20px;
    margin-top:12px;
    z-index: 1000;
}
.logoutCover a
{
    color: #fff;
    text-decoration:none;
    padding: 2px 5px;
    border:solid 1px #fff;
    background-color:rgba(255,255,255,0.2);
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-border-radius:5px;
}
.logoutCover a:hover
{
    color: #efdb00;
    text-decoration:none;
    border:solid 1px #ffff00;
    background-color:rgba(255,255,0,0.2);
}
/**************   End of MasterPage styles   *******************/

/**************   AutoComplete styles   *******************/
.autocomplete_completionListElement 
{  
	margin : 0px !important;
	background-color : #fff;
	color : windowtext;
	border : buttonshadow;
	border-width : 0 1px 1px 1px;
	border-style : solid;
	cursor :default;
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type:none;
	padding : 0px !important;
-webkit-box-shadow: 0px 8px 10px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 8px 10px rgba(50, 50, 50, 0.75);
box-shadow:         0px 8px 10px rgba(50, 50, 50, 0.75);
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : #fff;
	color : #000;
	padding : 2px 0 0 3px;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color : #000;
	padding : 2px 0 0 3px;
}
/**************  End of AutoComplete styles   *******************/
