body {
	margin: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #4b4b4b;
}

a {
	text-decoration: none;
	color: #333;
	display: block;
}

a.visited, a.link, a.focuss {
	color: #333;
}

a:hover {
	color: #f00;
}

input.text {
	border: 1px solid #bfbfbf;
	background: #fff;
	text-align: right;
	display: inline;
	float: left;
	width: 130px;
	text-indent: 0px;
}

input.text_short {
	border: 1px solid #bfbfbf;
	background: #fff;
	text-align: right;
	display: inline;
	float: left;
	width: 70px;
	text-indent: 0px;	
}

input.short {
	border: 1px solid #bfbfbf;
	background: #fff;
	text-align: right;
	display: inline;
	width: 25px;
}


input.radio {
	border: none;
	color: #5dcedd;
	float: none;
	text-align: left;
}

select.select {
	border: 1px solid #bfbfbf;
	background: #fff;
	text-align: right;
	display: inline;
	float: left;
	width: 130px;
}

select.select_short {
	border: 1px solid #bfbfbf;
	background: #fff;
	text-align: right;
	display: inline;
	float: left;
	width: 67px;
}

input.submit {
	border: none;
	display: block;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	padding-bottom: 2px;
	text-indent: 0px;
	
}

input#dane {
	float: left;
	margin-left: 20px;
	width: 65px;
	height: 15px;
	background: url(../graph/wynik_bg.gif) left top no-repeat;

}

input#wynik_r {
	float: right;
	margin-right: 20px;
	width: 65px;
	height: 15px;
	background: url(../graph/wynik_bg.gif) center top no-repeat;

}

input#wynik_l {
	float: left;
	margin-left: 20px;
	width: 65px;
	height: 15px;
	background: url(../graph/wynik_bg.gif) left top no-repeat;

}

input#wyjasnienia {
	float: right;
	margin-right: 20px;
	width: 96px;
	height: 15px;
	background: url(../graph/wyjasnienia_bg.gif) left top no-repeat;
}

input.submit:hover {
	color: #f00;
}


#title {
	font-weight: bold;
	margin-bottom: 10px;
	color: #e4e4e4;
}

#main_table {
	width: 570px;
	border: 1px solid #c0c0c0;
	border-collapse:collapse;
	margin-top: 5px;
	background: #fff;
}

th {
	width: 190px;
	overflow: hidden;
	height: 25px;
	text-align: center;
	background: #e4e4e4;
	border-left: 1px solid #c0c0c0;
} 

tr, td {
	border: none;
	height: 30px;
	text-indent: 15px;
}

tr.grey {
	background: #eee url(../graph/grey_bg.gif) center center no-repeat;
}

th.active {
	background: #fff;
}

td.right {
	text-align: right;
	padding-right: 5px;
}

td.empty {
	height: 25px;
	border-top: 1px solid #c0c0c0;
}

span.strong {
	font-weight: bold;
	font-size: 12px;
	display: block;
	width: 110px;
	float: left;
}

span.strong_short {
	font-weight: bold;
	font-size: 12px;
	display: block;
	width: 60px;
	float: left;
}

div.radio_contener {
	float: left;
	text-align: left;
	
}

div.radio_contener .radio{
	margin-left: -10px;
	vertical-align: bottom;
}

div.end, div.end_wide, div.end_wide_xl {
	width: 45px;
	display: block;
	float: right;
	margin-top: 2px;
	text-align: left;
	text-indent: 8px; 
}

div.end_wide {
	width: 70px;
}

div.end_wide_xl {
	width: 120px;
}

div.short {
	width: 80px;
	float: left;
	margin: 0px;
	padding: 0px;
}

div.short .radio {
	margin-left: -15px;
	vertical-align: bottom;
}

td.normal table td {
	text-indent: 0px;
}
