body
{
	background-color: #c6c49b; } 

img
{
	border: 0px;
}

a	{
	color: #345280;
	text-decoration: none;
}

a:hover	{
	color: #7896C0;
	text-decoration: underline;
}

#menubar a
{
	width: 98px;
	display: block;
	background-image: url(graphics/menu_back.png);
	background-color: #74862f;
	float: left;
	color: #222;
	border-right: 1px solid #54660f;
	border-top: 0px;
	line-height: 20px;
	font-weight: bold;
}

#menubar a:hover
{
	background-color: #7896c0;
	background-image: url(graphics/menu_hover.png);
	text-decoration: none;
}

#menubar a.selected
{
	background-image: url(graphics/menu_selected.png);
}

#global
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11pt;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}

#menubar a.last
{
    width: 101px; /* should be 104px, but any more causes really strange IE bug */
    border-right: 0px;
}

#menubar
{
	padding: 0px;
	height: 20px;
	width: 698px;
	background-color: #74862f;
	text-align: center;
	border: 1px solid #54660f;
	border-top: 0px;
	background-image: url(graphics/menu_back.png);
}

#pageContent
{
	width: 688px;
	padding: 5px;
	padding-bottom: 0px;
	background-color: #FFF;
	border: 1px solid #54660f;
	border-top: 0px;
	color: #445600;
}

#banner
{
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	height: 100px;
}

#tagline
{
	font-size: 8pt;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px dotted #B4C66f;
}

.newsheader
{
	font-size: 14pt;
	font-weight: bold;
	border-bottom: 1px dashed #B4C66F;
	margin-bottom: 2px;
}

.newsfooter
{
	/*border-top: 1px dashed #B4C66F;*/
	font-size: 8pt;
	margin-top: 2px;
	margin-bottom: 15px;
	text-align: right;
	clear: both;
}

.error
{
    background-color: #F6B6B6;
    border: 1px solid #C66666;
    padding: 2px;
    color: #000000;
    margin-bottom: 5px;
}


#validated
{
	float: right;
	right: 0px;
	margin-top: 3px;
	margin-right: -3px;
}

.systeminfo, .comment, .code
{
	font-size: 8pt;
	border-left: 3px solid #B4C66F;
	margin: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #F6F6E8;
}

.alt
{
	border-color: #7896C0;
}

.systeminfo, .code
{
	font-family: monaco, courier;
	white-space: pre;
}

.thumbnail
{
	float: left;
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #D4E6AF;
	margin-right: 5px;
}

td	{
	background-color: #F6F6E8;
}

th	{
	background-color: #B4C66F;
}

.publist td { padding: 4pt; }
.publist td { background-color: #FFFFFF; }
.publist th { background-color: #FFFFFF; }
.publist .thumbnail { padding: 0px; border: 0px; width: 80pt; }

table   {
    margin-left: auto;
    margin-right: auto;
}

table.invisible td  {
    background: none;
}

table.invisible th  {
    background: none;
}
