/**/body
{
	padding: 0;
	margin: 0;
	font: 70%/1.5em Verdana;
	font-size: 1em;
	color: #5A5A5A; 
	/*font: normal small/1.4 Verdana, Arial, Helvetica, sans-serif;*/
}
table
{
	font-size: 1em;
}
tr
{
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}
td
{
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;

}
textarea
{
	font-size: 1.2em !important;
	font-size: 1em;
}
input, select
{
	font-size: 1em;
	padding: 1px;
}
a:link, a:visited
{
	/* color: #FF6600; */
	color: #0033cc; 
	font-weight: bold;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
h2
{
	font-size: 1.8em;
	color: #115b1e;
	padding-top: 16px;
	height: 24px;
	line-height: 24px;
	margin: 0 0 10px 0;
}
h3
{
	font-size: 1.2em;
	color: #115b1e;
}
/*#header
{
	padding: 38px 0 0 0;
	margin: 0;
	height: 60px;
	color: #ccc;
	background: #93D4CF url(../images/header_back.jpg) left repeat-y;
}*/
#header #logo
{
	background: #75C070 url(../images/logo.jpg) no-repeat;
    height: 37px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}
#header #navigation
{
	height: 23px;
	line-height: 23px;
	font-size: 0.9em;
	clear: both;
}
#content
{
	padding: 20px 30px;
}
#form
{
	clear: right;
	/*width: 730px;*/
}
.formHeader
{
	margin-bottom: 65px;
}
.label
{
	width: 180px;
	text-align: right;
}
.data
{
	width: 490px;
}
.reviewTable
{
	width: 100%;
}
.reviewTable .label
{
	text-align: left;
	font-weight: bold;
}
.required
{
	font-size: 1em;
	font-weight: normal;
	color: #FF9900;
}
.helpIcon img
{
	padding: 14px 14px 0 0;
	border: none;
	background-image: url(../images/help.png);
	background-repeat: no-repeat;
	background-color: none;
}
.invalid
{
	display: block;
	float: left;
	height: 16px;
	line-height: 16px;
	background: red url(../images/validation_back.gif) left no-repeat;
	padding: 0 10px 0 15px;
	font-size: 0.8em;
	font-weight: bold;
}
.buttonBar
{
	text-align: right;
	margin: 20px 0;
}
.button:link, .button:visited
{
	border: solid 1px #ccc;
	padding: 5px 10px;
	margin-left: 10px;
	text-decoration: none;
	color: #000;
}
.button:hover
{
	background: #ddd;
}
.reviewSection
{
	margin: 0 -10px;
	padding: 0 10px;
	margin-bottom: 15px;
}
.reviewSectionHeader
{
	background: #ccc;
	padding: 5px 10px;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
}
.reviewSectionHeader a:link, .reviewSectionHeader a:visited
{
	font-size: 0.8em;
	font-weight: normal;
}
.gray
{
	background: #eee;
}

/*
#footer
{
	clear: both;
    padding: 0;
    margin: 5px 0;
	background: #000;
	height: 22px;
	line-height: 22px;
}
#footer a:link, #footer a:visited
{
	margin: 0 25px;
	color: #B8DCFF;
	text-decoration: none;
}
#footer a:hover
{
	color: #fff;
}
.copyright
{
	font-family: Verdana;
	text-align: center;
	font-size: 0.9em;
	padding: 0;
	margin: 10px;
}
*/

#footer
{
	text-align: left;
	clear: both;
    padding: 0;
    /*margin: 5px 0;*/
	/*background: #999;*/
	height: 22px;
	line-height: 22px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#footer a:link, #footer a:visited
{
	/*margin: 0 25px;*/
	margin: 0 25px 0 0;
	color: white;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover
{
	color: white;
}
.copyright
{
	font-family: Verdana;
	/*text-align: center;*/
	font-size: 0.9em;
	/*padding: 0;*/
	/*margin: 10px;*/
	
	background: #818181;
	padding-top: 10px;
	padding-bottom: 20px;
	color: White;
	
}




.collapseList
{
	margin: 0 0 0 30px;
	padding: 0;
	list-style: none;
	list-style-image: url(../images/expand-closed.gif);
}
.collapseList li.hide
{
	/*list-style: url(../images/expand-closed.gif);*/
}
.collapseList li.show
{
	list-style: url(../images/expand-open.gif);
}
.collapseList li.hide div.options
{
	display: none;
}
