/* ================================
    CSS STYLES FOR WDF
   ================================
*/


html, body
{
    height: 100%; 
    margin: 0; 
}

body
{
    font: 14px 'Arial Narrow' , 'segoe ui' , arial, sans-serif; 
    font-weight: bold; 
    background: #FEFEFE url(img/bg4.png) repeat; /*background: #EAEAEA url(img/bg2.png) repeat-x;*/
}

A
{
    color: #FD7E00; 
    text-decoration: none;
}
A img /* remove border around image links */
{
    border-style: none;
}
A:hover
{
    color: #555555; 
    text-decoration: underline; 
}
/* makes input button looks cleaner*/
input
{
    border: 1px solid #9AA0A6;
}
select
{
    border: 1px solid #aaa;
}




/*==============================================Footer=====================================================
#Container, #Content, #Footer are property for for the footer to correctly position on the bottom of the page
you have to scope the property like this:
#container{#content{#otherstuffs...#contentBody}#footer{}}*/
#Container
{
    border-style: solid;
    border-width: 1px;
    position: relative;
    min-height: 100%; /*for modern browsers*/
    height: auto !important; /*For Modern Browsers*/
    height: 100%; /* for IE*/
    width: 1200px;
    margin: 0px auto;
    background-image: none;
    background-color:White;
}
#Content
{
    padding-bottom: 50px;
}
/*m*/
#ContentBody
{
    clear: both; /*position: absolute;     top:50px;     /*float:left;*/ /*margin: 0 10px 10px 10px;*/
    margin-left: 20px;
    margin-right: 20px;
    display: block;
    margin-top: 30px;
    font-weight: normal;
}
#ContentBody A
{
    font-weight:bold;
}
/*m*/
#Footer
{
    position: absolute;
    height: 50px;
    bottom: 0 !important;
    bottom: -1px;
    text-align: center;
    width: 100%; /*For certain IE quirks */ /*m*/
    border-top: 1px solid #DD740B;
    padding-top: 0px;
    border-top-color: #DE5126;
}

.HeaderNav
{
    background-color: #000000;
    height: 160px;
    /*position: relative;*/
    width: 100%;
    
    padding: 0;
    margin: 0;
    z-index: 0; /*     border-bottom-style: solid;     border-bottom-width: 5px;     border-bottom-color: #EB5E26;*/
}
.FlowLeft
{
    float:left;
}
.HeaderNavTop
{
    background-color: #2E2E2F;
    height: 55px;
}
.HeaderNavMiddle
{
    height:65px;
}
.TopNav
{
    position:relative;
    padding: 0px;
    margin: 0px;
    /*position: absolute;*/
    
    /*background-color: #F57957;*/
    background: #F57957 url(img/menu_bg2.png) repeat-x;
    width: 100%;
    height: 40px;
    
    color: #000000;
    -moz-box-shadow: 0 3px 8px #999;
    -webkit-box-shadow: 0 3px 8px #999;
    box-shadow: 0 3px 8px #999;
    color:#FFFFFF;
}


#UserInfo
{
    padding: 0px;
    margin: 0px;
    height: 40px;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top:0px;
}

#UserInfo A
{
    color: #FFFFFF;
}
#UserInfo A:Hover
{
    color: #555555;
}

.UserMenuTable
{

    top: 50%;
    position: absolute;
    height: 40px;
    margin-top: -10px;
    
}


.UserMenuTable A
{
    vertical-align: middle;
    color: #FFFFFF;
    text-decoration: none;
    padding: 5px 15px;
    
}





.StaticMenuItemStyle a:hover
{
    background-color: #F54E21;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: inset 0 3px 8px #E05327;
    -webkit-box-shadow: inset 0 3px 8px #E05327;
    box-shadow: inset 0 3px 8px #E05327;
}

.StaticMenuItemStyle
{
    width: 89px;
    text-align: center;
    padding: 0px 3px 0px 3px;
    margin: 0px 5px 0px 5px;
}
.StaticSelectedStyle a
{
    background-color: #FFFFFF;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: inset 0 3px 8px #999;
    -webkit-box-shadow: inset 0 3px 8px #999;
    box-shadow: inset 0 3px 8px #999;
    
    
}

a.StaticSelectedStyle
{
    color: #000000;
}

/*=======================================End Footer==========================================*/





.Grid
{
    border: 1px solid #AAAAAA;
    width: 1150px;
    /*font: 12px/16px "segoe ui" ,arial,sans-serif;*/
}


.Grid tr:hover
{
    background-color: #FFCC99; 
}

.Grid td
{
    /*min-width: 110px; 
    max-width: 130px;*/
    margin: 0px;
    padding: 3px 10px 3px 10px; 
    border: 1px solid #AAAAAA;
    text-align: center;
}
.GridHeader
{
    
    font-weight: bold; /*background-repeat: repeat-x; */
    height: 26px; /*background: url(img/header-bg.bmp);*/
    border: 1px solid #AAAAAA;
    background-color: #FFF8EE;
    
}
.GridHeader th
{
    padding: 0 10px 0 10px;
    text-align: center;
    border: 1px solid #AAAAAA;
    -moz-box-shadow: 0 5px 2px -2px #BBBBBB;
    -webkit-box-shadow: 0 5px 2px -2px #BBBBBB;
    box-shadow: 0 5px 2px -2px #BBBBBB;
}



.GridHeader:hover
{
    /*background: url(img/header-bg.bmp) !important;*/
}


.GridSelectedItem
{
    background-color: #FFE2C4; /*background: #F8D05C url(img/selected-bg.bmp);*/
}

.GridItem
{
    background-color: #EFF4FA;
}

.GridAltRow
{
    background-color: #EFEFEF;
}

tr.GridPager
{
    background-color: #FFF8EE; 
    /*background: url(img/footer-bg.bmp);*/
}

tr.GridPager:hover
{
    background-color: #FFF8EE; 
   /* background: url(img/footer-bg.bmp);*/
}

tr.GridPager tr:hover
{
    background: none;
}
tr.GridPager td
{
    min-width: 0px;
    border-style: none;
}


.GridFooter
{
     text-align: left;
}


/*================================== Styles for GridView =============================*/
/*

*/
/*==================================End For GridView =============================*/

.SubHead
{
    color: #E3830D;
    font-weight: bold;
}
/*===============================================Ticket Detail Form==============================*/
.CenterTicket
{
    margin: 0 auto;
    width: 650px;
}
.Form
{
    border: none;
    font-family: sans-serif;
    color: #000000;
    font-size: 15px;
    font-variant: normal;
    margin: 10px auto 0 auto;
}

.Form td
{
    margin: 0 10px 10px 10px;
    top: 200px;
    padding-left: 10px;
    padding-right: 10px;
    width: 325px;
}
.Form .HightLight
{
    background-color: #C0C0C0;
}

.Form input, .Form textarea
{
    width: 100%;
}
.Form .CheckBox input /*unset the width:100% attribute for checkbox so that the checkbox and the label will be on the same line*/
{
    width:auto;
    
}

.Red
{
    color: #FF0000;
}
/*===========================================End Ticket Detail Form==============================*/
/* create button like styles for link */

.Button 
{
    display:inline-block;
    background: #BBBBBB;
    DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#BBBBBB'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BBBBBB)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #FFFFFF,  #BBBBBB); /* for firefox 3.6+ */ 

    padding: 3px 8px;
    color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #888888;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.Button:hover {
    background: #EEEEEE;
    DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #FFFFFF,  #EEEEEE); /* for firefox 3.6+ */ 
    
    border: solid 1px #999999;
    text-decoration: none;
}
.Button:active 
{
    background: #999999;
    DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#999999'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#999999)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #FFFFFF,  #999999); /* for firefox 3.6+ */ 
    
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    
    border: solid 1px #777777;
}





/***********************************************************/







/* Login page */
.Login
{
    padding: 5px 10px 5px 10px;
}

/****************************************** link styles for images ***************************************/

a.ImgRefresh
{
    display: block;
    width: 66px;
    height: 37px;
    background: transparent url(img/refresh_normal.png) no-repeat left top;
}
a.ImgRefresh:hover
{
    background-image:  url(img/refresh_hover.png);
}
a.ImgAddServiceOrder
{
    display: block;
    width: 102px;
    height: 50px;
    background: transparent url(img/add_order_normal.png) no-repeat left top;
}
a.ImgAddServiceOrder:hover
{
    background-image:  url(img/add_order_hover.png);
}

a.ImgSearch
{
    display: block;
    width: 59px;
    height: 37px;
    background: transparent url(img/search_normal.png) no-repeat left top;
}
a.ImgSearch:hover
{
    background-image: url(img/search_hover.png);
}

a.ImgAddLocation
{
    display: block;
    width: 114px;
    height: 50px;
    background: transparent url(img/add_new_location_normal.png) no-repeat left top;
}
a.ImgAddLocation:hover
{
    background-image: url(img/add_new_location_hover.png);
}

a.ImgSelectedCSV
{
    display: block;
    width: 139px;
    height: 50px;
    background: transparent url(img/download_selected_normal.png) no-repeat left top;
}
a.ImgSelectedCSV:hover
{
    background-image: url(img/download_selected_hover.png);
}
a.ImgAllCSV
{
    display: block;
    width: 137px;
    height: 50px;
    background: transparent url(img/download_all_normal.png) no-repeat left top;
}
a.ImgAllCSV:hover
{
    background-image: url(img/download_all_hover.png);
}