/*** UŽIVATELSKÉ COHE STYLY ***/

.sedyPodtrzenyTeckovany {
	border-bottom:1px dotted #97A7AF;
	color:#97A7AF;
}

a.sedyPodtrzenyTeckovany :hover {
	border-bottom:0px;
}

.cervenyText {
	color: #b23427
}

.oranzovyText {
	color: #F78A2C
}

/* tabulka s levym sedivym sloupcem */
.tabulkaLevaSeda {
}

.tabulkaLevaSeda tr {
	border-bottom:1px solid #FFFFFF;
}

.tabulkaLevaSeda th {
	background-color:#ECF0F3;
	border-color:-moz-use-text-color -moz-use-text-color #FFFFFF;
	border-left:0 none;
	border-style:none none solid;
	border-width:0 0 1px;
	font-size:13px;
	font-weight:bold;
	padding:1px 2px;
	text-align:center;
	vertical-align:top;
}

.tabulkaLevaSeda td {
	border-color:-moz-use-text-color -moz-use-text-color #FFFFFF;
	border-left:0 none;
	border-style:none none solid;
	border-width:0 0 1px;
	font-size:13px;
	padding:1px 2px;
	text-align:left;
	vertical-align:top
}

/* seda tabulka */
.tabulkaSeda {
}

.tabulkaSeda td {
	padding: 3px 8px 3px 8px;
	border-bottom:1px solid #fff;
	margin: 0px;
}

.tabulkaSeda thead td {
	background-color: #b1bdc5;
	color: #ffffff;
	font-weight: 800;
	font-size: 13px;
}

.tabulkaSeda th {
	background-color: #b1bdc5;
	color: #ffffff;
	font-weight: 800;
	font-size: 13px;
}

.tabulkaSeda tbody td {
	background-color: #ecf0f3;
	color: #455660;
	font-size: 12px;	
}

.tabulkaSeda tr.highlight td {
	background-color: #dcdcdc;
	cursor: pointer
}

/* cervena tabulka */
.tabulkaCervena {
}

.tabulkaCervena td {
	padding: 3px 8px 3px 8px;
	border-bottom:1px solid #fff;
	margin: 0px;
}

.tabulkaCervena thead td {
	background-color: #b23427;
	color: #ffffff;
	font-weight: 800;
	font-size: 13px;
}

.tabulkaCervena th {
	background-color: #b23427 !important;
	color: #ffffff;
	font-weight: 800;
	font-size: 13px;
}


.tabulkaCervena tbody td {
	background-color: #f1d6d3;
	color: #455660;
	font-size: 12px;	
}


/* TABULKA S PREHLEDEM KURZU */
.tabulkaPrehledu {
	width: 537px;
}

.tabulkaPrehledu td {
	margin: 0px;
}

.tabulkaPrehledu thead td {
	background-color: #b23427;
	color: #ffffff;
	font-weight: 800;
	font-size: 12px;
	padding-left: 5px;
}

.tabulkaPrehledu thead td.rounded {
	background: none;
	background-image: url('../graphic/layouts/front/list_corner.gif');
	position: relative;
	padding-left: 0px;
	width: 9px;
	height: 18px;
	
}

.tabulkaPrehledu tbody td.data {
	padding: 3px 0px 3px 15px	
}

.tabulkaPrehledu tr {
	cursor: pointer;
}

.tabulkaPrehledu tr.trOut td {
	background-color: #ecf0f3;
}

.tabulkaPrehledu tr.trOver td {
	background-color: #ECF0F3;
        color: white;
}

.tabulkaPrehledu .slide {
	padding: 5px 10px 5px 25px;
}

.tabulkaPrehledu .hidden {
	display:none;
	visibility: hidden;
}

.tabulkaPrehledu tbody td a {
	display: block;
	font-size: 12px;
	color: #585959;
	padding: 1px 8px 1px 20px;
	width: 450px;
}

.tabulkaPrehledu tbody td a:hover {
	/*color: #fff;*/
        text-decoration: underline;
}


/* defaultni styly vychozich prvku daných aplikaci pro editaci ve fullscreenu */

#tinymce {
	width: 537px !important;
	margin: auto;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #4d4d4d
}

#tinymce p {
	padding:10px 0px 10px 0px;
	margin:0px;
}

#tinymce ul {
	list-style-image: url('../graphic/layouts/front/list_dot.gif');
}

#tinymce a {
	text-decoration:none;
	outline: none;
	color: #97A7AF
}

#tinymce a img {
	border:0px;
}

#tinymce h1 {
	color:#b23427;
	font-size:18px;
	font-weight:800;
}

#tinymce h2 {
	color:#333333;
	font-size:15px;
	font-weight:800;
	margin:0px;
}

#tinymce h3 {
	color:#333333;
	font-size:15px;
	font-weight:800;
	margin:0px;
}

#tinymce h4 {
	color:#b23427;
	font-size:14px;
	font-weight:800;
	margin:0px;
}

#tinymce h5 {
	font-size:14px;
	margin:0px;
	font-weight: 400
}

#tinymce h6 {
	font-size:13px;
	font-weight: 800
}


#tinymce hr {
	background-color:#eeeeee;
	color:#eeeeee;
	border:0px;
	height:2px;
}

module {
    background:none repeat scroll 0 0 coral;
    display:block;
    font-size:x-large;
    padding-bottom:5px;
    padding-top:5px;
    text-align:center;
    width:100%;

}
