body {
	font: 80% verdana, arial, helvetica, sans-serif;
	text-align: center;
	background-image: url(gradient.gif);
	background-repeat: repeat-x;
}


#maincontainer {
	width: 900 px;
	height: 600 px;
	position: relative;
	margin: 0 auto;
	border: 0px solid #b0b0b0;
}

#stokerarea {
	margin: 0 auto;
	margin-top: 0 px;
	text-align: left;  
	border: 1px solid #000000;
	width: 800;
	height: 480;
	position:relative;
	color: #808080;
	z-index: 1;
}

#heading {
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #6D929B;
}

#whiteheading {
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.parameter {
  color: #000000;
  vertical-align:text-bottom;
}
	
#login {
     border: 1px solid #000;
     background-color: #F5F4D3;
     margin-top: 10px;       
     padding: 10px; 
     height: 40px; 
     position: absolute; 
     z-index: 10;
     left: 90%;

     width:100px;
     margin-left: -156px;   /* half the width + half the padding + single border */
 
     filter:alpha(opacity=80); 
     -moz-opacity: 0.8; 
     opacity: 0.8;
}


#login-link{
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    background: #2a2a2a;
    padding: 5px 15px 5px 15px;
    color: #FFF;
}
#login-panel{
    position: absolute;
    top: 26px;
    right: 0px;
    width: 190px;
    padding: 10px 15px 5px 15px;
    background: #2a2a2a;
    font-size: 8pt;
    font-weight: bold;
    color: #FFF;
    display: none;
    z-index: 2000;
     filter:alpha(opacity=80); 
     -moz-opacity: 0.8; 
     opacity: 0.8;
}
label{
    line-height: 1.8;
}

#timingbox {
     background-color: #7B94A0;
     position: absolute; 
     z-index: 10;
     width:798px;
     height:18px;
     top:460px;
     left:0px;
     display:none;
     filter:alpha(opacity=80); 
     -moz-opacity: 0.8; 
     opacity: 0.8;
}

H2 {
    text-decoration:none;
    font-weight:normal;
    display:inline;
    font-family: verdana, arial, helvetica, sans serif;
    font-size: 16px; color:#000000;
}




