/*display styles*/
.listDisplay {
	margin:0 auto;
	background-color:#FFFFFF;
}
.listDisplay th {
	border: 1px solid #3B425F;
	padding: 3px;
	margin: 2px;
}
.listDisplay td {
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.listDisplay .pagenavtd {
	border:0;
}
.listDisplay .wysiwygList {
	overflow:hidden;
	width:300px;
	height:100px;
}

/*form styles - requires div.row*/
.auto_form {
	padding:5px;
}
.auto_form .form_input {

}
.auto_form .form_input-highlighted {
	border:2px solid #0000CD;
}
.auto_form div.row span.label_col {
	float: left;
	width: 49%;
	text-align: right;
}
.auto_form div.row span.input_col {
	float: right;
	width: 49%;
	text-align: left;
}
.auto_form .submit_div {
	text-align:center;
	padding-top:10px;
}

/*full display styles - requires div.row*/
.full_display {
	width: 500px;
	border:1px solid #000000;
}
.full_display div.row span.label_col {
	float: left;
	width: 25%;
	text-align: right;
	padding-right:5px;
}
.full_display div.row span.input_col {
	float: right;
	width: 65%;
	text-align: left;
	padding-left:5px;
}
.full_display .created, .full_display .edited {
	margin-top: 1em;
	color:#CCCCCC;
}
.full_display .wysiwygFull {
	overflow:auto;
	width:500px;
}
