.DARK_BROWN { color: #6A472E } /* Default text color */
.DARK_ORANGE { color: #DD6C10; } /* FTB logo main; Title text */
.MID_ORANGE { color: #F9B853; } /* FTB logo "to" dot; frame borders */
.PALE_ORANGE { color: #FFE893; } /* Highlighted backgrounds, borders */
.PALE_YELLOW { color: #FFF9DD; } /* Very light backgrounds */

.PALE_BLUE { color: #0CD2FD } /* Hover on normal blue links */

body {
	background: #ffffff;
}

/* Layout elements */
.pageflow_head_container { 
	border-bottom: 3px solid #F9B853;
	background: #414141;
}

#mainmenu {
	margin-left: 15px;
}

.pageflow_head { 
	width: 880px;
	margin:auto;
}

.pageflow_headerlogo { 
	float: left;
}

.pageflow_headerinfo { 
	width: 100%;
	text-align: right;
}

.pageflow_head_menu { 
	clear: both;
	width: 880px;
	margin:auto;
	height: 25px;
}

.pageflow_content_container {
	background-color: #ffffff;
	min-height: 550px;
}

.pageflow_main {
	width:880px;
	margin: auto;
}

.pageflow_content {
	width: 600px;
	float:left;
}

.pageflow_content_sidebar {
	float:left;
	width: 230px;
	margin-left: 15px;
	margin-top: 10px;			
}			

.pageflow_foot_container {
	border-top: 3px solid #F9B853;
	clear:both;
	background: #414141;
	height: 300px;
}

.pageflow_foot { 
	padding-top: 8px;
	width: 880px;
	margin:auto;
}
/* */

/* Design elements */			
#headerlogo {
	margin-left: -12px;
	margin-top: 15px;
}

#headerinfo {
	padding-top: 37px;
	min-height: 65px;
}

#headerinfo h1, #headerinfo h2 {
	text-align: right;
}

#mainmenu_items { 
	display: inline-block;
}

#mainmenu_items li { 
	display: inline;
}

#mainmenu_items li a { 
	color: #ffffff;
	text-transform:uppercase;
	font-weight: normal;
	margin-right: 30px
}

#mainmenu_items li a:hover { 
	color: #F9B853
}

#content_sidebar {
	border: 1px solid #DD6C10;
	border-radius: 3px
}

.sidebar_section { 
	font-weight: bold;
	background: #F9B853;
	color: #ffffff;
	padding: 1px 1px 1px 4px
}

.sidebarlist a { 
	display: block;
	font-weight: normal;
	color: #6A472E;
	font-size: 12px;
	padding: 4px 2px 4px 24px;
}

.sidebarlist li.sub a {
	padding-left: 40px;
}

.sidebarlist a:hover { 
	background-color: #FFE893;
}

.sidebar_results {
	background: transparent url('../../../images/charticons/wv12_fade_bg.jpg') no-repeat 30px 6px;
}

.sidebar_results a { 
	font-size: 11px;
}

.sidebar_links a { 
	font-size: 11px;
	background: transparent url('../../../images/v21/link-doc-small.png') no-repeat 2px 6px;
}

.sidebar_links a:hover { 
	background-position: 2px -59px;
}

.sidebar_downloads a { 
	font-size: 11px;
	background: transparent url('../../../images/v21/download-doc-small.png') no-repeat 2px 6px;
}

.sidebar_downloads a:hover { 
	background-position: 2px -59px;
}

.chart_display {
	text-align: center;
}

#copyrights {
	color: #ffffff;
	font-size: 11px;
}

#contacts {
	color: #ffffff;
	font-size: 11px;
}

.nag {
	display: block;
	padding: 8px 25px 8px 25px;
	width: 528px;
	height: 44px;
	background: transparent url('../../../images/v21/nag-bg.png') no-repeat;
	color: #0000ff;
}

.nag p {
	color: #0000ff;
}

.nag a {
	color: #0000ff;
	border-bottom: 1px dotted #0000ff;
}

.nag a:hover {
	color: #0CD2FD;
	border-color: #0CD2FD;
}

.tip {
	display: block;
	padding: 6px 25px 6px 25px;
	width: 528px;
	height: 22px;
	background: transparent url('../../../images/v21/tip-bg.png') no-repeat;
	color: #0000ff;
}

.context_tip {
	display: none;
	position: absolute;
	padding: 10px 5px 6px 25px;
	width: 176px;
	height: 72px;
	background: transparent url('../../../images/v21/context-tip-bg.png') no-repeat;
	color: #0000ff;
	font-size: 10px;
}

.tip p {
	color: #0000ff;
}

.context_tip p {
	width: 140px;
	font-size: 11px;
}

.tip a {
	color: #0000ff;
	border-bottom: 1px dotted #0000ff;
}

.tip a:hover {
	color: #0CD2FD;
	border-color: #0CD2FD;
}

.tip .hide_context_tip {
	position: absolute;
	left: 136px;
	font-weight: normal;
	font-size: 10px;
	border: 1px dotted #0000ff;
	padding: 0px 2px 0px 2px;
}
/* */


/* FORMS */
.form_item {
	margin-bottom: 6px;
}

.form_item label {
	display: inline-block;
	width: 120px;
}

.form_saved {
	display: inline-block;
	margin-left: 120px;
	margin-bottom: 10px;
	padding: 8px;
	color: #0000ff;
	border: 1px dotted #0000ff;
	background: #FFF9DD;	
}

.form_container .button {
	padding: 2px 4px 2px 4px;
	min-width: 60px;
	font-weight: bold;
	margin-left: 120px;
}

.form_group {
	margin-bottom: 20px;
}

.form_field_error {
	display: inline-block;
	margin-left: 4px;
	color: #ff0000;
	font-size: 10px;
	padding: 2px;
	border: 1px dotted #ff0000;
	font-weight: bold;
}

.form_field_help {
	display: block;
	margin-left: 120px;
	margin-bottom: 4px;
	color: #0000cc
}

/* */