td {
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #474848;
	text-decoration: none;
}
a {
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #0f87bb;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
table#page {
	border: 0;
	color: #474848;
	height: 100%;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
	width: 100%;
}

.form-fields {
	margin: 20px 0 0 0;
}
.form-error {
	color: red;
}

.form-fields label {
	display: block;
	float:left;
	padding: 0 7px 0 0;
	text-align: right;
	width: 150px;
}

.form-fields br {
	line-height: 2em;
}

.form-fields select {
	width: 267px;
}

.form-success {
	color: green;
}

.required {
	color: red;
}

.b-data-table{
	border:1px solid rgb(163,164,164);
	height:auto;
}
.b-data-table td {
	padding:5px;
	height:auto;
}

.map-columns td{
	vertical-align:top;
}

.search-tags-cloud a{
	line-height:1.3em;
}