body
{
	background-color: #FFFFFF;
	scrollbar-base-color: #FAFAFA;
	scrollbar-arrow-color: #FF0000;
	scrollbar-highlight-color: #FAFAFA;
}

body.public
{
	background-color: #E9E9E9;
}

body.list
{
	background-image:url(../images/bg_list.gif);
}

body.large
{
	background-image:url(../images/bg_large.gif);
}

body.header
{
	background-image:url(../images/bg_list.gif);
}

body.nav
{
	background-color: #E2E2E2;
	background-image:url(../images/building.jpg);
}

body.adm
{
	background-color: #FFFFFF;
	background-image:url(../images/building_adm.jpg);
}

body.super
{
	background-color: #FFFFFF;
	background-image:url(../images/building_sup.jpg);
}

th
{
	font-size:			13px;
	font-family:		Arial;
	background-color:	#E9E9E9;
	color:				#000000;
}

th.main_title
{
	border-width:		1px;
	border-style:		solid;
	border-color:		grey;
	font-size:			13px;
}

td
{
	font-size:		11px;
	font-family:	Verdana,Arial,Helvetica;
	color:			#000000;
}

td.small
{
	font-size:		9px;
}

td.big
{
	font-size:		13px;
}

td.u
{
	border-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
}

td.red_lines
{
	border-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}

td.highlight
{
	background-color: #FFE7E7;
}

td.feedback
{
	font-size:		11px;
	color: #FF0000;
}

th.highlight
{
	background-color: #FFD9D9;
}

p
{
	font-size:		11px;
	font-family:	Verdana,Arial,Helvetica;
}

p.feedback
{
	color: #cc0000;
}

p.small
{
	font-size:		9px;
	font-family:	Verdana,Arial,Helvetica;
	color:			#9C9C9C;
}

li
{
	font-size:		11px;
	font-family:	Verdana,Arial,Helvetica;
}

a
{
	font-size: 11px;
	color:			black;
    font-family:	verdana,arial,helvetica;
}

a.html
{
	color:			#990000;
}

a.perl
{
	color:			#000099;
}

a.dont_hover:hover
{
	background: transparent;
}

a.textlink
{
	font-size:		11px;
}

a.email
{
	color:			black;
    font-family:	verdana,arial,helvetica;
}

a.email:hover
{
	background-color: yellow;
}

a.extern:hover
{
	background-color: #ffeeee;
}

a:hover
{
	background-color: white;
}

a.home:hover
{
	background: transparent;
}

a.small
{
	font-size:		9px;
	font-family:	Verdana,Arial,Helvetica;
	color:			#9C9C9C;
}

a.special:hover
{
	background-color: #DE4A4A;
}

a.forum_item
{
	color:			black;
    font-family:	verdana,arial,helvetica;
}

a.hidden
{
	text-decoration: none;
}

a.examine
{
	text-decoration: none;
}

a.navlink
{
	text-decoration: none;
	height: 16px;
	width: 100%;
}

a.navlink:hover
{
	background-color:	#FFFFFF;
}

a.home_footer
{
	font-size:			11px;
	text-decoration:	none;
	color:				#000000;
	background-color:	#FFFFFF;
}

a.home_footer:hover
{
	color:				#FF0000;
}

.home_bottom
{
	font-size: 11px;
	color:	#9C9C9C;
}

a.home_bottom:hover
{
	text-decoration:	none;
	background-color:	#E9E9E9;
	color:	#9C9C9C;
}

a.col_header
{
	text-decoration: none;	
	font-family: Verdana,Arial,Helvetica;
	background-color: #E9E9E9;
	color:			#880000;
	width: 100%;
}

a.details
{
	color:				#FF0000;
}

a.letter
{
	color:				#CC0000;
}

input.number
{
	text-align:			right;
}

input.button
{
	font-family:		Verdana,Arial,Helvetica;
	font-size:			13px;
	background-color:	#E9E9E9;
}

input.button_extern
{
	font-family:		Verdana,Arial,Helvetica;
	font-size:			13px;
	background-color:	#ffeeee;
}

textarea.html
{
	border-width:		1px;
	border-color:		#990000;
	border-style:		solid;
}

textarea.perl
{
	border-width:		1px;
	border-color:		#000099;
	border-style:		solid;
}

h1
{
	font-family:		Verdana,Arial,Helvetica;
}

h2
{
	font-family:		Verdana,Arial,Helvetica;
}

h3
{
	font-family:		Verdana,Arial,Helvetica;
}

.rowover
{
	color:						#222222;
	ro--hover-background:		#EEEEEE;
	ro--hover-color:			#000000;
	ro--selected-background:	#EEEEEE;
	ro--selected-color:			#FF0000;
	ro--shade-background:		#DDDDDD;
	ro--light-background:		#EEEEEE;
	behavior:url(../css/rowover_js.htc);
}

