/* generic styles */
/* Table of Contents 
	Layout
	Typography and Inline Elements
	Forms
	Tables
*/
.designNote {
	color: #FFFFFF !important;
	font-weight: bold !important;
	font-size: 1em!important;
	background: #BE8201 !important;
}

/* Layout */
* {margin:0;padding:0;}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

/* Typography and Inline Elements */
h1 {
	font-size: 1.4em;
	color: #055727;
	border-bottom: 2px solid #6BB68B;
	margin:0 0 .5em;
}
h2 {
	font-size: 1.15em;
	color: #055727;
	margin:0 0 .5em;
}
h3 {
}
p {margin: 0 0 1em;}

ul {
	margin: 0px 0px 1em;
	list-style: outside;
}

li{margin-left: 1em;}

.error {color:red;}

.left {float:left;}
.right {float:right; clear: both;}

.imageAndCaption {
	font-size:.8em;
	padding:2px;
	text-align: center;
	border: 1px solid #BFBFBF;
	margin-bottom: 1em;
}
.imageAndCaption.right {
	margin: 0 0 .5em .5em;
	clear:right;
}
.imageAndCaption img {
	border: 1px solid #BFBFBF;
}
.caption {margin:.5em 0 0 0;}

.thumbnails {
	text-align:center;
	border: 1px solid #BFBFBF;
}
.thumbnails a{

}
.thumbnails img {
	border: 1px solid #BFBFBF;
	margin: 0px 7px 7px 8px;
}
.thumbnails p {
	text-align: left;
	border-bottom: 1px solid #BFBFBF;
	font-weight: bold;
	font-size: 0.8em;
	margin: 0px 0px 8px 0em;
	text-indent: 1em;
}

a img {border-width:0px;}

h1 a, h2 a, h3 a{text-decoration:none}

.clear {float:none;clear:both; margin:0 0 1em}

img.right {margin: 0 0 1em 1em}
img.left {margin:0 1em 1em 0}

/* Forms */
form {
	width:95%;
}
label {
	display:block;
	margin-bottom:0.5em;
	margin-right:0;
	margin-top:0;
	clear:both;
	white-space: nowrap;
}
label span {
	display:block;
	float:left;
	margin:0 15px 0 10px;
	text-align:right;
	width:38%;
}
form span.buttons, form .counter {
	text-align:left;
	display:block;
	padding-left:38%;
	margin:0 0 1em 15px;
}
/* Tables */
#content table {
	border-collapse:collapse;
	width: 100%;
	font-size: 1em;
}
#content table thead tr td {
	background: #6BB68B;
	color: #055727;
	font-weight: bold;
	border-bottom: 1px solid #055727;
}
#content table tr td {
	padding: 0 0.125em;
	border-bottom: 1px solid #6BB68B;
}
#content table.htmlarea, #content table.htmlarea table {
	width:auto;
}
#content table.htmlarea tr td {
	border-bottom:0px solid #6BB68B
}