/*
 * $Id: style.css,v 1.3 2008-12-11 14:24:03 hilmar Exp $
 */
html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	min-height: 100% !important;
	height: 100%;
	overflow: visual;
	background: #E8F0F3 url(/images/framework/bodyBackground.gif) left top repeat-y;
}

body {
	color: #0F648B;
	background-color: #E8F0F3;
}

table {
	border-collapse: collapse;
	border-width: 0;
}
td, th {
	border: 0;
	padding: 0;
	vertical-align: top;
}

a {
	color: #025986;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

.show {}
.hide {
	display: none;
}