@charset "iso-8859-2";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #494949;
}
a {
	color: #F00;
	}
	
.center_all {
	text-align: center;
}
.picborder {
	border: 2px solid #ED1D24;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}
.table_shadow {
	width:1024px;
	border:0px;
	-moz-box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.5);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Verdana;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	background: black url(/assets/images/menu/blockactive.gif) center center repeat-x;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 0px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.solidblockmenu li{
display: inline;
}

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

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

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(/assets/images/menu/blockdefault.gif) center center repeat-x;
}
