a:link	{color: #000066; text-decoration: underline;}
a:visited	{color: #000066; text-decoration: underline;}
a:hover	{color: #009933; text-decoration: underline;}
a:active	{color: #000066; text-decoration: underline;}

h1 {font-size:24px; font-family: verdana, arial, trebuchet, sans-serif;font-weight: bold;color: #000066;}h2 {font-size:20px; font-family: verdana, arial, trebuchet, sans-serif;font-weight: bold;color: #000066;}

.condition-color {
color: #990033;
}

.navbar {
	background-color: #ECE2C7;
	padding: 0 10px;
    margin-bottom: 5px;
    clear: both;
}

.navbarsub {
	background-color: #FFFFFF;
    margin: 0 -10px 0 -10px;
    clear: both;
}

.forabg {
	background: #ECE2C7;
	margin-bottom: 4px;
	padding: 0 5px;
	clear: both;
}

.forumbg {
	background: #F6F4D0;
	margin-bottom: 4px;
	padding: 0 5px;
	clear: both;
}

.forum-header {
	color: #000066;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	text-transform: uppercase;
}

tr.row {
	background-color: #FFFFFF;
}
tr.row:hover {
	background-color: #F6F4D0;
}

td.subscribe-forum{
    width: 85%;
	color: #000066;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
}
td.subscribe-check{
    width: 15%;
	color: #000066;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
    text-align: center;
}

/* Links for forum/topic lists */
a.forumtitle:hover {
	color: #009933;
	text-decoration: underline;
}

a.forumtitle:active {
}

.panel {
	background-color: #F0F0F0;
    padding: 10px;
}

.form-title{
    font-weight: bold;
    color: #000066;
	font-size: 1.1em;
}

#ucp-wrap {
    width: 100%; 
    background-color: #e2e2e2;
}

/* Link styles for the sub-section links */
#navigation a {
	display: block;
	padding: 5px;
	margin: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #000066;
	background: #ECE2C7;
}


#navigation a:hover {
	text-decoration: none;
	background-color: #000066;
	color: #ECE2C7;
	background-image: none;
}


#navigation #active-subsection a {
	display: block;
	color: #000066;
	background-color: #F6F4D0;
	background-image: none;
}

#navigation #active-subsection a:hover {
	color: #ECE2C7;
	background-color: #000066;}

dl.details dt {
	float: left;
	width: 16em;
	text-align: right;
	color: #000066;
	display: block;
    font-weight: bold;
}

dl.details dd {
	margin-left: 16em;
	padding-left: 5px;
	margin-bottom: 5px;
	color: #000000;
}

.submit-buttons {
text-align: center;
background-color: #F6F4D0;
}

/* Display actions for ucp and mcp pages */
fieldset.display-actions {
	text-align: right;
	white-space: nowrap;
	padding-right: 1em;
	font-size: 1.1em;
    background-color: #F0F0F0;
}

fieldset.display-options {
	text-align: center;
	border: none;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	color: #000066;
	border-left-color: #FFFFFF;
}

