/* 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/vhtdocs/skynews2/application/assets/main.css */
/* ----------------------------------------------
SKY NEWS PANEL - Global Styles
----------------------------------------------- */
body {
	background: url(/images/background/body_bg.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}

#panel_site {
	width: 960px;
	margin: 17px auto 0 auto;
	}

#upper_header {
	background: url(/images/background/header_bg2.png) no-repeat top left;
	height: 100px;
	}

/* PANEL SITE HEAD */
#panel_site_head {
 	min-height: 383px;
	}

.image01 {
	background: url(/images/header/header01.jpg) no-repeat bottom;
	}

.image02 {
	background: url(/images/header/header02.jpg) no-repeat bottom;
	}



/* Login Logout Tab */
#login_logout {
	float: right;
	background: url(/images/background/logout_tab_left.gif) no-repeat top left;
	height: 25px;
	padding-left: 14px;
	margin-right: 30px;
	}

#login_logout ul {
	margin: 0;
	padding: 5px 16px 0 0;
	height: 20px;
	background: url(/images/background/logout_tab_right.gif) no-repeat top right;
	}

#login_logout li {
	list-style-type: none;
	float: left;
	display: block;
	font-size: 11px;
	border-right: 1px solid #000;
	padding: 0 4px 0 6px;
	}

#login_logout li.last_item {
	border-right: none;
	}

#login_logout li a {
	text-decoration: none;
	color: #000;
	}

a#go_news {
	float: right;
	margin-right: 15px;
	}

a#go_news img {
	border: 0;
	}

img#sky_news {
	border: none;
	float: left;
	margin: 32px 0 0 36px;
	}


/* Headline */
#headline {
	background: url(/images/background/grid.png) no-repeat bottom;
	height: 62px;
	width: 100%;
	}

#headline h1 {
	font-size: 22px;
	background: #fff;
	margin: 9px 0 0 10px;
	padding: 0 6px;
	float: left;
	clear: left;
	}

#headline h2 {
	font-size: 12px;
    background: #fff;
	margin: 0 0 0 114px;
	padding: 1px 6px;
	white-space: nowrap;
	font-weight: normal;
	float: left;
	clear: left;
	}

/* Primary Navigation */
#nav {
	background: url(/images/background/nav_left.png) no-repeat top left;
	height: 28px;
	padding-left: 7px;
	margin: 15px 0 0 15px;
	}


#nav ul {
	margin: 0;
	padding: 0;
	background: url(/images/background/nav_right.png) no-repeat top right;
	height: 28px;
	float: left;
	line-height: 28px;
	padding: 0 0 0 10px;
	}

#nav li {
	list-style-type: none;
	float: left;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin: 0 20px 0 0;
	}

#nav li a {
	text-decoration: none;
	color: #000;
	}

#nav li a:hover {
	text-decoration: underline;
	}

#nav li.nav_selected a {
	text-decoration: underline;
	}


/* Tab Links */
#tab_links {
	margin: 127px 0 0 30px;
	height: 51px;
	}

.tab_item {
	background: url(/images/background/tab_right.png) no-repeat top right;
	float: left;
	padding-right: 33px;
	margin-right: 10px;
	}

.tab_item_inner {
	background: url(/images/background/tab_left.png) no-repeat top left;
	height: 47px;
	padding: 4px 0 0 12px;
	}

.tab_item h3 {
	font-size: 22px;
	margin: 0;
	}

.tab_item h3 a {
	color: #000;
	text-decoration: none;
	}

.tab_item p {
	font-size: 11px;
	text-align: right;
	white-space: nowrap;
	margin: 0;
	color: #ef000c;
	}

.tab_item p a {
	color: #ef000c;
	text-decoration: none;
	}


/* PANEL CONTENT */
#left_content {
	float: left;
	margin: 10px 0 10px 0;
	width: 700px;
	background: #e4e4e4 url(/images/background/content_bg_top.gif) no-repeat top left;
	}

#right_content {
	float: right;
	width: 247px;
	}

#left_inner {
	background: url(/images/background/content_bg_lower.gif) no-repeat bottom left;
	padding: 9px 11px;
	}



/* RIGHT CONTENT */
.side_module {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	}

#right_content {
	margin-top: 10px;
	}

#right_content h2 {
	color: #fff;
	background: #000;
	font-size: 22px;
	padding: 0 5px;
	font-weight: normal;
	display: inline;
	margin: 0;
	}

#right_content h3 {
	font-size: 15px;
	margin: 4px 0 6px 0;
	font-weight: normal;
	}

/* Register Invite */
#register_invite p {
	font-size: 15px;
	margin: 10px 0 8px 0;
	}

a#register_link {
	background: url(/images/background/arrow.gif) no-repeat 0 1px;
	font-size: 12px;
	padding: 0 0 0 16px;
	margin: 0;
	color: #ef000c;
	text-decoration: none;
	}

#right_content #page_login .block_bottom {
	display: none;
	}

/* Login Widget */
.login_form_widget {
	padding: 0 !important;
	}

form#login_form {
	margin: 0;
	padding: 0;
	}

#right_content #panel_widget_login {
	display: inline-block;
	width: 100%;
	}

.login_form_widget table.zend_form th label.required, .login_form_widget table.zend_form td label.required {
	font-size: 11px;
	font-weight: normal;
	}

input.raaform_input_text, input.raaform_input_password {
	border: 2px solid #f9999e;
	padding: 2px;
	width: 180px;
	}

#panel_widget_login .checkbox_layout {
	height: 30px;
	}

#panel_widget_login .checkbox_layout label {
	font-size: 11px;
	}

#panel_widget_login .checkbox_layout input {
	position: relative;
	/*height: 13px;*/
	width: 13px;
	top: 2px;
	margin: 0 2px 0 0;
	padding: 0;
	left: 2px;
	}

.login_form_widget .login_form .full-span {
	text-align: left !important;
	}

.login_form_widget table.zend_form .full-span td {
	padding-top: 5px !important;
	}



table.zend_form .full-span input {
	border: 0;
	background: #e4e4e4 url(/images/background/grey_arrow_right.gif) no-repeat right;
	font: bold 11px Arial, Verdana, sans-serif;
	width: 70px;
	text-align: left !important;
	margin-bottom: 6px;
	}

#panel_widget_forgot table.zend_form .full-span input {
	width: 100px;
	}

#page_login .block_content {
	font-size: 12px;
	}

#page_login .block_content a {
	color: #ef000c;
	}


/* LEFT CONTENT */
#left_content h1 {
	color: #fff;
	background: #000;
	font-size: 22px;
	padding: 0 5px;
	font-weight: normal;
	display: inline;
	margin: 0;
	}

#left_content h2 {
	color: #000;
	padding: 0 4px;
	font-size: 14px;
	letter-spacing: -1px;
	display: inline;
	background: #e79fa3;
	font-weight: bold;
	border-bottom: 1px solid #e79fa3;
	height: 15px;
	margin: 0;
	}

#left_content a {
	color: #ef000c;
	}

#left_content p {
	font-size: 11px;
	}

#left_content ul {
	margin: 8px 0;
	}

#left_content li {
	font-size: 11px;
	margin: 0 0 4px 0;
	}

ol.sub_sub_list li {
	list-style-type: lower-roman;
	}

.inline_fix {
	display: block;
	margin-bottom: 3px;
	}

#left_content h3 {
	font-size: 15px;
	letter-spacing -1px;
	margin: 0;
	}

#left_content .item_date h3 {
	font-size: 12px;
	color: #8d8d8d;
	margin: 2px 0 3px 0;
	}


#left_content p {
	font-size: 11px;
	margin: 0 0 6px 0;
	}

p#welcome_back {
	font-size: 13px;
	font-weight: bold;
	}



/* FOOTER */
#panel_site_foot {
	background: url(/images/background/footer_bg2.gif) no-repeat;
	clear: both;
	margin: 0 auto;
	width: 960px;
	color: #fff;
	height: 29px;
	font-size: 11px;
	margin-top: 10px;
	line-height: 29px;
	}

#panel_site_foot a {
	color: #fff;
	text-decoration: none;
	}

.copyright {
	float: left;
	padding: 0 0 0 10px;
	}

.footer_links {
	float: right;
	padding: 0 10px 0 0;
	}

.footer_links img {
	border: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: 4px;
	}





.install_type {
	display: none;
}



/* PAGES */


/* Login Page */
#page_login {

	}


#page_login h2 {
	color: #fff;
	background: #000;
	font-size: 22px;
	padding: 0 5px;
	font-weight: normal;
	display: inline;
	margin: 0 0 10px 0;
	}

#page_login .block_content {
	margin-top: 7px;
	}

#left_content #panel_widget_login {
	background: #fff;
	padding: 9px 11px 2px 11px !important;
	margin-bottom: 5px;
	}

#left_content #panel_widget_login form {
	margin: 0;
	}

.login_form_widget table.zf_colcount_2 .checkbox_layout td {
	padding-top: 3px !important;
	}



/* News Feed */
p#feed_info {
	margin: 3px 0 12px 0;
	padding-bottom: 4px;
	border-bottom: 1px dotted #777777;
	}

.day {
	margin: 0 0 30px 0;
	}

.news_item {
	background: #fff;
	margin: 6px 0 10px 0;
	padding: 6px 9px;
	}

.news_item .blocker {
	clear: both;
	}

.item_content {
	font-size: 11px;
	margin: 4px 0;
	}

img.item_thumbnail 	{
	float: left;
	margin: 0 6px 6px 0;
	}

.item_survey_link {
	clear: both;
	}

/* Survey Page */
.survey_item {
	background: #fff;
	padding: 6px 9px;
	margin: 6px 0 10px 0;
	}


/* Tabset (profile) */
.tabset .tabset_nav {
	height: 30px;
	}

#left_content .tabset .tabset_nav ul li {
	border: 0 !important;
	font-size: 12px;
	}

#left_content .tabset .tabset_nav ul {
	margin: 0;
	}

#left_content .tabset .tabset_nav ul li a {
	text-decoration: none;
	color: #000;
	}

#left_content .tabset .tabset_nav ul li a:hover {
	color: #ef000c;
	}

#left_content .tabset .tabset_nav ul li.nav_selected {
	background: #ef000c !important;
	font-size: 16px;
	font-weight: bold;
	margin: 0 5px 0 0;
	padding: 2px 6px;
	}

#left_content .tabset .tabset_nav ul li.nav_selected a {
	color: #fff;
	}

.tabset .tabset_page {
	padding: 15px 9px 0 9px !important;
	border: none !important;
	background: #fff;
	}

.tabset .tabset_page form {
	margin: 0;
	padding: 0;
	}

table.zf_colcount_2 td {
	padding-bottom: 4px;
	}

table.zend_form th label.required, table.zend_form td label.required {
	font-size: 11px !important;
	}

table.zend_form th label.optional {
	font-size: 11px !important;
	}

.tabset .tabset_page table.zend_form .full-span input {
	width: 115px;
	}



/* Buttons */
.Raa_Web_Ui_CommandBlock {
	margin-top: 10px;
	margin-bottom: 5px;
	}

.Raa_Web_Ui_CommandBlock ul {
	margin: 0;
	padding: 0;
	}

.Raa_Web_Ui_CommandBlock ul li {
	list-style-type: none;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	}

#left_content .Raa_Web_Ui_CommandBlock ul li a {
	background: #e4e4e4 url(/images/background/grey_arrow_right.gif) no-repeat right;
	text-decoration: none;
	color: #4a4a4a;
	padding: 1px 25px 1px 4px;
	}

/* Forgotten Password */
#panel_widget_forgot {
	margin-top: 10px;
	background: #fff;
	padding: 9px 11px !important;
	}

#panel_widget_forgot form {
	margin: 0 !important;
	}

#panel_widget_forgot .field_row {
	margin-bottom: 6px;
	}

#panel_widget_forgot .field_row label {
	font-size: 11px;
	margin-right: 4px;
	}

#panel_widget_forgot .button_row input {
	border: 0;
	background: #e4e4e4 url(/images/background/grey_arrow_right.gif) no-repeat right;
	font: bold 11px Arial, Verdana, sans-serif;
	width: 90px;
	text-align: left !important;
	margin-bottom: 3px;
	}

/* Registration */
form.signup_form {
	background: #fff;
	padding: 9px 11px 2px 11px;
	}

form.signup_form table.zend_form .full-span td {
	padding-top: 10px;
	}

/* Poll */
.poll {
	background: url(/images/background/poll_bg.gif) no-repeat bottom right;
	}

.poll h1 {
	font-size: 13px;
	margin: 4px 0 4px 0;
	padding: 0;
	}

#right_content .poll .poll_inner h2 {
	display: none;
}

.poll_container form {
	zoom: 1;
	padding: 0;
	margin: 0;
}

.eDR_eGP_PanelSite_Widget_Poll .options label {
	font-size: 12px;
	font-weight: normal;
	color: #ef000c;
	}

.eDR_eGP_PanelSite_Widget_Poll .button_row {
	margin-top: 10px;
	}

.poll .button_row input {
	border: 0;
	background: #e4e4e4 url(/images/background/grey_arrow_right.gif) no-repeat right;
	font: bold 11px Arial, Verdana, sans-serif;
	width: 70px;
	text-align: left !important;
	margin-bottom: 3px;
	padding: 0 20px 0 3px
	}

/* Poll Results */
.eDR_eGP_PanelSite_Widget_Poll table.results tr {
	text-align: left;
	}

.eDR_eGP_PanelSite_Widget_Poll table.results th {
	font-size: 11px;
	padding-left: 0;
	color: #3f3f3f;
	}

.eDR_eGP_PanelSite_Widget_Poll .results {
	font-size: 10px;
	font-weight: normal;
	}

.eDR_eGP_PanelSite_Widget_Poll table .bar_graph {
	border-bottom: 1px solid #7c7c7c;
	}

.eDR_eGP_PanelSite_Widget_Poll .bar_graph .bar_beginning, .eDR_eGP_PanelSite_Widget_Poll .bar_graph .bar_end, .eDR_eGP_PanelSite_Widget_Poll table .bar_graph div {
	background: #ef000c;
	}

/* -----------------------------------------------
Messages
----------------------------------------------- */
#flash_messages {
	/*padding-top: 8px;*/
	margin-top: 5px;
	margin-bottom: 5px;
	/*display: inline-block;*/
	/*width: 100%;*/
	}

#flash_messages ul {
	margin: 4px 0 0 20px;
	padding: 0;
	}

p.block_look_info {
	background: #a5cfe5 url(/images/background/block_info_bg.gif) no-repeat 4px 4px;
	border: 1px solid #8bb1cf;
	color: #253f76;
	margin: 5px 10px;
	min-height: 16px;
	padding: 5px 0 3px 25px;
	font-size: 11px;
	}

.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: 5px;
	}

.block_look_positive ul {
	margin: 0 !important;
	}

#panel_content ul.block_look_positive, #panel_content ul.block_look_negative {
	margin: 0;
	}

.block_look_positive li {
	color: #516a46;
	list-style-type: none !important;
	font-size: 11px;
	padding-bottom: 3px;
	}

#panel_content .block_look_positive li, #panel_content .block_look_negative li {
	list-style-type: none;
	margin-bottom: 0;
	}

.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;
	font-size: 11px;
	}

table.zend_form td ul.errors {
	background: #ef7b62 url(/images/background/block_negative_bg.gif) no-repeat 4px 4px !important;
	border: 1px solid #aa3f2d !important;
	color: #770a05;
	padding: 5px 0 3px 25px !important;
	margin: 5px 0;
	font-size: 11px;
	}

.block_look_negative ul {
	margin: 0 !important;
	}

.block_look_negative li {
	color: #770a05;
	list-style-type: none;
	font-size: 11px;
	padding-bottom: 3px;
	}

.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;
	font-size: 11px;
	}

.block_look_warning li {
	color: #866f1c;
	list-style-type: none;
	font-size: 11px;
	padding-bottom: 3px;
	}

#album_results p.block_look_info {
	margin: 10px;
	}


/* Survey Theme */
p.item_reason {
	font-weight: bold;
	color: #5f5f5f;
	font-style: italic;
	}

#ng_survey_content_wrap {
	background: #fff;
	padding: 9px 11px;
	margin-top: 10px;
	font-size: 12px;
	}

#ng_survey_content {
	zoom: 1;
	}

#ng_questions {
	margin: 0;
	}

.ng_question .ng_question_inner {
	background: none;
	padding: 0;
	}

#ng_previous_btn, #ng_next_btn, #ng_continue_btn, #ng_finish_btn, #ng_start_btn {
    border: 0;
	background: #e4e4e4 url(/images/background/grey_arrow_right.gif) no-repeat right;
	font: bold 11px Arial, Verdana, sans-serif;
	width: 110px;
	text-align: left !important;
	cursor: pointer;
	margin-bottom: 6px;
	padding-left: 4px;
	}

#ng_previous_btn {
	background: #e4e4e4 url(/images/background/grey_arrow_left.gif) no-repeat left;
	text-align: right !important;
	padding-right: 4px;
	}

#ng_nav {
	margin-top: 30px;
	}

.ng_question_text {
	font-size: 13px !important;
	}

p#ng_error {
	margin: 0;
	padding: 20px 0;
	font-weight: bold;
	font-size: 13px !important;
	color: #ff0000;
	}

.ng_question_error .ng_input_hovered  {
	background: #e32522;
	color: #fff;
	}

#ng_progress_container {
	font: 12px arial;
	padding: 20px 0 10px 0;
	margin: 0 0 0 0;
	}

#progressbar {
	width: 100%;
	}

#progressbar .bar {
	border: none;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-color: #fff;
	height: 16px;
	}

#progressbar .bar .bar_filled {
	background-repeat: no-repeat;
	background-image: none;
	background-color: #ef000c;
	height: 16px;
	}

#left_content .ng_question ul {
	margin-left: 35px;
	padding-left: 0;
	}

#left_content .ng_question li {
	margin-bottom: 0;
	font-size: 12px;
	border: none;
	}


/* Home Page Static Content Styles */
.content_section {
	background: #fff;
	padding: 12px 14px 8px 14px;
	color: #2e2e2e;
	margin: 6px 0 10px 0;
	clear: both;
	}

.image_right {
	float: right;
	margin: 0 0 6px 6px;
	}

.image_left {
	float: left;
	margin: 0 6px 6px 0;
	}

.highlight_text {
	font-size: 15px;
	color: #000;
	margin-bottom: 10px;
	}

#left_content .content_section h2 {
	display: block;
	font-size: 15px;
	color: #000;
	margin-bottom: 10px;
	background: none;
	font-weight: normal;
	border-bottom: none;
	padding: 0;
	height: auto;
	letter-spacing: normal;
	}


/* RSS Headlines */
#rss_module {
	font-size: 11px;
	}

#rss_module a {
	color: #ef000c;
	}

.rss_item_title {
	margin: 0 0 5px 0;
	}

.rss_item_title h4 {
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	}

.rss_item_title a {
	font-size: 12px;
	}

.rss_item_desc {
	overflow: hidden;
	}

#right_content .rss_item_desc p {
	margin: 0;
	color: #393939;
	padding: 0;
	}

.rss_item {
	margin: 7px 0 0px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px dotted #777777;
	float: left;
	clear: both;
	}

.rss_item_image {
	float: left;
	margin: 0 4px 0 0;
	}

.rss_item_image img {
	padding: 2px;
	display: block;
	height: 53px;
	width: 95px;
	border: 1px solid #ccc;
	}

.rss_item_image a:hover {
	display: block;
	background: #ffdddf;
	}

#rss_module .blocker {
	clear: both;
	}

#rss_module {
	border-bottom: none;
	}

/* Panel Feature */
.clearer {
	clear: both;
	}

#panel_feature p {
	font-size: 12px;
	margin: 8px 0 0 0;
	}

#panel_feature img {
	margin: 8px 8px 0 0;
	float: left;
	}

#panel_feature a {
	color: #ef000c;
	}

/* Home Page - Survey Results */
#survey_results_charts {

	}

#survey_results_charts .left_col {
	float: left;
	width: 406px;
	}

#survey_results_charts .right_col {
	float: left;
	width: 225px;
	border-left: 1px dotted #777777;
	padding: 0 0 0 15px;
	}

#survey_results_charts .right_col p {
	font-size: 13px;
	color: #737373;
	margin-bottom: 30px;
	}

#survey_results_charts h3 {
	margin-bottom: 15px;
	color: #444444;
	font-size: 13px;
	}

#survey_results_charts img {
	margin-bottom: 20px;
	}
/* 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 */

