/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
}
ul#menu {
	display:none;
	background-color: #ddd;
}

div#panel-right {
	display:none;
}

div#panel-bottom-main {
	display:none;
}

img.toHide,div.toHide h4,div.toHide textarea, table.toHide, td.toHide, th.toHide, p.toHide, span.toHide,span.collapser {
	display:none;
}
caption.toHide {
	text-align:left;
	font-size:1.1em;
	font-weight:bold;
	border: none;
	text-decoration: underline;
}
div.toHide {
	display:none;
	border-top:none;
}
div#login-panel {
	display:none;
}


td, th {
	text-align: left;
}

table {
	width: 100%;
}

table td.title {
	width: 70%;
}

a {
	text-decoration: none;	
}

img {
	text-decoration: none;	
	border:none;
}

