/* GENERAL */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: red;
}
a:active {
	text-decoration: none;
	color: #666666;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}

h1, h3, h4, h5, h6 {
	padding:0px;
	margin:5px 0px;
}	
h2 {
	padding:0px;
	margin:0px;
}	
p {
	margin:0px;
	padding:0px 0px 3px 0px;
}

/* AJAX */
#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:250px;	/* Width of box */
		height:200px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #317082;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:16px;;
		z-index:100;
	}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:0.9em;
	}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#317082;
		color:#FFF;
	}
#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
}

/* CUSTOM */
.searchzone {
	background-image: url(images/bk_3.jpg);
}.ListH1 {
	font-size: 18px;
	color: #666666;
}
#prognozatd td {
	border: 1px solid #999999;
	background-image:url(../images/other_meteo_icons/bk_sky.jpg);
}

a img {
	border:none;
}

.searchinput {
	font-size:22px; 
	color:#666666; 
	height:30px; 
	line-height:28px; 
	text-indent:6px; 
	width:300px; 
	background:#FFFFFF; 
	background-image:url(images/search.jpg); 
	background-repeat:no-repeat; 
	background-position:right;
}.ski_tabelinfo {
	border: 1px dashed #666666;
	background-color: #EFEFEF;
}
.ski_t1 {
	font-size: 14px;
	color: #993300;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #996600;
	border-right-color: #996600;
	border-bottom-color: #996600;
	border-left-color: #996600;
}
.salvamonttd td {
	font-size: 22px;
	color: #FF0000;
}

