/* CSS Document */

body
{
	background-color: #0C0C0C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	margin: 0px auto;
	text-align: center;
}

a
{
	color: #000099;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

h1
{
	font-size:16px;
	font-weight: bold;
	text-align: center;
}

h2
{
	font-size: 1.4em;
	text-align: left;
}

img
{
	border: none;
}

form, input
{
	margin: 0;
	padding: 0;
}

table.main
{
	text-align: left;
}

table.main td
{
	vertical-align: top;
}

.radio_on
{
	font-weight: bold;
	color: #006600;
}

.radio_off
{
	font-weight: bold;
	color: #FF0000;
}

.submit1
{
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	font-weight: bold;
	color: #666666;
}

.save1
{
	background-color: #006600;
	border-color: #009900;
	font-weight: bold;
	color: #FFFFFF;
}

.delete1
{
	background-color: #8D0000;
	border-color: #FF0000;
	font-weight: bold;
	color: #FFFFFF;
}

.error1
{
	font-weight: bold;
	color: #FF0000;
}

.success1
{
	font-size: 1.2em;
	font-weight: bold;
	color: #006600;
}

.field_text
{
	text-align: right;
	vertical-align: top;
}

td.field_input
{
	text-align: left;
	vertical-align: top;
}