﻿*
{
	margin: 0;
	padding: 0;
}

html, body
{
	height: 100%;
	width: 100%;
	font-family: Verdana, Geneva;
	font-size: 11px;
	color: #151515;
}

h2
{
	color: #151515;
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
	margin: 5px 0 5px 0;
}

h3
{
	color: #151515;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	margin: 5px 0 5px 0;
}

input, select, textarea
{
	font-family: Verdana, Geneva;
	font-size: 12px;
}

p
{
	margin: 3px 0 7px 0;
}

#menu
{
	width: 100%;
	height: 30px;
	background-color: #dddddd;
}

#menu ul
{
	list-style-type: none;
}

#menu li
{
	float: left;
	margin-top: 4px;
	padding: 2px 20px;
	border-right: 1px solid #151515;
}

#menu li a
{
	color: #151515;
	font-size: 14px;
	text-decoration: none;
}

#content
{
	padding: 20px;
}

#header
{
	background-color: #151515;
	padding: 20px;
	width: 100%;
	height: 50px;
}

#header h1
{
	color: #ffffff;
	font-size: 36px;
	text-decoration: none;
}

#header p
{
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

table
{
	background-color: #cecece;
}

table tr
{
	background-color: #ffffff;
}

table td
{
	padding: 5px;
}

table td a
{
	display: inline-block;
	border-left: 1px solid #757575;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #757575;
	background-color: #151515;
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
}

.button
{
	display: inline-block;
	border-left: 1px solid #757575;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #757575;
	background-color: #151515;
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
}

.search
{
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	border-top: 1px solid #cecece;
	text-decoration: none;
	font-size: 11px;
	padding: 3px;
	height: 15px;
}

.dropdown
{
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	border-top: 1px solid #cecece;
	text-decoration: none;
	font-size: 11px;
	padding: 3px;
	height: 21px;
}

div.message
{
	border: 1px solid green;
	padding: 5px;
	color: green;
	width: 600px;
}

div.errormessage
{
	border: 1px solid red;
	padding: 5px;
	color: red;
	width: 600px;
}
