@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 {
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    text-align: left;
}


/* --- site --- */

#fullscreen-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -9999;
    width: 100%;
    height: 100%;
}

#fullscreen-container-dimming {
    background: #000000;
    opacity: 0.75;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#fullscreen-container-content-wrapper {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#fullscreen-container-content {
	width: 85%;
	height: 85%;
	margin: 5% auto;
	padding: 1%;
	background: #ffffff;
	border: 1px solid #cccccc;
}

#site-container {
    min-height: 550px;
    width: 960px;
    margin: 0 auto;
    background: #ffffff;
/*    border-top: 10px solid #000000;
    border-bottom: 10px solid #000000; */
}

#headerlogin-user, #headerlogin-password, #headerlogin-password-clear {
	width: 80px;
	margin: 2px 0 0 0;
	background: #ffffff url(../img/input-background.png) repeat-x top left;
	background-position: 0 -8px;
	border: 1px solid #cccccc;
}

#headerlogin-user {
	margin-right: 5px;
}

#headerlogin-user-label, #headerlogin-password-label {
    width: 80px;
    text-align: right;
    padding: 3px 5px 0 0;
    color: #ffffff;
}

#site-footer-content {
	border-top: 1px solid #0066AA;
	margin: 0px 0 0 0;
	color: #999999;
	padding: 5px 10px;
	text-align: right;
}

.highchart-controls-container {
	font-size: 0.8em;
}

.highchart-resizable-container {
    margin: 0 auto;
}

.highchart-resizable {
    margin: 0 auto;
}

.highchart-container {
	width: 98%;
	height: 90%;
	position: relative;
}

.highchart-controls {
	padding: 20px;
	font-size: 11px;
}

.content {
    border:0;
    overflow:hidden;
    margin:0;
    padding: 10px 10px 0 10px;
    background:#f4f4f4;
}

.fieldsetwrapper {
    border:1px solid #cccccc;
    display:block;
    margin: .75em 0 1.8em 0;
    padding: .5em;
    background:#fafafa;
}

.fieldsetwrapper h2 {
	position: relative;
	margin: -1.35em 0 0 0;
	padding: 0;
	font-size: 125%;
	font-weight: normal;
}
div.fieldsetwrapper h2 span {
	margin: 0;
	padding: 0 0.5em;
	border:1px solid #cccccc;
	background: #ffffff url(../img/input-background.png) repeat-x top left;
    background-position: 0 -8px;
}


.reportdivider {
	margin: 0 0 20px 0;
	display: block;
}

.fieldsetcontenthelp {
    margin: 5px;
}

.helpheader {
    background: url("/fileadmin/css/smoothness/images/ui-bg_highlight-hard_100_blue_1x100.png") repeat-x scroll 0 -37px #D1DAE5;
    border: 1px solid #AAAAAA;
    font-weight: bold;
}





/* pagination */


.widget-pagination a {
    color: #555555 ! important;
    font-weight: normal;
}

.widget-pagination-top {
    margin: 10px 10px 0 10px;
}

.widget-pagination-bottom {
    margin: 0 10px 10px 10px;
}

.widget-pagination-active {
    color: #555555 ! important;
    font-weight: bold;
}

.widget-pagination ul {
    font-weight: normal;
    list-style-type: none;
}

.widget-pagination ul, .widget-pagination ul li {
    float: left;
    background: none;
}




/* gallery */


ul.gallerygrid {
    list-style: none;
    margin: 0;
}

.gallerygrid li {
    float: left;
    margin: 5px;
    background: none;
    padding: 0;
} 

.gallerygrid li img {
    background: #ffffff;
    border: 1px solid #cccccc;
    margin: 5px 0 2px 0;
    padding: 1px;
}
  
.gallerygrid li a {
    display: block;
}

.gallerygridwrapper {
    
}

.gallerygridclearer {
    clear: both;
}
