/*  The default BODY setting  */
.autoindex_body, html
{
	font-family: verdana, lucidia, sans-serif;
	font-size: 13px;
	background-color: #F0F0F0;
	
}
.autoindex_body img
{
	border: none;
}

/*  Table settings  */
.light_row
{
	background-color: #c8c8ff;
	font-size: 13px;
}
.dark_row
{
	background-color: #a5a5ff;
	font-size: 13px;
}
.default_td
{
	font-size: 13px;
	font-family: verdana, lucidia, sans-serif;
	vertical-align: top;
	border: none;
	padding: 0px;
	text-align: left;
	white-space: nowrap;
}
.default_th
{
	font-size: 13px;
	background-color: #9696ff;
	border: none;
	padding: 0px;
}

/*  Settings for links  */
.default_b:visited, .default_a:active
{
	color: #FFFFFF;
	text-decoration: none;
}
.default_b:link
{
	color: #FFFFFF;
	text-decoration: none;
}
.default_a:visited, .default_a:active
{
	color: #000000;
	text-decoration: none;
}
.default_a:link
{
	color: #000000;
	text-decoration: none;
}
.default_a:hover
{
	background-color: none;
}
.light_row:hover, .dark_row:hover
{
	background-color: #FFFFA8;
}

/*  The style for every button  */
.button
{
	color: #707070;
 	background-color: #F2F6FC;
	font-family: sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
	border: none;
	padding: 3px 10px 3px 10px;
}

/*  Misc. Styles  */
.paragraph
{
	background: #F2F6FC;
	color: #000020;
	font-size: 13px;
}
.default_hr
{
	color: #000020;
	background-color: #000020;
	border: none;
	width: 75%;
	height: 1px;
}
.fixed_width
{
	background: #F2F6FC;
	color: #000020;
	font-family: lucida console, sans-serif;
	font-size: 12px;
}
.black_link
{
	color: #000000;
	text-decoration: none;
}
.small
{
	font-size: 10px;
}

textarea{
	background:url(/images/input_back.gif) repeat-x;
	border:1px solid #999999;
}