/* Basic option*/
body{
	font-size: 11px;
	font-family: Arial;
	font-weight:normal;
	background-color: white;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-position:top;
	margin-top: 19px;
	color:black;
}
/* Global options */

.blank{ height:20px; }

.blank2{ height:5px; }

img{	border:0px;  }

.clear{	clear:both;  }

.text{  text-align: left; padding:5px;}

.textBlack{ color:black;}

a{			color:black;}

h2{
	padding:0px;
	margin:0px;
	font-weight:normal;
	line-height:18px;
	font-size:18px;
	color:#424242;
}

h2 a {
    text-decoration: none;
}

h1{
	padding:0px;
	margin:0px;
	font-weight:bold;
	line-height:24px;
	font-size:24px;
	color:#424242;
}

h1 a {
    color:#424242;
    text-decoration: none;
}

#global{
	width:930px;
	background-image:url(../images/shadow_bg.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-left:auto;
	margin-right:auto;
}

/* Logo option*/
#logo{
	width:930px;
	height:93px;
	margin-left:auto;
	margin-right:auto;
}

/* Menu option */
#global #menu{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	height:40px;
}
#global #menu .left{
	width:4px;
	float:left;
	height:40px;
	background-image:url(../images/menu_left_angle.png);
	background-repeat:no-repeat;
}
#global #menu .middle{
	width:892px;
	height:40px;
	float:left;
	background-image:url(../images/menu_bg.png);
	background-repeat:repeat-x;
	text-align:left;
}

#global #menu .middle ul{ 	
	width:892px; 
	padding:0px;
	margin:0px;
	height:40px;
}

#global #menu .middle li{ 	
	float:left;
	list-style:none;
	font-size:12px;
	height:40px;
}
#global #menu .middle li a{	
	text-decoration:none; 
	display:block;
        text-align: center;
	padding-top:13px;
	height:27px;
	padding-left:10px;
	padding-right:10px;
        font-weight: bold;
}
#global #menu .middle li a.doubleline {
    padding-top: 6px;
}
#global #menu .middle li a:hover{
	text-decoration:underline;
	background-image:url(../images/menu_bg_a.png);
	background-repeat:repeat-x;
	background-position:top;
	display:block;
}

#global #menu .middle .home a {
	padding: 0px;
	margin: 0px;
}
#global #menu .middle .home a:hover {
    background: none;
}
#global #menu .middle .slice{
	width:2px;
	height:40px;
	margin:0px;
	padding:0px;
	background-image:url(../images/menu_slice.png);
}
#global #menu .right{
	width:4px;
	float:left;
	height:40px;
	background-image:url(../images/menu_right_angle.png);
	background-repeat:no-repeat;
}
/* data option*/
#global #data{
	width:892px;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	padding:4px;
}
#global #data .left{
	width: 590px;
	float:left;
	padding-right:3px;
        overflow: hidden;
}
#global #data .right{
	width:295px;
	float:left;
        margin-top: 12px;
}

/* table option*/
#global #data .table{
	width:285px;
	float:left;
	padding-left:2px;
        margin-right: 7px;
}
#global #data .tableView{
	width:285px;
	margin-left:auto;
	margin-right:auto;
}
#global #data .tableView .title{
	width:285px;
	background-image:url(../images/table_title_bg.png);
	background-repeat:no-repeat;
	height:37px;
}
#global #data .tableView .title h1{
	font-size:16px;
	padding-left:10px;
	font-weight: bold;
	padding-top:10px;
	line-height:16px;
	color:#231f20;
}
#global #data .tableView .text{
	width:285px;
	background-image:url(../images/table_text_bg.png);
	background-repeat:repeat-y;
	padding:0px;
	margin:0px;
}

#global #data .tableView .text .img{ width:283px;margin-left:auto;margin-right:auto;}
#global #data .tableView .bottom{
	width:285px;
	background-image:url(../images/table_bottom_bg.png);
	background-repeat: no-repeat;
	height:4px;
}

/* regions option*/
#global #data .tableView .text .hr{
	height: 1px !important;
	background-color:#d9d9d9;
	width:267px;
	margin-left:auto;
	margin-right:auto;
        overflow: hidden;
}
#global #data .tableView .text .rowText{
	width:268px;
	margin-left:auto;
	margin-right:auto;
	height:43px;
	display:block;
	background-image:url(../images/arrow_black.png);
	background-repeat:no-repeat;
	/*background-position:top left;*/
	background-position: 8px 3px;
        text-decoration: none;
}
#global #data .tableIssues .text .rowText {
    height: 33px;
}
#global #data .tableView .text .rowText .title2 {
	color:#231f20;
        text-decoration: underline;
	font-style:normal;
	font-weight:bold;
}
#global #data .tableView .text a.rowText:hover, #global #data .tableView .text a.rowTextActive {
	background-color:#ffda6e;
	color:black;
	background-image:url(../images/arrow_white.png);
	background-repeat:no-repeat;
	width:268px;
	/*background-position:top left;*/
	background-position: 8px 3px;
}
#global #data .tableView .text .rowText .viewText{
	width:240px;
	color:#7b7b7b;
	font-style:italic;
	float:left;
	height:40px;
	padding-top:2px;
	padding-bottom:0px;
	padding-left:20px;
        margin-left: 10px;
        cursor: pointer;
}
#global #data .tableIssues .text .rowText .viewText {
    height: 25px;
}
#global #data .tableView .text .rowTextSubpages {
    padding: 5px 13px 10px 13px;
}
#global #data .tableView .text .rowTextSubpages a {
    display: block;
    text-decoration: underline;
    padding: 3px 32px;
}
#global #data .tableView .text .rowTextSubpages a:hover {
    background-color: #ffda6e;
}

/* form option*/
#global #data .tableView .text .formRowButton{
	width:118px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-bottom:10px;
}

#global #data .tableView .text .formInfoRow {
    width: 260px;
    margin-left: auto;
    margin-right: auto;

    font-style:italic;
    color:#424242;
}
#global #data .tableView .text .formRow{
	width:260px;
        margin-bottom: 5px;
	margin-left:auto;
	margin-right:auto;
}

#global #data .tableView .text .formRow input{
	border:1px solid #d9d9d9;
	background-image:url(../images/input_bg.png);
	background-repeat:repeat-x;
	height:24px;
	margin-top:3px;
	font-style:italic;
	color:#424242;
	font-size:10px;
	width:260px;
}
#global #data .tableView .text .formRow .radio{
	border:none;
	width:15px;
	height:15px;
	padding-right:10px;
}

#global #data .tableView .text .formRow textarea{
	border:1px solid #d9d9d9;
	background-image:url(../images/input_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	font-family:arial;
	height:24px;
	margin-top:3px;
	font-style:italic;
	color:#424242;
	font-size:11px;
	width:260px;
	height:50px;
}

#global #data .tableView .text .formRow .float{
	float:left;
	width:130px;
}
#global #data .tableView .text .formRow .float input{	width:127px;}


/* bottom option*/
#bottom{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#717171;
}
#bottom2{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/bottom_bg2.png);
	background-repeat:no-repeat;
	height:11px;
}
#bottom a {
    color:#717171;
}

/***  Subpage  ***/

#global #subPage{
	width:892px;
	background-color:#f9c120;
	background-image:url(../images/subPage_bg.png);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	padding:4px;
}
#global #subPage .left{ width:560px; float:left;}
#global #subPage .right{ width:332px; float:left;}
#global #subPageBottom{
	width:900px;
	background-image:url(../images/subPage_bottom_bg.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	height:5px;
}
#global #subPage .whiteTable{ 
	width:272px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
#global #subPage .whiteTable .top{
	width:272px;
	background-image:url(../images/table_white_top.png);
	background-repeat:no-repeat;
	height:6px;
        line-height: 6px;
}
#global #subPage .whiteTable .text{
	width:272px;
	background-image:url(../images/white_table_text.png);
	background-repeat:repeat-y;
        padding-top: 10px;
}
#global #subPage .whiteTable .bottom{
	width:272px;
	background-image:url(../images/table_white_bottom.png);
	background-repeat:no-repeat;
	height:6px;
}
#global #subPage .whiteTable .text .rowText{
	width:200px;
	margin-left:auto;
	margin-right:auto;
	height:40px;
	display:block;
	background-image:url(../images/arrow_black2.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:30px;
	text-decoration:none;
	color:#7b7b7b;
	font-style:italic;
}
#global #subPage .whiteTable .text .rowText .title{
	color:#231f20;
	text-decoration:underline;
	font-style:normal;
	font-weight:bold;
}
#global #subPage .whiteTable .text a.rowText:hover{
	background-image:url(../images/arrow_gold.png);
	background-repeat:no-repeat;
	background-position:top left;
}


.text ul{
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
	line-height:20px;
	width:567px;
	background-image:url(../images/ul_bg.png);
	background-repeat:repeat-y;
	list-style-image:url(../images/black_spahe.jpg);
	list-style-type:image;
}
.text ul li{
	list-style-image:url(../images/black_spahe.jpg);
	list-style-type:image;
}

.text table{
	width:100%;
        border-collapse: collapse;
        margin-top: 10px;
}
.text table th{
	background-color:#fdd04d;
	text-align:left;
	padding-left:10px;
	line-height:40px;
        border: 1px solid #424242;
}
.text table td{
	font-size:12px;
	line-height:20px;
	padding-left:2px;
	padding-right:2px;
        border: 1px solid #424242;
}
.text table  .redBg{
	background-color:#fff3d2;
}

.subpages {
    margin-top: 30px;
}

.subpage {
    margin-bottom: 15px;
}

.left .text {
    padding: 10px 15px;
}

.issues {
    margin-top: 20px;
}
.issues .issue {
    width: 250px;
    float: left;
    text-align: center;
    border: 1px solid #d9d9d9;
    margin: 0px 10px 15px 10px;
}
.issues .issue h3 {
    text-align: center;
    padding:0px;
    margin: 5px 0px 0px 0px;
    font-weight:bold;
    line-height:15px;
    font-size:15px;
    color:#424242;
}
.issues .issue h3 a {
    text-decoration: none;
}

/*
* styl pro vystup wysiwygu
*/
.anotace table, .obsah table {
    border-collapse: collapse;
    border-color: #424242;
    float: none;
}
.anotace table td, .obsah table td {
    border-color: #424242;
}
