body{
background:#DEDEDE;
font-family:Arial;
font-size:11px;
}

#content{
left:50%;
position: relative;
background:#FFFFFF;
padding:15px;
border:1px solid #CCCCCC;
border-radius: 20px;
box-shadow: 0px 0px 8px #818181;
-webkit-box-shadow: 0px 0px 8px #818181;
-moz-box-shadow: 0px 0px 8px #818181;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);
}

.contentmodern{
background:none !important;
padding:0px !important;
border:0px !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
filter: none !important;
}

.head{
color:#CCCCCC;
text-align:center;
font-family:Arial;
text-shadow: 1px 1px 0px #202020, 1px 1px 0px #fff;
font-size:20px;	
font-weight:bold;
top:-30px;
}

.modernhead{
color:inherit !important;
text-align:right !important;
font-family:Arial;
text-shadow: none !important;
font-size:inherit !important;	
font-weight:normal !important;
top:0px !important;
padding:5px !important;
border:none !important;

}

.head div{
position:relative;
top:10px;
}

#reader_info_label{
margin-left:20px;
width:100px;
font-weight:bold;
float:left;
}

#reader_info_text{
width:550px;
float:left;
}

.reader_connected, .reader_cardok, .reader_ok{
color:#009900;
}

.reader_error, .reader_off{
color:#FF0000;
}

.reader_unknown{
color:#FEC500;
}

.reader_timeout{
color:#FF8000;
}

.reader_cache{
color:#0000FF;
}

div.graph{
width: 550px;
height: 500px;
float: left;
border: 1px dashed gainsboro;
}

a{
color:#416AA3;
font-weight:bold;
text-decoration:none;
}

input{
border: 1px solid #A4BED4;
}

#entload{
width:200px;
padding-left:20px;
margin-top:60px;
margin-left:150px;
}

#entload_cw{
width:600px;
padding-left:20px;
margin-top:280px;
margin-left:240px;
}

#entdone{
width:370px;
height:156px;
display:none;
overflow:auto;
}

#entdone_cw{
width:580px;
height:580px;
}

#entdone div{
float:left;
}

#header_ent{
font-weight:bold;
text-decoration:underline;
}

#tooltip{
position:absolute;
z-index:9999;
color:#fff;
font-size:10px;
width:134px;
border:1px solid #000000;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

#tooltip .tipBody{
padding-top:1px;
background-color:#CCCCCC;
text-align:center;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

#tooltip .tipFooter{
background-color:#000000;
color:#FFFFFF;
text-align:center;
}

.ttlogo{
background:#CCCCCC;
border:1px solid #000000;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px
}

.fitem label{
display:inline-block;
width:190px;
height:20px;
}



