body {
	margin: 5px;
	padding: 0;
	text-align: center;
	min-width: 770px;
	background-color: #b2bec9; 
	background-image: url(/images/pg_bg.gif); 
	background-repeat: repeat-x;
	font-family: arial, helvetica;
	font-size: 12px;
	color: #333333;
}

td { font-size: 12px; font-family: arial, helvetica, sans-serif; color: #333333; } /* IE5+ W3C compat */

a { color: #3f71a2; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

a.nav { color: #ffffff; text-decoration: none; font-weight: bold; }
a.nav:hover { text-decoration: underline; }
a.nav:link { text-decoration: none; }
a.nav:visited { text-decoration: none; }
a.nav:hover { text-decoration: underline; }

.block {
	display: block;
}

#wrapper {
	margin:0 auto;
	text-align: left;
	width:770px;
	position: relative;
}

#content_lt {
	position: relative;
	margin: 11px 26px 15px 28px; <!-- top right btm left -->
}

#content_rt {
	margin: 6px 20px 15px 15px;
}

#logos {
	position: absolute;
	top: 0px;
	left: 370px;
}

span.title {
	font-size: 18px;
	font-weight: bold;
	color: #003399;
}

span.title_alt {
	font-size: 18px;
	font-weight: bold;
	color: #cc0000;
}

span.title_small {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

div.indent {
	margin: 5px 15px 5px 15px;
}

/* Form Layout
   ============ */
form {
	padding: 0;
	margin: 0;
	display: inline;
}

fieldset.public {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

fieldset.admin {
	position: relative;
	border: none;
	padding: 0 0 10px 14px;
	_padding: 12px 0 10px 14px;
	_margin-top: 25px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

fieldset.website {
	background-color: #fff799;
}

fieldset.members {
	background-color: #fdc689;
}

fieldset.misc {
	background-color: #a3d39c;
}

legend.admin {
	font-weight: bold;
	color: #000000;
	margin-bottom: 15px;
	_position:absolute; 
	_top: -15px;
	_left: 7px;
}

label {
	clear:left;
	float:left;
	display:inline;
	width:11em;
	line-height:2em;
}

input {
	font-family: arial, sans serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	margin: 1px;
	_margin: 0px;
}

input.small {
	width: 30px;
	height: 23px;
}

input.mediumsmall {
	width: 75px;
	height: 23px;
}

input.medium {
	width: 90px;
	height: 23px;
}

input.mediumlarge {
	width: 155px;
	height: 23px;
}

input.large {
	width: 220px;
	height: 23px;
}

input.check {
	margin-top: 5px;
	margin-bottom: 5px;
}

select {
	width: 120px;
	height: 23px;
}

select.medium {
	width: 90px;
}

span.readonly {
	display: block;
	font-family: arial, sans serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	margin: 1px;
	_margin: 0px;
}

span.req {
	padding-left: 4px;
	color: red;
}

.read-only {
	_height: 23px;
	_padding: 3px 2px 2px 3px;
	_background-color: #cccccc;
	_border: 1px solid #a7a6aa;
}

/* Button Effect */
ul#tablist {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#tablist li {
	display: block;
	height: 25px;
	width: 125px;
	margin-right: 5px;
}
ul#tablist li a {
	display: block;
	height: 25px;
	width: 125px;
	background-image: url(/images/pg_btn.jpg); /* _background-image: none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/private/template/pg_btn.jpg'); */
	background-repeat: no-repeat;
	padding-top: 4px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
}
ul#tablist li#active a {
	background-image: url(/images/pg_btn_o.jpg); /* _background-image: none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/pg_btn_o.jpg'); */
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
ul#tablist li a:hover, ul#tablist li#active a:hover {
	background-image: url(/images/pg_btn_o.jpg); /* _background-image: none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/pg_btn_o.jpg'); */
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #ffffff;
}
