@import url("images.css");

body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	background-color: #E1EBF0;
}

table
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
}

a
{
	color: #003078; text-decoration: none;
}
a:active
{
	color: #003078; text-decoration: none;
}
a:hover
{
	color: #cc0000; text-decoration: none;
}
.smalltext
{
	font-size: 80%;
}
.bigtext
{
	font-size: 110%;color:#000000;font-weight: bold;
}
table.bordered1, table.bordered2
{
	background-color: #9CBECF;
	border-collapse: collapse;
}
table.bordered1 td, table.bordered2 td, table.bordered1 th, table.bordered2 th
{
	padding: 2px;
}
th
{	
	font-size:9pt;
	font-weight: none;
	color: #ffffff;
	background-image:url('/www/images/blue.gif');
	background-color: #404040;
}
table.bordered1 td.subheader, table.bordered2 td.subheader
{
	background-image: url('/www/images/blue.gif');
	background-color: #9CBECF;
	padding: 1px;
	font-weight: bold;
}
table.bordered1, table.bordered1 th, table.bordered2 th, table.bordered2 td
{
	border: 1px solid #558EAA;
}
input.plain
{
	background-color: #e1ebf0;
	border: 1px solid #558EAA;
}
form
{
	margin: 0px;
}
.fullsize
{
	width : 98%;
}
img.clickable
{
	cursor: pointer;
	cursor: hand; /* for IE 5.0 compatibility */
}
#toolbar
{
	background-color: #E1EBF0;
	border: 2px outset;
	user-select: none;
	-moz-border-left-colors: #558EAA #558EAA;
	-moz-border-top-colors: #558EAA #558EAA;
	-moz-border-right-colors: #558EAA #558EAA;
	-moz-border-bottom-colors: #558EAA #558EAA;
	-moz-user-select: none;
}
#toolbar .button
{
	margin: 4px;
	border: 1px solid #E1EBF0;
	cursor: pointer;
	cursor: hand; /* for IE 5.0 compatibility */
}
#toolbar .button.pointed
{
	background-color: #558EAA;
}
#toolbar .button.pressed
{
	border-color: #558EAA #558EAA #558EAA #558EAA;
}
#toolbar .img_menu_separator
{
	margin: 5px;
}
input
{
background-color:#ffffff;border:1px solid #558EAA;
}
option
{
background-color:#e1ebf0;border:1px solid #558EAA;
}
.outer
{
background-color: #e1ebf0;
}
