* 
{
	font-size:8pt !important; 
	font-family:Verdana, Geneva, sans-serif !important;
}

html, body 
{
	overflow-x:hidden !important;
	overflow-y:auto !important;		
}

body 
{
	margin:10px !important;
	background-color:#fff;		
}

div#leftnav 
{
	position:absolute;
	height:90px;
	float:left;
	left:0;
	top:0;
	background-color:#efefef;
	padding:10px;
	border:1px solid #CCC;
	width:200px;
}

input, textarea 
{
	text-transform:uppercase !important;
}

button 
{ 
	cursor:pointer !important 
}

table 
{
	background-color:#FFF;
}

table.details tbody tr[detail]:hover 
{
	background-color:#EFEFEF;
	cursor:pointer;
}


.head_style 
{
	color:#000;
	font-weight:bold;
	background-color:#efefef;
	padding:5px !important;
}

table.details thead tr 
{
	color:#000;
	font-weight:bold;
	background-color:#efefef;
	padding:5px;
}

table.details thead td 
{
	border-bottom:1px solid #ccc; padding:5px;
}

table.details tbody td 
{
	border-bottom:1px solid #ccc; padding:5px;
}

legend 
{ 
	font-weight:bold !important; color:#000 !important; 
}

fieldset 
{ 
	padding:10px !important; 
}

.is_readonly 
{ 
	background-color:#efefef !important; 
}
.footer {
	position:fixed;
	bottom: 0;
	background-color:#efefef;
	background-position:left top;
	background-repeat:repeat-x;
	padding:4px;
	width:99%;
	border:1px solid #ccc;
	margin-bottom:0px;
}
.footer .normal{
	position:static !important;
	bottom:auto !important;
}

.footer_bottom { cursor:pointer; text-align:left; padding-left:10px; width:130px; }

	table tbody tr[search]:hover {
		background-color:#EFEFEF;
		cursor:pointer;
	}
