#main
{
	font-size: 8pt;
}
#main .avatar
{
	float: left;
	width: 70px;
	border-color: black;
	border-style solid;
	border-width: 1px;
}
h1
{
	font: 150% Arial, Helvetica, sans-serif;
	background: url("../img/header_fill.png");
	background-color: silver;
	border-color: grey;
	border-style solid;
	border-width: 0 0 1px 0;
	padding: 5px 0 5px;
	margin-bottom: 10px;
}
#main table
{
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	border-color: silver;
	border-style: dashed;
	border-width: 1px;
	text-align: left;
}
#main .description
{
	color: grey;
	font-size: 80%;
	padding: 0 0 0 0;
}
#main th
{
	background: url("../img/tabletitle.png");
	background-repeat: repeat-x;
	height: 25px;
	color: white;
	font-size: 70%;
	text-align: center;
}
#main td
{
	background-color: #deebd7;
	font-size: 75%;
	border-color: #b5fbb8;
	border-style: solid;
	border-width: 1px;
	min-width: 30px;
	padding: 5px 5px 5px 5px;
}
#main .padded
{
	padding: 5px 5px 5px 5px;
}
#main a
{
	font-weight: bold;
}
#listpages
{
	background: url("../img/pagesfill.png");
	background-color: black;
	background-repeat: repeat-x;
	border-top-color: grey;
	border-top-width: 2px;
	border-top-style: solid;
	height: 30px;
	color: white;
	font-weight: bold;
	line-height: 30px;
	padding-left: 30px;
}	
#listpages ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#listpages li
{
	display: inline;
	list-style: none;
	margin: 0 5 0 5;
	padding: 0 0 0 0;
	line-height: 30px;
}
#listpages li a
{
	color: white;
	font-weidht: bold;
	text-decoration: none;
}
#listpages li a:visited
{
	color: white;
}
#listpages li a.selected 
{
	color: lime;
}
#listpages li a:hover
{
	background: white;
	color: black;

}
#main .post
{
	background-color: #dddddd;
	border-color: silver;
	border-style: solid;
	border-width: 1px;
	max-height: 250px;
	overflow: auto;
	margin: 10 10 5 5;
 	padding: 5 5 5 15;
}
#main .post .postops 
{
	font-size: 80%;
	font-style: italic;
}	
.paddedform
{
	border-left-color: silver;
	border-left-style: dotted;
	border-left-width: 2px;
	margin-left: 50px;
	padding-left: 10px;
}
#button_holder
{
	margin-left: 5%;
	margin-right: 5%;
	display: block;
	color: white;
}	
#button_holder .ntbutton
{
	float: right;
	padding: 5 5 5 5;
	font-weight: normal;
}
#button_holder .ntbutton a 
{	
	padding: 5 5 5 5;
	background: url("../img/buttonbg.png");
	background-color: #293499;
	text-decoration: none;
}
#button_holder .ntbutton a:hover 
{
	background: url("../img/buttonbgb2.png");
	background-color: #aaaaaa;
	color: black;
	font-weight: bold;
	text-decoration: none;
}
