html, 
body 
{
	background-color: #FFF;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial; /* Also defined for: flash & admin toolbars */
	font-size: 13px;
	color: #000;
}

p, 
h1, 
h2, 
h3, 
h4, 
ul, 
img
{
	margin: 0;
	padding: 0;
}

ul
{
	padding-left: 30px;
}

p 
{
	margin-bottom: 12px;
	line-height: 1.3em;
}

h1, 
h2, 
h3, 
h4 
{
	font-family: Georgia, Arial;
	font-style: italic;
	color: #6B9B30;
	margin-bottom: 8px;
	line-height: 1.4em;
}

h1
{ 
	font-size: 2.2em;
	margin-bottom: 15px;
}

h2
{ 
	font-size: 1.7em;
}

h3
{ 
	font-size: 1.3em;
}

h4
{ 
	font-size: 1em;
}

a 
{
	color: #094777;;
	font-weight: bold;
	text-decoration: underline;
}

a:hover 
{
	text-decoration: none;
}

a img 
{
	border: 0;
	text-decoration: none;
}

table
{
	width: 100%;
}

table tr td,
table tr th 
{
	padding: 5px 15px 5px 5px;
 	text-align: left;
}

input[type="text"],
input[type="password"],
select, 
textarea
{
	padding: 6px 5px;
	font-family: Arial;
	font-size: 13px;
	border: 1px solid #C5C5C5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: url('/images/input_bg.png');
	background-repeat: repeat-x;
	color: #3A3A3A;
}

input:hover, 
select:hover, 
textarea:hover,
input:focus, 
select:focus, 
textarea:focus
{
	border-color: #999;
}

p img.icon
{
	vertical-align: middle;
	padding-right: 1px;
}

.clear 
{
	float: none;
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.hidden
{
	display: none;
}

.button
{
	padding: 7px 10px;
	background-image: url('/images/buttons/green.png');
	border: 1px solid #547f36;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	cursor: pointer;
	text-shadow: 0 -1px 0 #547f36;
	font-family: Georgia, Arial;
}

.button:hover
{
	border-color: #547f36;
	background-image: url('/images/buttons/green_hover.png');
}

.content_box
{	background-image: url('/images/content_box_bg.png');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #f7f7f7;
	padding: 10px;
	border: 1px solid #ebebeb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul.error_list 
{
	background-image: url('/images/flash_error_small.png');
	margin-bottom: 5px;
	padding: 4px 4px 4px 25px;
	border: 1px solid #f7b2a0;
	list-style: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div#loading_bar 
{
	display: none;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -98px;
	z-index: 11;
	background-image: url('/images/loading_bar_bg.png');
	background-position: bottom;
	background-repeat: no-repeat;
	width: 200px;
	padding: 13px 0 33px 0;
	text-align: center;
}

div#trans_overlay 
{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 9;
	background-image: url('/images/trans_grey.png');
}

.noscript
{
	text-align: center;
	color: #ea0803;
}
