/* 
================================
Skin styles for DotNetNuke
================================
*/	

.header_left {width:20px; height:20px; background-image:url(spacer.gif); background-color:transparent;}
.header_right {width:20px; height:20px; background-image:url(spacer.gif); background-color:transparent;}

.topbar {
	background-image:url(topper.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#4B4B4B;
}

.datetxt {
	background-image:url(b_date.gif);
}
a.logintxt:link, a.logintxt:visited {
	background-image:url(b_login.gif);
}
a.logintxt:hover, a.logintxt:active {
	background-image:url(b_login_on.gif);
}
a.usertxt:link, a.usertxt:visited {
	background-image:url(b_register.gif);
}
a.usertxt:hover, a.usertxt:active {
	background-image:url(b_register_on.gif);
}
/* Search */
table.search {
	background-image:url(b_search_back.gif); 
}
#search td {
	background-image:url(b_search_left.gif); 
}
#search img {
	background-image:url(b_search.gif); 
}
#search a:hover img {
	background-image:url(b_search_on.gif); 
}
/* Footer Styles */
.footer_left {width:20px; height:20px; background-image:url(spacer.gif); background-color:transparent;}
.footer_right {width:20px; height:20px; background-image:url(spacer.gif); background-color:transparent;}
