
/* *** GENERAL STYLES *** */

body, td, th, input, textarea {
	font-family: Verdana;
	font-size: 11px;
	color: #333;
}

p, div, form, h1, h2, h3, h4, td, th {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

a {
	cursor: pointer;
}

table {
	border-collapse: collapse; 
}

td, th {
	text-align: left;
	vertical-align: top;
}

.relative {
	position: relative;
}

.clear {
	display: block;
	height: 1px;
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 0;
}

.clear span {
	display: none;
}

a.silent {
	text-decoration: none;
}
a.silent span, a.silent:hover {
	text-decoration: underline;
}

table.no-collapse, .no-collapse table {
	border-collapse: separate;
}

map area {
	cursor: pointer;
}

.print-only {
	display: none;
}

@media print {
	.noprint {
		display: none !important;
	}

	.print-only {
		display: block;
	}
}