﻿html
{
	height:100%;
}
body
{
	padding:0pt;
	height:100%;
	
}
textarea
{
	font-family: Tahoma;
	font-size: 8pt;
}
input
{
	font-family: Tahoma;
	font-size: 8pt;
}
select
{
	font-family: Tahoma;
	font-size: 8pt;
}
a
{
  color: #003399;
	text-decoration: none;
}
a:hover
{
  text-decoration:underline;
}
input[type="radio"] 
{                         
	border: 0px !important;
}
input[type="checkbox"] 
{                         
	border: 0px !important;
}
span.ntfy
{
	color:Black;	
}
span.ntfy-fn
{
	font-style: italic;
}
span.ntfy-on
{
	font-weight:bold;
}
span.ntfy-val
{
  font-size:9pt;
	font-family:'Courier New';
}
body.pageDisabled
{
	background-color :#888888;
	background-image : url(/ems/app_resources/images/Stop.png);
	background-repeat: no-repeat;
	background-position:center center;
}
.lookup-item-desc 
{
    /*font:normal 11px tahoma, arial, helvetica, sans-serif;*/
    padding:3px 10px 3px 10px;
    border:1px solid #fff;
    border-bottom:1px solid #eeeeee;
    white-space:normal;
    color:#555;
    font-size:8pt;
}
.lookup-item 
{
    padding:3px 3px 3px 3px;
    white-space:normal;
    font-size:8pt;
}
.lookup-text
{
    display:block;
    font-weight:bold;
    color:#222;
}
.lookup-desc
{
    color:gray;
}
