body, td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
a {
	color : #26176C;
	text-decoration : none;
}

a:hover {
	color : Gray;
	text-decoration : underline;
}
.news {
	background-color : #DFE4EA;
	border : 1px solid White;
	width : 215px;
	height : 100px;
	margin-bottom : 5px;
}

.news_body {
	padding : 5px;
	color : #42474D;
}

.nws_title {
	color : #26176C;
	font-weight : bold;
	text-decoration : none;
}
a.nws_title:hover {
	text-decoration : underline;
}
table.nws {
	width : 100%;
}
.nws_source {
	font-size : 10px;
	font-style : italic;
}


/* - - - select - - - */
td.selects {
	background-color : White;
	padding-left : 4px;
}
td.selects1 {
	background-color : Silver;
	padding-left : 4px;
}


.url {
	background-color : #DFE4EA;
	border : 1px solid White;
	width : 550px;
}

.url_header {
	background-color : #008DD4;
	width : 100%;
	background-image : url(../images/odrazka.gif);
	color : White;
	background-repeat : no-repeat;
	padding-left : 20px;
	height : 15px;
	font-weight : bold;
	padding-top : 1px;
	font-size : 10px;
}

a.url_header1 {
	color : White;
	font-weight : bold;
	text-decoration : none;
	font-size : 10px;
}
a.url_header1:hover {
	color : White;
	font-weight : bold;
	text-decoration : underline;
}

.url_body {
	color : #42474D;
	padding : 10px;
}

.url_title {
	font-weight : bold;
	color : #28166C;
}

/* - - - RESERVATION - - - */
.res_title {
	font-weight : bold;
	color : #28166C;
	margin-left : 20px;
	margin-bottom : 10px;
}
.res_tab_title {
	font-weight : bold;
	color : White;
	background-color : #26176C;
}
.res_tab_body {
	background-color : #E5EEFC;
	padding-top : 3px;
	padding-bottom : 3px;
	border-bottom : 1px solid #DFE4EA;
}
.res_tab_empty {
	background-color : white;
	border-bottom : 1px solid #DFE4EA;
	
}
.res_submit {
	text-align : right;
	margin-right : 40px;
	padding-top : 5px;
}

input {
	font-size : 11px;
}
select {
	font-size : 11px;
}
/*

 Some styles used by the "Cascading Popup Menus" script.
 Consult a CSS reference (a good one is www.ncdesign.org) for syntax and tweaking ideas.
 You can delete the ones you're not using in your ItemStyles, or add more if you want.

*/


/*
 Font settings -- change your font, colour, alignment etc.
 Insert 'font-weight: bold;' or 'font-style: italic;' without quotes if you want.
*/
.lowText {
	text-decoration: none;
	color: White;
	text-align: left
}

.highText {
	text-decoration: none;
	color: White;
	text-align: left;
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top : 2px;
	padding-left : 15px;
	font-weight : bold;
}
.highText1 {
	text-decoration: none;
	color: White;
	text-align: left;
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top : 2px;
	padding-left : 15px;
	font-weight : bold;
}


.subText {
	text-decoration: none;
	color: #FFFFFF;
	font: 10px Arial, Helvetica;
	text-align: left;
}
.subText1 {
	text-decoration: none;
	color: #000000;
	font: 10px Arial, Helvetica;
	text-align: left;
}

/* Borders used by some items */
.itemBorder { border: 1px solid White}
.itemBorderBlank { border: 1px solid #CCCCDD }

/* The "button" demo menu styles, as used by the "File-Reopen" menu */
.buttonText { text-decoration: none; color: #FFCC99; font: Bold 12px Arial, Helvetica }
.buttonHover { text-decoration: none; color: #99CCFF; font: Bold 12px Arial, Helvetica; padding: 1px }
.buttonBorder {
	border: 1px outset White;
}
.buttonBorderOver { border: 1px inset White }

