/* 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-form input[type="submit"] {
	width:6em;
	padding: 1px;
}

form.vela-form input[type="text"] {
	border-width: 1px;
	border-style: solid;
	padding: 3px 2px;
}

form.vela-form fieldset {
	border-width: 1px;
	border-style: solid;
	padding: 0.5em;
}
form.vela-form .vela-form-radio {
	padding-left: 0.5em;
}	
form.vela-form .vela-form-radio label {
	width: auto;
}

form.vela-module-search input[type="text"] {
	width: 13em;
}
/*
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-separator {
	height: 20px;
}

.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;
 */

.menu li {
	background-repeat: no-repeat;
	background-position: 0em 1ex;
	padding-left: 1.25em;
	line-height: 3ex;
}

.menu li {
	font-size: 1.1em;
	font-weight: bolder;	
}

.menu li li {
	font-size: 0.8em;
	font-weight: normal;
}

.menu li li li {
	font-size: 1em;
}

.menu li a.selected {
	text-decoration: none;
}

.h2em {height: 2em;}



/* Kalendarz */
table.vela-calendar {
	border-style: solid;
	border-width: 0px;	
}
table.vela-calendar th,
table.vela-calendar td {
	border-bottom-style: solid;
	border-bottom-width: 0px;	
	text-align: center;
	height: 2.25em;
}
	

/* Separator */
.vela-separator-empty img {
	visibility: hidden;	
}