/* 
css style sheet for scriptpages
*/
td img {display: block;}

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #5A0239;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	margin:0;
}
a {
	font-size: 12.5px;
	color: #F0A340;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F0A340;
}
a:hover {
	text-decoration: underline;
	color: #210213;
}
a:active {
	text-decoration: none;
	color: #FF0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 14px;
	color: #F0A340;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
}
.pagetitles {
	font-size: 14px;
	color: #F0A340;
}
.copyright {font-size: 11px}

feedsweep_link {font-size:14px;
}

feedsweep_date {background-color:#FF6600;
}

div feedsweep_body {visibility:hidden;
display:none;
}

#thankYouOverlay
{
	display:none;
	width:460px;
	height:229px;
	background:#5A0239;
	border: 2px solid  #3f5ca0;
	position:absolute;
	z-index:7000;
	margin:0px auto;

}

#thankYouOverlayInner
{
	width:95%;
	height:120px;
	border: 0px solid  #666;
	margin:30px auto 0px auto;
	padding:2px;
	font-size:12px;
	

}

#thankYouHeader
{
background:url(../images/thankYou_header.gif) no-repeat;
width:460px;
height:29px; 

}

#thankYouClose  
{
	display:none;
	background:url(../images/thankYou_Close.gif) no-repeat;
	width:110px;
	height:35px;
	margin:0px auto;
}

#loader
{
	display:none;
	background:url(../images/ajax-loader.gif)  left no-repeat;
	width:600px;
	height:16px;
	float:left;
	
}
#loaderText
{
	display:none;
	width:250px;
	float:left;

}
