/* Color Reference:

Burnt Orange: #ff6600;
Dark Blue: #003366;
Light Green: #CCFFFF;
Cream: #FFE7A8;

*/
DT
{
	font-weight: bold;
	font-size: large;
	color: darkblue;
	padding: 30px 0 10px 0;
}
DD
{
	padding: 0 0 0 50px;
}

DT A {
     padding-top: 45px;
}


body
{
	background-color: #003366;
}

.container
{
	padding: 0 20px 0 20px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-left: 7px;
	border-right: 7px;
	border-top: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #ff6600;
}

#mainbar-footer
{
	display: block;
	float: none;
	clear: both;
	width: 100%;
	height: 30px;
}


#footer
{
	margin: 0px auto;
	border-top: 7px solid #ff6600;
}

.content-page blockquote
{
	margin-left: 30px;
	margin-right: 50px;
	margin-bottom: 10px;
}
.content-page h3
{
	margin-bottom: 10px;
}
.content-page table
{
	margin-left: 20px;
	margin-bottom: 15px;
}
.content-page td
{
	padding: 5px;
}
.x
{
	font-weight: bold;
	text-align: right;
}
.footer-container
{
	margin: 0 auto;
	text-align: left;
	width: 960px;
	zoom: 1;
}
.subheader-menu
{
	margin-top: 20px;
	margin-bottom: 20px;
}
/* rounded corners */
.nav ul li, .votes, .stats, .status, .views, .module, .answer, .system-message-color, .sidebar-top, .answered-accepted strong, .rounded
{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px; /*behavior:url(/border-radius.htc);*/
}
#tabs a, #html-tabs ul li, #adspots-tabs ul li, #flatpage-tabs ul li
{
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	-khtml-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px; /*behavior:url(/border-radius.htc);*/
}

#mainbar .stats,
.stats
{
	border: 2px solid #003366;
	background-color: #ff6600;
	padding: 4px;
}

#mainbar .votes,
.stats .vote
{
	border: none; /*1px dashed #003366; */
	background-color: #ff6600;
	color: #FFFFFF;
}

.stats .status
{
	border: none; /*1px dashed #003366; */
	background-color: #003366;
}

.status, .status strong
{
	color: #FFFFFF;
}

.post-text a:link, .content-page a:link
{
	color: #c134a2;
}
.post-text a:visited, .content-page a:visited
{
	color: #95287d;
}
.post-text a:hover, .content-page a:hover
{
	color: #c134a2;
}
.post-text a:active, .content-page a:active
{
	color: #c134a2;
}
.post-menu a, .comments-link
{
	color: #59770f;
}

.system-message-color, #system-message
{
	background-color: #CCCCCC;
	color: #CC3B24;
}


#mainbar .answered
{
   background-color: #003366;
}

#mainbar .answered-accepted, .answered-accepted, .answered-accepted strong, .stats .answered-accepted, .stats .answered-accepted strong
{
	background-color: #009900;
	font-weight: normal;
	color: #FFFFFF;
}

.status .answered-accepted strong, .stats .answered-accepted strong
{
	font-weight: bold;
}

.post-tag
{
	background-color: #eeeeee;
	font-weight: bold;
}

.firstLetters:first-letter
{
	color: #ff6600;
}

.blue
{
	background-color: #003366;
}

.orange
{
	background-color: #ff6600;
}

.opiebanner
{
	text-align: center;
	padding: 20px 10px;
	margin: 0 auto;
	width: 90%;
}

.opiebanner, .opiebanner A, .opiebanner A:Visited
{
	color: #fff;
	font-size: larger;
	font-weight: bold;
}

.opiebanner A, .opiebanner A:Hover, .opiebanner A:Visited
{
	text-decoration: underline;
}

.opiebanner A:Hover
{
	color: #EEEEEE;
}

#opieContainer
{
	display: block;
	clear: both;
	width: 100%;
	padding: 10px;
	margin: 0px auto;
}

#opieLeftPanel, #opieRightPanel
{
	margin: 0 auto;
	padding: 0px;
	width: 55%;
	display: inline;
	float: left;
	clear: none;
	position: relative;
}

#opieRightPanel
{
	width: 35%;
	margin-left: 30px;
	padding: 20px;
}

UL.navlist LI
{
	list-style: none;
	text-align: left;
	border-top: 1px solid #ff6600;
	padding: 6px 0 2px 0;
}

#mainbar .unanswered,
#questions .unanswered
{
	background-color: #E40000;
}

#user-browser, #tags_list
{
     height: 400px;
     min-height: 400px;
     max-height: auto;
}