﻿pre 
{
	font-family: monospace;
	font-size: 1.0em;
}
strong, b 
{
	font-weight: bold;
}
input 
{
	color: #666666;
	font-family: Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 18px;
}	
textarea 
{
	width: 265px;
	color: #666666;
	font-family: Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
select 
{
	color: #666666;
	font-family: Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

table
{
    border: 1px solid #336699;
}
tr td
{
	font-family: Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 5px;
    border: 1px solid #336699;
}

.noborder
{
    border: 0px;
}
#headertable
{
	border: 0px;
}
#headertable tr td.leftborder
{
	border: 0px;
	border-left:solid 1px #acbccc;
}
.headerIcon
{
	border: 0px;
	height: 140;
		
}

.progress
{
    background-color: white; 
    color: red; 
    font-weight: bold; 
    padding: 10px; 
    position: fixed; 
    top: 0px; 
    left: 0px; 
    line-height: 16px; 
    font-size: 14px;
}
