.post table {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

table.listtable td {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: 5px 2px;
}

table.listtable thead tr td {
	font-style: italic;
}

table.listtable span.delimiter {
    background-color: #388354;
	color:#fff;
    padding: 0 20px 0 2px;
    font-weight: bold;
    text-transform: uppercase;
}

table.infotable {
	background-color: #EEEEEE;
	margin-bottom: 10px;
}

.infotable td {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	padding: 5px;
}

.infotable td.label {
	font-style: italic;
}

table.admininfo {
	border: solid 1px gray;
	margin-bottom: 7px;
}
table.admininfo td {
	padding: 3px;
}
table.admininfo tr.highlight {
	background-color: #F5F5F5;
}
table.admininfo tfoot td {
	border-top: solid 1px gray;
}
table.admininfo thead td {
	border-bottom: solid 1px gray;
	font-style: italic;
}

/* FORMS */
form.aup_form {
	float: left;
	width: 100%;
}
.aup_form .info{
	display: inline-block; 
	clear:both;
	margin:0 0 5px 0;
}
.aup_form .info[class]{
	display:block;
}
.info h2{
	margin:8px 0 .2em 0;
}
form.aup_form ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
* html form.aup_form ul{ /* IE6 Margin Percent Bug for Halves/Thirds */
	width:99%;
	zoom:1;
}
form.aup_form li{
	margin:0;
	padding:2px 0 4px;
	clear:both;
	list-style-image: none;
}
form.aup_form li:after, form.aup_form li div:after{
	content:"."; 
	display:block;
	height:0; 
	clear:both; 
	visibility:hidden;
}
* html form.aup_form li{height: 1%;margin-bottom:-3px;}
*+html form.aup_form li{height: 1%;margin-bottom:-3px;}
* html form.aup_form li div{display:inline-block;}
*+html form.aup_form li div{display:inline-block;}

form.aup_form li div{
	margin:0;
	color:#444;
}
form.aup_form li span{
	margin:0 .3em 0 0;
	padding:0;
	float:left;
	color:#444;
}

form.aup_form li div span{
	margin:0;
	display:block;
	width:100%;
	float:left;
}

form.aup_form li.complex{
	padding-bottom:0;
}
form.aup_form li.complex div span{
	width:auto;
	margin:0 .3em 0 0;
	padding-bottom:4px;
}
form.aup_form li.complex div span.full{
	margin:0;
}
form.aup_form li.complex div span.left, 
form.aup_form li.complex div span.right{
	margin:0;
	width:48%;
}
form.aup_form li.complex div span.full input, 
form.aup_form li.complex div span.full select, 
form.aup_form li.complex div span.left input, 
form.aup_form li.complex div span.right input,
form.aup_form li.complex div span.left select,
form.aup_form li.complex div span.right select{
	width:100%;
}

.aup_form .left{
	float:left;
}
.aup_form .right{
	float:right;
}
.aup_form .clear{
	clear:both !important;
}

form.aup_form li div label,
form.aup_form li span label{
	margin:0;
	padding-top:3px;
	clear:both;
	font-size:85%;
	line-height:160%;
	color:#444;
	display:block;
}

.aup_form label.desc{
	font-size:95%;
	font-weight:bold;
	color:#222;
	line-height:150%;
	margin:0;
	padding:0 0 3px 0;
	border:none;
	display:block;
}
.aup_form label.choice{
	display:block;
	font-size:100%;
	line-height:150%;
	margin:-17px 0 0 23px;
	padding:0 0 5px 0;
	color:#222;
	width:88%;
}

form.aup_form span.req{
	display:inline;
	float:none;
	color:red !important;
	font-weight:bold;
	margin:0;
	padding:0;
}

.aup_form input.text, 
.aup_form input.search, 
.aup_form input.file, 
.aup_form textarea.textarea, 
.aup_form select.select, 
#respond input[type=text],
#respond textarea {
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	font-size:100%;
	color:#333;
	margin:0;
	padding:2px 0;
}
.aup_form input.text, 
.aup_form input.search, 
.aup_form textarea.textarea,
#respond input[type=text],
#respond textarea {
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#FFF;
}
.aup_form input.error {
	background: #FFFFBB;
}
.aup_form select.select{
	padding:1px 0 0 0;
}
.aup_form input.checkbox, 
.aup_form input.radio{
	display:block;
	margin:4px 0 0 0;
	padding:0;
	width:13px;
	height:13px;
}
.aup_form input.other{
	margin:0 0 8px 25px;
}

* html .aup_form select.select{
	margin:1px 0;
}
*+html .aup_form select.select{
	margin:1px 0;
}

.aup_form .third{
	width:32% !important;
}
.aup_form .half{
	width:48% !important;
}
.aup_form .full{
	width:100% !important;
}

.aup_form input.small, 
.aup_form select.small{
	width:25%;
}
.aup_form input.medium, 
.aup_form select.medium{
	width:50%;
}
.aup_form input.large, 
.aup_form select.large, 
.aup_form textarea.textarea{
	width:100%;
}

.aup_form form li.buttons{
	width:auto !important;
	position:relative;
	clear:both;
	padding:10px 1% 10px 1%;
}
form.aup_form li.buttons input{
	font-size:100%;
	margin-right:5px;
}
.aup_form input.btTxt{
	padding:0 7px;
	width:auto;
	overflow:visible;
}

.messagebox {
	padding: 5px;
	background-color: #FFFFBB;
	margin-bottom: 7px;
}
.messagebox p {
	margin: 0;
}
.loaderwheel {
	padding: 4px 4px 4px 30px;
	background-image: url('images/loading_icon.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.listtable td{
	vertical-align:middle;
}
.thumblistitem {
	margin: 1px;
}
