﻿/*===----------------------------------------------------------------===*/
/*--- Wrapper Divs Selector Rulesets -----------------------------------*/
.cntfdbk_wrapper {
	border: 1px #c7b78e solid;
	margin-bottom: 15px;
}
/*===----------------------------------------------------------------===*/
/*--- Top (Title) Divs Selector Rulesets -------------------------------*/
.cntfdbk_tm {
	background-image: url('images/fdbk_tm.png');
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #c50000;
	padding: 9px 10px 8px 14px;
	text-align: left;
}
.cntfdbk_ttldiv {
	float: left;
}
.cntfdbk_menudiv {
	float: left;
}
.cntfdbk_visdiv {
	float: right;
	margin-top: 4px;
}
/*--- Clearing Div Selector Ruleset ------------------------------------*/
.cntfdbk_clear {
	clear: both;
}
/*===----------------------------------------------------------------===*/
/*--- Content Pane Divs Selector Rulesets ------------------------------*/
.cntfdbk_cpwrpr {
	padding-top: 15px;
	background-image: url('images/fdbk_sh.png');
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #8cbd24;
}
.cntfdbk_cpane {
	padding: 0 14px 15px 14px;
	text-align: left;
	background-image: url('images/fdbk_cpbg.png');
	background-position: right bottom;
	background-repeat: no-repeat;	
}
/*===----------------------------------------------------------------===*/
/*--- Footer Icons Div Selector Rulesets -------------------------------*/
.cntfdbk_icofooter {
	text-align: right;
	margin-bottom: 15px;
}
/*===----------------------------------------------------------------===*/
/*--- Title Span Selector Rulesets -------------------------------------*/
.cntfdbk_ttldiv h2 {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding: 0px;
}
.cntfdbk_ttldiv h2 span {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding: 0px;
}
/*===----------------------------------------------------------------===*/
/*--- CPane Text Selector Rulesets - Overrides .Normal and <p> text ----*/
.cntfdbk_cpane p, .cntfdbk_cpane .Normal p {
	color: #fff;
}
.cntfdbk_cpane .Normal, .cntfdbk_cpane .NormalDisabled {
	color: #fff;
}
.cntfdbk_cpane span.Normal {
	color: #f3f3f3;
	font-size: 14px;
	line-height: normal;
}
.cntfdbk_cpane .SubHead {
	color: #c0c0c0;
}
.cntfdbk_cpane a:link, .blu10_cpane a:active, .cntfdbk_cpane a:visited {
	color: #ff7700;
	font-weight: bold;
}
.cntfdbk_cpane a:hover {
	color: #fff;
	text-decoration: underline;
}
.cntfdbk_cpane .NormalTextBox {
	background-color: #fff;
	padding: 4px;
	border: 1px #decebb solid;
}
.cntfdbk_cpane td a.CommandButton, .cntfdbk_cpane td a.CommandButton:link {
	color: #007a37;
	background-color: #c0e287;
	border: 1px #72a700 solid;
	border-bottom: 1px #5f8c00 solid;
	padding: 10px 45px;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
	display: inline-block;
}
.cntfdbk_cpane td a.CommandButton:hover {
	color: #fff;
	background-color: #c50000;
	text-decoration: none;
}
.cntfdbk_cpane td.SubHead label span {
	color: #fff;
}
/*===----------------------------------------------------------------===*/
/*--- Inline Editing Icons - Selector Rulestes -------------------------*/
.eipbackimg {
	background-color: #dae7f2;
	border: solid 1px #000;
}
.ModuleTitle_MenuItem {
	margin-right: 5px;
}
/*======================================================================*/
/*=== END CSS ==========================================================*/


