a.black_nav_text{font-family: verdana, arial; font-weight: bold; font-size: 12px; text-decoration: none;}

a:link	{color: #11A0CF; text-decoration: underline;}
a:visited	{color: #11A0CF; text-decoration: underline;}
a:hover	{color: #EE9604; text-decoration: underline;}
a:active	{color: #11A0CF; text-decoration: underline;}

h1 {font-size:24px; font-family: verdana, arial, trebuchet, sans-serif;font-weight: bold;color: #11A0CF;
}

h2 {font-size:20px; font-family: verdana, arial, trebuchet, sans-serif;font-weight: bold;color: #11A0CF;
}

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

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

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

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

.forum-header {
	color: #11A0CF;
	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: #11A0CF;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
}
td.subscribe-check{
    width: 15%;
	color: #11A0CF;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
    text-align: center;
}

a.forumtitle:hover {
	color: #EE9604;
	text-decoration: underline;
}

a.forumtitle:active {
}

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

.form-title{
    font-weight: bold;
    color: #11A0CF;
	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: #11A0CF;
	background: #D2E6DF;
}


#navigation a:hover {
	text-decoration: none;
	background-color: #11A0CF;
	color: #D2E6DF;
	background-image: none;
}


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

#navigation #active-subsection a:hover {
	color: #D2E6DF;
	background-color: #11A0CF;}

dl.details dt {
	float: left;
	width: 16em;
	text-align: right;
	color: #11A0CF;
	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;
}


h3 {
	/* Sub-headers (also used as post headers, but defined later) */
	font-weight: bold;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.05em;
	margin-top: 20px;
    color: #11A0CF;
}

.posthdrbg {
	background-color: #D2E6DF;
}

