/*****************************************************************************
 CSS style, derived from CHMI portal, but simplified for standalone applications
 Lumir Vanek, vanek.nospam@idea-envi.cz (remove .nospam)
 Copyright (C) IDEA-ENVI s.r.o. 
 http://www.idea-envi.cz
******************************************************************************/

/* ************************ General settings ******************************* */

/* layout */
.cleaner {clear: both; height: 1px; font-size: 1px; display: block; padding: 0px; margin: 0px;}
.hidden {display: none;}
.fl {float: left;  display: inline;}
.fr {float: right; display: inline;}
.center {text-align: center;}
.right {text-align: right;}
.nw {white-space: nowrap;}
img {border: 0px;}
span.txt {height: auto !important;}
body, form {padding: 0px; margin: 0px;} /* , fieldset, ul, ol, h1, h2, h3, h4, h5 */
/*input,textarea,select {font-family: Verdana, sans-serif; font-size: 12px; color: #636363;}*/
html, body {height: 100%;}

body 
{
	background: url('./images/layout/backgrounds/bg-body.gif') top left repeat-x #d8eaf0; 
	text-align: center; 
	font-family: Verdana, sans-serif; 
	margin:0px;
    padding-top:0px;
    padding-bottom:100px;
}
	
#main 
{
	margin-left: 2%; 
	margin-right: 2%; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	text-align: left;
}

/*************************************************************************************************************************/

/* Header */

#header 
{
	background-color: white;
	width: auto;
	height: 90px;
	border-bottom: 1px solid black;
}

#banners
{
	height: 50px;
}

#appname
{
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: large;
    text-align: center; 
    position: relative; 
	overflow: hidden; 
	float: right; 
	margin-top : 0.7em;
	margin-right : 0.5em;
	display: inline; 
	color: #4b4b4b; 
}

#appnote
{
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
    font-weight: normal;
    text-align: left; 
    position: relative; 
	overflow: hidden; 
	float: left; 
	margin-left : 10px;
	color: #4b4b4b; 
}

#banners img.logo_chmi 
{
	float: left;
	margin : 0.5em
}

#banners img.banner 
{
	float: right;
	margin : 0.5em
}

.switch-language 
{
	color: #a5a5a5; 
	width: auto; 
	position: absolute; 
	right: 35px; 
	top: 5px; 
	text-align: right;
}

.switch-language span 
{
	position: relative; 
	overflow: hidden; 
	height: 12px; 
	display: block; 
	color: #a5a5a5; 
	text-transform: uppercase; 
	text-decoration: none; 
	font-size: 8px; 
	float: right; 
	display: inline; 
	margin-top: 4px;
}
/*
.switch-language span {margin-top: 4px;}
.switch-language a:hover {color: #000;}
.switch-language a span {position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; cursor: pointer; background-position: top left; background-repeat: no-repeat; margin-top: 0px;}
.switch-language a:hover span {background-position: 0px -12px;}
.switch-language {width: 37px;}
.switch-language span {font-size: 10px; color: #636363;}
*/

/*************************************************************************************************************************/

/* Content */

#content
{
	height: auto;
	width: auto;
	background-color: white;
	padding: 10px;
	width: inherit;
}

#content h1, h2, h3, h4, h5, h6
{
      font-family: Verdana, Arial, sans-serif;
      font-weight: bold;
      margin: 2px 0px 2px 0px;
      padding: 0 0 1px 0;
      border: none;
      color: #006eb3;
      width: auto;
      height: auto;
      letter-spacing: normal; /* styly od prague best tohle pekne prasi */
      word-spacing: normal;
}

#content h1 
{ 
	font-size: x-large;
	text-align: center;
}

#content h2 
{ 
	font-size: medium;
	text-align: center;
}

#content h3 
{ 
	font-size: smaller; 
	text-align: center;
}

#content p { font-family: Verdana, Arial, sans-serif; font-size: small; }

#content p span.bold { font-family: Verdana, Arial, sans-serif; font-weight: bold; font-size: small; }


#content .licence_cc
{
	position: relative; 
	overflow: hidden; 
	width: 88px; 
	height: 33px;
	float: right;
	display: inline; 
}

/* Footer */
	
#footer { width: auto; background-color: white; }

#footer #copyright 
{
	position: relative; 
	overflow: hidden; 
	width: 360px; 
	height: 11px; 
	float: right; 
	margin-right: 12px; 
	display: inline; 
	color: #4b4b4b; 
	text-transform: uppercase; 
	font-size: 9px; 
	letter-spacing: -1px; 
	text-align: right;
}

#footer .xhtml_validator
{
	position: relative; 
	overflow: hidden; 
	width: 360px; 
	height: 11px;
	float: left;
	display: inline; 
	color: #4b4b4b; 
	text-transform: uppercase; 
	font-size: 9px; 
	letter-spacing: -1px; 
	text-align: left;
}


/* end */

span.smallest-text
{
	font-size: 0.8em
}

/* ********************** DIV inside main DIV ****************************** */

img 
{
  vertical-align: middle;
  border: 0px
}

input.image_button {
	padding-left: 5px;
	padding-right: 5px;
	background-color: #f0f0f0;
	border: 0px
}

pre { 
	background-color: #f0f0f0; 
	border: 1px dotted DodgerBlue; 
	color: #191970; 
	padding: 20px; 
	margin: 5px 250px 1px 5px; 
	overflow: auto; 
	font-size: 10px; 
	line-height: 17px; 
	font-family: "Courier New", courier, monospace; 
	margin-top:10px; 
	-moz-border-radius:8px
}

pre.pre_error_msg
{ 
	background-color: #f0f0f0; 
	border: 1px dotted Red; 
	color: #191970; 
	padding: 20px; 
	margin: 5px 250px 1px 5px; 
	overflow: auto; 
	font-size: 12px; 
	line-height: 17px; 
	font-family: "Courier New", courier, monospace; 
	margin-top:10px; 
	-moz-border-radius:8px
}

acronym { border-bottom: 1px dotted #797979 }


table.data_table 
{ 
	font-family: sans-serif;
	font-size: 0.8em;
    margin-left: 5px;
    margin-top: 1px;
    margin-bottom: 15px;
    border-width: 0;  
    border-style: solid;
    padding: 1;
    background-color: DeepSkyBlue;
    margin-left: auto; 
    margin-right: auto;
}

table.data_table th.list-header
{    
    background-color: DodgerBlue
}

table.data_table td.list-footer
{    
    background-color: DodgerBlue
}

table.data_table tr.list-row-even
{    
    background-color: LightSkyBlue
}

table.data_table tr.list-row-odd
{    
    background-color: SkyBlue
}

tr.formcontent
{    
    background-color: buttonface;
    vertical-align: top;
	background: buttonface;
}

div.form_div
{
	float: left;
	background-color: buttonface;
    background: buttonface;
    margin: 5px;
    padding: 5px;
    border: 1px solid #aaa;
}

div.rightbox
{
	float: right;
	width: 500px;
	border: 1px solid #B8CBDC;
	margin: 5px 5px 5px 0px;
	padding: 5px;
	clear: both;
}

div.mapCanvas
{
	position: relative;
	padding: 0px;
	margin: 0 auto 0 auto;
}
