#Example_F {
-moz-box-shadow: 0 0 5px 5px #888;
-webkit-box-shadow: 0 0 5px 5px#888;
box-shadow: 0 0 5px 5px #888;
}

img
{
opacity:0.9;
filter:alpha(opacity=90); /* For IE8 and earlier */
}
img:hover
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}


*{
padding:0px;
margin:0px;
}
tr.heading {
  color: #d51010;
}

tr.results {
  font-size: 10px;
  color: #000000;
}

a {
  text-decoration: none;
  font-weight: bold;
}

a:link {
  color: #900000;
}

a:hover {
  background-color: #EAC300;
}

a:visited {
  color: #900000;
}

a:active {
  color: #000000;
}

img{border:0px}
html{
width:100%;
height:100%;
background:url(images2/bg.png) top left repeat-x;
background-color:#900000;
}
body{
width:1000px;
margin:0 auto;
}
#header{
background:url(images2/top_bg.png) top left no-repeat;
padding:0px 0 0 0;
text-align:center;
}
#logo{
display:block;
}
#header span{
font-family:"Times New Roman", Times, serif;
font-size:11px;
color:#d2cdb6;
text-transform:uppercase;
display:block;
float:left;
letter-spacing:6px;
width:1000px;
text-align:center;
}
#menu{
background: url(images2/top_bg.png) repeat-y scroll 0 0 transparent;
width:1000px;
float:left;
margin:0px 0 1px 0;
display:block;
height:26px;
}
#menu li{
display:inline;
padding:0 19px;
line-height:25px;
}

#menu li a:visited{text-decoration:none}
#menu li a:hover{text-decoration:underline}

#menu a{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#F2DA76;
text-decoration:none;
}
#content{
background:url(images2/bg.png) top left repeat-y;
width:1001px;
padding:30px 10px 30px 10px;
text-align:center;
float:left;
font-family:Tahoma, sans-serif;
font-size:11px;
color:#676767;
}

h1{
font-family:Bell MT, Arial, Helvetica, sans-serif;
font-size:22px;
color:#d51010;
}

h2{
font-family:Bell MT, Arial, Helvetica, sans-serif;
font-size:18px;
color:#a41722;
}

h3{
font-family:Bell MT, Arial, Helvetica, sans-serif;
font-size:14px;
color:#d51010;
}

h4{
font-family:Bell MT, Arial, Helvetica, sans-serif;
font-size:12px;
color:#d51010;
}

h5{
font-family:Bell MT, Arial, Helvetica, sans-serif;
font-size:13px;
color:#d51010;
}

#center p{
display:block;
width:280px;
padding:0 0 10px 0px;
}
.more{
background:url(images2/arrow.gif) left 3px no-repeat;
margin:0 0 0 5px;
padding:0 0 0 10px;
color:#006CCE;
}
.more:visited{text-decoration:underline}
.more:hover{text-decoration:none}
#center .block{
padding:0 0 37px 0;
}

#footer{
width:1001px;
float:left;
height:98px;
background:url(images2/footer_bg.png) top left no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#F2DA76;
}
#footer ul{
width:1000px;
text-align:center;
}
#footer li{
display:inline;
list-style-type:none;
line-height:44px;
}
#footer li a{
color:#F2DA76;
text-decoration:none;
margin:0 10px;
}
#footer li a:visited{text-decoration:none}
#footer li a:hover{text-decoration:underline}
#copyright{
width:1000px;
text-align:center;
float:left;
padding:104px 0 0 0;
}
.error {
  font-weight: bold;
  color: #FF0000;
}
table, td{
	font:100% Arial, Helvetica, sans-serif; 
}
table{;border-collapse:collapse;margin:1em 0;}
th, td{padding:.5em;border:1px solid #fff;}
th{background:#A02223; repeat-x;color:#F2DB76;}
td{background:#e5f1f4;}

/* tablecloth styles */

tr.even td{background:#e5f1f4;}
tr.odd td{background:#f8fbfc;}

th.over, tr.even th.over, tr.odd th.over{background:#f6eeef;}
th.down, tr.even th.down, tr.odd th.down{background:#dc7c7d;}
th.selected, tr.even th.selected, tr.odd th.selected{}

td.over, tr.even td.over, tr.odd td.over{background:#f6eeef;}
td.down, tr.even td.down, tr.odd td.down{background:#dc7c7d;color:#fff;}
td.selected, tr.even td.selected, tr.odd td.selected{background:#ddb2b2;color:#555;}

td.empty, tr.odd td.empty, tr.even td.empty{background:#fff;}


#pagination {clear:both;margin:0 auto;text-align:center;padding-top:50px;}
#pagination .pages {padding:5px;list-style: none;display:inline-block;background:#E0E0E0;margin-top:0px;margin-left:5px;width:30px;height:30px;}
#pagination .pages p {color:#666;list-style: none;font-size:24px;margin-top:3px;text-align:center;}
#pagination .pages:hover {background:#fff;}
#pagination .pagesactive {padding:5px;display:inline-block;background:#F17E3D;width:30px;height:30px;}
#pagination .pagesactive p {color:#fff;font-size:24px;margin-top:3px;text-align:center;}