//
//body {
//	margin: 0;
//	padding: 0;
//	background: url(../images/bg01.jpg);
//	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
//	color: #5A554E;
//}

/*html, body {
    height: 100%;   
    width:1220px;
    margin-left:auto;
    margin-right:auto;
    margin-top:0;
    margin-bottom:0;
	
}

body {
    height: 100%;   
	//margin: 0;
	padding: 0;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-repeat:no-repeat !important;	
	background: #313131;
	background-image: linear-gradient(bottom, #313131 0%, #C0BCBD 100%);
	background-image: -o-linear-gradient(bottom, #313131 0%, #C0BCBD 100%);
	background-image: -moz-linear-gradient(bottom, #313131 0%, #C0BCBD 100%);
	background-image: -webkit-linear-gradient(bottom, #313131 0%, #C0BCBD 100%);
	background-image: -ms-linear-gradient(bottom, #313131 0%, #C0BCBD 100%);
//	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0bcbd', endColorstr='#313131');
}

#menu{margin:0px auto;padding:0px;}
*/
h1, h2, h3 {
	margin: 0;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}


/*ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}  */

strong {
	color: #4A3E29;
}


a {
	font-weight:700;
	color: #000000;
	text-decoration: underline;
//	text-decoration: none;
}

a:hover {
	text-decoration: underline;
//	text-decoration: none;
//	background: #dddddd;
	background: none;
}

a img {
	border: 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0 auto;
}

img.alignleft {
	margin: 0 27px 0 0;
}

img.alignright {
	margin: 0 0 0 27px;
}

img.border {
	padding: 4px;
	border: 1px solid #E9E4D8;
}

/* Wrapper */

/*#wrapper {
	padding-top:10px;
}
@media screen and (max-width: 1080px) {
.container {
	width: 1220px;
	margin: 0 auto;
}
#sidebar {
	float: left;
	width: 266px;
	padding: 10px 10px 0 15px;
	#background: url(../images/bg03.jpg) no-repeat 100% -335px;
#	background-color:#fafafa;
/*	margin-left:10px;*/
/*}
}
@media screen and (min-width: 1080px) {
.container {
	width: 1220px;
	margin: 0 auto;
}
#sidebar {
	float: left;
	width: 266px;
	padding: 10px 10px 0 15px;
	#background: url(../images/bg03.jpg) no-repeat 100% -335px;
#	background-color:#fafafa;
/*	margin-left:10px;*/
/*}
}  

.clearfix {
	clear: both;
}

/* Header */

/*#header {
	height: 120px;
	background-color:#ffffff;
	#background: url(../images/bg04.jpg);
	margin-bottom:10px;
}

/* Logo #EB722E; */

/*logo {
	float: left;
	width: 398px;
	height: 100px;
/*	background-color:<?get_vlastnik($d_is, 'barva_logo')?>; */
/*	margin: 10px;
}

#logo h1, #logo p {
	text-transform: lowercase;
	line-height: 1;
}

#logo h1 {
	padding: 20px 0 0 50px;
	letter-spacing: -2px;
	font-size: 34px;
	color: #FFFFFF;
}

#logo h1 sup {
	font-size: 18px;
	font-weight: normal;
}

#logo p {
	padding: 0 0 0 50px;
	font-size: 13px;
	color: #F8AB80;
}

#logo a {
	text-decoration: none;
}

#logo a:hover {
	text-decoration: underline;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo p a {
	color: #F8AB80;
}     */



/*
#logo {
	float: left;
	width: 398px;
	height: 100px;
	background-color:#EB722E;
	margin: 10px;
}
*/

/* Banner */

#banner {
	float: left;
//	height: 118px;
	padding: 25px 0 0 0;
}



/* Bar */

.bar {
	height: 48px;
	margin: 0 25px;
	background: url(../images/bg07.jpg);
}

.bar .text {
	float: left;
	padding: 17px 0 0 25px;
	text-transform: lowercase;
	font-size: 14px;
	color: #809064;
}

/* Top Bar */

#top-bar {
	background: url(../images/bg04.jpg) no-repeat 0 -387px;
}

/* Search */

#search {
	float: right;
	width: 245px;
	height: 48px;
	background: url(../images/bg08.jpg) no-repeat 0 12px;
}

#search form, #search fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#search .input-text {
	float: left;
	width: 178px;
	margin: 12px 0 0 0;
	padding: 4px 10px;
	font: inherit;
	line-height: normal;
	border: none;
	background: none;
	color: inherit;
}

#search .input-submit {
	display: none;
}

/*

	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
 Page */


#page {
/*	#background: url(../images/bg03.jpg) repeat-y;*/
	background-color: #ffffff;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
	height:100%;
}



/* Content */

#content {
	float: right;
	width: 850px;
	padding: 0 24px 0 25px;
}

#content1 {
	padding: 0 24px 0 25px;
}

/* Post */

.post {
}

.post .title, .post .date {
	padding: 0 25px;
}

.post .title {
	margin: 0;
	padding-top: 50px;
	line-height: normal;
	font-size: 32px;
	color: #5A5544;
}

.post .title a {
	text-decoration: underline;
	color: #5A5544;
}

.post .title a:hover {
	text-decoration: underline;
}


.post .date {
	line-height: normal;
	color: #ACAAA1;
}

.post .entry {
	margin: 0 25px;
	padding: 20px 0;
	border-top: 1px solid #E5E1D8;
}

.post .meta {
	height: 53px;
	background: #E5ECDB;
	border-bottom: 1px solid #DDE5CE;
}

.post .meta p {
	line-height:  normal;
}

.post .meta .tags {
	float: left;
	padding: 20px 0 0 25px;
}

.post .meta .links {
	float: right;
	padding: 20px 25px 0 0;
}

.post .meta .comments {
	margin-right: 30px;
	padding-left: 22px;
	background: url(../images/img04.gif) no-repeat 0 50%;
}

.post .meta .more {
	padding-left: 17px;
	background: url(../images/img05.gif) no-repeat 0 50%;
}
   
/* Sidebar */
#sidebar {
	float: left;
	width: 266px;
	padding: 10px 10px 0 15px;
	#background: url(../images/bg03.jpg) no-repeat 100% -335px;
#	background-color:#fafafa;
/*	margin-left:10px;*/
}

//#sidebar ul {
//	margin: 0;
//	padding: 0 0 0 25px;
//	list-style: none;
//	line-height: normal;
//	border-left: 1px solid #E5E1D8;
//}

//#sidebar li {
//}

//#sidebar li ul {
//	padding: 0;
//	line-height: 3.5;
//	border: none;
//}

//#sidebar li li {
//}

#sidebar h2 {
	margin: 0 0 20px 0;
	padding: 20px 0 5px 0;
	border-bottom: 1px solid #E5E1D8;
}

/* 2 Columns */

.two-cols {
	margin: 0 25px;
	padding: 35px 35px 0 35px;
	background: #28241E url(../images/bg09.jpg) repeat-x;
	color: #736F6A;
}

.two-cols .col1 {
	float: left;
	width: 595px;
}

.two-cols .col2 {
	float: right;
	width: 210px;
	padding: 0 0 0 25px;
	border-left: 1px solid #423C31;
}

.two-cols h2 {
	font-size: 26px;
	color: #FFFFFF;
}

.two-cols a {
	color: #736F6A;
}

/* Footer */

#footer {
##	background: url(../images/bg10.jpg) no-repeat;
	padding: 5px 0;
}

#footer p {
	text-align: center;
	color: #8F8B83;
}

#footer a {
	color: #8F8B83;
}

.table_vyrazny {
	font-size: 10px;
	background:#dddddd;
	fontcolor:#000000
	}

.table_svetly {
	font-size: 10px;
	//background:#ffffff;
	}

.table_vyrazny_posplatnosti {
	font-size: 10px;
	background:#ff7777;
	}

.table_svetly_posplatnosti {
	font-size: 10px;
	background:#ffbbbb;
##	background:#ff7777;
	}
	
.table_vyrazny_zaplaceno {
	font-size: 10px;
	background:#33bb33;
	}

.table_svetly_zaplaceno {
	font-size: 10px;
##	background:#77ff77;
	background:#77ff77;
	}

.table_info_od_zakaznika {
	font-size: 10px;
	background:#bbffbb;
##	background:#77ff77;
	}


.table_storno {
	font-size: 10px;
	background:#eeee88;
	}

.table_prepar {
	font-size: 10px;
	background:#bbffbb;
	}
.table_ignore {
	font-size: 10px;
	background:#ff9999;
	}

.zahlavi_tabulky td{
	font-size: 10px;
	border-bottom: 1px solid Black;
	}

##tr .nastaveni .problem_warning{
##    background-color: #FFFF99;
##    }
.problem_warning{
    background-color: #FFFF99;
    font-size: 10px;
    }
.problem_ok{
	font-size: 10px;
	background-color: #99FF99;
	}
.standart{
	font-size: 10px;
	}
.problem_ko{
    font-size: 10px;
    background-color: #FF9966;
    }

.table_volba{
    font-size: 10px;
    background-color: #666666;
    color: #eeeeee
    }

.table_kalendar {
	font-size: 12px;
	color: #000000;
	background-color: #dddddd;
    }

.table_volba a {
	font-size: 10px;
	color: #eeeeee;
//	text-decoration: underline;
	text-decoration: none;
    }

.form_ko {
//	font-size: 10px;
	font-weight: bold;
	color: #ff0000;
//	text-decoration: underline;
//	text-decoration: none;
    }
.formko {
//	font-size: 10px;
	font-weight: bold;
	color: #ff0000;
//	text-decoration: underline;
//	text-decoration: none;
    }

.form {
//	font-size: 10px;
	font-weight: bold;
	color: #000000;
//	text-decoration: underline;
//	text-decoration: none;
    }

.form_nazev {
	font-weight: bold;
	color: #000000;
    }
.fajfka{
  text-align: center;
  }
.dale
    {
visibility: hidden;
    }
p.warning {
	font-weight: bold;
	color: #dd0000;
	padding: 1px;
	margin: 0px;
	}

p.ok {
	font-weight: bold;
	color: #00cc00;
	padding: 1px;
	margin: 0px;
	}


a.warning {
	font-weight: bold;
	color: #dd0000;
	padding: 1px;
	margin: 0px;
	text-decoration: none;
	}

a.ok {
	font-weight: bold;
	color: #00cc00;
	padding: 1px;
	margin: 0px;
	text-decoration: none;
	}


a.button_select {
    width:auto;
//    display:block;
    color:#ffffff;
    text-decoration:none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    background-color: #888888;
    font-style: normal;
    border-width: 1px;
    border-color: #888888;
    border-style: solid;
    padding-top: 4px;
    padding-right: 12px;
    padding-bottom: 4px;
    padding-left: 12px;
	  }

a.button {
    width:auto;
//    display:block;
    color:#000000;
    text-decoration:none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    background-color: #dddddd;
    font-style: normal;
    border-width: 1px;
    border-color: #aaaaaa;
    border-style: solid;


    padding-top: 4px;
    padding-right: 12px;
    padding-bottom: 4px;
    padding-left: 12px;
	  }


#login_container
  {
      border-radius: 12px;
    background : #5a5a5a;
    width : 400px;
    margin: 0 auto;
        margin-top: 10px;
	text-align:center;
  }

  #login_header
  {
    border-radius: 0px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background : #5a5a5a;
    height : 100px;
    padding-top: 20px;
  }

  #login_box
  {
  padding-top: 10px;
    background : #5a5a5a;
    height : 250px;
    border-radius: 0px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top:solid 1px;
  }

  h1.login
  {
    color: #D84601;
    margin: auto;
  }

  p.login
  {
    color: #D84601;
  }
  p.login_error
  {
    color: #ff0000;
	font-size: 1.5em;
margin-top: 10px;
  }

.customBackground_ignorovano > td {
    background-color: #eeee88 !important;
}

.customBackground_Predparovano > td {
    background-color: #eeee88 !important;
}


.customBackground_prominuto > td {
    background-color: #77ff77 !important;
}

.customBackground_zaplaceno > td {
    background-color: #33bb33 !important;
}

.customBackground_nezaplaceno > td {
    background-color: #ff7777 !important;
}

.customBackground_storno > td {
    background-color: #eeee88 !important;
}
