/* Bundle file: /www/lib/application/assets/uilog/log.css */
/*

body{
	font-family:arial;
	font-size:12px;
}

*/

.logContainer{
	position:absolute;
	z-index:120;
	visibility:hidden;
	/* background-color:green; add this to make neat effect with opacity and zebra stripe */
}
.logContainer .uiLog{
	border: 1px solid #3B5A82;
	border-left:0px;
	float:left;
	overflow:auto;
	font-size:11px;
	color:#666666;
	font-family:arial,sans-serif;
}
.logContainer .controlPanel{	/* fixed width */
	border: 1px solid #3B5A82;
	border-right:0px;
	width:26px;
	float:left;
	background: url(logbg.gif) center;
	cursor:pointer;
}
.logContainer .controlButton{
	cursor:pointer;
	width:22px;
	height:19px;
}
.logContainer .controlButton.dimensions{
	height:18px;
}
.logContainer .controlButton.dimensions.taller{
	background: url(taller.gif) no-repeat right center;
}
.logContainer .controlButton.dimensions.shorter{
	background: url(shorter.gif) no-repeat right center;
}
.logContainer .controlButton.hide{
	background: url(hide.gif) no-repeat right center;
}
.logContainer .controlButton.show{
	background: url(show.gif) no-repeat right center;
}
.logContainer .controlButton.clear{
	background: url(eraser.gif) no-repeat right center;
}
.logContainer .bottomEdge{
	position:absolute;
	cursor:pointer;
	width:16px;
	height:16px;
	background: url(bottomedge.gif) no-repeat right center;
}
/* optional
.controlButton.clipboard{
	background: url(clipboard.gif) no-repeat right center;
}
*/
.logContainer .log{
	font-weight:bold;
	color:blue;
}
.logContainer button{
	float:left;
	clear:left;
	cursor:pointer;
	width:260px;
	text-align:left;
	margin-bottom:6px;
	font-weight:bold;
	padding:1px;
	font-size:11px;
	padding-left:3px;
	background-color:#D3E4F9;
}
.logContainer .logFocus{
	position:absolute;
	left: -1500px;
	top: -1500px;
	width:1px;
	height:1px;
	border:0px;
	margin:0px;
	padding:0px;
	background-color:red;

}
/* End of bundled file */
/* Bundle file: /www/sys/master/panel/assets/main.css */

body {
	padding-left: 5px;
	font-family: 'Trebuchet MS', 'Lucida Grande' , Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}


/********************************************************************************************************************/
/* basic html styling */

h1 {
	font-size: 160%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 110%;
}

/********************************************************************************************************************/
/* page setup */

#panel_site {
}


#panel_site_head {
}


#panel_site_foot {
	margin: 0;
	overflow: hidden;
	font-size: 85%;
}


#panel_site_foot .copyright
{
	float: left;
}

#panel_site_foot .install_type
{
	float: right;
	font-style: italic;
	color: red;
	font-size: 70%;
}

#panel_site_foot .footer_links
{
	float: left;
	margin-left: 10px;
}

#panel_widget_login.tabular_form input
{
	float: none;
}

#panel_widget_login.tabular_form .field
{
	float: left;
	margin: 0;
}

.nowrap
{
	white-space: nowrap;
}

.blocker
{
	clear: both;
}

.look_positive
{
	color: #006600;
}

.look_negative,
.look_destructive
{
	color: #8b0000;
}

.look_warning
{
	color: #999900;
}

.look_info
{
	color: navy;
}

.block_look_positive
{
	color: #006600;
	background-color: #ccffcc;
	border: 1px #006600 solid;
	padding: 2px;
}

.block_look_negative,
.block_look_destructive
{
	color: #8b0000;
	background-color: #ffeaea;
	border: 1px #ff9090 solid;
	padding: 2px;
}

.block_look_warning
{
	color: #999900;
	background-color: #ffffcc;
	border: 1px #999900 solid;
	padding: 2px;
}

.block_look_info
{
	color: navy;
	background-color: #ccccff;
	border: 1px navy solid;
	padding: 2px;
}

#sql_profile, #session_trace {
	margin-top: 2em;
	font-size: 85%;
}

#sql_profiling_output {
	margin-top: 1em;
}

#session_trace_output {
	font-family: monospace;
}


/********************************************************************************************************************/
/* navigation */

#nav {
	margin-bottom: 3px;
}


#nav ul {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	display: inline;
	margin-right: 5px;
}

#nav li a {
	padding: 0 2px 0 2px;
	text-decoration: none;
	background: #EEEEEE;
	border-left: 4px solid silver;
	color: black;
}

#nav li a:hover {
	padding: 0 2px 0 2px;
	text-decoration: none;
	background: #EEEEEE;
	border-left: 4px solid black;
}

#nav li.nav_selected a
{
	border-left: 4px solid black;
}


/********************************************************************************************************************/
/* flash messages */

#flash_messages,
.flash_message
{
	font-size: 85%;
}

#flash_messages ul,
.flash_message ul
{
	margin: 0.1em;
	padding: 0.1em;

	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}


/********************************************************************************************************************/
/* panel area interface */

#dynamicnav
{
	font-size: 85%;
	/*padding: 0.4em 1em 0.4em 1em;*/
	font-weight: bold;
}

#breadcrumb
{
	float: left;
	width: 60%;
}

#breadcrumb .intro
{
	margin-right: 6px;
}

#breadcrumb ul
{
	padding: 0;
	margin: 0;
	margin-bottom: 0;
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
#breadcrumb ul li
{
	display: inline;
	margin-right: 6px;
}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active
{
}

#navback
{
	float: right;
	width: 30%;
	text-align: right;
}

span.explanation {
	font-size: 90%;
	font-style: italic;
	color: #606060;
}

.tabular_form
{
	text-align: left;
	margin: 1em;
}

.tabular_form .field_row
{
	margin-top: 0.2em;
	text-align: right;
	overflow: hidden;
}

.tabular_form .button_row
{
	margin-top: 1em;
	text-align: center;
}

.tabular_form label, .tabular_form .label
{
	width: 20%;
	display: block;
	float: left;
	margin-right: 1em;
	line-height: 2em;
	font-weight: bold;
	font-size : 0.9em;

}

.tabular_form .field
{

}

.tabular_form input, .tabular_form textarea, .tabular_form .value
{
	float: left;
}

.tabular_form .form_button
{
	text-align: center;
	float: none;
	clear: both;
	width: auto;
}

.tabular_form .form_text_button
{
	float: left;
	width: auto;
	margin-left: 1em;
}

.tabular_form .short
{
	width: 2em;
}

.tabular_form .field_help
{
	font-size: 70% !important;
	padding: 0;
	margin: 0;
	display: block;
	padding-left: 4px;
	text-align: left;
	clear: left;
	margin-left: 20%;
	padding-left: 1.5em;
}

#panel_widget_email #message
{


}


.not_found_debug {
	font-size: 75%;
	color: silver;
}

.users_online li{
	list-style-type: disc;
	color: green;
	line-height: 32px
}

.users_online .Raa_Zend_View_Helper_Picture {
	display: inline;
	position:relative;
	top:5px;
	margin-right:5px;
}

ul.users_online {
	list-style-image: url(/img/user_online.png);
}
/* End of bundled file */
/* Bundle file: /www/sys/master/panel/assets/community.css */
/** Forums ************/
.forum_box *, .edc_posts * {
	position:relative;
}
.forum_box {
	margin: 0 0 15px 0;
	border:1px solid;
}

.forum_box h2 {
	border:none;
	border-bottom:1px solid;
	font-size: 1em;
}
.forum_box h2 a {
	text-decoration:none;
}
.forum_box h2 span {

}

.forum_box h2 {
	margin:0;
	padding:0 0 0 11px;
}

.forum_box h2 span {
	display:block;
	padding:6px 10px 6px 0;
	font-weight:bold;
}
.forum_box p {
	margin:0px;
}
.forum_box .block_content {
	margin-bottom: -17px;
	padding: 10px 10px 15px 10px;
}

.forum_box .footer {
	margin: 0px;
	margin-right: 10px;
	text-align: right;
	padding-bottom:5px;
}

#edc_forums {
	list-style: none;
	padding:0px;
	margin: 0px;
}


/** Message */
.edc_posts {
	list-style: none;
	margin:0px;
	padding: 0px;
}
.edc_posts .edc_msg, .edc_posts .edc_msg_reply {
	margin: 0 0 15px 0;
	border:1px solid;
}

.edc_posts .edc_msg .head, .edc_posts .edc_msg_reply .head {
	border:none;
	font-size: 1em;
}

.edc_posts .edc_msg .head a:link, .edc_posts .edc_msg .head a:visited, .edc_posts .edc_msg .head a:hover, .edc_posts .edc_msg .head a:active,
.edc_posts .edc_msg_reply .head a:link, .edc_posts .edc_msg_reply .head a:visited, .edc_posts .edc_msg_reply .head a:hover, .edc_posts .edc_msg_reply .head a:active {
	text-decoration:none;
	color:inherit;
}

.edc_posts .edc_msg .head, .edc_posts .edc_msg_reply .head {
	margin:0;
	padding:0 0 0 11px;
}

.edc_posts .edc_msg .subhead, .edc_posts .edc_msg_reply .subhead {
	display:block;
	text-align: right;
	padding:2px 10px;
}

.edc_posts .edc_msg .head span, .edc_posts .edc_msg_reply .head span {
	display:block;
	padding:6px 10px 6px 0;
	font-weight:bold;
}
.edc_posts .edc_msg p, .edc_posts .edc_msg_reply p {
	margin:0px;
}
.edc_posts .edc_msg .block_content, .edc_posts .edc_msg_reply .block_content {
	padding: 10px 10px 30px 10px;
}

.edc_posts .edc_msg .block_attachment, .edc_posts .edc_msg_reply .block_attachment {
	padding: 5px 10px 30px 10px;
}

.edc_posts .edc_msg .foot, .edc_posts .edc_msg_reply .foot {
	margin: 0px;
	margin-right: 10px;
	text-align: left;
	padding:0px 10px;
	height:30px;
}
/** Post message form */
#panel_widget_new_post .field_row {
	margin-top: 0.2em;
	text-align: left;
}

#panel_widget_new_post label.column {
	width:30%;
	font-size:1em;
}
#panel_widget_new_post input {
	float:none;
	padding:2px 5px;
}
#panel_widget_new_post .button_row {
	margin-top: 1em;
	text-align: right;
}
#panel_widget_new_post #title {
	width:90%;
	padding:0px;
}
#panel_widget_new_post #content {
	padding:0px;
	width:90%;
	height: 200px;
}
/************************************************/
/** Forum Search Widget */
#forum_search .field_row {
	text-align:left;
}
#forum_search label {
	width:auto;
}
#forum_search .form_button {
	float:left;
	clear:none;
}
/** Forum Search Results */
#edc_forum_search_results {
	float:left;
	margin:0px;
	padding:0px;
	width:80%;
}

#edc_forum_search_results li {
	padding:5px 0px;
	margin:3px 0px;
	list-style: none;
}
#edc_forum_search_results li .head {
	width: 400px;
	display: block;
}
#edc_forum_search_results li .info {
	padding:0px;
	margin:0px;
	color:#cdcdcd;
	display: block;
	float:right;
}

/** Member profile **/

#edc_avatar {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

#edc_member_actions {
	float: right;
}

/* NEW COMMUNITY STYLING */

/* post_list_ex */

.post_list_ex .post {
	overflow: hidden;
	margin-top: 0.5em;
	border-top: 1px solid #BFBFBF;
	padding-top: 0.5em;
}

#parent_post.post_list_ex .post {
	border-top: 0;
}

.post_list_ex .first_post {
	margin-top: 0;
	border-top: 0;
}

.post_list_ex h2 {
	margin: 0;
}

.post_list_ex .right_panel {
	float: right;
	margin: 0 0 0.5em 0.5em;
}

.post_list_ex .posted_details {
	display: block;
}

.post_list_ex .Raa_Zend_View_Helper_Picture {
	float: left;
	margin: 0 0.5em 0.2em 0;
}

.post_list_ex .post .inner {
	margin-top: 1em;
}

.post_list_ex .requires_approval {
	color: #999900;
	background-color: #ffffcc;
	border: 1px #999900 solid;
	padding: 2px
}

.post_list_ex .selected_post {
	border-left: 4px solid gray;
	padding-left: 4px;
}

table.post_list tr.selected_post {
	background-color: #EEEEEE;
}

.post_list_ex p {
	margin: 0 0.5em 0.5em 0;
}

.post_list_ex .post_title a {
	text-decoration: none;
}

.post_list_ex .attachment {
	border: 1px dotted silver;
	float: left;
	margin-left: 1em;
	padding: 0.2em;
}

.post_list_ex .post .inner p .inner_picture {
	float: right;
	border: 1px dotted silver;
	padding: 0.2em;
	margin: 0.2em;
}

.post_list_ex .post .inner .edc_post_survey_response .question {
	font-weight: bold;
	display: block;
}

.post_list_ex .post .inner .edc_post_survey_response .answer {
	padding-left: 1em;
}





.post_list_ex .post .bottom_bar {
	padding: 0.5em 0.2em;
}

.post_list_ex .post .bottom_bar .post_rating {
	float: left;
}

.post_list_ex .post .bottom_bar .post_rating .Raa_Web_Ui_CommandBlock {
	float: none;
}

.post_list_ex .post .bottom_bar .Raa_Web_Ui_CommandBlock li {
	display: inline;
	margin-left: 1em;
}

.post_list_ex .post .bottom_bar .Raa_Web_Ui_CommandBlock li a {
	display: inline;
}

.post_list_ex .post .bottom_bar .post_rating .Raa_Web_Ui_CommandBlock li {
	margin-left: 0;
	margin-right: 1em;
	margin-bottom: 1em;
}

.post_list_ex .post_rating .score {
	font-size: 120%;
}

.post_list_ex .post_rating .score .number {
	font-weight: bolder;
	font-size: 200%;
	color: gray;
}

#edc_member .post_list_ex {
	padding-left: 1em;
	padding-right: 1em;
}


/* forum_list_ex */

.forum_list_ex .forum {
	border: 1px solid silver;
	margin-bottom: 1em;
	padding: 0.4em;
}

.forum_list_ex .last_forum {
	margin-bottom: 0;
	/*added for ie6 peekaboo bug */
	position: relative;
}

.forum_list_ex .forum .Raa_Web_Ui_CommandBlock {
	float: right;
	/*added for ie6 peekaboo bug */
	position: relative;
}

.forum_list_ex .forum .post_count {
	display: block;
	font-size: 120%;
}

.forum_list_ex .forum .post_count .count {
	font-weight: bolder;
	font-size: 140%;
	color: gray;
}

.forum_list_ex .forum .last_post {
	display: block;
}

.forum_list_ex .forum .last_post .view {
	font-size: smaller;
}


.community_home_search {
	margin-bottom: 1em;
}



/* topic_list */

.topic_list th, .topic_list td {
	text-align: left;
	vertical-align: top;
	padding-right: 1em;
}

.topic_list .topic_title {
	width: 100%;
}

.topic_list .topic_forum, .topic_list .last_post, .topic_list .reply_count, .topic_list .commands {
	white-space: nowrap;
}

.topic_list .commands {
	padding-right: 0;
}


/* comment_rating_pair */

.comment_rating_pair #comments
{
	width: 70%;
	float: left;
	max-width: 652px;
}

.comment_rating_pair #rating
{
	width: 20%;
	float: right;
}

/* post quotes */

.post_quote {
	margin: 0 0 10px 80px;
	padding: 10px;
	background: #f1f1f1;
	border: 1px solid #ddd;
}

.post_quote h4 {
	margin: 0 0 5px 0;
}

.userstatuses .userstatus {
	padding-bottom: 3px;
	margin-bottom: 7px;
	border-bottom: 1px solid #D8D8D8;
}

.userstatuses .userstatus > p {
	margin-bottom: 1px !important; 
}

.userstatuses .userstatus_posted {
	color: #888888;
	font-size: 11px;
}

.userstatuses .eDR_eGP_PanelSite_Widget_MiniForum {
	font-size: 100%;
} 
/* End of bundled file */
/* Bundle file: /www/sys/master/panel/assets/relationships.css */
#add_friend .member_avatar {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.add_friend {
	clear: both;
}
/* End of bundled file */
/* Bundle file: /www/sys/master/panel/assets/forms.css */
/* general form styling */

table.zend_form th
{
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	font-size: 0.95em;
	font-weight: bolder;
}

table.zf_colcount_1 th
{
	text-align: left;
}

table.zf_colcount_2 th
{
	text-align: right;
}


table.zend_form th label.optional
{
	font-size: 0.9em;
	font-weight: normal;
}

table.zend_form th label.required,
table.zend_form td label.required
{
	padding-left: 15px;
	background: url(/img/asterisk.gif) top left no-repeat;
}


table.zend_form td
{
	vertical-align: top;
}

table.zf_colcount_2 td input
{
	padding-left: 0.5em;
}

table.zend_form .full-span
{
	text-align: center;
}

table.zend_form .full-span input
{
	text-align: center;
	padding: 0 0.5em;
}

table.zend_form td ul.errors
{
	color: #8b0000;
	background-color: #ffeaea;
	border: 1px #ff9090 solid;
	margin: 0.1em;
	padding: 0.1em;
	font-size: 75%;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

table.zend_form
{
	width: 100%;
	border-collapse: collapse;
}

table.zf_colcount_2 td
{
	padding-left: 1em;
}

table.zf_colcount_2 tr.error_row td
{
	padding: 0;
	padding-bottom: 1em;
}

table.zend_form .full-span td
{
	padding-top: 2em;
}

table.zf_colcount_1 .full-span td
{
	padding-top: 0;
}

table.zf_colcount_2 tr.checkbox_layout .input_cell
{
	text-align: right;
}

table.zend_form tr.hidden_row
{
	display: none;
}

table.zend_form p.hint
{
	margin: 0;
	font-size: 85%;
	font-style: italic;
}

/* specific form: signup_form */

form.signup_form #_email
{
	width: 20em;
}

form.signup_form th
{
	width: 30%;
}


/* specific form: profile_basic */

form.profile_basic #_email
{
	width: 20em;
}

/* specific form: avatar_upload */
form.avatar_upload table
{
	width: inherit;
}

/* specific form: avatar_clear */
form.avatar_clear table
{
	width: inherit;
}

form.avatar_clear table.zend_form .full-span td
{
	padding-top: 0;
}

/* specific form: add_friend */

form.add_friend table tr td
{
	text-align: center;
}

form.add_friend label
{
	display: block;
}

/* specific form: forum_post */

form.forum_post #_title
{
	width: 20em;
}

/* specific form: inappropriate_report */

form.inappropriate_report th
{
	width: 40%;
}

/* specific form: login_form */

.login_form input.raaform_input_text
{
	display: block;
}

.login_form input.raaform_input_password
{
	display: block;
}


/* specific form: login_form_widget */


.login_form_widget
{
	padding: 0.6em;
	text-align: left;
}

.login_form_widget table.zend_form
{
	width: auto;
}


.login_form_widget .login_form .full-span
{
	text-align: right;
}

.login_form_widget .login_form .full-span input
{
	text-align: center;
}

.login_form_widget table.zend_form .full-span td
{
	padding-top: 1em;
}

.login_form_widget table.zf_colcount_2 .checkbox_layout td
{
	padding-top: 1em;
}

.login_form_widget table.zf_colcount_2 .checkbox_layout label
{
	font-size: 85%;
}


.login_form_widget table.zend_form th label.required,
.login_form_widget table.zend_form td label.required
{
	background-image: none !important;
	padding-left: 0 !important;
}

.login_form_widget td
{
	vertical-align: middle !important;
}

/* End of bundled file */
/* Bundle file: /www/vhtdocs/envirolinknw/application/assets/global.css */
/* -----------------------------------------------
Global Styles

Copyright (c) eDigitalResearch
------------------------------------------------ */

body, html {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #424a4b;
	font-size: 0.84em;
	font-family: Arial, Helvetica, sans-serif;
	}


#panel_site {
	width: 940px;
	padding: 10px;
	margin: 0 auto;
	background: #fff;
	}

/* -----------------------------------------------
Generic Styles
----------------------------------------------- */

/* Text Styles */
p {
	margin: 0 0 7px 0;
	color: #333;
	}

p.item_reason {
	font-style: italic;
	margin-top: 10px;
	color: #fff;
	}

h1 {
	margin: 6px 0 10px 0;
	letter-spacing: -0.03em;
	color: #333;
	font-size: 1.5em;
	}

h2 {
	color: #00632e;
	background: #A3C443 url(/images/background/heading_bg.gif) repeat-x top;
	margin: 10px 0 5px 0;
	font-size: 1.1em;
	padding: 2px 2px 1px 5px;
	}

.static_page h2 {
	background: none;
	padding: 0;
	}

h3 {
	margin: 0;
	color: #272727;
	font-size: 1em;
	}

h4 {
	margin: 0 0 4px 0;
	border-bottom: 1px solid #ccc;
	}

.news_feed h2 {
	background: none;
	color: #333;
	}

h1.page_heading {
	color: #00632e;
	background: #A3C443 url(/images/background/heading_bg.gif) repeat-x top;
	margin: 0 0 5px 0;
	font-size: 1.6em;
	padding: 4px 2px 3px 5px;
	}

ul {
	margin: 0 0 1em 3em;
	padding: 0;
	}

li {
	color: #333;
	}

ul li {
	list-style-type: square;
	}

a {
	color: #008ECB;
	}

.text_callout {
	border: 1px solid #98c244;
	margin: 0 0 10px 0;
	padding: 0 10px;
	}

/* Buttons */
.Raa_Web_Ui_CommandBlock ul {
	margin: 0;
	padding: 0;
	}

.Raa_Web_Ui_CommandBlock li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	}

.Raa_Web_Ui_CommandBlock li a {
	background: #f9cfb2 url(/images/background/arrow_right_orange_bg.gif) no-repeat right 4px;
	color: #000;
	padding: 2px 40px 2px 6px;
	font-weight: bold;
	text-decoration: none;
	}

.Raa_Web_Ui_CommandBlock li.type_perform a {
	background: #b2b2b2 url(/images/background/arrow_right_grey_bg.gif) no-repeat right 4px;
	color: #fff;
	}


/* -----------------------------------------------
Header
----------------------------------------------- */
#upper_header {
	background: #e7e8eb url(/images/background/header_bg.gif) repeat-x top;
	height: 72px;
	}

img#main_logo {
	margin: 17px 0 0 13px;
	}

/* Nav */
#nav {
	background: #dc6d39 url(/images/background/nav_bg.gif) repeat-x top;
	margin: 5px 0 0 0;
	padding: 10px 0 0 0;
	height: 27px;
	}

#nav li {
	display: block;
	float: left;
	margin: 0;
	}

#nav li a {
	border-left: none;
	border-right: 1px solid #ebb585;
	padding: 3px 25px;
	background: none;
	color: #fff;
	}

#nav li a:hover {
	background: none;
	border-left: none;
	padding: 3px 25px;
	text-decoration: underline;
	}

#nav li.nav_selected a {
	border-left: none;
	font-weight: bold;
	text-decoration: underline;
	}

#panel_image {
	clear: left;
	height: 225px;
	background-repeat: no-repeat;
	background-position: bottom;
	}

#info_boxes {
	background: url(/images/background/page_intro_bg.png) repeat-y;
	float: right;
	width: 535px;
	margin: 45px 15px 0 0;
	}

.logged_out #info_boxes {
	background: url(/images/background/page_intro_bg2.png);
	}

#page_intro {
	padding: 10px;
	width: 268px;
	float: left;
	}

.logged_out #page_intro {
	width: 515px;
	}

#page_intro h1 {
	margin: 0;
    font-size: 1.8em;
	letter-spacing: -0.02em;
	line-height: 1em;
	}

#page_intro h2 {
	margin: 0;
	font-size: 1.4em;
	background: none;
	padding: 0;
	letter-spacing: -0.02em;
	color: #5a6162;
	}

#page_intro p {
	border-top: 1px solid #cccccb;
	border-bottom: 1px solid #cccccb;
	padding: 5px 0;
	font-weight: bold;
	font-size: 0.8em;
	margin: 15px 0 0 0;
	}

/* Profile Area */
#user_profile {
	float: right;
	width: 247px;
	}

#user_profile_left {
	float: left;
	width: 92px;
	}

#user_profile_right {
	float: right;
	width: 143px;
	padding: 6px 4px 4px 8px;
	}

img.inner_picture {
	border: none;
	}

.Raa_Zend_View_Helper_Picture {
	border: none !important;
	}

#user_profile_right h2 {
	margin: 0;
	padding: 0;
	background: none;
	color: #db6930;
	letter-spacing: -0.02em;
	}

#user_profile_right h2 a {
	color: #db6930;
	text-decoration: none;
	}

#user_profile_right p {
	color: #878787;
	}

p.country_name {
	font-size: 0.9em;
	}

p.profile_links {
	color: #424a4b;
	font-size: 0.85em;
	}

p.profile_links a {
	color: #424a4b;
	text-decoration: none;
	}

/* -----------------------------------------------
Main Content
----------------------------------------------- */
#left_content {
	float: left;
	width: 672px;
	padding-top: 5px;
	}

#right_content {
	float: right;
	width: 262px;
	padding-top: 5px;
	}


/* ---------- Right Column ------------------ */

/* Poll */
.poll_box {
	border: 1px solid #d0d1d4;
	background: #e8e9ec;
	padding: 7px 9px;
	}

.poll_box h2 {
	color: #646464;
	margin: 0 0 4px 0;
	background: none;
	padding: 0;
	}

.poll_box h1 {
	margin: 0 0 7px 0;
	color: #585858;
	font-weight: bold;
	letter-spacing: normal;
	font-size: 1em;
	}

.eDR_eGP_PanelSite_Widget_Poll .header .ajax_load_ani, img.ajax_load_ani, .poll .header img {
	display: none;
	}

/* Drag and Drop Questions */
.poll_order_1 {
	font-size: 30px;
	line-height: 20px;
	}

.poll_order_2 {
	font-size: 20px;
	line-height: 20px;
	}

.poll_order_3, .poll_order_4 {
	font-size: 15px;
	line-height: 20px;
	}

.eDR_eGP_PanelSite_Widget_Poll .options  {
	font-size: 1em;
	}

.eDR_eGP_PanelSite_Widget_Poll ul.ranking li  {
	margin-bottom: 10px;
	}

/* Multi-Choice or Multi-Check questions */
#you_vote_poll .header img {
	display: none;
	}

.eDR_eGP_PanelSite_Widget_Poll li {
	margin: 0;
	clear: left;
	}

.eDR_eGP_PanelSite_Widget_Poll li * {
	vertical-align: middle;
	}

.eDR_eGP_PanelSite_Widget_Poll li.option input {
	height: 13px;
	width: 13px;
	padding: 0;
	margin: 0;
	float: left;
	}

.eDR_eGP_PanelSite_Widget_Poll li.option label span {
	margin: 0 0 4px 3px;
	float: left;
	width: 220px;
	}

.eDR_eGP_PanelSite_Widget_Poll .poll_inner ul {
	margin: 0;
	padding: 0;
	}

.eDR_eGP_PanelSite_Widget_Poll .button_row input {
	background: url("/images/background/arrow_right_orange_bg.gif") no-repeat right 4px #F9CFB2;
	text-align: right;
	border: none;
	font-size: 0.8em;
	color: #000000;
	font-weight: bold;
	padding: 2px 40px 2px 6px;
	text-decoration: none;
	}

.eDR_eGP_PanelSite_Widget_Poll .button_row {
	margin-top: 7px;
	display: inline-block;
	}

/* Poll Results */
.eDR_eGP_PanelSite_Widget_Poll .results  {
	font-size: 1em;
	}

.eDR_eGP_PanelSite_Widget_Poll .poll_inner  h2 {
	display: none;
	}

.eDR_eGP_PanelSite_Widget_Poll table.results tr {
	text-align: left;
	}

.eDR_eGP_PanelSite_Widget_Poll table.results th {
	font-size: 0.8em;
	padding: 0;
	}

.eDR_eGP_PanelSite_Widget_Poll table .bar_graph {
	padding-bottom: 4px;
	}

.eDR_eGP_PanelSite_Widget_Poll .bar_graph .bar_beginning, .eDR_eGP_PanelSite_Widget_Poll .bar_graph .bar_end, .eDR_eGP_PanelSite_Widget_Poll .bar_graph .bar_middle  {
	background: #dd7a31 url(/images/background/bar_bg.gif) repeat-x top;
	padding: 4px 0;
	}

.eDR_eGP_PanelSite_Widget_Poll .bar_graph .bar_beginning {
	border: 1px solid #fff;
	border-right: none;
	}

.eDR_eGP_PanelSite_Widget_Poll .bar_graph .bar_end {
	border: 1px solid #fff;
	border-left: none;
	}

 .eDR_eGP_PanelSite_Widget_Poll .bar_graph .bar_middle {
	border: 1px solid #fff;
	border-left: none;
	border-right: none;
 	}


.eDR_eGP_PanelSite_Widget_Poll table .result {
	font-size: 0.85em;
	}

/* Left Column */
/* News Feed */
.news_feed {
	background: #ebf3dc;
	padding-bottom: 10px;
	}

.news_feed_intro {
	padding: 2px 6px;
	}

.news_feed_intro p {
	color: #487813;
	margin: 0 0 2px 0;
	}

.news_feed_ex {
	padding: 0 6px;
	margin-top: 5px;
	}

.news_feed_ex h2 {
	color: #626262;
	border-bottom: 1px solid #e1e2dd;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	}

.day {
	margin: 0 0 15px 0;
	}

.item {
	margin: 8px 0 0 0;
	}

.news_item {
	background: #fff;
	padding: 6px 6px 10px 6px;
	}

img.item_thumbnail {
	float: left;
	margin: 0 6px 0 0;
	}

.item_header {
	margin-bottom: 4px;
	}

.item p {
	font-size: 0.85em;
	}

/* Survey Item */
.survey_item {
	background: #949691;
	color: #fff;
	font-size: 0.85em;
	margin-bottom: 10px;
	}

.survey_item h3 {
	font-size: 1.1em;
	color: #fff;
	}

.survey_item p {
	font-size: 1em;
	color: #fff;
	}

.survey_item .Raa_Web_Ui_CommandBlock {
	margin-top: 5px;
	}

.survey_item .Raa_Web_Ui_CommandBlock li {
	font-size: 0.95em;
	}

.survey_item .Raa_Web_Ui_CommandBlock li a {
	background: #fff url(/images/background/arrow_right_white_bg.gif) no-repeat right 4px;
	}

/* Survey Title List */
.survey_title_list {
	background: #FFE4CE;
	padding-bottom: 7px;
	}

.survey_title_list ul {
	margin: 0 0 0 25px;
	}

.survey_title_list li {
	margin-bottom: 2px;
	color: #cb7823;
	}

.survey_title_list li a {
	color: #b26307;
	text-decoration: none;
	}

.survey_title_list p {
	margin-left: 7px;
	}

.survey_title_list li.non-eligible {
	color: #b29f90;
	}

/* Individual News Item */
#panel_site_news_item h1 {
	display: none;
	}

#panel_site_news_item .item_header h2 {
	color: #00632e;
	background: #A3C443 url(/images/background/heading_bg.gif) repeat-x top;
	margin: 0 0 5px 0;
	font-size: 1.6em;
	padding: 4px 2px 3px 5px;
	}

#panel_site_news h1 {
	font-size: 1.6em;
 	}

#panel_site_news .item {
	padding: 0;
	margin-bottom: 20px;
	}

#panel_site_news_item .news_item {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	}

#panel_site_news .item_header h2, #panel_site_news .item_header {
	margin-bottom: 0;
	}

#panel_site_news .item_date h3 {
	color: #818181;
	margin: 0 0 4px 0;
	font-size: 0.85em;
	background: #ebf3dc;
	font-weight: normal;
	padding: 2px 0 2px 4px;
	}

/* -----------------------------------------------
Forums
----------------------------------------------- */
.forum_list_ex h2 {
	background: none;
	}

/* Recent Activity */
.recent_activity {
	background: #de8934;
	padding: 9px;
	margin-bottom: 10px;
	}

.recent_activity h2 {
	background: none;
	color: #333333;
	margin: 0;
	padding: 0;
	}

.recent_activity .table_container {
	border: 1px solid #de8934;
	background: #fff;
	margin-top: 4px;
	padding: 4px 6px 10px 6px;
	}

table.topic_list {
	border-collapse: collapse;
	font-size: 0.8em;
	}

tr.topic_list_header_row th {
	border-bottom: 2px solid #de8934;
	}

.topic_list th, .topic_list td {
	vertical-align: middle;
	}

table.topic_list td {
	padding: 4px 10px 4px 0;
	border-bottom: 1px dotted #de8934;
	}

table.topic_list td a {
	text-decoration: none;
	color: #008ecb;
	}

.topic_list .Raa_Web_Ui_CommandBlock ul li a {
	font-size: 1.2em;
	color: #000;
	}

/* Listed Forums */
.forum_list_ex .forum {
	background: #ffe4ce url(/images/background/forum_bg.gif) top left no-repeat;
	border: none;
	padding: 9px 11px;
	}

.forum_list_ex .forum h1 {
	margin: 0 0 5px 0;
	border-bottom: 1px solid #888;
	padding: 0;
	}

.forum_list_ex .forum h2 {
	margin: 0 0 7px 0;
	padding: 0;
	color: #333;
	border-bottom: 1px dotted #ebac78;
	}

.forum_list_ex .forum .topic_list {
	margin-bottom: 20px;
	}

/* Topic List */
#forum_intro .Raa_Web_Ui_CommandBlock {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #888;
	}

#topics {
	background: #ffe4ce url(/images/background/forum_bg.gif) top left no-repeat;
	padding: 9px;
	margin: 10px 0;
	}

#topics form {
	margin: 0;
	padding: 0;
	}

.eDR_eGP_PanelSite_Widget_PostListTable .Raa_Web_Ui_Widget_Repeater .content {
	padding: 0 !important;
	}

.eDR_eGP_PanelSite_Widget_PostListTable table .post td {
	border-top: 1px solid #de8934;
	}

.eDR_eGP_PanelSite_Widget_PostListTable table td {
	padding-top: 4px;
	}

.eDR_eGP_PanelSite_Widget_PostListTable table td a {
	text-decoration: none;
	color: #008ecb;
	}

.eDR_eGP_PanelSite_Widget_PostListTable table span {
	font-size: 0.9em !important;
	}

table.post_list tr.selected_post {
	background: #ffc698;
	}

/* Post */
.post_list_ex h2 {
	background: none;
	padding: 0;
	font-weight: normal;
	}

.post_list_ex .posted_details {
	color: #424a4b;
	font-size: 0.8em;
	}

.post_list_ex .post {
	padding: 10px 0 0 0;
	margin-top: 10px;
	}

.post_list_ex .root_post {
	background: #ebf3dc;
	padding: 4px 6px;
	}

.post_list_ex .post.root_post .inner {
	font-size: 1em;
	}

.post_list_ex .post .inner {
	font-size: 0.85em;
	}

#forum_intro .root_post .Raa_Web_Ui_CommandBlock {
	border-bottom: none;
	}

.post_list_ex .post .Raa_Web_Ui_CommandBlock li {
	margin: 0 0 3px 0;
	}

.post_list_ex .post .Raa_Web_Ui_CommandBlock li a {
	display: block;
	}

.eDR_eGP_PanelSite_Widget_PostList .Raa_Web_Ui_Widget_Repeater .widget_content .content {
	padding-top: 0;
	}

.post_list_ex .right_panel {
	border-left: 1px solid #888;
	padding-left: 7px;
	}

.post_list_ex .selected_post {
	border-left: none;
	background: #FFE4CE;
	padding: 5px 7px;
	}

#posts_results p.block_look_info {
	margin-top: 7px;
	}

/* Post Rating */
.post_list_ex .post .bottom_bar .post_rating .Raa_Web_Ui_CommandBlock li {
	display: block;
	margin-bottom: 4px;
	}

.post_list_ex .post .bottom_bar .post_rating .Raa_Web_Ui_CommandBlock li a {
	display: block;
	}

/* Replying to Post */
#replying_to_post {
	margin-bottom: 10px;
	}

#poster {
	border: 1px solid #ccc;
	padding: 9px 11px;
	}

#replying_to_post .post {
	margin-top: 0;
	padding-top: 0;
	}

/* Report Post */
.inappropriate_report {
	background: #ebf3dc;
	padding: 9px 11px;
	}

/* Moving Post */
.cat_post_move li {
	float: left;
	margin-right: 7px;
	}

/* Hiding Content */
.post .inner .block_look_negative {
	width: 500px;
	}

/* Right Panel Topic List */
.right_panel_topiclist .Raa_Web_Ui_CommandBlock li {
	list-style-type: square;
	margin-left: 20px;
	font-size: 0.95em;
	}

.right_panel_topiclist .Raa_Web_Ui_CommandBlock li a {
	background: none;
	padding: 0;
	font-weight: normal;
	color: #de8934;
	}

.right_panel_topiclist .Raa_Web_Ui_CommandBlock li a:hover {
	background-color: #de8934;
	color: #fff;
	}

.right_panel_topiclist .topic_list_header_row {
	display: none;
	}

.right_panel_topiclist .topic_list {
	width: 100%;
	}

.right_panel_topiclist .topic_list td {
	}


p.back_to_link a {
	text-decoration: none;
	}

p.back_to_link a:hover {
	background: #008ECB;
	color: #fff;
	}

/* -----------------------------------------------
Tabsets (Profile)
----------------------------------------------- */
.tabset .tabset_nav ul li {
	list-style-type: none;
	border: none !important;
	color: #fff;
	padding: 4px 0 0 0 !important;
	margin: 0;
	}

.tabset .tabset_nav ul li a {
	text-decoration: none;
	border-right: 1px solid #EBB585;
	padding: 0px 15px;
	color: #fff;
	}

.tabset .tabset_nav ul li a:hover {
	text-decoration: underline;
	}

.tabset .tabset_nav ul {
	background: #DC6D39 url("/images/background/nav_bg.gif") repeat-x center top;
	height: 25px;
	padding-top: 0px !important;
	}

.tabset .tabset_nav ul li.nav_selected {
	background: none !important;
	font-weight: bold;
	}

.tabset .tabset_nav ul li.nav_selected a {
	text-decoration: underline;
	}

.tabset .tabset_page {
	border-top: none !important;
	}

.tabset .tabset_page h2 {
	background: none;
	padding: 0;
	color: #000;
	font-weight: normal;
	margin: 0 0 4px 0;
	}

table.zend_form .full-span td {
	padding-top: 0.5em;
	}

.avatar_interface .clear_avatar_form {
	margin-top: 10px;
	}

table.zend_form .full-span input {
	background: url("/images/background/arrow_right_orange_bg.gif") no-repeat right 4px #F9CFB2;
	text-align: right;
	border: none;
	font-size: 0.8em;
	margin-right: 4px;
	color: #2a2a2a;
	font-weight: bold;
	padding: 2px 40px 2px 6px;
	text-decoration: none;
	}

.avatar_interface .footer {
	display: none;
	}

/* -----------------------------------------------
Profile Page
----------------------------------------------- */
#edc_member_actions {
	margin-top: 5px;
	}

#edc_avatar {
	margin-right: 5px;
	}

/* -----------------------------------------------
Messages
----------------------------------------------- */
#flash_messages {
	/*padding-top: 8px;*/
	margin-top: 5px;
	/*display: inline-block;*/
	/*width: 100%;*/
	}

#panel_content #flash_messages ul {
	margin: 4px 0 0 20px;
	}

#panel_content p.block_look_info {
	background: #a5cfe5 url(/images/background/block_info_bg.gif) no-repeat 4px 4px;
	border: 1px solid #8bb1cf;
	color: #253f76;
	font-size: 0.85em;
	min-height: 16px;
	padding: 5px 0 2px 25px;
	}

#panel_content .block_look_positive {
	background: #c5e0b6 url(/images/background/block_positive_bg.gif) no-repeat 4px 4px;
	border: 1px solid #86a07a;
	color: #86a07a;
	min-height: 16px;
	padding: 5px 0 0 25px;
	margin-bottom: 3px;
	}

#panel_content .block_look_positive ul {
	margin: 0 !important;
	padding-bottom: 3px;
	}

#panel_content .block_look_positive li {
	color: #516a46;
	font-size: 11px;
	list-style-type: none;
	}

.block_look_negative {
	background: #ef7b62 url(/images/background/block_negative_bg.gif) no-repeat 4px 4px;
	border: 1px solid #aa3f2d;
	color: #770a05;
	min-height: 16px;
	padding: 5px 0 0 25px;
	}

table.zend_form td ul.errors {
	background: #ef7b62 url(/images/background/block_negative_bg.gif) no-repeat 4px 4px;
	border: 1px solid #aa3f2d;
	color: #770a05;
	padding: 5px 0 2px 25px;
	margin: 5px 0;
	}

#panel_content .block_look_negative ul {
	margin: 0 !important;
	}

#panel_content .block_look_negative li {
	color: #770a05;
	list-style-type: none;
	font-size: 11px;
	}

.block_look_warning {
	background: #eae2b6 url(/images/background/block_warning_bg.gif) no-repeat 4px 4px;
	border: 1px solid #bda24f;
	color: #bda24f;
	min-height: 16px;
	padding: 5px 0 0 25px;
	}

#panel_content .block_look_warning li {
	color: #866f1c;
	list-style-type: none;
	}

/* -----------------------------------------------
Footer
----------------------------------------------- */
#panel_site_foot {
	margin: 0 auto;
	padding: 6px 0 6px 0;
	width: 960px;
	}

#panel_site_foot p {
	color: #8e9293;
	}

#panel_site_foot p a {
	color: #8e9293;
	}

#footer_left {
	float: left;
	}

#footer_right {
	float: right;
	}

#footer_right img {
	border: none;
	}

/* -----------------------------------------------
FAQs
----------------------------------------------- */
.answer {
	margin-bottom: 30px;
	}

#faq_questions {
	margin-bottom: 8px;
	}

#faq_questions h2 {
	background: none;
	padding: 0;
	color: #626262;
	margin: 0 0 5px 0;
	}

#faq_questions li {
	margin: 0 0 4px 0;
	}

#faq_questions a {
	text-decoration: none;
	}

p.top_link {
	text-align: right;
	font-size: 0.85em;
	}

p.top_link a {
	font-size: 0.85em;
	text-decoration: none;
	}

/* -----------------------------------------------
Login
----------------------------------------------- */

/* Login Page */
#login_page #panel_widget_login {
	background: #FFE4CE;
	margin-bottom: 4px;
	}

/* Forgotten Password */
#panel_widget_forgot .forgot_form {
	background: #FFE4CE;
	padding: 9px 11px;
	}

/* Side Bar Login */
.side_module #page_login h2 {
	margin-top: 0;
	}

.side_module #panel_widget_login {
	background: #FFE4CE;
	}

#page_login input.raaform_input_text, #page_login input.raaform_input_password {
	/*padding: 3px 5px;*/
	width: 80%;
	}

#page_login .login_form_widget table.zend_form {
	width: 100%;
	}

#page_login table.zf_colcount_2 th {
	vertical-align: middle;
	}

#page_login table.zf_colcount_2 td {
	padding-left: 4px;
	}

/* Register Form */
.signup_form {
	background: #FFE4CE;
	padding: 9px 11px;
	}

/* -----------------------------------------------
Survey Theme
----------------------------------------------- */

/* General Settings */
#ng_survey {
	background: #FFE4CE none repeat scroll 0 0;
	padding: 10px;
	}

#ng_title h1 {
	background:#A3C443 url(/images/background/heading_bg.gif) repeat-x scroll center top;
	color:#00632E;
	font-size:1.6em;
	margin:0 0 5px;
	padding:4px 2px 3px 5px;
	}

#ng_survey, #ng_survey_content {
	margin-top: 0;
	}

#ng_questions {
	margin: 0;
	}

#ng_progress_container {
	margin-bottom: 15px;
	padding-top: 3px;
	}

#progressbar .label_left {
	display: none;
	}

#progressbar .label_right {
	line-height: 23px;
	width: 55px;
	font-size: 1em;
	}

#progressbar {
	width: 100%;
	}

#ng_progress_num {
	text-align: left;
	margin-bottom: 2px;
	font-size: 0.85em;
	}

#progressbar .bar {
	background-image: none;
	background-color: #fff;
	border: 1px solid #dd7a31;
	width: 595px;
	height: 23px;
	}

#progressbar .bar .bar_filled {
	background-image: none;
	border-right: none;
	background-color: #dd7a31;
	height: 23px;
	}

/* Messages */
#ng_intro, #ng_outro {
	background: #fff;
	margin: 0 0 15px 0;
	padding: 7px 9px;
	}

#ng_error {
	padding: 9px 11px;
	background: #ffeeee;
	font-size: 1.1em;
	}

.ng_qt_text_field input:focus, .ng_qt_dropdown select:focus, .ng_qt_text_field_multi textarea:focus, .ng_qt_multi_dropdown select:focus, .ng_date_fields select:focus {
	background-color: #fff;
	}

/* Question Styles */
.ng_question_text {
	font-size: 0.9em;
	}

.ng_hover:hover, .ng_hovered {
	background-color: #ffe4ce;
	}

.ng_question_error .ng_hover:hover, .ng_question_error .ng_hovered {
	background: #ffeeee;
	}

fieldset#ecos_hiddenfields {
	display: none;
	}

.ng_question_disabled li {
	color: #C1C1C1;
	}

.ng_qt_text_field input {
	padding: 2px 2px;
	font: 1.05em Arial, sans-serif;
	}

.ng_question .overTxtLabel {
	margin-top: 1px;
	font-size: 1.05em;
	}

#ng_survey li {
	list-style-type: none;
	}

/* Navigation */
#ng_nav {
	border-top: 1px solid #dd7a31;
	}

#ng_next_btn, #ng_continue_btn, #ng_finish_btn, #ng_start_btn {
	background: url("/images/background/arrow_right_orange_bg.gif") no-repeat right 4px #F9CFB2;
	text-align: left;
	border: none;
	font-size: 0.8em;
	color: #000000;
	font-weight: bold;
	padding: 2px 30px 2px 6px;
	text-decoration: none;
	cursor: pointer;
	}

#ng_previous_btn {
	background: url("/images/background/arrow_left_orange_bg.gif") no-repeat left 4px #F9CFB2;
	text-align: right;
	border: none;
	font-size: 0.8em;
	color: #000000;
	font-weight: bold;
	padding: 2px 6px 2px 30px;
	text-decoration: none;
	cursor: pointer;
	}

/* Profiling Survey */
#c_ecos_541354729, #c_ecos_996876148 {
	margin-bottom: 0;
	}

#c_ecos_467170354 label, #c_ecos_996876148 label {
	display: none;
	}

/* -------------------------------------
Twitter Feed
------------------------------------- */
#twitter {
	background: url(/images/background/twitter_lower_bg.gif) no-repeat bottom;
	width: 262px;
	margin: 10px 0 0 0;
	}

#twitter_inner {
	background: url(/images/background/twitter_top_bg.gif) no-repeat top;
	padding: 6px 11px 12px 11px;
	}

#twitter h2 {
	background: none;
	color: #fff;
	padding: 0;
	font-weight: normal;
	margin: 0 0 14px 0;
	}

.rss_item {
	font-size: 0.9em;
	line-height: 1.5em;
	margin-bottom: 8px;
	color: #4e4e4e;
	}

#twitter a.external {
	text-decoration: none;
	background: #de8c35;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 0.85em;
	padding: 2px 5px;
	text-align:  right;
	}

#twitter a:hover.external {
	background: #36ccff;
	}

#twitter .rss_item a {
	background: none;
	padding: 0;
	font-size: 1em;
	text-align: left;
	color: #008ECB;
	}

#twitter .rss_item a:hover {
	background: none;
	text-decoration: underline;
	color: #008ECB;
	}


/* Callout */
.callout {
	width: 262px;
	margin-bottom: 7px;
	}

.callout_orange {
	background: url(/images/background/orange_callout_lower.gif) no-repeat bottom;
	}

.callout_orange .callout_inner {
	background: url(/images/background/orange_callout_top.gif) no-repeat top;
	padding: 0 10px 4px 10px;
	}

.callout_orange .callout_inner h2 {
	color: #fff;
	margin: 0 0 7px 0;
	font-size: 1.2em;
	line-height: 28px;
	padding: 0;
	background: none;
	}

.callout_orange .callout_inner a {
	text-decoration: none;
	}

.callout_orange .callout_inner a:hover {
	background: #008ECB;
	color: #fff;
	}
/* End of bundled file */

