#content {
	margin: 0px 37px 0px 30px;
	text-align: left;
	width: 697px;
}
#content h1 {
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #006542;
	margin: 0px;
}
#content h2 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #000000;
	margin: 10px 0px;
}
#content a, #content a:link, #content a:visited {
	color: #006542;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	text-decoration: underline;
}
/* CSS For Login Page */
#loginheader {
	text-align: center;
}

#loginheader p {
	margin: 0px;

}
#loginform {
	margin: 30px 0px;
	text-align: center;
}
#loginfooter {
	text-align: center;
}
.formlabel {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
}
.textbox {
	height: 32px;
	width: 120px;
	background-color: #D6E3DE;
	border: #9C9A9C 2px solid;
	font-size: 24px;
	vertical-align: middle;
}
.greenbutton {
	background-color: #006542;
	color: #FFB210;
	height: 32px;
	font-size: 18px;
	letter-spacing: 0px;
	width: 80px;
	border: none;
}
.error {
	color: #CC0000;
	font-weight:bold;
}
/*	End of CSS for Login page

	Beginning off CSS for Details page */

#detailsheaderleft {
	float: left;
}
#detailsheaderright {
	float: right;
	padding: 11px 0px;
}
#details {
	clear: both;
	float: left;
	background: #fff;
	margin: 15px 0px 0px 0px;
	width: 100%;
}
#leftcontainer {
	float: left;
	width: 275px;
}
#rightcontainer {
	float: right;
	width: 407px;
}
#detailheader {
	background-color: #529684;
	text-transform: uppercase;
	color: #FFB210;
	font-weight: bold;
	padding: 4px 0 3px 10px;
}
#detailcontent {
	background-color: #D6E3DE;
	padding: 6px 10px;
	margin: 0px 0px 15px 0px;
}
#detailcontent p {
	margin: 0px;
	line-height: 26px;
}
#detailsfooter {
	clear: both;
}
#detailsviewtransactions {
	float: left;
	text-align: left;
}
#detailslogout {
	float: right;
	text-align: right;
}
.thrightbottomborder, .thbottomborder {
	border-style: solid;
	border-color: #000000;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 4px;
	font-size: 12px;
}
#content td {
	padding: 4px;
}
.thrightbottomborder {
	border-width: 0px 1px 1px 0px;
}
.thbottomborder {
	border-width: 0px 0px 1px 0px;
}
.tdrightborder {
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #000000;
}
.greenbutton2 {
	background-color: #006542;
	color: #FFB210;
	height: 32px;
	font-size: 18px;
	letter-spacing: 0px;
	border: none;
}