/* reset css */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent; }
body {	line-height: 1; }
ol, ul {	list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {	content: ''; content: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse; 	border-spacing: 0; }

/*
 * Sonnenertrag CSS Styles
 *
 */
body { color: #333; font:normal 12px Verdana,sans-serif; background: #F8B356 url('/img/bg.jpg') repeat-x top center; text-align:center; }
th { font:bold 11px Verdana,sans-serif; text-align:center; color:#000; border-bottom:#000 1px solid; }
td { color: #333; font:normal 12px Verdana,sans-serif; }
a:link,a:active,a:visited,a:hover { color: #000; text-decoration: underline; }
a:hover { color:#333; }
div { text-align:left; }
h1 { color:#333; font:italic 24px Georgia,serif; text-decoration:underline; margin: 5px 0; }
h2 { color:#333; font:italic 17px Georgia,serif; text-decoration:underline; margin: 5px 0; }
h3 { color:#333; font:italic 16px Georgia,serif; text-decoration:underline; margin: 5px 0; }
h4 { color:#333; font:italic 15px Georgia,serif; text-decoration:underline; margin: 5px 0; }
h5 { color:#333; font:italic 14px Georgia,serif; text-decoration:underline; margin: 5px 0; }

/* background colors */
.greybg { background: #F0F0F0; }

/* css3 shadows */
.whitebg_shadow { border-radius: 5px; -moz-border-radius:5px; -webkit-border-radius:5px; box-shadow: 0 0 5px #999; -moz-box-shadow: 0 0 5px #999; -webkit-box-shadow: 0 0 5px #999; background:#fff; }

/* specal text formats */
.big { font-size:14px; font-weight:bold; }

.hide { display: none; }
.error { background: #f44 url('/img/icons/delete_64.png') no-repeat 5px 15px !important; border: solid; border-width: 1px; border-color: #AA0000; margin:10px; padding: 10px 10px 10px 80px; }
.notice { background: #66CC33 url('/img/icons/info_32.png') no-repeat 10px 10px; border: solid; border-width: 1px; border-color: #669900; margin:10px; padding: 10px; }
.warning { background: #FFCC33 url('/img/icons/warning_32.png') no-repeat 10px 10px; border: solid; border-width: 1px; border-color: #FF9900; margin:10px; padding: 10px 10px 10px 50px; }
.cb { clear:both; }
.cl { clear:left; }
.cr { clear:right; }
.left { text-align:left; }
.right{ text-align:right; }
.center { text-align:center; }

/* ajax indicator */
.formloader { background:url('/img/indicator.gif') no-repeat 50% 50%; width:16px; height:20px; margin:0 2px; float:left; display:block; }
.loading { background: url('/img/indicator-medium.gif') no-repeat 50% 50%; }
.loadingpanel,#panel_color .loadingpanel { background: #F18F0B url('/img/indicator-panel2.gif') no-repeat 50% 50% !important; }

/* Login / Register Panel */
#panel { position: absolute; top:0; left:0; min-height:32px; height:auto !important; z-index:1000; width:100%; }
#panel_color { background:#F18F0B; display:none; height:70px; }
#panel_frame { width: 1132px; margin: 0 auto; }
#panel_frame div { padding:5px 15px; text-align:left; }
#panel_slider_frame { width: 1132px; margin: 0 auto; }
#panel_slider { height:32px; background: url('/img/panel_shadow.png') repeat-x top left; cursor:pointer; }
#panel_slider #slider,#panel_slider #slider_user { margin:0 0 0 165px; width:434px;height:32px; background:url('/img/panel_slider.png') no-repeat top center; }
#panel_slider #slider div,#panel_slider #slider_user div { float:left; color:#fff; font:italic 13px Georgia,serif; }
#panel_slider #slider #greeting,#panel_slider #slider_user #greeting { width:100px; margin: 8px 40px 0 10px; text-align:center; overflow:hidden; }
#panel_slider #slider #login,#panel_slider #slider_user #login { width:80px; margin: 8px 0 0 0; text-align:center; overflow:hidden; cursor:pointer; }
#panel_slider #slider #close,#panel_slider #slider_user #close { width:80px; margin: 8px 0 0 0; text-align:center; overflow:hidden; cursor:pointer; display:none; }
#panel_slider #slider #reg,#panel_slider #slider_user #reg { width:190px; margin: 8px 0 0 0; text-align:center; overflow:hidden; cursor:pointer; }
#panel_slider #slider #close_reg,#panel_slider #slider_user #close_reg { width:190px; margin: 8px 0 0 0; text-align:center; overflow:hidden; cursor:pointer; display:none; }
#panel_slider #slider #menu,#panel_slider #slider_user #menu { width:190px; margin: 8px 0 0 0; text-align:center; overflow:hidden; cursor:pointer; }
#panel_slider #slider #close_menu,#panel_slider #slider_user #close_menu { width:190px; margin: 8px 0 0 0; text-align:center; overflow:hidden; cursor:pointer; display:none; }
#panel_slider #slider #logout,#panel_slider #slider_user #logout { width:80px; margin: 8px 0 0 0; text-align:center; overflow:hidden; cursor:pointer; }


/* Page Header */
#layout { width: 1132px; margin: 0 auto; min-height:600px; height:auto !important; }
#body { width: 955px;min-height:800px;height:auto !important; background: url('/img/bg_shadow.png') repeat-y top center; }
#header { width:940px;height:210px;margin:0 6px; background: url('/img/sonnenertrag_header.jpg') no-repeat top center; }
#header p { position:absolute;margin: 145px 0 0 95px; color:#FFF; font:italic 21px Georgia,serif;text-shadow: 1px 2px 2px #666; width: 600px; }
#header .button1,#header .button2 { font:italic 13px Georgia,serif; position:absolute; background: url('/img/header_button.png') no-repeat top center; width:79px; height:84px; text-align:center; }
#header .button1 a,#header .button2 a { color: #fff; display:block; margin:22px 0 0 4px; text-decoration:none; }
#header .button1 a:hover,#header .button2 a:hover { color:#333; }
#header .button1 a .btnsub,#header .button2 a .btnsub { font-size:10px; }
#header .button1 { margin: 160px 0 0 750px; }
#header .button2 { margin: 160px 0 0 850px; }

/* Language Menu */
#header #languages { position: absolute; margin: 30px 0 0 780px;width: 160px; }
#header #languages select { width: 160px; position:absolute; }
#header #languages a { text-decoration: none; }
.ui-selectmenu-menu { position:absolute; }
.ui-selectmenu-hasIcon a { text-align:left; }
fieldset { border:0;  margin-bottom: 40px;}
label,select,.ui-select-menu { float: left; margin-right: 10px; }
body a.customicons { height: 30px;}
body .customicons li a, body a.customicons span.ui-selectmenu-status { line-height: 20px; padding-left: 35px !important; }
body .ui-selectmenu-item-icon { height: 20px; width: 30px; }
body .de .ui-selectmenu-item-icon { background: url(/images/de.gif) 0 0 no-repeat; }
body .en .ui-selectmenu-item-icon { background: url(/images/en.gif) 0 0 no-repeat; }
body .es .ui-selectmenu-item-icon { background: url(/images/es.gif) 0 0 no-repeat; }
body .be .ui-selectmenu-item-icon { background: url(/images/be.gif) 0 0 no-repeat; }
body .fr .ui-selectmenu-item-icon { background: url(/images/fr.gif) 0 0 no-repeat; }
body .nl .ui-selectmenu-item-icon { background: url(/images/nl.gif) 0 0 no-repeat; }
body .pl .ui-selectmenu-item-icon { background: url(/images/pl.gif) 0 0 no-repeat; }
body .gr .ui-selectmenu-item-icon { background: url(/images/gr.gif) 0 0 no-repeat; }
body .it .ui-selectmenu-item-icon { background: url(/images/it.gif) 0 0 no-repeat; }
body .cz .ui-selectmenu-item-icon { background: url(/images/cz.gif) 0 0 no-repeat; }
body .pt .ui-selectmenu-item-icon { background: url(/images/pt.gif) 0 0 no-repeat; }
body .jp .ui-selectmenu-item-icon { background: url(/images/jp.gif) 0 0 no-repeat; }
body .ru .ui-selectmenu-item-icon { background: url(/images/ru.gif) 0 0 no-repeat; }
body .ro .ui-selectmenu-item-icon { background: url(/images/ro.gif) 0 0 no-repeat; }
#header #languages a.ui-state-default { background: url("/img/lang_dropdown_bg.png") repeat-x scroll 50% 50% #FECE2F; }
.ui-selectmenu-menu li.ui-state-hover { background: #ffdd57 url("/img/lang_dropdown_bg.png") 50% 50% repeat-x; }

/* Navigation */
#nav { height: 45px; margin: -2px 0 0 0; }
#nav #nav_main { background: url('/img/nav_bg.png') repeat-x top left; height:45px; width:940px; margin:0 6px; }
#nav #nav_left { width:6px; height:45px; background: url('/img/nav_bg_left.png') no-repeat top left; float:left; }
#nav #nav_right { width:9px; height:45px; background: url('/img/nav_bg_right.png') no-repeat top right; float:right; }
#nav ul.sf-menu { margin: 5px 20px; }
#nav ul.sf-menu ul { margin: 0; }
#nav ul.sf-menu li a {margin:4px; font:italic 13px Georgia,serif; color:#000;	display:block; float:left; line-height:21px; background:url('/img/nav_button.png') no-repeat bottom right; padding:0 9px 0 0; }
#nav ul.sf-menu li a span { background:url('/img/nav_button.png') no-repeat; display:block; line-height:13px; padding:4px 0 4px 9px; }
#nav ul.sf-menu li .sf-sub-indicator { display:none; }
#nav ul.sf-menu li.sfHover ul li a span,
#nav ul.sf-menu li.sfHover ul li a { background:none; }
#nav ul.sf-menu li.sfHover ul { width:170px;box-shadow:0 3px 5px #000; -moz-box-shadow:0 3px 5px #000; -webkit-box-shadow:0 3px 5px #000; }
#nav ul.sf-menu li.sfHover ul li { border-bottom:#fff 1px solid; /*border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;*/ }
#nav ul.sf-shadow ul { -moz-border-radius-bottomleft:0px; -moz-border-radius-bottomright:0px;background:none; padding:0; }

/* Right Sidebar */
#right { width: 209px; min-height:100px; height: auto !important; float:right; margin:0 0 0 10px; }
#right .rightmenu { margin: 10px 0; }
#right .rightmenu .right_top { width:209px; height:7px; background: url('/img/right_top.png') no-repeat top center; }
#right .rightmenu .right_main { background: url('/img/right_bg.png') repeat-y top center; padding:0px 4px 0px 8px; }
#right .rightmenu .right_main div { background: #a3a3a3 url('/img/right_main_bg.jpg') repeat-x top left; padding: 10px; }
#right .rightmenu .right_bottom { width:209px; height:7px; background: url('/img/right_bottom.png') no-repeat top center; }
#right h2,#right h3 { color: #fff; margin:0 0 5px 0; }
#right .right_main table { width:170px; }

/* Content Area */
#content { margin: 0 6px; padding:15px 215px 15px 15px; min-height:600px; height:auto !important; }
#content h2 { margin:3px 0 10px 0;  }
#content p { margin: 0 0px 15px 0; line-height:150%; }
#content ol { list-style: decimal; margin:10px 0; }
#content ul { list-style: disc; margin:10px 0; }
#content li { margin:10px 0 10px 20px; }
#content select { float:none; }

/* Footer */
#footer { clear: both; height:148px; background: url('/img/footer_bg.jpg') repeat-x top left; }
#footer_shadow { margin:-4px 0 0 0; background: url('/img/footer_shadow.png') repeat-x top left; height: 4px; }
#footer_content { background: url('/img/footer_flowers.png') no-repeat bottom right; height:148px; text-align:center; }
#footer_frame { width: 1132px; margin: 0 auto; }
#footer_frame div { text-align:left; width:310px; height:120px; margin:0px 0 10px 40px; float:left; }
#footer_frame div.left a { display:block; width:130px; height:30px; float:left; margin:5px; background:url('/img/footer_button.png') no-repeat 50% 50%; text-decoration:none; color:#333; font:italic 17px Georgia,serif; line-height:30px; text-align:center; }
#footer .right p { margin:10px 0; font-size:10px; }
#footer .right p.copyright { font-size:12px; }

/* Ads */
#ads { float: right; width: 172px; min-height: 1200px; height:auto !important; background: url('/img/ads_bg.png') repeat-y top center; margin: 0 0 20px 0; }
#ads div { margin: 4px 6px 6px 6px; }
#ads div#ads_bottom { margin: 0; background: url('/img/ads_bottom.png') no-repeat; width:172px; height:6px; margin:0 0 -6px 0; }
.ads_content { text-align:center; padding: 10px 0; }
.ad_label { position:absolute; margin:0 0 0 10px; width:10; height:60px; font:10px Arial; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
.ads_content_center table { clear:left; margin:10px auto; text-align:center; }

/* Home */
#page.home #body { background: url('/img/bg_shadow_E7DED1.png') repeat-y top center; }
#page.home div#content { padding:0; }
#page.home #content h2 { margin: 15px 55px 5px; }
#content.home #right { margin: 0 -6px 0; }
#welcome { background:#fff url('/img/shadow_white_top.png') repeat-x top left; margin: 0 3px 0 0; }
#welcome_flowers { background: url('/img/welcome_flowers.jpg') no-repeat bottom right; padding:0 247px 0px 0px; }
#welcome_text { padding:15px; }
#welcome_text .first { padding: 0 15px 0 0; }
#page.home #content #welcome h2 { margin: 0px 0px 20px; }
#welcome_bottom { background:#fff url('/img/shadow_white_bottom.png') repeat-x bottom left; height:7px; }
#neuzugaenge { margin: 0px 40px 20px; padding:15px; width:660px; }
#neuzugaenge .neuanlage { float:left; width:310px; min-height:150px; height:auto !important; background: url('/img/neuzugaenge_bg.png') repeat-y top center; margin: 0px 20px 10px 0px;overflow:hidden; }
#neuzugaenge .neuanlage div { height:108px; margin:15px; padding: 0 0 0 160px; font-size:10px; }
#neuzugaenge .neuanlage div.neu_top {margin:0px;padding:0;width:310px;height:6px;background: url('/img/neuzugaenge_top.png') no-repeat top center;}
#neuzugaenge .neuanlage div.neu_bottom {margin:0px;padding:0;width:310px;height:6px;background: url('/img/neuzugaenge_bottom.png') no-repeat bottom center;}
#neuzugaenge .neuanlage a img { position:absolute; margin: 0 0 0 -160px; }
#neuzugaenge .neuanlage div b { font-size: 12px; }

/* Usermenu */
#panel .usermenu { width: 230px; height: 130px; float: left;}
#panel .usermenu a { color: #666; line-height: 140%; font-size:11px; }
#panel .usermenu h3 { color: #fff; }
#panel .usermenu p { margin: 5px 5px 5px 55px; }
#panel #menu_account { background: url('/img/menu_account.png') no-repeat 10px 32px; }
#panel #menu_msgs { background: url('/img/menu_msgs.png') no-repeat 10px 32px; }
#panel #menu_plantmanage { background: url('/img/menu_plantmanage.png') no-repeat 10px 32px; }
#panel #menu_plants { background: url('/img/menu_plants.png') no-repeat 10px 32px; }
#panel #menu_pom { background: url('/img/menu_pom.png') no-repeat 10px 32px; }
#panel #menu_admin { background: url('/img/menu_admin.png') no-repeat 10px 32px; }
#panel #menu_support { background: url('/img/menu_support.png') no-repeat 10px 32px; }
#panel .usermenu div.profile_avatar { width:45px; height:45px; padding:0; margin:0 5px 0 0; }
#panel .usermenu div.profile_avatar span.whitebg_shadow { width:40px; height:40px; }
#iframepopup { margin: 40px; }
#iframepopup p { margin: 10px 0; font-size:12px; }
#iframebox { font-size:12px; width:550px; height:100px; }

/* Register */
#panel h1 { padding:0 15px 0px 15px; }
#panel .reg_info p { font-size:11px; margin: 0 0 10px 0; line-height:150%; }
#panel .register p { margin: 0 0 5px 0; }
#panel .register { width: 200px; height: 130px; float: left;}
#panel .register select { width:180px; margin-right:1px; }
#panel .register input { width:170px; }
div.tooltip { background-color:#000; border:1px solid #fff; padding:10px 15px; width:200px; display:none; color:#fff; text-align:left; font-size:12px; /* outline radius for mozilla/firefox only */ -moz-box-shadow:0 0 10px #000; -webkit-box-shadow:0 0 10px #000; }
.formError { position:absolute;	top:300px; left:300px; padding-bottom:13px; display:block; z-index:5000; }
#debugMode{	background:#000; position:fixed; width:100%; height:200px; top:0; left:0; overflow:scroll; opacity:0.8; display:block; padding:10px; color:#fff; font-size:14px; z-index:100000; }
.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
.formError .formErrorContent { width:100%; background:#ee0101; color:#fff; width:150px; font-family:tahoma; font-size:11px; border:2px solid #ddd; box-shadow: 0px 0px 6px #000; -moz-box-shadow: 0px 0px 6px #000;	-webkit-box-shadow: 0px 0px 6px #000; padding:4px 10px 4px 10px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
.greenPopup .formErrorContent {background:#33be40;}
.blackPopup .formErrorContent {background:#393939;color:#FFF;}
.formError .formErrorArrow{ position:absolute; bottom:0;left:20px; width:15px; height:15px; z-index:5001; }
.formError .formErrorArrowBottom{top:0;margin:-6px;}
.formError .formErrorArrow div{ border-left:2px solid #ddd; border-right:2px solid #ddd; box-shadow: 0px 2px 3px #444; -moz-box-shadow: 0px 2px 3px #444; -webkit-box-shadow: 0px 2px 3px #444; font-size:0px; height:1px; background:#ee0101;margin:0 auto;line-height:0px; font-size:0px; display:block; }
.formError .formErrorArrowBottom div{ box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
.greenPopup .formErrorArrow div{background:#33be40;}
.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}
.formError .formErrorArrow .line10{width:15px;border:none;}
.formError .formErrorArrow .line9{width:13px;border:none;}
.formError .formErrorArrow .line8{width:11px;}
.formError .formErrorArrow .line7{width:9px;}
.formError .formErrorArrow .line6{width:7px;}
.formError .formErrorArrow .line5{width:5px;}
.formError .formErrorArrow .line4{width:3px;}
.formError .formErrorArrow .line3{width:1px; border-left:2px solid #ddd; border-right:2px solid #ddd; border-bottom:0px solid #ddd;}
.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}
#panel #userPostcode { width:50px; }
#panel #userCity { width:120px; }
#panel #userSend { width:auto !important; font:bold 13px Verdana; margin:20px 80px 0; padding:5px 8px; }

/* Plant List */
#view_all p { margin:12px; }
form.plant_apply { margin-bottom:2em; }
table.plant td { padding:3px 0px; vertical-align:top; }
table.plant_list th { text-align:left; }
table.plant .desc {	width:150px; }
table.plant .value { width:250px; }
.plant_month a img { float:left; margin-right:15px; }
table.plant_list { border-top:1px solid #888888; }
table.plant_list td, table.plant_list th{ border-bottom:1px solid #888888; padding:3px 0px; vertical-align:top; }
.axis {height:12px; }
col.red_list { width:250px; }
col.w50 { width:50px; }
col.w100 { width:100px;}
col.w200 {	width:200px;}
col.w150 {	width:150px;}
form.month_apply {	margin-bottom:20px;}
#tooltip {	position: absolute;	z-index: 3000;	border: 1px solid #111;	background-color: #eee;	padding: 5px; opacity: 0.85;}
#tooltip h3, #tooltip div {	margin: 0;}
.hidden {display: none;}
ul.paging {	margin-top:20px; }
ul.date { margin-bottom:20px; }
ul.paging li { display:inline;	margin:0px 5px; }
ul.paging li a.active {	font-weight:bold; }

/* Plant of the Month */
div.plant_of_the_month { background: url('/img/plant_of_the_month.png') no-repeat 50% 50%; height:143px;width:143px; text-align:center; font:italic 14px Georgia,Serif; }
div.plant_of_the_month h4 {  font:italic bold 17px Georgia,Serif; text-decoration:underline; margin:42px 5px 0 0; }
div.plant_of_the_month span { margin:0 5px 0 0; }

/* Mystat */
#my_stat p { margin-bottom:12px; }
#my_stat span { float:left; display:block; width:120px; }
#my_stat .ui-selectmenu { float:right;margin:16px 0 0 0; }
#my_stat span.ui-selectmenu-status { width:auto !important; }
#my_stat span.ui-icon { float:none;  width:16px; }
#chart_compare_mystat .user_selection { margin-right: 120px; }

/* Search and plant edit, insert_data and ranking */
#search p, #plant_edit p, #ranking p { margin:12px; }
#insert_data p { margin:0px; padding:12px; }
#search label, #plant_edit label, #insert_data label, #ranking label, #view_data label { width:150px; }
#insert_data div.monthly label { width:100px; }
#insert_data div.monthly span, #insert_data div.daily span { padding:0px 30px 0px 0px; }
#search input[type=text], #plant_edit input[type=text], #insert_data input[type=text], #ranking input[type=text] { width:150px; }
#search select, #plant_edit select, #insert_data select , #ranking select, #view_data select { width:150px; }
div.radio { margin-left:160px; }
#search input[type=radio] , #plant_edit input[type=radio] , #insert_data input[type=radio] { width:20px; }
#search .margin, #plant_edit .margin , #insert_data .margin { margin-left:160px; }
#plant_edit img { margin-left:175px; }
#plant_edit .tab p { padding:0px; }
#plant_edit hr, #ranking hr { height:1px; background-color:#aaaaaa; border:none; }
#plant_edit .tab hr { width:660px; }
#insert_data select.day { float:none; width:50px; margin:0px; }
#insert_data input[type=text].half, #ranking input[type=text].half { width:50px; }
#plant_edit input.large { width:520px; }
#view_data span { float:left; display:block; width:150px; }
#ranking .jqplot-yaxis-tick { width:150px; }
#ranking select { float:left; }

/* Plant Profiles */
div.plant h1 { margin:0 0 15px; }
div.plant_image { margin: 0 30px 0; min-width:180px; width:auto !important; min-height:180px; height: auto !important; float:right; }
div.plant_image img { margin:5px; }
div.plant_details { width:330px; margin: 0 0 30px; }
div.plant_details div.description { height:auto; }
div.plant_details div, div.plant_parts div div,div.plant_charts div div,#tabs div div { line-height:20px; clear:left; }
div.plant_details span { margin:0 5px; float:left; display:block; width:120px; line-height:20px; }
div.plant_details input[type=checkbox] {float:left; width:20px; }
div.plant_parts div.tab div div span.formloader { margin:0 5px; float:left; width:20px; }
div.plant_honors {  margin: 0 30px 0; float:right; width: 310px; }
div.plant_honors div { float: left; margin: 0px 20px 20px 0px; }
div.plant div.profile {  margin: 0 0 30px; width:330px; }
div.plant div.profile h2 { font-size: 24px; margin:0 0 15px; }
div.profile_avatar { width:110px; height:110px; float:left; margin:0 20px 0 0; text-align:center; font-size:10px; line-height:20px; }
div.plant div.profile div.profile_avatar span.whitebg_shadow, div.profile_avatar span.whitebg_shadow { margin:0; display:block; width:100px; height:100px; padding:5px;   }
div.plant div.profile span { height:20px;line-height:20px;display:block; margin:0 0 0 140px; }
div.plant_parts,div.plant_charts,#tabs { width:686px; background: url('/img/tabs_body.gif') repeat-y 0px 0px; margin:60px 0 0 0; padding:0;border:none; }
div.plant_parts div.tab,div.plant_charts div.ctab,#tabs div.ctab { height:auto !important; min-height:300px; }
div.plant_parts div.tab div,div.plant_charts div.ctab div,#tabs div.ctab div { float:left; clear:none; width:320px; height: auto !important; min-height:300px; margin:10px; }
div.plant_parts div.tab div.one,div.plant_charts div.ctab div.one,#tabs div.ctab div.one { width:640px; }
div.plant_parts div.tab div div,div.plant_charts div.ctab div div,#tabs div.ctab div div { float:none; height:20px;min-height:20px; line-height:20px; margin:0px; width:auto; }
div.plant_parts div.tab div div span,div.plant_charts div.ctab div div span,#tabs div.ctab div div span { margin:0 5px; float:left; display:block; width:170px; height:20px; line-height:20px; }
div.plant_parts div.tab div.cl,div.plant_charts div.ctab div.cl,#tabs div.ctab div.cl { min-height:0;height:0;float:none;width:auto; }
div.plant_parts div.tabtop,div.plant_charts div.tabtop,#tabs div.tabtop { width:686px;height:9px;min-height:9px; background: url('/img/tabs_body.gif') no-repeat -1372px 0px; margin:0px; }
div.plant_parts div.tabbottom,div.plant_charts div.tabbottom,#tabs div.tabbottom { width:686px;height:9px;min-height:9px; background: url('/img/tabs_body.gif') no-repeat -686px 0px; margin:0px; }
div.plant_parts div.tab p,div.plant_charts div.ctab p,#tabs div.ctab p { padding:30px 5px 5px 5px; font-size:11px; }
#content div.plant_parts ul.tabs,#content div.plant_charts ul.ctabs,#content #tabs ul { width:auto !important; height:34px;min-height:34px; margin:-39px 0 0 10px; list-style:none; padding:0; border:none; background:none; }
#content div.plant_parts ul.tabs li,#content div.plant_charts ul.ctabs li,#content #tabs ul li { float:left; width:130px; height:34px; margin:0; padding:0; background:none; border:none; }
div.plant_parts ul.tabs a.inactive,div.plant_charts ul.ctabs a.inactive,#tabs ul.ui-tabs-nav .ui-state-default a { display:block; text-align:center; line-height:34px; width:130px; height:34px; background:url('/img/tabs_buttons260.gif') no-repeat -130px 0px; text-decoration:none; color:#fff; font-weight:normal; line-height:40px; padding:0; }
div.plant_parts div.tab div.elements { width:640px; float:none; min-height:0px; }
div.plant_parts ul.tabs a,
div.plant_parts ul.tabs a.inactive:hover,
div.plant_charts ul.ctabs a,
div.plant_charts ul.ctabs a.inactive:hover,
#tabs ul.ui-tabs-nav .ui-state-active a,
#tabs ul.ui-tabs-nav .ui-tabs-selected.ui-state-active a,
#tabs ul.ui-tabs-nav .ui-state-default a:hover { display:block; float:left; text-align:center; line-height:34px; width:130px; height:34px; background:url('/img/tabs_buttons260.gif') no-repeat 0px 0px; text-decoration:none; font-weight:bold; color:#000; padding:0; line-height:40px; }
div.plant_charts div.ctab div.one,#tabs div.ctab div.one { text-align:center; }
div.plant_charts div.ctab div.one .jqplot-point-label,.jqplot-point-label,#tabs div.ctab div.one .jqplot-point-label,.jqplot-point-label { transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg);filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
div.plant_charts div.ctab #chartCompare,#tabs div.ctab #chartCompare { height:300px !important; }
#chart_days,#chart_months,#chart_years,#chart_days1,#chart_months1,#chart_years1 { background: url('/img/indicator-medium.gif') no-repeat 50% 50%; }
div.plant_charts div.ctab .jqplot-table-legend div,#tabs div.ctab .jqplot-table-legend div { min-height:5px; line-height:10px; }
.jqplot-table-legend td { font-size:10px; text-align:left; }
.jqplot-xaxis-tick { transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg);filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
#tabs #chartCompare1,
#tabs #chart_days1,
#tabs #chart_months1,
#tabs #chart_years1,
#tabs #chart_ayears1 { height:330px !important; }

#tabs a.userSelect { display:block; padding:4px 8px; margin: 0 3px 2px 0; background:#eee; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; float:left; text-decoration:none; }
#tabs a.userSelect:hover { color:#fff; background:#000; }
#tabs a.userSelect img { margin:0 0 -3px 5px; }
#tabs #chart_compare_mystat p { padding: 0px 5px 5px; text-align:left; min-height:30px; }
#tabs .userSelect span { float:none; width: auto !important; display: inline;  }
#tabs .userSelect label { float:none; margin-right:0px; }
#tabs #chart_compare_mystat,
#tabs #chartCompare1 { margin-bottom:70px; clear:left; }
#tabs #chart_days1,
#tabs #chart_months1,
#tabs #chart_years1,
#tabs #chart_ayears1 { margin: 30px 0 70px 0; }
#tabs .jqplot-table-legend { top:380px; height:18px; }
#tabs #chart_days1 .jqplot-table-legend { top:380px; height:18px; }
#tabs .jqplot-table-legend tr { float:left; padding:5px; }
#tabs .jqplot-table-legend tr td { text-align: center; padding-top: 0.0em !important;padding-right: 0.1em !important; }
#tabs .jqplot-highlighter-tooltip  { font-size:16px; font-weight:bold;background:none repeat scroll 0 0 rgba(208, 208, 208, 0.8); padding:2px;}
#tabs div.ctab .jqplot-xaxis { height:10px !important; margin:0 0 -25px; }
#tabs .chart_type {}
#tabs a.chart_type { display:block; padding:4px 28px 4px 8px; margin: 0 3px 2px 0; background:#eee; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; float:left; text-decoration:none; float:right; }
#tabs a#lines,#tabs a#mlines,#tabs a#ylines,#tabs a#aylines { background:#eee url('/img/icons/diagram_16.png') no-repeat 95% 50%; }
#tabs a#lines:hover,#tabs a#mlines:hover,#tabs a#ylines:hover,#tabs a#aylines:hover { color:#fff; background:#000 url('/img/icons/diagram_16.png') no-repeat 95% 50%; }
#tabs a#bars,#tabs a#mbars,#tabs a#ybars,#tabs a#aybars { display: none; background:#eee url('/img/icons/statistics_16.png') no-repeat 95% 50%; }
#tabs a#bars:hover,#tabs a#mbars:hover,#tabs a#ybars:hover,#tabs a#aybars:hover { color:#fff; background:#000 url('/img/icons/statistics_16.png') no-repeat 95% 50%; }
#tabs a#yall,#tabs #yyears { padding:4px 8px 4px 8px; }
#tabs #yyears { display:none; }
#tabs a#yall:hover,#tabs #yyears:hover { color:#fff; background:#000; }
#tabs #chart_table { padding: 50px 0 0 0; }
#tabs #chart_table table td { padding:2px; font-size:10px; text-align:right; }
#tabs #chart_table table td.center { text-align:center; }
#tabs-2,#tabs-3,#tabs-4,#tabs-5 { display:none; }
#compare_user_type_select { width:100px; }
#chart_compare_window1 a.ui-selectmenu { float:right; }

/* Content Overlay */
div.apple_overlay { display:none; background-image:url(/img/white.png);	width:640px; padding:35px; font-size:11px; }
div.apple_overlay div.close { background-image:url(/img/close.png);	position:absolute; right:5px; top:5px; cursor:pointer; height:35px; width:35px; }
div.apple_overlay.black { background-image:url(/img/transparent.png); color:#fff; }
div.apple_overlay div.details { font-size:11px; color:#fff; margin: 10px 0px; }
div.apple_overlay div.details h3 { font:normal 14px Verdana,sans-serif; text-decoration:none; margin: -10px 0 0; }
div.contentWrap { height:441px;	overflow-y:auto; } /* ajax wrapper */
div.contentWrap select { width:150px }
#compare_btn { display:none; }
div.apple_overlay div.form { padding:20px; }
div.apple_overlay div.form p { padding-bottom:10px; }
div.apple_overlay div.form h2 { padding-bottom:15px; }
div.apple_overlay div.form label { float:left; width:150px; }

/* Google map */
#map { width:540px;	height:400px; background: url('/img/indicator-medium.gif') no-repeat 50% 50%; }
#map.large { width:700px; height:500px; }
#plant_edit #map { margin-left:175px; }

/* News */
.news_list { margin-bottom:20px; }

/* Admin */
table.admin td, table.admin th { padding:3px 0px; }

/* Quick search */
input.quick_search { border:1px solid #cccccc; padding:2px 5px; -moz-border-radius:10px; -webkit-border-radius:10px; -border-radius:10px; -moz-box-shadow:inset 3px 3px 3px #ccc; -webkit-box-shadow:inset 3px 3px 3px #ccc; box-shadow:inset 3px 3px 3px #ccc; background-image:url('/img/schnellsuche_lupe.png'); background-position:right; background-repeat:no-repeat; }
.right_main form { margin:0px; }

/* Country Comparison */
table.compare { width:710px; border:#666 1px solid; margin:30px 0; }
table.compare th { padding:5px; background:#ccc; text-align:center; cursor:pointer; border-bottom:#666 1px solid; }
table.compare td { padding:5px; text-align:center; }
table.compare th.header { background: #ccc url(/img/bg.gif) no-repeat 100% 50%; cursor: pointer; font-weight: bold; padding-right: 20px; }
table.compare th.headerSortDown { background: #ccc url(/img/desc.gif) no-repeat 100% 50%; }
table.compare th.headerSortUp {   background: #ccc url(/img/asc.gif) no-repeat 100% 50%; }
table.compare .odd { background:#eee; }
#country_compare_chart { width:665px; height:400px !important; margin:0 0 50px 0;background: url('/img/indicator-medium.gif') no-repeat 50% 50%; }
#region_compare_chart { width:665px; height:400px !important; margin:0 0 50px 0;background: url('/img/indicator-medium.gif') no-repeat 50% 50%; }
#region_compare_chart .jqplot-table-legend, #country_compare_chart .jqplot-table-legend { top:415px; height:18px; }
#region_compare_chart .jqplot-table-legend tr,#country_compare_chart .jqplot-table-legend tr { float:left; padding:5px; }
#region_compare_chart .jqplot-table-legend tr td,#country_compare_chart .jqplot-table-legend tr td { text-align: center; padding-top: 0.0em !important;padding-right: 0.1em !important; }
#region_compare_chart .jqplot-highlighter-tooltip,#country_compare_chart .jqplot-highlighter-tooltip  { font-size:16px; font-weight:bold;background:none repeat scroll 0 0 rgba(208, 208, 208, 0.8); padding:2px;}