/* Normal, standard links. */
a:link, a:visited
{
	color: #B32015;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* Set a fontsize that will look the same in all browsers. */
body
{
	background: #E9EEF2 url(images/backdrop.png) repeat-x;
	font: 78%/130% verdana, Helvetica, sans-serif;
	margin: 0 auto;
}

/* Help popups require a different styling of the body element. */
body#help_popup
{
	padding: 1em;
}

/* use dark grey for the text, leaving black for headers etc */
body, td, th, tr
{
	color: #444444;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(images/block_red.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li.first{
float: left;
padding: 9px 11px;
padding-left: 120px;
border-right: 1px solid white;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
padding-left: 40px;
padding-right: 40px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
text-decoration: none;
background: transparent url(images/block_dark.gif) center center repeat-x;
}

td.block_header
{
text-align: center;
font-weight: bold;
color: white;
background: url(images/block_red.gif) center center repeat-x;
}



