﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000000;
    /*font-variant: small-caps;
    text-transform: none;
    /*font-weight: 200;*/
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    height:630px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    /*background: #4b6c9e;*/
    background: #ffffff;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    /*color: #f9f9f9;*/
    color:Black;
    border: none;
    line-height: 2em;
    font-size: 2em;
}
.closeImg
{
    padding:2px 0px 0px 0px;
    height: 60px;
    width: 60px;
}
.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}




fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

.GridView
{
    margin-left:20px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

.menuButton
{
    width:100px;
    height:22px;
    padding-left:20px;
}
.clear
{
    clear: both;
}

.title
{
    display: block;
   /* float: left;*/
    text-align: left;
    width: auto;
}

.bold
{
    font-weight: bold;
}


.linkButton
{
    text-align: right;
    padding:0px 10px 0px 10px;
    margin:20px 0px 0px 0px;
}

.logoutButton
{
    background: #FFFFFF;
    font-family: "Segoe UI";
   
    text-align: right;
    padding-right: 10px;
    float:right;
}
.lblUserName
{
     background: #4b6c9e;
    font-family: "Segoe UI";
    color: #FFFFFF;
    font-style:italic;
    text-align: right;
    padding-right: 10px;
    float:right;
}
.lblCustomerName
{
    font-family: "Segoe UI";
    text-align: right;
    padding-left: 250px;
   
}
.MenuMessage
{
    background: #ffff;
    font-family: "Segoe UI";
    color: #4b6c9e;
    padding-left: 20px;
}
.MenuMessageDiv
{
    background: #4b6c9e;
    font-family: "Segoe UI";
    color: #FFFFFF;
}
.menuItem
{
    padding:0px 20px 0px 0px;
}
.UserName
{
    background: #4b6c9e;
    font-family: "Segoe UI";
    color: #FFFFFF;
    padding-right: 20px;
    float:right;
}
.aspButton
{
    margin-right:30px;
}
.menuButton
{
    width:100px;
    height:22px;
    padding-left:20px;
}
.ListView
{
 font-family: "Segoe UI";
 font-size:small;
 float:right;
 margin-right: 10px;
 /* max-width:960px;
  margin-right: 0px;
  overflow:scroll; */
}
.JobsListView
{
 font-family: "Segoe UI";
 font-size:small;
 float:right;
 margin-right: 50px;

 /* max-width:960px;
  margin-right: 0px;
  overflow:scroll; */
}
.aspTextbox
{
    text-align:right;
}
.aspReadOnlyTextbox
{
    text-align:right;
    width:80px;
    font-weight:bold;
}
.firstControlSpacer
{
    height:130px;
      padding: 0px 0px 0px 0px;
}
.frmView
{
float:left;
width:20em;
text-align: right;
clear:left;

}

.label
{
 float:left;
 width: 20em;
 text-align: right;
 clear: left;
 margin-right: 15px;
}
.labelMiddle
{
 width: 20em;
 text-align: right;
 margin-left: 10px;
 margin-right: 15px;
 border-bottom:10px;
}
.labelLeft
{
 float:left;
 width: 10em;
 text-align: right;
 clear: left;
 margin-right: 15px;
}
.checkBoxList 
{
    width:400px;
      max-height:250px;
      height:auto !important;
      height:250px;
      overflow:auto;
      /*overflow:scroll;*/
       margin-left: 15px;
 }
#datePicker
 { display:none; 
   position:absolute; 
   border:solid 2px black; 
   background-color:white; 
 }
 table
 {border-collapse: collapse;
  width: 73.4em;
   }
 td
 {
     padding: 0.1em 1em;
     text-align:right;
     white-space:nowrap;
 }