@import url("global_reset.css");
@import url("menu.css");
@import url("content.css");

body
{
	background: url(../images/background.png) #f1e2cb repeat;
	font-family: arial;
	font-size: 10pt;
	color:#ffffff;
}

p
{
	padding-bottom: 10px;
	text-align: justify;
}

h1
{
	padding-bottom: 5px;
	font-size: 12pt;
}

h2
{
	padding-bottom: 10px;
	font-size: 11pt;
}

td
{
	vertical-align: top;
}

option
{
	font-size: 8.5pt;
}

.list_details_img, .manage_btn
{
	margin-bottom:2px;
	background-image: url(../images/btnback.png);
	height:20px;
	width:80px;
	border:1px solid white;
	cursor:pointer;
	background-repeat:repeat;
	text-align:center;
	color:black;
	font-weight:bold;
	text-decoration: none;
	line-height: 19px;
}

#description
{
		width:600px;
}
.fieldWithErrors input
{
	background-color: #ffe1e1;
}
.fieldWithErrors textarea
{
	background-color: #ffe1e1;
}
.errorExplanation
{
	color: #FF0000;
}
