﻿/* Standard Styles */
body {
	margin: 10px;
	background-color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
hr {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #cccccc;
	height: 1px;
}
ul {
	margin-left: 10px;
	padding-left: 10px;
}
li {
	margin-bottom: 8px;
	margin-right: 20px;
}

/* Content Table Styles */
.title {
	font-size: 14px;
	color: #006633;
	background-color: #dbe4cf;
	border-bottom: #c8d5b7 1px solid;
	padding: 5px;
}
.content {
	background-color: #f0f0f0;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.contentWithoutSpacing {
	background-color: #f0f0f0;
	padding-left: 8px;
	padding-right: 8px;
}

/* Text Styles */
.textbold {
	font-weight: bold;
}

/* Form Styles */
.legendText {
	vertical-align: top;
	padding-top: 6px;
	padding-right: 10px;
}
input, select, textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;	
}
.readonly {
	border: 1px solid #bbbbbb;
	margin: 1px;
	background-color: #dddddd;
}
.button {
	height: 22px;
}
