/* @override 
	http://www.public8.com/new.css
	http://127.0.0.1/new.css
	http://batcor.com.au/new.css
*/

body {
	color: #4c4c4c;
	font: 11px/125% "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 920px;
	background: url(images/site/background920.gif) repeat-y center;
	margin: 20px;
}

a {
	text-decoration: none;
	color: #4c4c4c;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #4c4c4c;
	text-decoration: none;
}

p {
	margin-top: 2px;
	margin-bottom:5px;
}

h1 {
	font-size: 15px;
	direction: ltr;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

h2 {
	color: #25408F;
	font-weight: bold;
	padding-top:10px;
	padding-bottom: 0px;
}

img {
	border-style: none;
}

.error {
	color: #ec0000;
}

.col1 {
	width: 200px;
	float: left;
}

.col2 {
	margin-left: 220px;
	font-size: 12px;
	line-height: 150%;
}

.caption {
	margin-bottom: 20px;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}

.mainmenu {
	background-color: #25408F;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 40px;
}

.mainmenu a {
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	color: #fff;
	padding: 5px 10px;
}

.mainmenu a:hover {
	text-decoration: underline;
}

.mainmenu a:visited {
	color: #fff;
}

.submenu {
	background-color: #bebeff;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-bottom: 20px;
	padding-left: 10px;
}

.submenu a {
	font-weight: bold;
	text-decoration: none;
	color: #1800ff;
	padding: 3px 10px;
}

.submenu a:hover {
	color: #fff;
	background-color: #bebeff;
}

.footmenu {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	background-color: #bebeff;
	clear: both;
	margin-top: 20px;
	margin-bottom:20px;
}

.footmenu a {
	color: #25408F;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: capitalize;
}

.footmenu a:hover {
	color: #fff
}

table {
	font-size: 11px;
}

.sidebar a:hover {
	text-decoration: underline;
}

.sidebar {
	margin-bottom: 20px;
}

.sidebar a {
	text-decoration: none;
	color: #4c4c4c;
}

.sidebar p {
	margin: 0 0 10px;
}

.sidebar-body {
	padding: 10px;
}

.sidebar h1 {
	text-transform: capitalize;
	letter-spacing: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0 0 3px;
	font-size: 12px;
	padding-left: 5px;
}

.sidebar h2 {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 3px;
	padding-bottom: 3px;
}

.list {
	margin-left: 5px;
	margin-bottom: 10px;
}

form#edit, div#showform {
	padding: 10px;
	background-color: #bebeff;
	margin-bottom: 20px;
}

form#edit dt, div#showform dt {
	float: left;
	padding-top: 4px;
}

div#showform dt {
	padding-top: 0;
}

form#edit dd, div#showform dd {
	margin-left: 80px;
}

form#edit h1, div#showform h1 {
	margin: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: rgba(255,255,255,0.6);
	border-bottom-style: none;
	padding: 3px;
}

form#edit h1, h2, div#showform h1, h2 {
	font-size: 12px;
	margin: 0;
}

form#edit h2, div#showform h2 {
	margin-top: 10px;
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.info {
	margin-top: 5px;
	line-height: 125%;
}