/* @group layout override */

#container
{
	width: 900px;
}

#leftCol img
{
	margin: 0 0;
	position: static;
}

#headerLeft
{
	width: 200px;
}

#headerMid
{
	width: 400px;
}

#headerRight
{
	width: 300px;
}

#leftCol, #rightCol
{
	height: auto;
	padding: 15px;
}

#leftCol
{
	width: 158px;
}

#rightCol
{
	width: 650px;
	float: right;
}

ul#nav li a
{
	width: 111px;
}

ul#nav li a.last
{
	width: 109px;
}

ul#footer {
	padding-top: 10px;
}

ul#footer li
{
	padding-right: 5px;
	padding-left: 5px;
	text-transform: none;
}

ul#footer li a
{
	color: #555;
}

input.text.searchBox
{
	width: auto;
}



/* @end */

/* @group style override */

*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body
{
	font-size: 10px;
}

#leftCol p, #leftCol li, #leftCol td, #rightCol p, #rightCol li, #rightCol td {
	line-height: 1.5em;
	font-size: 1em;
	color: #444;
}

ul#nav li a
{
	font-size: 1em;
}

input.text, textarea.text
{
	font-size: 1em;
}

table, tr, td, th
{
	font-size: 1em;
}

input.submit
{
	font-size: 0.9em;
}




h1{
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}

h1#title
{
	font-size: 2em;
}

h3 {
	margin-top: 15px;
	font-size: 1.1em;
}

.login_info {
	font-size: 0.9em;
}



/* @end */

/* @group misc */

.rm {
	margin-right: 5px;
}

img.fl {
	margin-right: 10px;
}

.nw {
	white-space: nowrap;
}

.flushleft {
	margin-left: -15px;
	margin-right: -15px;
}

.flushtop {
	margin-top: -15px;
	margin-bottom: 15px;
}

.flushbottom {
	margin-bottom: -15px;
	margin-top: 15px;
}

.right {
	text-align: right;
}

.nowrap {
	white-space: nowrap;
}

.required {
	color: #a32409;
}

#leftCol a, #rightCol a {
	color: #19838d;
	font-weight: bold;
	text-decoration: none;
}

#leftCol a:hover, #rightCol a:hover {
	border-bottom: 1px solid #444;
}

ul {
	margin: 0;
	padding: 0;
}

ul li	 {
	margin-left: 15px;
	line-height: 1.1em;
	padding-top: 0.3em;
	list-style-type: square;
}


/* @end */

/* @group module table */

table.fr {
	padding-left: 10px;
	margin-left: 10px;
}

table#moduleinfo {
	width: 250px;
}

table.module th
{
	border-collapse: collapse;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

table.module th, table.module td
{
	border: 1px solid #535971;
	padding: 3px;
	vertical-align: top;
}


table.module {
	margin-top: 5px;
}



/* @end */

/* @group forms */

input.submit
{
	cursor: pointer;
	padding-right: 0.2em;
	padding-left: 0.2em;
}

input.text, textarea.text
{
	width: auto;
}

form {
	margin: 0;
	padding: 0;
}

table.form textarea
{
	width: 335px;
	height: 350px
}

td form {
	display: inline;
}



/* @end */

/* @group forms copied from contact form */

table.form
{
	padding: 0;
	border: none;
	border-collapse: collapse;
	margin-top: 10px;
}

table.form td.divider {
	width: 40px;
}
table.form td
{
	vertical-align: top;
	padding: 0 0 10px 0;
}

table.form td input {
	font-size: 100%;
}

table.form label
{
	display: normal;
	width: auto;
	font-weight: bold;
	font-size: .9em;
	padding-right: 10px;
}

table.form input, table.form textarea
{
	width: auto;
}



/* @end */

/* @group extras */

#leftExtras {
	width: 190px;
	float: left;
	clear: left;
}

#leftExtras p {
	margin-top: 10px;
}



/* @end */
