/* main.css */

body, p, td, th, h1, h2, h3, h4, h5, a, a:link, a:visited, a:hover, a:active
  {font-family: Arial, Helvetica, sans-serif; font-size: 13px;}

body
  {background: #ffffff;}

h1, h2, h3, h4, h5
  {font-weight: bold; font-size: 18px;}
h2
  {font-size: 16px;}
h3
  {font-size: 14px;}
h4
  {font-size: 12px;}
h5
  {font-size: 11px;}
  
th
  {text-align: left;}
  
select
  {background: #ffffff;}

b, strong
  {font-weight:bold;}
i, em
  {font-style:italic;}
  
a, a:link, a:visited, a:hover, a:active
  {color: #0000ff; text-decoration: underline;}
a:visited
  {color: #990099;}
a:hover
  {color: #ff0000;}
a:active
  {color: #0000ff;}
  
.small, a.small, a.small:link, a.small:visited, a.small:hover
  {font-size: 10px;}
  
.large, a.large, a.large:link, a.large:visited, a.large:hover
  {font-size: 14px;}
  
.greenbar
  {background: #ffffee;}
.error
  {color: red;}
li.error
  {color: black;}
.pending{
	color:#999999;
	font-style:italic;
}
.inactive{
	color:#999999;
	font-style:italic;
}

.highLightOff{
	border:inherit;
	padding:1px;
}
.highLightOn{
	border:1px dashed #AAAAAA;
	background-color:#EEEEEE;
}
