body {
       font-size:12px;
color:#000000;
background-color:#F6F4F0;
position: relative; 
min-height: 100%;
top: 0px;
border:1px solid #D3D3D3;
     }
.spinner {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -50px; /* half width of the spinner gif */
	margin-top: -50px; /* half height of the spinner gif */
	text-align:center;
	z-index:1234;
	overflow: auto;
	width: 100px; /* width of the spinner gif */
	height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}
.header
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin: 0px;
    font-size: 12px;
    background-color: maroon;
    
    color: #ffffff;
}
.styled-select {
   
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 12px;
   
}
.tablelabel
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin: 0px;
    font-size: 12px;
}
.errorlabel
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: red;   
    font-size: 11px;
}
.footer
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    color:activecaption;
}
.buttonlogin {
	  padding:5px;
	  background-color: maroon;
	  border: 1px solid #666;
	  color:white;
	  text-decoration:none;
	    font-weight: bold;
            font-family: Verdana,Arial,Helvetica,sans-serif;
}
.buttonindex {
	  padding:5px;
	  background-color: maroon;
	  border: 1px solid #666;
	  color:white;
	  text-decoration:none;
          
	  font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.tablelayoutlogin
{
    border: 0px activeborder solid;
    background-color: #ebe3e3;
    border-radius: 8px;
    box-shadow: 1px 5px 10px #888;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
   table {
    border-collapse: collapse;
   
 
    empty-cells: show;

  border: 0px solid #000000;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: #f6f6f6;
  text-align:left;
  } 
}

  @-moz-document url-prefix() {
   table {
        border-spacing: 0px;
        empty-cells: show;
       
  border: 0px solid #000000;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: #f6f6f6;
  text-align:left;
  
    }
}
caption {
  text-align: center;
  font: bold 16px Verdana;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #d66598;
  text-transform: uppercase;
}
thead, tfoot {
background:url(../images/bg1.png) repeat-x;
text-align:center;
height:20px;
}
thead th, tfoot th {
padding:5px;
}
table a {
color: #333333;
text-decoration:none;
}
table a:hover {
text-decoration:underline;
}
tr.odd {
background: #f1f1f1;
}
tbody th, tbody td {

}
.buttonActivate {
   border-top: 1px solid #96d1f8;
   background: green;
   
   padding: 5px 10px;
   
   box-shadow: 0px 2px 8px #333333;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 12px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
    font-weight: bold;
   
   }
.buttonActivate:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: white;
      
}
.buttonDeactivate {
   border-top: 1px solid #96d1f8;
   background: #d66598;
   
   padding: 5px 10px;
   
   box-shadow: 0px 2px 8px #333333;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 12px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   
       font-weight: bold;
}
.buttonDeactivate:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: white;
   }
  td.blank_col a {
       display: block;
       padding:0px;       
       margin: 0px;
       
   }
td.blank_col a:hover {color: pink; background-color: pink;} 
  div.pop-up {
      display: none;
      position: absolute;
      width: 150px;
      padding: 10px;
      background: #eeeeee;
      color: #000000;
      border: 1px solid #1a1a1a;
      font-size: 90%;
     box-shadow: 5px 5px 5px #888888;
     font-family:'Lucida Grande', Helvetica, Arial, Sans-Serif;
     font-size: small;
  
}
div.prevweekpopup {
      display: none;
      position: absolute;
      padding:5px;
      background: #eeeeee;
      color: #000000;
      border: 1px solid #1a1a1a;
      box-shadow: 5px 5px 10px #888888;
     font-family:'Lucida Grande', Helvetica, Arial, Sans-Serif;
     font-size: small;
  
}
div.nextweekpopup {
      display: none;
      position: absolute;
      padding:5px;
      background: #eeeeee;
      color: #000000;
      border: 1px solid #1a1a1a;
      box-shadow: 5px 3px 10px #888888;
     font-family:'Lucida Grande', Helvetica, Arial, Sans-Serif;
     font-size: small;
  
}
.menu {
    display: none;
    position: absolute;
    background-color: #ddd;
    box-shadow: 5px 5px 5px #888888;
    text-align: left;
    width:185px;
    z-index: 9000;
}
.menu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
    border: 1px solid black;
    position: absolute;
    z-index: 9999;
}
.menu ul li{
position: relative;
}

.menu li a{
background: white url(../images/glossyback.gif) repeat-x bottom left;
font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}



.menu  ul li a:visited, .menu ul li a:active{
color: white;
}

.menu ul li a:hover{
background-image: url(../images/glossyback2.gif);
}

/* Holly Hack for IE \*/
* html .menu ul li { float: left; height: 1%; }
* html .menu ul li a { height: 1%; }/* End */
#tooearly
{
    position:fixed;
    top: 60%;
    left: 60%;
    width:15em;
    /*height:2em; updated in version 1.2 due to bottom padding prob*/ 
	
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    border: 1px solid black;
    background-color: #d66598;
    vertical-align:middle;
    display:none;

}
#toolate
{
    position:absolute;
    width:15em;
    /*height:2em; updated in version 1.2 due to bottom padding prob*/ 
   
   
    border: 1px solid black;
    background-color: #d66598;
    vertical-align:middle;
    display:none

}
#wrongip
{
    position:absolute;
    width:15em;
    /*height:2em; updated in version 1.2 due to bottom padding prob*/ 
   
   
    border: 1px solid black;
    background-color: #d66598;
    vertical-align:middle;
    display:none

}
#limitcrossed
{
    position:absolute;
    width:15em;
    /*height:3em; updated in version 1.2 due to bottom padding prob*/ 
   
   
    border: 1px solid black;
    background-color: #d66598;
    vertical-align:middle;
    display:none

}
#inuse
{
    position:absolute;
    width:15em;
    /* height:2em; updated in version 1.2 due to bottom padding prob*/ 
   
   
    border: 1px solid black;
    background-color: #d66598;
    vertical-align:middle;
    display:none

}
#done
{
     position:fixed;
    top: 60%;
    left: 60%;
    width:20em;
    height:4em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    border: 1px solid black;
    background-color: #d66598;
    vertical-align:middle;
    display:none;

}
#cactivate
{
    position:fixed;
    top: 60%;
    left: 60%;
    width:15em;
    /*height:2em; updated in version 1.2 due to bottom padding prob*/ 
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    border: 1px solid black;
    background-color: #d66598;
    vertical-align:middle;
    display:none;

}
#so
{
    position:fixed;
    top: 60%;
    left: 60%;
    padding:5px;
    width:25em;
    height:4em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    border: 1px solid black;
    background-color: brown;
        vertical-align:middle;
    display:none;

}
#csuccess
{
     position:fixed;
    top: 60%;
    left: 60%;
    padding:5px;
    width:25em;
    height:4em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    border: 1px solid black;
    display:none;
    
    
    background-color: darkgreen;
    vertical-align:middle;
    display:none

}
#success
{
    position:absolute;
    width:15em;
    height:2em;
    border: 1px solid black;
    background-color: darkgreen;
    vertical-align:middle;
    display:none

}
#costing
{
   position:fixed;
    top: 60%;
    left: 60%;
    padding:5px;
    width:25em;
    height:4em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    display:none;
    
    
    vertical-align:middle;
    display:none

}
div.time-pop-up {
      display: none;
      position: absolute;
      width: 150px;
      padding: 10px;
      background: #eeeeee;
      color: #000000;
      border: 1px solid #1a1a1a;
      font-size: 90%;
        box-shadow: 5px 5px 5px #888888;
        font-family:'Lucida Grande', Helvetica, Arial, Sans-Serif;
        font-size: small;
        z-index: 9999;
     
  
}

	#container1{margin:0 auto; background:#ECE9D8; -moz-border-radius:10px;-webkit-border-radius:10px; overflow:hidden;}
	#menu {text-align:left;}
        
	/*Toggle Area*/
	#menu .toggle {background:lightsteelblue;float:right;width:9px; padding:5px; cursor:pointer;  }
	#menu ul.navmenu li:first-child .toggle{}
	
	/*Menu Setup*/
	#menu ul{padding:0; margin:0;}
	#menu ul ul{overflow:hidden;}
	#menu ul.navmenu li {margin:0; list-style:none;float:left;}
	#menu ul.navmenu li li {float:none;}
	/*Links*/
	#menu ul.navmenu a, #menu ul.navmenu a:visited {text-decoration:none; padding:5px; display:block;;}
	#menu ul.navmenu ul.submenu a:hover{background:#FFF4D2; color:#333;}
	/*Heading Outer div*/
	#menu ul.navmenu .menutop{overflow:hidden; width:200px; }
	/*Header Links*/
	#menu ul.navmenu .menutop a{color:black;background:lightsteelblue;width:120px;float:left;margin:0 0 1px 0;}
	/*Header Link Hover*/
	#menu ul.navmenu .menutop a:hover{color:#333;}
	/*Removes white border for the first header*/
	#menu ul.navmenu li:first-child .menutop a {}
	
	/*Single Menu Width Fix*/
	#menu ul.navmenu .menusingle a{width:140px;}
	
	/*Border Radius and Special Border Width*/
	#menu ul.navmenu li:first-child .menutop{border-width:1px 1px 0 1px; -moz-border-radius:5px 5px 0 0;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;}
	#menu ul.navmenu li:last-child .menutop{border-width:0px 1px 1px 1px; -moz-border-radius:0 0 5px 5px; -webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;}
	#menu ul.navmenu li:last-child ul.submenu{-moz-border-radius:0 0 5px 5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;}
	#menu ul.navmenu li:last-child .menutop-open{-moz-border-radius:0;-webkit-border-radius:0px; border-width:0 1px;}
        
       .not-table {
        -webkit-border-top-left-radius: 20px;
        -moz-border-top-left-radius: 20px;
         border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-top-right-radius: 20px;
         border-top-right-radius: 20px;
        /*background-color:#95B3D7;
        Commented by kavita for git version
        */
        color:#FFFFFF;
        font-weight:bold;
       }
              
       
