body, table {
	font-family: "tahoma", "arial";
	font-size: 13px;
}

a {
	color: #4A649F;
	font-weight: bold;
}

table.site_container {
	border: 5px solid #3b58a4;
}

table.site_container td {
	vertical-align: top;
}

.sidebar {
	text-align: center;
	font-size: 16px;
}

.content_container {
	width: 480px;
	padding-right: 10px;
}

.element {
	width: 180px;
}

.search {
	margin-bottom: 5px;
}

hr {
	border: 0px;
	height: 2px;
	color: #3b58a4;
	background: #3b58a4;
}

a img {
	border: 1px solid black;
}

.small {
	font-size: 11px;
}

div.alert {
	font-weight: bold;
	color: #b80000;
	text-align: center;
	width: 120px;
	white-space: nowrap;
}

div.alert img {
	vertical-align: bottom;
}

.inline {
	float: left;
}

.blue {
	color: #3b58a4;
}



.sidebar_text {
	font-weight: bold;
	font-size: 1.5em;
	font-family: arial;
}

.phone_number {
	font-family: arial;
	font-weight: bold;
	color: red;
	font-size: 1.8em;
}

.pagination .disabled {
	font-weight: bold;
	color: #e5e8f9;
}

.pagination {
	font-weight: bold;
}

.print {
	display: none;
}

@media print {
	.noprint {
		display: none;
	}
	
	.print {
		.display: block;
	}
	
	td {
		background: white;
	}
}