/* layout begin */
body {
	background-color : #94c11f;
	color : #185836;
	font-family : Arial, Tahoma;
}

#screen {
	height : 100%;
	left : 0;
	position : absolute;
	top : 0;
	width: 100%;
}

#page {
	left : 50%;
	margin-left : -500px;
	position : absolute;
	top : 5px;
	width: 1000px;
}

#top {
	background-color : #ffffff;
	border : solid #85b10f 1px;
	border-radius : 15px 15px 0 0;
	height : 130px;
	position : absolute;
	right : 0px;
	top : 0px;
	width: 998px;
}

#topmenu {
	height : 20px;
	position : absolute;
	right : 30px;
	text-align : right;
	top : 10px;
	width: 1000px;
}

#menu {
	background-color : #94c11f;
	height: 20px;
	left : 0px;
	position : absolute;
	text-align : center;
	top : 100px;
	width: 1000px;
}

#content {
	background-color : #ffffff;
	left : 0;
	position : absolute;
	top : 130px;
	width : 1000px;
}

#realcontent {
	min-height : 500px;
}

#end {
	position : relative;
}

#end table {
	margin : auto;
}
/* layout end */

#main {
  width: 876px;
  background: #ffffff;
  margin: auto;
}
		
.tourlist {
  color: #000000;
  border-collapse: collapse;
  margin : auto;
}
.tourlist tr {
	height : 30px;
}
#tournlist-lefthead {
	background-color : #cccccc;
	font-weight : bold;
}
.tourlist th {
  text-align: left;
  border: solid #000000 1px;
  background-color: yellow;
  vertical-align : middle;
}
.tourlist td {
  text-align: center;
  border: solid #000000 1px;
  vertical-align : middle;
}
.finale {
  background-color : #0080ff;
  color : #ffffff;
}
.rozjednan {
  background-color : #008080;
  color : #ffffff;
}
.zrusen {
  background-color : #ff0000;
  color : #ffffff;
}
.vsedniden {
  background-color : #ffff00;
}
.vikend {
  background-color : #ff8000;
}

.tri_aligntop {
	vertical-align : top;
}
form table tr #tri_captchaSpan {
	font-size : 1px;
}
form table tr #tri_captchaSpan img {
	display : block;
	/*margin : auto;*/
	text-align : left;
	width : 100px;
}
.popup {
	background-color : #dddddd;
	border : solid #aaaaaa 1px;
	color : #000000;
	display : none;
	left : 250px;
	padding : 8px;
	position : absolute;
	bottom : 20px;
}
.popupClose {
	text-align : right;
	padding : 5px 5px 0 0;
}
.tri_popup_table {
	border-collapse : collapse;
}
.tri_popup_table th {
	background-color : #f4ad6a;
	border : solid black thin;
}
.tri_popup_table td {
	background-color : #f4ad6a;
	border : solid black thin;
	vertical-align : top;
}
.tri_popup_table .center {
	text-align : center;
}
.tri_res span {
	background-color : #00ff80;
}
.workday {
	background-color : lightgreen;
}
.weekend {
	background-color : orange;
}
.today {
	background-color : lightblue;
	border : solid black 1px;
}
.tri_tab {
	border-collapse : collapse;
}
.tri_tab th, .tri_tab td {
	border : solid black 1px;
}
.tri_tab th {
	background-color : #cccccc;
}
.print {
	text-align : right;
	padding-right : 30px;
}