/*display styles*/
.listDisplay {
	margin: 0 auto;
}

.listDisplay .headtitle {
	color: #59188e;
	font-weight: bold;
	font-size: 16px;
	padding: 3px;
	margin: 2px;
}

.listDisplay .mainmenu {
	color: #009c45;
	font-size: 12px;
	padding: 3px;
}

.listDisplay .mainmenu b {
	color: #59188e;
	font-weight: normal;
}

.listDisplay .mainmenu h2 {
	margin: 0px;
	padding: 0px;
}

.listDisplay .submenu {
	color: #59188e;
	font-size: 12px;
	padding: 3px 3px 3px 3px;
	font-weight: normal;
	background: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.listDisplay .listbody {
	color: #009c45;
	font-size: 12px;
	padding: 3px 3px 3px 0px;
	font-weight: normal;
}

.listDisplay .listbody b {
	color: #59188e;
	font-weight: normal;
	height: auto;
}

.listDisplay .submenu a {
	color: #59188e;
	font-size: 12px;
	padding: 3px;
	font-weight: normal;
}

.listDisplay .mainmenu .submenu a:hover {
	color: #009c45;
	font-size: 10px;
	padding: 3px;
	font-weight: normal;
}

.listDisplay .mainmenu .submenu a:visited {
	font-size: 10px;
	padding: 3px;
	font-weight: normal;
}

.listDisplay .pagenavtd {
	border: 0;
}

.listDisplay .wysiwygList {
	overflow: hidden;
	width: 300px;
	height: 100px;
}

.auto_form {
	padding: 5px;
	/*background-color:#739DB6;
	border:1px solid #3B425F;*/
	text-align: left;
	padding-right: 800px;
}

.auto_form .form_input {
	border: 1px solid #59188e;
}

.auto_form .form_input-highlighted {
	border: 1px solid #59188e;
}

.auto_form div.row span.label_col {
	float: left;
	width: 49%;
	text-align: right;
	color: #59188e;
}

.auto_form div.row span.input_col {
	float: right;
	width: 49%;
	text-align: left;
	color: #009c45;
}

.auto_form .submit_div {
	text-align: center;
	padding-top: 10px;
	color: #009c45;
}

/*full display styles - requires div.row*/
.full_display {
	width: 500px;
}

.full_display div.row span.label_col {
	float: left;
	width: 25%;
	text-align: right;
	padding-right: 5px;
	color: #59188e;
}

.full_display div.row span.input_col {
	float: right;
	width: 65%;
	text-align: left;
	padding-left: 5px;
	color: #009c45;
}

.full_display .created,.full_display .edited {
	margin-top: 1em;
	color: #009c45;
}

.full_display .wysiwygFull {
	overflow: auto;
	width: 500px;
}