
/*
	Some General Styles
*/

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

/*
	Application Manager Page
*/

#applicationManager {
	
}

h3.heading, h4.heading, h5.heading {
	font-size: 1.0em;
	margin: 2px 0;
	padding: 4px 6px;
}

#applicationManager h3 {
	background: #808080;
	color: #fff;
}

#applicationManager h4 {
	color: #fff;
	background: #006837;
}

#applicationManager h5 {
	color: #fff;
	background: #095994;
}

#applicationManager .upper_options {
	padding: 4px 0;
}

#applicationManager .upper_options .one {
	width: 50%;
	float: left;
	padding-left: 5px;
	line-height: 1.6em;
}

#applicationManager .upper_options .two {
	text-align: right;
	padding-right: 5px;
}

#applicationManager .filter_options {
	padding: 6px 0;
	height: 20px;
}


#applicationManager .filter_options .one b {
	display: block;
	float: left;
	padding: 0 4px;
}

#applicationManager .filter_options .one {
	width: 50%;
	float: left;
	line-height: 1.6em;
}

/*#applicationManager .filter_options .one a,
#applicationManager .filter_options .one span.current {
	padding: 0 4px;
	display: block;
	float: left;
}

#applicationManager .filter_options .one a:hover,
#applicationManager .filter_options .one a.active,
#applicationManager .filter_options .one span.current {
	text-decoration: none;
	background: #000;
	color: #fff;
}
 */
 
#applicationManager .filter_options .two {
	float: right;
}

#applicationManager .filter_options .two select {
	margin-right: 4px;
}

#applicationManager .filter_options .two a {
	font-weight: bold;
}


#applicationManager .managed_schemes_wrapper {
	/* border-bottom: 4px solid #a3a4a6; */
}

/*#applicationManager .recent_schemes_wrapper {
	margin-top: 2px;
	border: 1px solid #095994;
	border-bottom: 4px solid #095994;
}
 #applicationManager .recent_schemes_wrapper .schemes_view {
	padding: 2px 4px;
}
*/
#applicationManager .recent_schemes_wrapper h5 {
	margin: 0;
}

#applicationManager .schemes_view {
	margin: 4px 0;
	width: 100%;
}

#applicationManager .schemes_view th,
#applicationManager .schemes_view td {
	padding: 4px;
	border-right: 1px solid #c8c9cd;
	vertical-align: top;
}

#applicationManager .schemes_view th {
	background: #6da98d;
	color: #fff;
	padding: 4px;
}

#applicationManager .schemes_view a {
	font-weight: bold;
	color: #256ca2;
}

#applicationManager .schemes_view tr.odd td {
	background: #f2f2f2;
}

#applicationManager .recent_schemes_wrapper .schemes_view th {
	background: #739fc2;
}

#applicationManager .icon_cross {
}

#applicationManager .noborder {
	border: 0 !important;
}

/*
	Sectors Landing Page
*/

.sectorHome {
}

.sectorDetails {
}

.sectorDetails .column-large .column {
	border: 1px solid red;
}

.sectorDetails .column-large a, .sectorHome .column a {
	color: #0061A0;
	font-weight: bold;
	text-decoration: none;
}

.sectorDetails .column-large a:hover, .sectorHome .column a:hover {
	text-decoration: underline;
}

.icon_plus_blue {
	padding: 6px 2px 0 0;
	position: relative;
	top: 2px;
}

/*
	Sectors Details Page
*/

.sectorDetails .sub {
	line-height: 1.4em;
}

.sectorDetails .column-large .text {
	padding: 4px 0;
}

.sectorDetails .indent {
	padding-left: 16px;
}

.search_button_right {
	float: right;
}

.sectorDetails .tags a {
	font-weight: normal !important;
	padding: 0 1px;
}

.homeSearch.sectorDetails {
	padding: 0px 6px;
}

.bar-solid-blue {
	background: url('/static/images/site/bar_solid_blue.gif') no-repeat;
	height: 25px;
	line-height: 2.2em;
	padding-left: 10px;
	color: #fff;
	margin-top: 15px;
}

.nomargin.seperator {
	margin: 0;
}

.contentpadding {
	padding: 10px 10px;
}

.send-to-a-friend.innerBox {
	padding: 10px 5px;
}

#message_to_friend {
	height: 120px;
}

a.anchor {
	line-height: 0;
	font-size: 0;
}

/*
	Sectors Landing Page
*/

.discussion {
	
}

.discussion table {
	width: 100%;
}

.discussion th,
.discussion td { 
	padding: 4px;
}

.discussion th {
	background: #095994;
	color: #fff;
}

.discussion td {
	color: #777;
	border-bottom: 1px dotted #bccfdf;
}

.discussion td.count
{
	text-align: right !important;
	padding-right: 10px;
}

.discussion_comments .gen_events_row .col-content {
	width: 500px !important;
}

.discussion .reply-container {
	background: #242021;
	padding: 3px 0 6px 8px;
}

.discussion .reply-container a {
	color: #FFF;
	background: #333;
	padding: 2px 12px;
	border: 1px solid #333;
	text-transform: uppercase;
}

.discussion .reply-container a:hover {
	background: #000;
	text-decoration: none;
	border: 1px solid #999;
}

.noborder {
	border: 0 !important; 
}


.row a {
}

.row-break {
	height: 4px;
}