body
{
    background-color: #EFEFDE;
    background-image: url(graphics/gradient.png);
    background-repeat: repeat-x;
    padding: 0px;
    margin: 0px;
} 

img
{
	border: 0px;
}

a	{
	color: #5674A2;
	text-decoration: none;
    font-weight: bold;
}

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

#menubar a
{
	width: 170px; /* 187 - 1 - 5 */
	padding-left: 10px;
	display: block;
	background-image: url(graphics/menu_back.png);
	background-color: #69A;
	float: left;
	color: #222;
	border-left: 1px solid #58B;
	line-height: 25px;
    text-align: left;
}

#menubar a.last
{
    width: 170px;
    border-right: 1px solid #58B;
}


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

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

#headerContent
{
    background-color: #F00;
    padding: 0px;
    margin: 0px;
    height: 90px;
}

#headerContent img
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

#global,#headerContent, #menubarContent
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	margin-left: auto;
	margin-right: auto;
	width: 725px;
}

#menubar
{
	padding: 0px;
	height: 25px;
	text-align: center;
	border: 1px solid #58B;
    border-left: 0px;
    border-right: 0px;
	background-image: url(graphics/menu_back.png);
}

#pageContent
{
	width: 705;
	padding: 15px;
    padding-top: 10px;
	padding-bottom: 0px;
	background-color: #FFF;
	color: #456;
    border-left: 1px solid #DDA;
    border-right: 1px solid #DDA;
    border-bottom: 1px solid #DDA;
    margin-bottom: 5px;
}

#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;
    clear: both;
}

.newsheader
{
	font-size: 12pt;
	font-weight: bold;
	border-bottom: 2px solid #369;
	margin-bottom: 4px;
}

.newsfooter
{
	/*border-top: 1px dashed #B4C66F;*/
	font-size: 8pt;
	margin-top: 2px;
	margin-bottom: 30px;
	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;
}

#news
{
    width: 520px;
    float: left;
}
#events
{
    width: 150px;
    float: right;
    border-left: 1px solid #DDA;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 9pt;
}

.systeminfo, .comment
{
	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
{
	font-family: monaco, courier;
	white-space: pre;
}

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

.credit
{
    width: 150px;
    line-height: 25px;
    float: left;
}

td	{
	background-color: #F6F6E8;
}

th	{
	background-color: #B4C66F;
}

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

table.invisible td  {
    background: none;
}

table.invisible th  {
    background: none;
}
