/* Common Page Styles */

html, body {

	margin: 0;
	padding: 0;
}

body {

	background-color: #FFFFFF;
	text-align: center; /* IE centering */
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-attachment: scroll;
	background-image: url(http://www.ebonyarchives.com/imgs/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;

}
	
body, td { font-family: Verdana, Helvetica, Sans-Serif; font-weight: normal; font-size: 13px;}

a:link    { text-decoration: underline; color: #993300;}
a:visited { text-decoration: underline; color: #993300;}
a:hover   { text-decoration: none; color: #993300;}
a:active  { text-decoration: none; color: #993300;}

.img_border {

 	border: 1px solid #993300;

}

a.thumb:hover img {

	FILTER: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
	cursor:hand;
}

a.thumb:active img {

	FILTER: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
	cursor:hand;
}

form {  

	margin:  0;
   	padding: 0;
	border:  0;	
}

hr {
	height: 1px;
	text-align: center;
}

h1
{
font-family:Tahoma, Arial, Helvetica, sans-serif;
display: block;
font-size: 14px;
font-weight: bold;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

h2
{
font-family:Tahoma, Arial, Helvetica, sans-serif;
display: block;
font-size: 14px;
font-weight: bold;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

h1.pagetitle {

	font-family: Verdana, Arial, Helvetica;

	font-size:20px;
	
	font-weight: normal;

	color:#993300;

	padding: 15px 0px;

}

h1.sectiontitle {

	font-family: Verdana, Arial, Helvetica;

	font-size:20px;

	font-weight: normal;
	
	color:#993300;

	padding: 15px 0px;

}

h2.sectiontitle {

	font-family: Verdana, Arial, Helvetica;

	font-size:20px;
	
	font-weight: normal;

	color:#993300;

	padding: 15px 0px;

}

.pagedescription {

	font-family: Verdana, Arial, Helvetica;

	font-size:14px;

	padding: 5px 0px;

}

.toplisttitle {

	font-family: Verdana, Arial, Helvetica;

	font-size:20px;

	color:#993300;


}

.enter_link {
        
        font-family: Verdana, Arial, Helvetica; 
        font-weight: bold; 
        font-size: 34px; 
        color: #993300;
        letter-spacing: -1px;

}

.big_link {
        
        font-family: Verdana, Arial, Helvetica; 
        font-weight: bold; 
        font-size: 24px; 
        color: #993300;
        letter-spacing: -1px;
}


.ad_vod_link {

         font-size: 11px;
         font-weight: normal;
         margin-top: 5px;
         margin-bottom: 0px;
         margin-left: 0px;
         marging-right: 0px;
}

.ad_vod_enter {

         font-size: 12px;
         font-weight: bold;
         margin-top: 15px;
         margin-bottom: 0px;
         margin-left: 0px;
         marging-right: 0px;
}

.ad_textlink {

         font-size: 14px;
         font-weight: bold;
}

.exsmall {

         font-size: 10px;
         font-weight: normal;
}

.small {

         font-size: 11px;
         font-weight: normal;
}


.legal {

         font-family: Georgia, "Times New Roman", Times;
         font-size: 12px;
}

.legalsm {

         font-family: Tahoma, "Times New Roman", Times;
         font-size: 12px;
}

.copyright {

         font-family: Georgia, "Times New Roman", Times;
         line-height: 18px;
}

.pages {

	padding: 1em;margin: 1em 0;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;font-size: 12px;
}

.pages span {

	padding: 0.2em 0.5em;margin-right: 0.1em;
}

.pages a { 

	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	background: #FFFFCC;
	border: 1px solid #993300;
	text-decoration: none;
}

.pages span.current {

	border: 1px solid #993300;
	font-weight: bold;
	background: #FFFFCC;
	color: #000000;
}

.pages a:hover {

	border-color: #993300;
}

.pages a.nextprev {

	font-weight: bold;
}

.pages span.nextprev {

	color: #666666;
}

.pages span.nextprev {

	border: 1px solid #cccccc;
	color: #999999;
}

/* THUMBS PAGE STYLES */


/* CONTACT PAGE STYLES */

 .ContactForm {

	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	float: center;
	clear: none;
	width: 880px;

}

.ContactFormGroup {

	clear: both;
	border-left: solid 1px #993300;
	border-bottom: solid 1px #993300;
	border-top: solid 1px #993300;
	border-right: solid 1px #993300;

}

.contact_form_text {

	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
        color: #333333;

}

.contact_form_error {

	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FF0000;
	padding: 0px 20px;

}

.contact_form_success {

	font-family: Verdana, Arial, Helvetica;
	font-size:12px;
	line-height: 16px;
	font-weight: bold;
	color: #006400;
	padding: 0px 20px;

}

