
#user_authentication
{
	margin: 10px;
}

#user_authentication form
{
	padding-bottom: 5px;
	border-bottom: 1px dotted #EEEEEE;
}

table.listing_head
{
	float: left;
	clear: right;
	width: 90%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	clear: left;
}

table.listing_head h1
{
	font-size: 15px;
	font-weight: bold;
	color: #336699;
	margin: 0px;
}

table.listing_head td
{
	padding: 5px;
}

table.listing_head a
{
	float: right;
	white-space: nowrap;
}

div.vlisting
{
	float: left;
	width: 90%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	clear: left;
}

div.vlisting h3
{
	font-size: 13px;
	font-weight: bold;
	color: #336699;
	background-color: #EEEEEE;
	padding: 5px;
	margin: 0px;
}

div.vlisting ul
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: right;
	list-style-type: none;
	border-bottom: 1px dashed #EEEEEE;
}

div.vlisting ul li 
{ 
	display: inline; 
}

div.vlisting input
{
	margin: 5px 0px 5px 5px;
}

div.vlisting table td
{
	padding: 5px;
}

div.vlisting table td.label
{
	padding: 5px;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
	vertical-align: top;
}

div.vlisting table td.label_non_bold
{
	padding: 5px;
	vertical-align: bottom;
}

div.vlisting table td.label_archived a
{
	font-color: #AA0000;
	color: #AA0000;
}

div.vlisting table td.entry
{
	padding: 5px;
	width: 100%;
	margin: 5px 0px 5px 0px;
	vertical-align: top;
	border-bottom: 1px dashed #CCCCCC;
}

div.vlisting table td.entry textarea
{
	width: 100%;
}

div.vlisting table td.entry input
{
	width: 100%;
}

div.vlisting table td.options
{
	padding: 5px 0px 0px 0px;
	width: 100%;
	margin: 5px 0px 5px 0px;
	vertical-align: top;
}

div.hlisting
{
	float: left;
	width: 90%;
	padding: 0px;
	margin: 0px;
	clear: left;
}

div.hlisting table
{
	width: 100%;
}

div.hlisting table td
{
	padding: 5px;
}

div.hlisting table td.label
{
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	background: #EEEEEE;
}

div.hlisting table td.entry
{
	vertical-align: top;
	text-align: center;
	border-bottom: 1px dashed #EEEEEE;
}

div.hlisting table td.entry_left
{
	vertical-align: top;
	text-align: left;
	border-bottom: 1px dashed #EEEEEE;
}

div.hlisting table td.entry_archived_left
{
	background: #FFFDF3;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px dashed #EEEEEE;
}

div.hlisting table td.alpha
{
	font-weight: bold;
	background: #F3F9FF;
	vertical-align: top;
	text-align: center;
	border-bottom: 1px dashed #EEEEEE;
}

a.form_button
{
	padding: 2px 6px 2px 6px;
	background: #EEEEEE;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	text-decoration: none;
	color: #000000;
	white-space: nowrap;
}

a.form_button:hover
{
	border: 1px solid #666666;
}

