* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: #fff url(../img/poz.gif);
	color: #000;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #2C8D7A;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #0D473B;
	text-decoration:none;
}

a img {
	border:none;
}

h1, h2, h3 {
	color: #d33;
	font-size: 18px;
	padding: 7px 0 14px 0;
}
  
.text_pod_nadpisem {
    text-align:center;
}
.text_pod_nadpisem_in {
    width: 1000px;
    padding-left:95px;
    margin-bottom:20px;      
    text-align:justify;
}
.text_pod_nadpisem p {
    width: 600px;
    padding-left:295px;     
    text-align:justify;
}

ul {
	list-style-type: square;
	padding: 0 0 0 25px;
}

p {
	padding-bottom: 14px;
}







/* Layout */

#container {
	text-align: left;
}

.menu{
	word-spacing: 40px;
	text-align: center;
	padding: 32px 0 10px 0;
	background: #fff url(../img/pr2.gif) repeat-x;
}

.menu a {
	color: #000;
}

a:hover {
	color: #d33;
}

.menu_item{
	word-spacing: 4px;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
}

#header{
	background: #fff url(../img/pr1.gif) repeat-x;
	padding: 30px 0 5px 0;
	text-align: center;
	background-color: #fff;
}

#content{
	clear: both;
	color: #222;
	text-align: center;
}
#content_in{
	margin: 10px auto 0 auto;
	width: 1200px;
}
#footer {
	clear: both;
	font-size: 9px;
	padding: 30px 0 0 0;
	text-align: center;
}
#form_td {
	border: 0px solid #000;
	background: none;
	width: 50%;
}
#submit_td {
	text-align: right;
	border: 0px solid #000;
	background: none;
}








/* Tables */
table {
	border: 0px solid #000;
	border-collapse: collapse;
	clear: both;
	color: #222;
	width: 60%;
	margin: auto;
}
th {
	border: 1px solid #000;
	padding: 1px;
	color: #fff;
	background: #2C8D7A;
	text-align: center;
}
th a {
	color: #fff;
}
th a:hover {
	background: #fff;
	color: #000;
}
td {
	border: 1px solid #000;
	padding: 1px;
	color: #000;
	background: #fff;
	text-align: left;
}
td a {
	text-decoration: none;
}
#table_gallery
{
	width: auto;
}
#table_bus
{
	width: 50%;
	text-align: center;
	vertical-align: middle;
} 
.table_bus_detail {
    width:610px;
}
.table_bus_detail td, .table_bus_detail th {
    padding:5px;
}
.radek_bus {
	text-align: center;     
	vertical-align: top;
} 
.radek_bus_in {
	text-align: center; 
    display:inline-block;  
	vertical-align: top;
}
.sloupec_bus {                
    text-align:center;
    display:inline-block;         
	vertical-align: top; 
    margin-bottom:10px;           
}
.sloupec_bus_in {
    vertical-align:middle;        
    text-align:center;
    display:block;    
    vertical-align: middle;  
    width:200px;             
    border:0px solid black;
    border-right-width:0px;
    margin-right:5px;
}   
.sloupec_last {
    border-right-width:0px;
}
.sloupec_image {
    display:block;
    vertical-align: middle;
    line-height:150px;
    height:150px;
}
.sloupec_image img {        
    border:1px solid black;

}
.sloupec_link {
    display:block;         
    text-align:center;
    vertical-align: bottom;
    border:0px solid black;
}
#table_kontakt
{
	width: 55%;
}
#table_admin
{
	width: 55%;
}
#table_addbus
{
	width: 70%;
}
#table_addline
{
	width: 45%;
}


table tr.altrow td {
	background: #efd;
}
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;
}
textarea {
	width: 300px;
	height: 100px;
}
input[type=text]
{
	width: 300px;
}
input[type=submit]
{
	padding: 0 20px 0 20px;
}
option
{
	padding: 0 10px 0 0;
}

#table_buses .dragHandle{
    cursor:move;
    text-align:center;
}




/* Debugging */
pre {
	color: #000;
/* 	background: #f0f0f0; */
	padding: 1em;
	font-family: Verdana, Sans-Serif, monospace;
}
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: #222;
	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;
}

