/*
 *******************************************************************************
 * ADMIN CSS
 *******************************************************************************
 */

body
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
	background: #FFFFFF;
	margin: 10px 10px 10px 10px;
}

h1, h2, h3, th, legend
{
	font-family: Arial Narrow, Helvetica Condensed, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #3399CC;
}

h1 
{
	font-size: 18pt;
	margin-bottom: 0px;
}

h2 
{
	font-size: 16pt;
}

h3
{
	font-size: 14pt;
}

p, span
{
	font-size: 10pt;
}

p.copyright
{
	color: #999999;
	font-size: 8pt;
	margin: 0px;
}

tr.header
{
	background-color: #FFFFFF;
}

tr.row0
{
	background-color: #F8F8F8;
}

tr.row1
{
	background-color: #FCFCFC;
}

td, li
{
	font-size: 9pt;
}

th
{
	font-size: 12pt;
	text-align:left;
}

hr
{
	color: #000000;
	border: 1px solid #000000;
}

legend
{
	font-size: 11pt;
}

a
{
	color: #3399CC;
	text-decoration: underline;
}

a:hover
{
	color: #006699;
	text-decoration: none;
}

input, select, fieldset
{
	border: solid 1px #3399CC;
}

fieldset
{
	margin-bottom: 10px;
}

button
{
	border: double 3px #3399CC;
}