@charset "UTF-8";

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    padding: 0;
}

html * {
    font-size: 100.01%;
}


body {
    font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 76%; color: #000000; /* background: #ffffff url(../img/bodyheader.jpg) repeat-x top left; */ line-height: 16px;
}


/* --- Typography --- */

h1, h2, h3, h4, h5, h6 {
    line-height: 30px;
    margin-bottom: 12px;
}
h1 { font-size: 30px; border-bottom: 1px solid #000000; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }


a {
    font-weight: bold;
    color: #0066aa;
    text-decoration: underline;
}
    
a:link, a:visited, a:active, a:hover {
}

img {
    border: 0;
}
    
ol, ul {
    line-height: 18px;
    /*margin: 0 0 0 10px;*/
    margin: 0;
}

ul {
	list-style-type: none;
}

li {
    line-height: 18px;
    margin: 0 0 0 15px;
}

ul li {
/*	background: url(../img/li.png) no-repeat 2px 6px;*/
	margin: 0;
	padding: 0 0 0 15px;
}

ul.errors li {
	background: none;
}
	
pre {
    font-family: monospace;
    font-size: 12px;
}

strong, b, em {
    font-weight: bold;
}

i {
    font-style: italic;
}

p {
    margin-bottom: 12px;
}

table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

caption {
    padding: 3px;
    text-align: left;
}

tr, td { text-align: left; vertical-align: top; }
textarea { resize: none; }

.widget-accordion-li { padding: 0; }
.widget-accordion-icon { position: relative; top: 3px; width: 16px; height: 16px; padding: 0 5px 0 0; }
#navigation-site a:hover { color: #3399dd; }
.form-buttons { float: right; }
.dataTables-paginate { padding: 10px; }

div.spacer { height: 10px; }

#site-header { /*position: fixed; top: 0px; width: 100%; */ }
#site-footer { width: 100%; margin-top: 20px; }


/*		 ****************** */
/* 		*** New styles *** */
/* 		****************** */

.pv-global-error { margin: 10px; padding: 10px; background: #ff0000; border: 1px solid #aaa; color: #ffffff; border-radius: 5px; }
.pv-global-error .pv-error-title { color: #ffffff; font-weight: bold; }
.pv-global-error .pv-error-msg { color: #ffffff; }

div.pv-error { text-align: center; margin: auto; color: #f00; font-weight: bold; padding: 10px; }

.navigation li { padding: 0; }
.navigation li a {  vertical-align: top; display: inline-block; width: 145px; padding-top: 2px; }
.pv-navigation { min-height: 650px; }
.pv-navigation .ui-accordion-content { padding: 10px; }
.pv-navigation li.pv-navi-analysis-edit { padding-bottom: 10px; }
.pv-navigation li.pv-navi-analysis-generate { padding-bottom: 10px; }

.pv-navi-analysis {}
.pv-navi-analysis-edit {}
.pv-navi-analysis-generate {}
.pv-navi-analysis-item { margin: 4px 0 0 0; }

div.pv-navi-analysis div.shortcuts { }

.pv-widget { border: 1px solid #ccc; }

.pv-widget-preview { cursor: move; position: fixed; top: 20px; right: 20px; width: 400px; background: none repeat scroll 0 0 #ffffff; }
.pv-widget-preview-inline { margin: 20px 0px 20px; height: 425px; }

.pv-table { font-size: 0.8em; width: 100%; }
.pv-table.bordered { border-left: 1px solid #cccccc;  }
.pv-table tr { border: 1px solid #cccccc; }
.pv-table tr th { background: url("smoothness/images/ui-bg_highlight-hard_100_blue_1x100.png") repeat-x scroll 0 -37px #d1dae5; border-bottom: 1px solid #aaaaaa; font-weight: bold; font-size: 1.2em; }
.pv-table tr:nth-child(even) { background: none repeat scroll 0 0 #fafafa; }
.pv-table tr:nth-child(odd) { background: url("smoothness/images/ui-bg_highlight-hard_100_dddddd_1x100.png") repeat-x scroll 0 -37px #dddddd; }
.pv-table th { padding: 5px 10px; }
.pv-table tr.begin-group { border-top: 3px solid #aaaaaa; }
.pv-table tr.header { border-top: 0; }
.pv-table td { padding: 5px 10px; vertical-align: middle; }
.pv-table td a.pv-table-button { 
	background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#007fc5), to(#00549e));
    background: -moz-linear-gradient(top,  #007fc5,  #00549e);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#007fc5', endColorstr='#00549e'); 
	border: 0 none; border-radius: 0.5em; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); color: #ffffff !important; cursor: pointer; display: inline-block; font-weight: bold; outline: medium none; padding: 2px 10px; text-align: center; text-decoration: none; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); vertical-align: baseline; }
.pv-table td a.pv-table-button:hover { background: #00549e; }

.pv-datagrid th { padding: 4px; }
.pv-datagrid td { padding: 4px; }
.pv-datagrid tr:nth-child(even) { background: white; }
.pv-datagrid tr:nth-child(odd) { background: #e2eeff; }
.pv-datagrid tr.header th { background: url("smoothness/images/ui-bg_highlight-hard_100_dddddd_1x100.png") repeat-x scroll 50% 50% #dddddd; border: 1px solid #cccccc; color: #555555; font-weight: normal; font-size: 8pt; }
.pv-datagrid-filter { padding: 10px 0; float: right; width: auto; font-size: 8pt; }
.pv-datagrid-filter select { float: right; width: auto !important; font-size: 8pt; position: relative; top: -4px; left: -3px; }
.pv-datagrid-filter span { padding: 0 10px; font-weight: bold; }

.pv-pagination { }
.pv-pagination div.header { padding: 10px; }
.pv-pagination div.header span { padding: 0 10px; }
.pv-pagination div.header label { margin: 5px 0 0 0; padding: 0; }
.pv-pagination div.header span.entries { float: left; }
.pv-pagination div.header span.date { float: right; }
.pv-pagination div.header span.page { float: right; }
.pv-pagination div.header span.date label { width: 50px; }
.pv-pagination div.header span.page label { width: 50px; }
.pv-pagination div.header span.date input { width: 100px; }
.pv-pagination div.header span.page input { width: 50px; text-align: right; }

.pv-pagination div.navigation { text-align: center; }
.pv-pagination div.navigation a { padding: 4px 8px; }
.pv-pagination div.navigation span { padding: 4px 8px; }
.pv-pagination div.navigation span span { border: 1px solid #777;}

.pv-log-data { padding: 10px; }
.pv-log-data { padding: 10px; }

.pv-tab { }
.pv-tab-element { border: 1px solid #cccccc !important; }

.pv-dashboard { list-style-type: none; margin: 0; padding: 0; width: 730px; }
.pv-dashboard .hidden { display: none; }
.pv-dashboard-widget { float: left; margin: 10px 0 0 10px; padding: 0px; }

.pv-dashboard-widget.pv-widget-half { width: 350px; height: 340px; }
.pv-dashboard-widget.pv-widget-full { width: 710px; }
.pv-dashboard-widget.pv-widget-history { width: 1100px; height:340px; }

.pv-dashboard-highlight { float: left; margin: 10px 0 0 10px; padding: 0px; width: 348px; height: 328px; border: 1px dotted #ccc; border-radius: 5px; background: #efefef; }

div.pv-widget-container { padding: 0px; overflow: auto; }
div.pv-widget-container div.pv-widget-header { }
div.pv-widget-container div.pv-widget-content {  }
.pv-dashboard .pv-widget-header { cursor: move; }

.pv-widget {}
.pv-widget div.loading { height: 100%; width: 100%; display: table; color: #777 }
.pv-widget div.loading > div { display: table-cell; vertical-align: middle; text-align: center; }

.pv-widget-content.refreshing { opacity: 0.5; }

.pv-widget-header { height: 20px; background: url("smoothness/images/ui-bg_highlight-hard_100_blue_1x100.png") repeat-x scroll 0 -37px #d1dae5; font-weight: bold; padding: 4px 10px; }
.ui-dialog .ui-widget-header .pv-widget-header { background: none; } 
.pv-widget-header a.button { border: 0; border-radius: 4px; box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3); cursor: pointer; display: inline-block; margin: -1px 0 0 7px; width: 20px; height: 20px; }
.pv-widget-header a.button:hover { box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.3); }
.pv-widget-header span.icon { vertical-align: middle; }
.pv-widget-header span.title { padding-left: 8px; }
.pv-widget-header span.buttons { float: right; }
.pv-widget-header span.buttons img { width: 16px; height: 16px; padding: 2px; }

.pv-widget-content { }
.pv-widget-inner-content { padding: 10px; height: 287px; border-top: 1px solid #ccc; }

.pv-widget-chart { height: 307px; border-top: 1px solid #ccc; }
.pv-widget-chart-legend { bottom: 5px; }
.pv-widget-chart-legend table { margin: auto; }
.pv-widget-chart-legend table td { padding: 0 0 0 10px; }
.pv-widget-chart-legend td.color { vertical-align: middle; }
.pv-widget-chart-legend td.color span { border: 1px solid #ccc; width: 12px; height: 12px; display: inline-block; }

.pv-widget-chart-tab { height: 80%; border-top: 1px solid #cccccc; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; margin-top: 2px; padding: 4px; }
.pv-widget-chart-datepicker { padding-bottom: 10px; text-align: center; border-bottom: 1px solid #cccccc; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; }
.pv-widget-chart-datepicker button { margin-right: 10px; }
.pv-widget-chart-datepicker input { margin-right: 10px; float: none; width: 150px; padding: 4px; text-align: center; }
.pv-widget-chart-datepicker span.toDate { margin-right: 10px; }
.pv-widget-chart-datepicker .center { display: inline-block; }
.pv-widget-chart-datepicker .right { float: right; margin-top: 10px;}
.pv-widget-content div.pv-error {  background: #fcfcfc; border-top: 1px solid #aaaaaa; }
.pv-widget-half div.pv-error { height: 287px; }

.pv-widget-analysis { width: 100%; height: 100%; }
.pv-widget-full-height { height: 307px; }

.pv-widget-table { font-size: 0.8em; width: 100%; height: 100%; }
.pv-widget-history { height: 307px; }

fieldset .pv-widget-history { border: 1px solid #aaaaaa; height: 307px;}
fieldset .pv-widget-table { border: 1px solid #aaaaaa; }
.pv-widget-table.bordered { border: 1px solid #aaaaaa; }
.pv-widget-table.loading { opacity: 0.5; }
.pv-widget-table tr { border-top: 1px solid #cccccc; }
.pv-widget-table tr th { background: url("smoothness/images/ui-bg_highlight-hard_100_dddddd_1x100.png") repeat-x scroll 0 -37px #dddddd; border-bottom: 1px solid #aaaaaa; border-top: 1px solid #aaaaaa; font-weight: bold; font-size: 1.2em; }
.pv-widget-table tr:nth-child(even) { background: none repeat scroll 0 0 #fafafa; }
.pv-widget-table tr:nth-child(odd) { background: none repeat scroll 0 0 #f0f0f0; }
.pv-widget-table th { vertical-align: middle; padding: 5px 5px; }
.pv-widget-table td { vertical-align: middle; padding: 5px 5px; }
.pv-widget-table tr.begin-group { border-top: 3px solid #aaaaaa; }
.pv-widget-table tr.header { border-top: 0; }
.pv-widget-table span.icon { display: block; text-align: center; height: 100%; }
.pv-widget-table span.icon img { height: 16px; width: 16px; }
.pv-widget-table td button { padding: 2px 10px 1px 10px; cursor: pointer; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
.pv-widget-table td button:disabled { cursor: default; }

.pv-widget-table td .colorButton {padding: 0; margin: 0 auto; }

.pv-widget-image { width: 338px; height: 297px; text-align: center; padding: 5px; }
.pv-widget-image img { max-width: 100%; max-height: 100%; }

#selfConsumptionChart { height: 250px; width: 100%; overflow: hidden; }

.energy-flow { position: absolute; }
.energy-flow div.offline img { opacity: 0.1; }
.energy-flow img.tls { opacity: 0.3; }
.energy-flow img.base { position: absolute; top: 0px; left: 0px; }
.energy-flow img.sun { position: absolute; top: 74px; left: 0px; z-index: 9; }
.energy-flow a.battery { position: absolute; top: 107px; left: 135px; z-index: 9; }
.energy-flow img.house { position: absolute; top: 229px; left: 140px; z-index: 9; }
.energy-flow img.grid { position: absolute; top: 6px; left: 290px; z-index: 9; }
.energy-flow img.flow-upper { position: absolute; top: 0px; left: 0px; z-index: 1; }
.energy-flow img.flow-lower-left { position: absolute; top: 0px; left: 0px; z-index: 1; }
.energy-flow img.flow-lower-right { position: absolute; top: 0px; left: 0px; z-index: 1; }
.energy-flow img.flow-horiz { position: absolute; top: 0px; left: 0px; z-index: 1; }
.energy-flow img.flow-vert { position: absolute; top: 0px; left: 0px; z-index: 1; }

.tms-energy-flow { }
.tms-energy-flow img.tms-flow-horiz {top: 55%; left: 7%; width: 45%; position: absolute; top: 0px; left: 0px; z-index: 1; }
.tms-energy-flow img.tms-base { position: absolute; top: 0px; left: 0px; }

.energy-flow div.labels { font-size: 14px; position: absolute; top: 0px; left: 0px; }
.energy-flow div.labels div.value { font-size: 18px; font-weight: bold; text-align: center; }
.energy-flow div.labels div.unit { font-size: 14px; text-align: center; }
.energy-flow div.labels .pv-output {  position: absolute; top: 48px; left: 20px; }
.energy-flow div.labels .tms-pv-output {  position: absolute; top: 43px; left: 120px; }
.energy-flow div.labels div { width: 60px; text-align: center; }
.energy-flow div.labels .pv-charge-status { position: absolute; top: 86px; left: 180px; }
.energy-flow div.labels .pv-charge-status div { display: inline; }
.energy-flow div.labels .pv-charge-in { position: absolute; top: 76px; left: 90px; }
.energy-flow div.labels .pv-charge-out { position: absolute; top: 149px; left: 190px; }
.energy-flow div.labels .pv-grid-feed-in { position: absolute; top: 16px; left: 232px; }
.energy-flow div.labels .pv-grid-purchase { position: absolute; top: 189px; left: 260px; }
.energy-flow div.labels .pv-self-consumption { position: absolute; top: 189px; left: 45px; }
.energy-flow div.labels .null { color: #eee; }

.energy-flow div.offline { color: #eee; }
div.offline-msg { color: #f00; margin: 10px; vertical-align: middle; position: relative; font-size: 16px; }
div.offline-msg h1 { font-weight: bold; font-size: 24px; border-bottom: 1px solid #f00; }

a.tooltip { outline: none; text-decoration: none; }
a.tooltip .icon { }
a.tooltip span.title { display:none; }
a.tooltip span.linkTo { display:none; }
a.tooltip span.linkText { display:none; }
a.tooltip span.help { z-index:10; display:none; padding: 14px 20px; margin-left: 30px; margin-top: 10px; width: 300px; }
a.tooltip:hover span.help { display:inline; position:absolute; color:#111; border:1px solid #DCA; background:#fffAF0; border-radius: 5px; }

a.iconInfo { outline: none; text-decoration: none; }
a.iconInfo .icon { }
a.iconInfo span.title { display:none; }
a.iconInfo span.help { z-index:10; display:none; padding: 14px 20px; margin-left: 30px; margin-top: 10px; width: 300px; }
a.iconInfo:hover span.help { display:inline; position:absolute; color:#111; border:1px solid #DCA; background:#fffAF0; border-radius: 5px; }

.ui-resizable-se { display: none; }

.loadingEventContent { height: 100%; width: 100%; color: #AAA !important;}

.indexLogin { width: 251px; padding: 8px 10px; border-image: none; border-radius: 3px; border: 1px solid #cccccc; font-size: 14px; }
.indexLoginUser { margin-bottom: 10px; w }
.indexLoginPw { margin-top: -1px; }
.indexSubmitBtn { margin: 10px 0px; width: 273px; padding: 8px 10px; border-radius: 3px; font-size: 14px; }

ul.slideshow { margin: 0; padding: 0; }
ul.slideshow li { margin: 0; padding: 0; }

#startSlider { width: 960px; height: 285px; border: 1px solid #CCCCCC; margin-top: 20px; }
#startSlider img { width: 950px; height: 275px; }

ul.slideshow { position: relative; width: 100%; }
ul.slideshow > li { position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; }

#site_tabs { top: 0px; }

.start-links { margin-top: 15px; width: 970px; }
.start-links .start-widget-border { float: left; width: 30px; } 
.start-widget { border: 1px solid #cccccc; padding: 5px; display: inline-block; width: 287px; float: left; }
.start-widget a { display: inline-block; position: relative; }
.start-widget img { border: 1px solid #cccccc; }
.start-widget span.banner { display: inline-block; color: #000000; position: absolute; top: 5px; left: 5px; padding: 20px; font-size: 2em; font-weight: normal; background: #ffffff; opacity: 0.7; width: 237px; text-align: center; }
.start-widget a:hover span.banner { opacity: 0.5; }

.user-logged-in { text-align: center; }
.user-logged-in span { text-align: center; line-height: 40px; display: inline-block; font-weight: bold; font-size: 14px; color: #555555; }

.header-container { margin: auto; color: #999999; height: 55px; width: 960px; overflow: hidden; }

div.link-Container { float: left; padding: 2px 20px 2px 20px; border-right: 1px solid #0066aa; height: 36px; margin-top: 8px; }
div.link-Container .to-benning { }
div.link-Container:first-child { padding-left: 0px; }
div.link-Container:last-child { border: 0; padding-right: 0px;}
div.link-Container.no-border { border: 0; }
div.link-Container.language-selector { padding: 2px 3px 2px 1px; height: 36px; }
div.link-Container.language-selector div { margin-top: 5px; }
div.logo { float: right; margin-top: 5px; }

div.link-Container button { height: 30px; margin: 3px 0px; }

div.link-Container a { border: 0; text-decoration: none; color: #999999; font-weight: normal; }
div.link-Container a.bold { font-weight: bold; color: #666666; }
div.link-Container a.normal { font-weight: normal; color: #999999; }
div.link-Container a.small { font-size: 10px; }
div.link-Container a.middle { line-height: 36px; vertical-align: middle; }

.header-footline { background: #0066aa url(/fileadmin/img/header.jpg) top left repeat-x; height: 10px; }

.my-sites-buttons { float: right; padding: 5px 5px 10px 5px; }

.inverterGroup { padding: 15px 0px 5px 0px; font-weight: bold; }

.datepickerSelectButton {margin: 5px 0 0.4em; border: 1px solid #cccccc; padding: 3px; text-decoration: none; border-radius: 0px; float: right;}
.datepickerTable td a {padding: 0.2em; display: block; text-align: right; text-decoration: none; }
.datepickerTable td {padding: 1px; margin: 5px;}
.datepickerTable {margin: 3px 0 0.4em !important; }

.monthSelect {width: auto; min-width:70px; float: none; margin-right: 10px; padding: 4px; text-align: left;}
.yearSelect {width: auto; min-width:70px; float: none; margin-right: 10px; padding: 4px; text-align: left;}

.pv-form { padding: 10px; }
.pv-form fieldset { border: 1px solid #cccccc; padding: 10px; background: #fafafa}
.pv-form fieldset legend { border: 1px solid #cccccc; padding: 4px 6px; font-weight: bold; background: #e7e7e7; }

.pv-form div.form-input-group { }
.pv-form div.form-input-group div.form-input { padding-top: 10px; clear: both; }
.pv-form div.form-input-group div.form-input label { color: #666666; padding: 4px 0px; width: 25%; float: left; }
.pv-form div.form-input-group div.form-input span.info { float: right; width: 70%; }
.pv-form div.form-input-group div.form-input input.text-input { background: url("../img/input-background.png") repeat-x scroll 0 -8px #ffffff; border: 1px solid #cccccc; margin: 0; width: 70%; float: right; padding: 4px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.pv-form div.form-input-group div.form-input select 		  { background: url("../img/input-background.png") repeat-x scroll 0 -8px #ffffff; border: 1px solid #cccccc; margin: 0; width: 70%; float: right; padding: 4px 4px 4px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.pv-form div.form-input-group div.form-input div.form-checkboxes { padding: 0xp 4px; float: right; width: 70%; color: #666666; text-align: left; }
.pv-form div.form-input-group div.form-input div.form-checkboxes input { float: none; width: 16px; }
.pv-form div.form-input-group div.form-input div.form-checkboxes span { position: relative; top: -1px; display: inline-block; margin-right: 20px; margin-top: -1px; }

.pv-form div.buttons { float: right; padding: 10px 0px 0px; }
.pv-form fieldset.colors { margin: 10px 0; }


div.buttons img { position: relative; top: 3px; }
div.buttons span { margin-left: 10px; }

.pv-analysis-details { margin-top : 10px; }

.pv-analysis-sites { float: left; width: 35%; }
.pv-analysis-fields { float: right; width: 55%; }

.pv-analysis-details ul { margin: 0; padding: 0; }
.pv-analysis-details ul li { margin: 0; padding: 0; }
.pv-analysis-details ul li input { margin: 0; width: 16px; margin: 4px 0 0 0; float: none;}
.pv-analysis-details ul li img { height: 16px; width: 16px; cursor: pointer; }
.pv-analysis-details ul li.level-1 { font-weight: bold; }
.pv-analysis-details ul li.level-2 { font-weight: normal; margin-left: 16px; }
.pv-analysis-details ul li.level-3 { font-weight: normal; margin-left: 20px; }
.pv-analysis-details ul li.level-1 span { height: 16px; display: inline-block; width: 205px; }
.pv-analysis-details ul li.level-2 span { height: 16px; display: inline-block; width: 185px; }
.pv-analysis-details ul li.level-3 span { height: 16px; display: inline-block; width: 165px; }

.pv-header-buttons { padding: 10px 10px 0px 10px; }
.pv-header-buttons button { float: right; margin-left: 10px; }
.pv-header-buttons a { float: right; margin-left: 10px; padding-top: 7px; padding-bottom: 8px; }

.toggle span { cursor: pointer; }
.buttons-container { float: right; padding: 10px 0px; }

.pv-analysis-fullscreen { height: 525px; }
.pv-analysis-fullscreen-view { margin: 2px 0px 0px; overflow: hidden; }
/* Wichtig: die Höhe muss fix sein, da ansonsten durch den generischen Resize die Seite springt */
.pv-analysis-fullscreen-view div#view { height: 525px; }
.pv-analysis-buttons { padding: 5px 10px 15px 10px; }
div.view-analysis { }
div.view-analysis .top-buttons { padding: 5px 10px; }

#dayTab { padding: 0px; }
#monthTab { padding: 0px; }
#yearTab { padding: 0px; }
#totalTab { padding: 0px; }

.no-padding { padding: 0px !important; }
.no-border { border: 0 !important; }

#chooseSite {}
#chooseSite div.chooseSiteButtons { margin: 5px 0 0 0; }
#chooseSite div.chooseSiteButtons a { display: block; margin: 0px 0px 10px 0px; }

#externalPassword [name=password] {border: 1px solid #8E8F8F;}
#externalPassword [name=password]:hover {border: 1px solid #048ACC;}
#externalPassword [name=password]:focus {border: 1px solid #048ACC;}
#externalPassword [name=password]:disabled {border: 1px solid #CCCCCC;}
#externalPassword .externalPasswordButton {margin-top: 10px;}
#externalPassword .externalPasswordButton:disabled {cursor: default;}

#editWidget { margin-top: 20px; }
#editWidget div.pv-widget-header { border-bottom: 1px solid #cccccc; padding: 8px 10px; }
#editWidget div.pv-widget-chart-tab { border-left: 0; border-right: 0; }
#editWidget div.pv-widget-chart-datepicker { border: 0; padding-bottom: 0px; margin-top: 0px; }
div.pv-widget-chart-datepicker div.topContainer input.enableEndDate { width: 16px; }
div.pv-widget-chart-datepicker div.topContainer span { display: inline-block; }
div.pv-widget-chart-datepicker div.endDateContainer { display: inline-block; }
div.edit-buttons { float: right; padding: 10px; }

div.reportFilter { text-align: center; margin-bottom: 10px; }
div.reportFilter div.checkbox { display: inline-block; margin-right: 20px; }
div.reportFilter div.checkbox input[type="checkbox"] { width: 16px; }

#FAQ li {margin: 5px 0 0 15px;} 
#FAQ a.question {text-decoration: none; color: #000; line-height: 135%;}
#FAQ .answer {padding: 10px 0 25px 25px; line-height: 135%;}

div.faqEntry { }
div.faqEntry h1 { }
div.faqEntry h2 { margin: 10px 0; font-size: 150%; font-weight: bold; }
div.faqEntry h3 { margin: 10px 0; font-size: 125%; font-weight: bold; }
div.faqEntry ul { }
div.faqEntry ul li { }
div.faqEntry div.faqContent { }
div.faqEntry ul.questions { list-style: square; margin: 0 0 0 20px; }
div.faqEntry ul.questions li { padding: 0px; margin-bottom: 10px; }
div.faqEntry ul.questions li .question { display: block; font-weight: bold; }
div.faqEntry ul.questions li .answer { display: block; }
div.faqEntry ul.categories { list-style: square; margin: 0 0 0 20px; }
div.faqEntry ul.categories li { padding: 0px; }
div.faqEntry ul.faqNavi { margin-bottom: 10px; }
div.faqEntry ul.faqNavi li { padding: 0px; }
div.faqEntry ul.faqNavi li a { font-size: 90%; }

div#admin-bar { position: absolute; top: 100px; right: 20px; z-index: 0; border: 1px solid #0066aa; padding: 10px; }
div#admin-bar h4 { font-size: 110%; font-weight: bold; margin: 0; }
div#admin-bar a { text-decoration: none; }

.pvToolTip .pvTooltipText { font-weight: normal; z-index:10; display:none; padding:14px 20px; margin-top:0px; margin-left:28px; width: 200px; border-radius:2px; box-shadow: 5px 5px 8px #CCC; } 
.pvToolTip:hover .pvTooltipText { display:inline; position:absolute; color:#111; border:1px solid #DCA; background:#fffAF0; text-align: left; }
.pvTooltip:hover .pvTooltipText ul { margin: 0; padding: 0; }

div.structure-main-content div.tmsTabContent { border: 1px solid #cccccc; }
div.structure-main-content div.tmsTabContentHistory { border: 1px solid #cccccc; width: 1120px}