/* main stuff */
a { 
	color: #000000;
	text-decoration: underline;
}
a:hover {color: #808688;}
body {
	background: #F2F0F0;
	text-align: center;
}
p.menu {
	text-align: center; 
	margin-top: 5px; 
}
#content {
	border: 1px solid;
	margin-top: 2px; 
	margin-left: 5px;
	margin-right: 0px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
	text-align: left;
	width: 75%;
	float: left;
}
#container {
	margin-left: auto;
	margin-right: auto;
}
#menulogin {
	padding-left: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 2px; 
	border: 1px solid;
	width: 20%;
	float: right;
}
#downloadbox {
	width: 95%;
	border: 1px solid;
	padding: 8px;
	margin-left: 6px;
	margin-top: 3px;
	margin-bottom: 3px;
	background: silver;
	text-align: center;
}
p.center {
	text-align: center;
}
p.right {
	text-align: right;
}
p.justified {
	text-align: justified;
}
a.comcolor {
	color: #000000; 
	text-decoration: underline;
}
/* color of the the author/date part in the comments page */
.comtabletop { background: #0099FF; }

/* color of the the message part in the comments page */
.comtablebottom { background: #BAD9F2; }

/* color of the the table border in the comments page */
.comtableborder { background: #95CBF2; }

/* forms */
input.others { font-size: 9px; height: 20px; }
input.logininput { 
	font-size: 9px; 
	height: 14px;  
}
.textarea { font-size: 11px; }
input.button { font-size: 9px; height: 20px; }

/* tables */
.tableheader { background:#0099FF; }
.tablecolordark { background:#95CBF2; }
.tablecolorlight { background:#BAD9F2; }
.tablecolorlight2 { background:#F2F0F0; }

