.tabBackground{
	font-family:Arial;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	background-color:#c5dc94;
	width:100%;
	height:100%;}

.tabInner, .tabTitle, .tabContent, .tabDescription {
	position:relative;
	float:left;
	width:100%;
	font-size:12px;}

table, .tabInner, .tabTitle, .tabContent, .tabDescription {
	font-size:12px;}

.tabInner{
	height:100%;
	background-color:#FFFFFF;
	padding:10px;}

.tabTitle{
	font-size:larger;
	padding-bottom:10px;
	color:#80944D;}

.tabDescription{
	padding-bottom:20px;}

.tabContent{
	padding:0px;}

.errorMessage, .error-message{
	color:#FF0000;}

.message{
	border:1px solid #80944D;
	background-color:#C5DC94;
	margin:1px;
	padding:3px;
	/*float:left;*/}

/* login.ctp page */
table.loginTable {
	color:#313E0E;
	font-size:12px;
	border: 1px #80944D solid;
	padding: 12px;
	margin-left: 25px;
	margin-top: 25px;}

/*
The main navigation tabs
*/
#nav {
	float: left;
	position:relative;
	list-style-type: none;
	margin-left: 0px;
	padding-top: 10px;}

#nav li {
	float: left;
	margin-right: 2px;
	text-transform: uppercase;
	background-color: #80944d;}

#nav li a {
	display: block;
	padding: 3px 5px 5px 5px;
	text-decoration: none;}

#nav li a span {
	color: #FFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;}

/*
The resting state for nav list items is a white background with green text.

When hovered or active it switches to a blue gradient background and white text. The text style
is specified on a nested span.
*/
#nav li a:hover, #nav li a:active {
	background-color:#FFFFFF;}

#nav li a:hover span, #nav li a:active span {
	color: #80944d;}
	
.lblMandatoryField{font-weight:bold;}


.greenBorder { border: 1px solid #80944d; }
.greenBorderBottum {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #80944d;
}
.greenTitle {
	position:relative;
	float:left;
	color: #669933;
	font-size: 18pt;
	padding: 8 0 0 0px;
}
.formUpdateMail {
	position:relative;
	float:left;
	width:100%;
}