﻿body 
{
	background-color:Gainsboro;
	font-family:Verdana; font-size:14px;
}

#tbHeader
{
	font-size:12px;
}

.txtboxWidth
{   
	height:10px;
	width:60px;
	font-size:10px;
}

.tbHeaderCenter
{
	width:80px;
	text-align:center;
}

.trHeader
{
   background-color:;	
}

.tdSlot
{
	width: 101px; 
	height: 23px; 
	font-weight:bold; 
	text-align:center
}

.overlay {
        position: fixed;
        z-index: 99;
        top: 0px;
        left: 0px;
        background-color:Gray;
	    filter:alpha(opacity=70);
	     opacity:0.7;
        width: 100%;
        height: 100%;
        -moz-opacity: 0.70;
    }
    * html .overlay {
        position: absolute;
        height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
        width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
    }
    .loader {
        z-index: 100;
        position: fixed;
        width: 120px;
        margin-left: -60px;
        top: 50%;
        left: 50%;
    }
    * html .loader {
        position: absolute;
        margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
    }
    
#alert
		{
			overflow: hidden;
			width: 100%;
			text-align: center;
			position: absolute;
			top: 0;
			left: 0;
			background-color: #fff;
			height: 0;
			color: #000;
			font: 20px/40px arial, sans-serif;
			opacity: .9;
		}


.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:800px;
	z-index:-1;
   
}

.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.close {	
    DISPLAY: block;	
    BACKGROUND:no-repeat 0px 0px;	
    LEFT: 0px;	
    WIDTH: 22px;	
    TEXT-INDENT: -1000em;	
    POSITION:absolute;	
    TOP: 0px;	
    HEIGHT: 22px;	
}

.modalpopup2
{
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    padding: 2px 3px;
    display: block;
    position: absolute;
}

.container2
{
    width: 300px;
    border: solid 1px #808080;
    border-width: 1px 0px;
} 

.header2
{
    background: url("../images/sprite.png") repeat-x 0px -200px;	
    color: #000;	
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 3px 10px;
} 

.header2 .msg2
{
    font-weight: bold;
}         

.body2
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 30px;
} 

.body2 .msg2
{
    background: url("../images/sprite.png") no-repeat 0px -1150px;	
    float: left;
    padding-left: 22px;
}  

.footer2
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: none solid;
    border-width: 0px 1px;
    text-align:right;
    padding-bottom: 8px;
    padding-right: 8px;
} 

.close2
{
    right: 7px;	
    background: url("../images/sprite.png") no-repeat 0px -300px;	
    width: 25px;	
    cursor: pointer;	
    position: absolute;	
    top: 7px;	
    height: 15px;
}

input.Btn
{
   font-size:14px;
   font-family:Verdana,sans-serif;
   font-weight:bold;
   height:25px;
   border-style:solid;
   border-color:#BBBBBB;
   border-width:1px;
}


.purpleStyle{ color:#FFFFFF;background-color:#9b84bc;}
.menuGreen { color:#FFFFFF; background-color:#87B47E;}
.lightGreen{ background-color:#CEE1CA; color:#30672E;}

.btn {
      display:inline-block;
      background: none;
      margin:0;
      padding:3px 0px;
      border-width:0;
      overflow:visible;
      font:95%/1.2 Arial,Sans-serif;
      text-decoration:none;
      color:#333;
      }
      
* html button.btn {
      padding-bottom:1px;
      }
      
      
    html:not([lang*=""]) button.btn {
      margin:0 -3px;
      }
    .btn span {
      background:#ddd url("../Images/bg-button.gif") repeat-x 0 0;
      margin:0;
      padding:3px 0;
      border-left:1px solid #bbb;
      border-right:1px solid #aaa;
   
      }
      
      
    * html .btn span {
      padding-top:0;
      }
      
      
    .btn span span {
      position:relative;
      padding:3px .4em;
      border-width:0;
      border-top:1px solid #bbb;
      border-bottom:1px solid #aaa;
   
      }
    
    /* pill classes only needed if using pill style buttons ( LEFT | CENTER | RIGHT ) */
    button.pill-l span {
      border-right-width:0;
      }
    button.pill-l span span {
      border-right:1px solid #bbb;
      }
    button.pill-c span {
      border-right-style:none;
      border-left-color:#fff;
      }
    button.pill-c span span {
      border-right:1px solid #bbb;
      }
    button.pill-r span {
      border-left-color:#fff;
      }
    
    /* only needed if implementing separate hover/focus/active state for buttons */
    .btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
      cursor:pointer; /* important for any clickable/pressable element */
      border-color:#9cf !important;
      color:#000;
      }
    .btn:active span {
      background-position:0 -400px;
      outline:none;
      }
    .btn:focus, .btn:active {
      outline:none; /* doesn't seem to be respected for <button>, only <a> */
      }
 
    /* use if one button should be the 'primary' button */
    .primary {
      font-weight:bold;
      color:#000;
      }
      
 #progressBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}

#processMessage  
{
    text-align:center;
    width:20%; 
    border:solid 1px #000;
    padding:10px; 
    background-color:#fff;
    z-index:1001; 
    position:fixed; 
    top:30%; 
    left:40%;
}/*Modal UpdateProgress for UpdatePanel*/
