* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: #003d4c;
	color: #fff;
	font-family: arial;
	font-size:12px;
	margin: 0;
}
a
{
  color: #D78860;
  text-decoration: none;
}
a:hover
{
  color: #000000;
  text-decoration: underline;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
    font-size: 12px;
    text-transform: uppercase;
    color: #FF5050;
    background-image: url(../img/pozadi-nadpis.gif);
    padding: 10px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    font-weight: bold;
}
h3 {
	font-size: 18px;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}
p {
    text-align: justify;
    padding-bottom: 10px;
}

/* Layout */
#container {
	text-align: left;
    width: 1000px;
    margin: 0px auto;
    background-color: #166fb3;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}
#header{
    height: 298px;
    background-image: url('../img/pozadi-hlavicka.jpg');
}
#header h1 {
	color: #fff;
	padding: 0px 30px;
    display: none;
}
#sidebar {
    width: 250px;
    float: left;
}
#sidebar h2 {
    margin: 0px 0px 0px 10px;
}
#sidebar .data{
    margin: 0px 0px 10px 10px;
    overflow: auto;
}
#content{
    width: 750px;
    float: right;
}
#content h2{
    margin: 0px 10px 0px 10px;
}
#content .data{
    margin: 0px 10px 10px 10px;
	overflow: auto;
}
#footer {
	clear: both;
	text-align: center;
	padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ccc;
    background-color: #125f9a;
}
.data {
    border: 1px solid #CCCCCC;
    padding: 10px;
    background-color: #125f9a;
}

#sidebar ul{
  list-style-image: url(../img/kruh.png);
  margin-bottom: 30px;
}
#sidebar li{
  font-size: 15px;
  font-weight: bolder;
  margin: 10px;
}
#content .info {
    font-size: 11px;
    margin-bottom: 10px;
}


div.clanek {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
div.clanek div.uvod {
    padding: 5px;
    color: gray;
    margin-bottom: 20px;
}
div.clanek div.text {

}

div.soubory {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

div.komentar {
    margin-bottom: 15px;
    border-left: 5px solid #ccc;
}
div.komentar div.autor {
    font-weight: bold;
    float: left;
    padding: 3px;
}
div.komentar div.datum {
    float: right;
    padding: 3px;
}
div.komentar div.text {
    padding: 3px;
    clear: both;
    border-top: 1px solid #ccc;
}


/* Tables */
table {
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
    color: black;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}



/* Paging */
div.paging {
    text-align: center;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	font-weight: bold;
}
div.paging span a {
}



/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	font-weight: bold;
    border: 1px solid #ccc;
    padding: 3px;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	
}
form div.required {
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
form div.error input, form div.error textarea, form div.error select{
    border: 2px solid red;
}
div.errorFlash {
    font-size: 18px;
    background-image: url(../img/symbols-error.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    background-color: #ff3333;
}
div.okFlash {
    font-size: 18px;
    background-image: url(../img/symbols-tips.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    background-color: #009900;
}
div.forbiddenFlash {
    font-size: 18px;
    background-image: url(../img/symbols-forbidden.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    background-color: #003399;
}
div.message {
    margin: 0px 10px 10px 10px;
    border: 1px solid #CCCCCC;
    padding: 10px;
    background-color: #003399;
    font-size: 18px;
    background-image: url(../img/symbols-info.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
}
div.error-message {
	clear: both;
	color: #ff9e9e;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions{
    text-align: right;
}
div.actions ul {
	margin: 0px;
	padding: 0px;
    font-size: 10px;
}
div.actions li {
    display: inline;
	list-style-type: none;
	line-height: 2em;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
    border-left: 5px solid black;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: red;
    border-left: 5px solid red;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}



/* 
	ColorBox example user style
	The following rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
	in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay{background:url(../img/colorbox/overlay.png) 0 0 repeat;}

#colorbox{}
	#cboxTopLeft{width:21px; height:21px; background:url(../img/colorbox/borderTopLeft.png) 0 0 no-repeat;}
	#cboxTopCenter{height:21px; background:url(../img/colorbox/borderTopCenter.png) 0 0 repeat-x;}
	#cboxTopRight{width:21px; height:21px; background:url(../img/colorbox/borderTopRight.png) 0 0 no-repeat;}
	#cboxBottomLeft{width:21px; height:21px; background:url(../img/colorbox/borderBottomLeft.png) 0 0 no-repeat;}
	#cboxBottomCenter{height:21px; background:url(../img/colorbox/borderBottomCenter.png) 0 0 repeat-x;}
	#cboxBottomRight{width:21px; height:21px; background:url(../img/colorbox/borderBottomRight.png) 0 0 no-repeat;}
	#cboxMiddleLeft{width:21px; background:url(../img/colorbox/borderMiddleLeft.png) 0 0 repeat-y;}
	#cboxMiddleRight{width:21px; background:url(../img/colorbox/borderMiddleRight.png) 0 0 repeat-y;}
	#cboxContent{background:#fff;}
		#cboxLoadedContent{margin-bottom:28px;}
                #cboxTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; color:#949494;}
                #cboxCurrent{position:absolute; bottom:3px; left:58px; color:#949494;}
                #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
                #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(../img/colorbox/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
                #cboxPrevious.hover{background-position:-25px -25px;}
                #cboxNext{position:absolute; bottom:0; left:27px; background:url(../img/colorbox/controls.png) 0px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
                #cboxNext.hover{background-position:0px -25px;}
		#cboxLoadingOverlay{background:url(../img/colorbox/loading_background.png) center center no-repeat;}
                #cboxLoadingGraphic{background:url(../img/colorbox/loading.gif) center center no-repeat;}
		#cboxClose{position:absolute; bottom:0; right:0; background:url(../img/colorbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
		#cboxClose.hover{background-position:-50px -25px;}




 div.button {
	height: 29px;
	width: 133px;
	

	font-size: 14px;
	color: #C7D92C;
	text-align: center;
	padding-top: 15px;
}
