/*
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
{
    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 th
{
    background:#fbd497;
}

.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 .ajax__tab_header
{
    padding: 10px 0 0 20px;
}
.CustomTab .ajax__tab_outer
{
    background: #2c436c;
    margin: 0 3px 0 0;
    padding: 0 5px 0 5px;
    border: solid #001231;
    border-width: 1px 1px 0 1px;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
}
.CustomTab .ajax__tab_tab
{
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0 2px 0;
}

.CustomTab .ajax__tab_active .ajax__tab_outer
{
    background: #87aae9;
    padding: 0 5px 0 5px;
}
.CustomTab .ajax__tab_active .ajax__tab_tab
{
    color: #000000;
    padding-top: 5px;
}
.CustomTab .ajax__tab_body
{
    background: #c0c0c0;
    padding: 5px;
}




/*========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=========*/


/*Drag Panel*/
.dragMe
{
    width: 100%;
    height: 21px;
    background-color: #FFF;
    text-align: center;
    cursor: move;
    font-weight: bold;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}
.dragMe_head
{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    background: url('../Images/pg_hd_bg.jpg') repeat-x;
}


.overflowHidden
{
    overflow: hidden;
}

.overflowScroll
{
    overflow: hidden;
}
/*Drag Panel*/


/*Gridview Styles*/
.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;
}
.grdEditBtn
{
    background: url('../Images/edit.png') no-repeat center;
}
.grdDeleteBtn
{
    background: url('../Images/delete.png') no-repeat center;
    padding-left: 16px;
}
.grdUpdateBtn, .grdCancelBtn, .grdAddBtn, .grdEditBtn, .grdDeleteBtn, .grdDeleteBtn
{
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin: 0 10px 0 10px;
    border: none;
    text-decoration: none;
}

/*
.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;
}   */
.Tr_Head_Style th
{
    margin-top: 10px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    text-align: center;
    font-weight: normal;
}
.Tr_Item_Style td, .Tr_AlternateItem_Style td
{
    height: 16px;
    margin-top: 10px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

/*End of Gridview Styles*/

input[type=text], textarea, select
{
    border: 1px solid #2C436C;
    }
input[type=checkbox],input[type=radio]
{
    margin: 0 3px -3px 0;
    margin-top:-10px;
}
.container
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #2C436C;
    padding: 3px 1px;
    margin: 1px;
}
.textbox, select
{
margin-left: 0;
    margin-right: 0;
    margin-bottom: 1px;
}
.container legend
{
    margin-left:10px;
}
.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;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.Required
{
    color:Red;
}
.hd_button
{
    background-color:transparent;border:none;font:11px Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF;font-weight: bold;
}