/* ROZNE OGOLNE */

form.vela-form p {
	line-height: 150%;
}
form.vela-form p input,
form.vela-form p label {
	margin-left: 0.5em;
}
form.vela-form label {
	padding: 1px;
}

#Left form.vela-form label {
	width: 5em;
	cursor: pointer;
}
#Content form.vela-form label {
	width: auto;
}




/*
form.vela-module-search-small input[type="text"],
form.vela-module-search-small input.text {
	width: auto;
}
*/


.vela-separator img {
	margin: 0.5em auto;
}

.vela-module-pollings-result {
	background-image: url('../img/sonda1.png');
	background-repeat: repeat-x;
	background-position: bottom left;	
}
.vela-module-pollings-result-hover {
	background-image: url('../img/sonda2.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 5px;
	font-size: 5px; 
}
/*.vela-module-pollings p {
	line-height: 150%;
}
*/
/*.vela-module-pollings p span {
	padding-bottom: 0.5em;
}*/


/* NEWS */
.lastnews p {
	text-align: left;
}
.lastnews-header {
	min-height: 42px;
}
.news-special {
	padding: 0.5em 1em;	
	border-width: 1px;
	border-style: solid;
}
.news-icon {
	padding-right: 0.5em;
}

table.download {
	width: 100%;
	border-style: solid;
	border-width: 0px;
}
table.download th {
	border-width: 0;
}	
table.download td {
	border-width: 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}	
table.download th {text-align: center;}
table.download th,
table.download td {
	padding: 0.5em;

}

/* MENU */

/*
 * Formula na kalkulacje pozycji Y w background-position:
 * a) background-position-y = (line-height/2)-0.25em;
 * b) background-position-y = (line-height/2)-0.5ex;
 */

.vela-rollover-menu{
}

.menu_top{
background-image: url('../img/menu_top.png');
background-repeat: no-repeat;
background-position: top center;
height: 10px;
width: 232px;
}
.menu_content{
background-image: url('../img/menu_repeat.png');
background-repeat: repeat-y;
width: 232px;
}
.menu_bottom{
background-image: url('../img/menu_bottom.png');
background-repeat: no-repeat;
background-position: top center;
height: 11px;
width: 232px;
}



.menu li {
	margin: 0px 0px;
	font-size: 16px;
}

.menu li a{
display: block;
height: 26px;
line-height: 26px;
padding-left: 14px;
margin-right: 0px;
}

.menu li li a {
	padding-left: 25px;
	font-size: 12px;
	display: block;
	height: 20px;
	line-height: 20px;
}
.menu li li li a {
	padding-left: 35px;
	font-size: 12px;
	display: block;
	height: 20px;
	line-height: 20px;
}

.menu li li li {
	font-size: 1em;
}

.menu li a.selected {
	text-decoration: none;
	display: block;
}

.h2em {height: 2em;}



/* Kalendarz */
table.vela-calendar {
	border-style: solid;
	border-width: 0px;	
	font-size: 8pt;
	width: 170px;
	margin: 0 auto;
}

table.vela-calendar th,
table.vela-calendar td {
	border-bottom-style: solid;
	border-bottom-width: 0px;	
	text-align: center;
	height: 2.25em;
	border: #fff solid 1px;
}
table.vela-calendar td.active:hover {
cursor: pointer;
}
	

/* Separator */
.vela-separator-empty img {
	visibility: hidden;	
}