﻿body 
{
	
	background-color: #808080;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	color: #696969;	
	font-size: 12px;
	
	margin-top: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	background-attachment: fixed;
	background-image:url('/images/backgrounds/bg-2007-2008.gif');
	background-repeat: repeat-x;
	
}

A
{
	color:White;
	text-decoration:none;
}

A:hover
{
	text-decoration:underline;
}

.wb_blue_background
{
	background-color:#7794cd;
}

.wb_gray_background
{
	background-color:#999999;
}

.top_menu_link
{
	color:#ffffff;
	font-weight:normal;
	padding-left:5px;
	
}

.headline
{
	color:Black;
	font-weight:bold;
}

.headline_large
{
	color:#999999;
	font-size:30px;
	
	
}

.headline_medium
{
	padding-top:2px;
	font-size:18px;
	height:20px;
	padding-bottom:3px;
}
.regular_text
{
	color:Black;
}

.footer_text
{
	color:#dcdcdc;
}

.input_text
{
	border:solid 1px black;
	background-color:White;
}

.input_text_invalid
{
	border:solid 1px black;
	background-color:red;
}

.message_area
{
	border: dashed 1px #000000;
	background-color: #ffffff;
}

.message_area_ok
{
	border: dashed 1px green;
	background-color: #ffffff;
}

.message_area_note
{
	border: dashed 2px orange;
	background-color: #ffffff;
}

.message_area_warning
{
	background-color: #ffffff;
	border-right: #daa520 1px dashed;
	border-top: #daa520 1px dashed;
	border-left: #daa520 1px dashed;
	border-bottom: #daa520 1px dashed;
}

.message_area_error
{
	border: dashed 1px red;
	background-color: #ffffff;
}

.message_area_information
{
	border: dashed 1px blue;
	background-color: #ffffff;
}