/* 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/surveypanel/application/assets/global_styles.css */
/* -----------------------------------------------
Global Styles - Screen
----------------------------------------------- */

/* -----------------------------------------------
General Styles
----------------------------------------------- */

body, html {
	margin: 0;
	padding: 0;
	}

body {
	background: #004884 url(/images/background/body_bg.gif) repeat-x;
	font: 12px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	}

#panel_site {
	border: 1px solid #000;
	padding: 20px 20px 20px 20px;
	width: 720px;
	margin: 0 auto;
	background: #fff url(/images/background/compass_bg.gif) no-repeat;
	}

#nav {
	margin-bottom: 0;
	}

h1 {
	background: url(/images/background/heading_bg.gif) repeat-x;
	color: #FFF;
	height: 37px;
	line-height: 37px;
	margin: 0 0 10px 0;
	padding: 0 10px;
	font-size: 14px;
	font-weight: normal;
	}

h2 {
	margin: 3px 0 5px 0;
	}

p {
	margin: 0 0 8px 0;
	line-height: 15px;
	}

ul {
	margin-top: 0;
	}

/* ------------- Navigation --------------- */
#nav li a {
	background: #ffe2d9;
	border-left: 4px solid #c3423a;
	}

#nav {
	margin-bottom: 10px;
	}

/* -----------------------------------------------
Login
----------------------------------------------- */
#page_login h1 {
	background: none;
	color: #000;
	line-height: normal;
	height: auto;
	padding: 0;
	margin-top: 6px;
	}

.tabular_form {
	margin: 0;
	background: url(/images/background/survey_bg.gif) no-repeat right 3px;
	}

#panel_widget_login {
	border: 1px dotted #c5433b;
	padding: 15px 0 10px 0;
	}

#panel_widget_login form {
	margin: 0;
	padding: 0;
	}

.tabular_form label, .tabular_form .label {
	width: 10%;
	}

.tabular_form .button_row {
	text-align: left;
	padding-left: 168px;
	margin-top: 4px;
	}

#panel_widget_login.tabular_form input {
	font: 13px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	}

#panel_widget_login.tabular_form input#btn_login {
	background-color: #0065BA;
	border: 1px solid #FFFFFF;
	color: #fff;
	cursor: pointer;
	padding: 2px 5px;
	font: 11px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	}

/* -----------------------------------------------
Survey List
----------------------------------------------- */
.item {
	background: url(/images/background/survey_bg2.gif) no-repeat 0 10px;
	padding: 7px 0 0 47px;
	margin: 0 0 20px 0;
	border-top: 1px dotted #c5433b;
	border-bottom: 1px dotted #c5433b;
	min-height: 67px;
	}

.item h2 {
	margin: 0 0 4px 0;
	}

.item p {
	font-size: 11px;
	margin: 0 0 6px 0;
	line-height: 16px;
	}

/* -----------------------------------------------
Flash Messages
----------------------------------------------- */
#flash_messages {
	font-size: 11px;
	margin: 10px 0;
	}

/* -----------------------------------------------
Survey Theme
----------------------------------------------- */
#ng_survey_wrap h1 {
	background: none;
	color: #000;
	line-height: normal;
	height: auto;
	padding: 0;
	margin-top: 6px;
	border-bottom: 1px dotted #c5433b;
	font-weight: bold;
	font-size: 16px;
	}

.ng_separator {
	margin-bottom: 0 !important;
	}

/* ------------- Progress Bar --------------- */
#ng_progress_container {
	margin: 20px 0 12px 0;
	}

#progressbar .bar {
	background-image: url(/images/progress_bg.gif) !important;
	}

#progressbar .bar .bar_filled {
	background-image: url(/images/progress_barber.gif) !important;
	}

/* ------------- Navigation  --------------- */
#ng_start_btn, #ng_continue_btn, #ng_previous_btn, #ng_finish_btn, #ng_saveandquit_btn {
	background-color: #0065BA !important;
	border: 1px solid #FFFFFF !important;
	color: #fff !important;
	cursor: pointer;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 2px 5px;
	}

/* ------------- Questions  --------------- */
.ng_question div.ng_question_inner {
	background: none !important;
	padding: 0 !important;
	}

/* ------------- Messages --------------- */
p#ng_error {
	color: #ff0000 !important;
	font-weight: bold;
	}

/* -----------------------------------------------
Footer
----------------------------------------------- */
#panel_site_foot {
	width: 760px;
	margin: 0 auto;
	color: #9cbbd6;
	}

#panel_site_foot a {
	color: #9cbbd6;
	}

#panel_site_foot .footer_links {
	float: right;
	}
/* End of bundled file */

