@media print {
 .blockstyle
   {
   overflow-y:visible;
   overflow-x:hidden;
   }
 .hideprint
   {
   display:none;
   }
 .showprint
   {
   display:inline;
   }
}

@media screen {
 .blockstyle
   {
   overflow-x:hidden;
   overflow-y:auto;
   }
 .showprint
   {
   display:none;
   }
}

html{
   height: 100%;
   width: 100%;
   margin: 0em;
   padding: 0em;
}
body { min-height: 100%; height: 100%; max-height:100%;}

.block_title {
font-family:verdana, arial, helvetica;font-size:12px;
padding: 4px;
width:100%
}

.bigbut {padding:5px;font-size:18px;}

.txtmed {
        font-family: Verdana, Arial;
        font-size: 14px;
}


.txt {
        font-family: Latha, Verdana, Arial;
        font-size: 12px;
}

.inp {
padding-left:0px;
padding-top:0px;
text-transform: uppercase;
padding-bottom:0px;
border: 0px;
background-color: #EEE;
color: #0000AA;
font-size: 16px;
margin:0;
}

.inperror {
padding-left:0px;
padding-top:0px;
text-transform: uppercase;
padding-bottom:0px;
border: 0px;
background-color: #E33;
color: #0000AA;
font-size: 16px;
margin:0;
}

.inpwarn {
padding-left:0px;
padding-top:0px;
text-transform: uppercase;
padding-bottom:0px;
border: 0px;
background-color: #ffe11a;
color: #0000AA;
font-size: 16px;
margin:0;
}

.block {
font-family:verdana, arial, helvetica;
font-size:12px;
width:100%
}

.block_body {
padding: 4px;
overflow:auto;
height: 100%;
}

.hoverclass {
}

.hoverclass:hover {
text-decoration: underline; color: #5555FF;
}

.block_row_a {
font-size:12px;
padding:2px;
font-family:verdana, arial, helvetica;
background-color:#dfebf5;
width:100%
}


.block_row_b {
font-family:verdana, arial, helvetica;
padding:2px;
font-size:12px;
background-color:#cde0f0;
width:100%
}


.redblock_row_a {
font-size:12px;
padding:2px;
font-family:verdana, arial, helvetica;
background-color:#dfc2c5;
width:100%
}
.redblock_row_b {
font-family:verdana, arial, helvetica;
padding:2px;
font-size:12px;
background-color:#deadb2;
width:100%
}


.sfont {
font-family:verdana, arial, helvetica;
font-size:9px;
}

.tooltip {
	border-bottom: 1px dotted #000000; color: #000000; outline: none;
	cursor: help; text-decoration: none;
	position: relative;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;
}
.tooltip:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute; left: 1em; top: 2em; z-index: 999;
	margin-left: 0; width: 250px;
    width:200px;
    text-align:left;
}
.tooltip:hover img {
	border: 0; margin: -10px 0 0 -55px;
	float: left; position: absolute;
}
.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}
.classic { padding: 0.8em 1em; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }
.classic {background: #FFFFAA; border: 1px solid #FFAD33; }
.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.warning { background: #FFFFAA; border: 1px solid #FFAD33; }

