input {
	border: 1px solid black;
	color: black;
	margin-right: 1px;
	background-color: white;
}

input[type="radio"] {
	border: none;
	float: left;
	margin: 5px;
}

select {
	display: inline;
	border: 1px solid black;
	margin: 1px;
}

input[type="button"] {
	float: right;
	color: black;
	border: 1px solid black;
	background-color: white;
}


.statistics_properties {
	border: 1002px solid black;
	background-color: #F1F4F9;
	color: #000000;

}

.error {
	color: red;
	background: #F08080;
}

.inactive {
	background-color: #cccccc;	
}

.tab {
	display: inline;
	background-color: white;
	color: #666666;
	border: 1px solid #666666;
	width: 10em;
	padding: 1px 1px 1px 1px;
	margin-right: 2px;
}
.tab a {
	border: none;
	text-decoration: none;
	color: #666666;
}

.tab_selected {
	display: inline;
	background-color: white;
	color: black;
	border: 2px solid black;
	width: 10em;
	padding: 1px 1px 1px 1px;
	margin-right: 2px;
}
.tab_selected a {
	color: black;
	text-decoration: none;
}

#loginbox {	
	float: right;
}

.period {
}

.year_input {
	width: 2.5em;
	text-align: center;
}

.date_input {
	width: 1.5em;
	text-align: center;
}

.use_pointer {
	cursor: pointer;
	cursor: hand;
}

.tpspeedstat_pre {
	background-color: none;
	overflow: auto;
	white-space: pre;
	border: 1px solid red;
}
