/*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 {float:left;width:300px;}
.auto_form .form_input {}
.auto_form .form_input-highlighted {border:2px solid #000000;}
.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; }

.autoform2 {float:left;width:610px;}
.autoform2 .form_input {}
.autoform2 .form_input-highlighted {border:2px solid #000000;}
.autoform2 div.row span.label_col {float: left;width: 33%;text-align: right; }
.autoform2 div.row span.input_col { float: right; width: 66%; text-align: left; }
.autoform2 .submit_div { text-align:center; padding-top:10px; }
.autoform2 input[type="selectbox"] { width:300px;}

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

