/*
Controls index page (www.enetez.com)
This sheet controls the styles that do not change based upon color change.
The rest of the controls are located in the respective color scheme.

*/
A:link{
color:#000000;
font-size: 12px;
text-decoration:none;
}
A:hover {
	text-decoration:underline;
}
A:visited {
color:#000000;
font-size: 12px;
text-decoration:underline;
}
A:visited.search_engines{
	color:#000099;
}

body {
background-color:#FFF;
}
/*HEADER styles

/*styling for date function*/
#date {
font-weight:bold;
padding-right:20px;
}

/*header link styles*/
#top_links {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
background-image:url('/images/top_links_bg.jpg');
background-repeat:repeat-x;
}

A:link.top_link {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
color: #000055;
text-decoration:none;
}

A:visited.top_link {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
color: #000055;
text-decoration:none;
}

A:hover.top_link {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
color: #000033;
text-decoration:underline; 
}

/*login Box controls */
.login_box {
background-color:#FFFFFF;
background-image:url(/images/quad1_extra_grad.jpg); 
background-repeat:repeat-x; 
position:absolute; 
width:310px; 
height:160px; 
border:1px solid #989; 
padding-left: 10px; 
font-size: 11px;

}
/*main content border- should stay the same with color changes */


/*LEFT NAV styles | MORE ENET styles */
#left_nav_featured{
color:#FFFFFF;  
text-decoration:none; 
padding-left:20px; 
font-size:12px;
}
#left_nav_seperator{
height:5px; 
background-color:#FFFFFF;
}
#more_sites_container{
	position:relative; 
	z-index:1500;
}
/*more enet slideout/popup */
#more_sites{
	display: none; 
	position:absolute; 
 	left: 0px; 
	top: 0px;  
	background-color:#e9d8d9; 
	border:1px solid #998899; 
	overflow:hidden; 
}

#more_sites_list a{
color: #300;
font-size: 10px;
text-decoration:none;
}
.headline_hover {
	font-size: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
	color:#000;
}
.headline_normal {
	font-size: 8px;
	color:#000;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
}

