﻿.topSpacer { background-image:url(images/top_spacer.gif); background-repeat:repeat-x; }
.topSpacer2 { background-image:url(images/top_spacer2.gif); background-repeat:repeat-x; }
.articleCell { padding:17px; }
.artImage { padding:10px; border:1px solid white; }
.articleImage { border:1px solid white; }

.newsBox { 
	width:358px; 
	height:163px; 
	background-color:black; 
	border:1px solid white; 
	margin-left:10px;  
	filter:alpha(opacity=70); opacity: 0.7; -moz-opacity:0.7;
}
.news { 
	width:350px; 
	height:155px; 
	padding:8px; 
	overflow:auto; 
	overflow:auto;
	color:white; 
	filter:alpha(opacity=100); opacity:1; -moz-opacity:1; 
	position:relative;
}
.news p { margin-top:10px; margin-bottom:10px; line-height:normal; }
.textBox { font-size:11px; }

/* HTML Redefines */
p { line-height:18px; }

h1 { font-size:16px; font-weight:bold; border-bottom:1px solid white; margin-bottom:5px; clear:both; }

body,td,th {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size: small;
	color: #EBEBEB;
}
body {
	background-color: #1d1d1d;
	margin:0px;
	border:0px;
	background:url(images/bg.jpg) center top repeat-y; 
}
.headerImage{background-image:url(images/feature_goddess.jpg); background-repeat:no-repeat}

.contentCell { background-color:black; }
.articleImageLeft { margin-right:10px; margin-bottom:4px; margin-top:4px; border:1px solid white; float:left; }

a {
	color: #B0C4DE;
	text-decoration: none;
}

a:active {
	color: #B0C4DE;
	text-decoration: none;
}

a:link {
	color: #B0C4DE;
	text-decoration: none;
}

a:visited {
	color: #B0C4DE;
	text-decoration: none;
}

a:focus {
	color: #B0C4DE;
	text-decoration: none;
}

a:hover {
	color: #D3DEED;
	text-decoration: none;
}

.footer { 
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size:small; 
	color: #EBEBEB;
}

.imageNoBorder {
				border-width: 0px;
			}

