/*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;
	width: 600px;
}

.auto_form .form_input {
	width: 300px;
}

.auto_form .form_input-highlighted {
	border: 2px solid #FF0000;
	width: 300px;
}

.auto_form div.row span.label_col {
	float: left;
	width: 200px;
	text-align: right;
}

.auto_form div.row span.input_col {
	float: right;
	width: 400px;
	text-align: left;
}

.auto_form .submit_div {
	text-align: left;
	padding-top: 10px;
	margin-left: 200px;
}

/*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;
}
