.AdminUser { display:none; }


/* generic */
#tmpl-content ul li { list-style-type:square; }
#tmpl-content ol li { list-style-type:decimal; }
#tmpl-content .center { text-align:center; }
#tmpl-content .clear { clear:both; }
#tmpl-content table { 
	color:black;
	font-size:13px;
	border-collapse:collapse;
	clear:both;
	border:none;
	font-size:1em;
}
#tmpl-content th {
	font-weight:bold;
}

#tmpl-content td, th {
	text-align:center;
	padding:3px 9px;
	border:none;
	margin:0px;
	font-size:1em;
}
table.invisible { border:none; }
table.invisible td { vertical-align:top; border:none; text-align:left; width:50%; }
table.zebra th {color:white; background:black; padding-left:0.2em; padding-right:0.2em;}
.fspZebraOdd td {background:#ddd;}
.fspZebraEven td {background:#fff;}
.column { width:500px; margin:0 auto;}
#tmpl-content.longtext { padding:0 44px 24px 44px; }

#tmpl-content .short { width:70px; }
#tmpl-content .medium { width:120px; }
#tmpl-content .long {width:180px; }
#tmpl-content .xshort { width:30px; }

form.xwide p {
	margin-bottom:0.7em;
	margin-top:0.2em;
	margin-left:320px;
	position:relative;
	top:0;
	left:0;
}

form.xwide p.text {
	margin-left:0px;
}

form.xwide label, form.xwide .label {
	display:block;
	position:absolute;
	left:-320px;
	top:0.2em;
	width:312px;
	text-align:right;
}
