/* formularze */
.ui-dialog select,
.wideselect select {
	width: 100%;
	font-size: 140%;
	padding: 1%;
}
.monospaced {
	font-family: monospace;
}

.gray {
	color: gray;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; line-height: 1em; }
.ui-timepicker-div dl dt{ height: 25px; font-weight: normal; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }

body.firefox button.ui-state-focus:focus {
	border: 1px solid orange !important;
}

.ui-dialog div.form,
.ui-dialog div.index,
.ui-dialog div.view {
	float: none;
	width: 100%;
	border-left: none;
	padding: 5px;
}

.ui-dialog div.actions {
	display: none;
}

.ui-dialog input[type=submit] {
	display: none;
}

.ui-dialog fieldset {
	border: none;
	padding: 0;
}

.ui-dialog fieldset legend {
	display: none;
}

.ui-dialog fieldset fieldset legend {
	display: block;
	color: black;
	background: none;
}

.ui-dialog-content {
	overflow-x: hidden !important;
}

.fl_left {
	float: left;
}

.fl_right {
	float: right;
}

.ui-menu-item .fl_right {
	color: gray;
}

.clear {
	clear: both;
	padding: 1px 0 0 0;
	margin: 0;
}

#header
{
    background-color: #e0e0e0;
    height: 100px;
    color: #525c72;
    border-bottom: 2px solid #525c72;
}

#logo {
    float: left;
    width: 400px;
}
#logo a, #logo a:visited {
    color: #525c72;
    text-decoration: none;
    font-size: 35px;
}
#header_type
{
    width: 300px;
    float: left;
}
#header_layers
{
    width: 500px;
    float: left;
}
#header_filters
{
    width: 200px;
    float: right;
}
#header_filters, #header_filters a, #header_filters a:visited {
    color: #525c72;
}

#tid
{
    padding: 3px;
    color: white;
    background-color: #0087c9;
    margin-bottom: 3px;
}
.accordion-heading, .accordion-heading a, .accordion-heading a:visited, .accordion-heading a:hover
{
    background-color: #0087c9;
    color: white;
    text-decoration: none;
}
.accordion-group
{
    border: 1px solid #0087c9;
    border-radius: 0px;
}
#footer
{
    background-color: #0087c9;
    height: 100px;
}

#content
{
    padding-bottom: 5px;
}
body
{
    background-color: white;
}

.olControlLayerSwitcher  div.layersDiv
{
    background-color: white;
    color: black;
    border-color: #0087c9;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
}
div#OpenLayers_Control_MinimizeDiv
{
    background-color: #0087c9;
    padding: 3px;
}