@import url("images.css");

body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11pt;
	color: #000000;
	background-color: #DFEAFB;
}

table
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
}

a
{
	color: #003080;
}
a:active
{
	color: #0060FF;
}
a:hover
{
	color: #0060FF;
}

.smalltext
{
	font-size: 75%;
}

.bigtext
{
	font-size: 100%;
}

.bigtext-admin
{
	font-size: 125%;
}

table.bordered1, table.bordered2
{
	background-color: #BCCBE5;
	border-collapse: collapse;
}

table.bordered1 td, table.bordered2 td, table.bordered1 th, table.bordered2 th
{
	padding: 4px;
}

th
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6280B2;
}

table.bordered1 td.subheader, table.bordered2 td.subheader
{
	background-color: #DFEAFB;
	padding: 1px;
	font-weight: bold;
}

table.bordered1, table.bordered1 th, table.bordered2 th, table.bordered2 td
{
	border: 1px solid black;
}

input.plain
{
	background-color: #DFEAFB;
	border: 1px solid #606060;
}

form
{
	margin: 0px;
}

.fullsize
{
	width : 100%;
}

img.clickable
{
	cursor: pointer;
	cursor: hand; /* for IE 5.0 compatibility */
}

#toolbar
{
	background-color: #BCCBE5;
	border: 2px outset;
	user-select: none;
	-moz-border-left-colors: #BCCBE5 #FFFFFF;
	-moz-border-top-colors: #BCCBE5 #FFFFFF;
	-moz-border-right-colors: #808080 #B0B0B0;
	-moz-border-bottom-colors: #808080 #B0B0B0;
	-moz-user-select: none;
}

#toolbar .button
{
	margin: 4px;
	border: 1px solid #D4D0C8;
	cursor: pointer;
	cursor: hand; /* for IE 5.0 compatibility */
}

#toolbar .button.pointed
{
	background-color: #F0F0F0;
}

#toolbar .button.pressed
{
	border-color: #606060 #FFFFFF #FFFFFF #606060;
}

#toolbar .img_menu_separator
{
	margin: 5px;
}

