/* 
	================================
CSS STYLES FOR DotNetNuke Skins by the NetProCity Team - http://www.netprocity.com
The best place to learn about how to skin your DotNetNuke website
Tutorials, Forums, Code Snippets, Videos, Expert Advice by Experienced DNN Skinners
Free & Premium Content for the DotNetNuke enthusiast

NetProCity Skin - 
   ================================
*/ 

/* ------------ Top Bar ----------- */
.npc-bar_bg {
	background:url(http://www.netprowebsite.com/Portals/0/npc_bar/media/bg_m_top.jpg) repeat top left;
	}
.npc-bar_bot {
	background:url(http://www.netprowebsite.com/Portals/0/npc_bar/media/npc-bar_bot.gif) repeat-x bottom left;}

/* Custom Classes for Skin */
/* code to make the search button look like it does */
#SearchContainer input{_padding:0px 0px 0px 0px; padding:0px 0px 0px 0px; border:none; font-size:11px; color:#333333; WIDTH:140px; HEIGHT:18px; background:transparent; margin:0px 1px 0px 0px;}

.search_position{float:inherit; position:relative; margin-bottom:0px; top:0px; _margin-bottom:0px; _top:0px; width:172px;}
.search_bg_img{background:url(media/search_bg_img.gif) no-repeat center left; width:168px; height:20px; padding:0px 5px 5px 5px;}
/* code to make the search button look like it does */
#npc-bar_SearchContainer input{_padding:0px 0px 0px 0px; padding:0px 0px 0px 0px; border:none; font-size:11px; color:#333333; WIDTH:140px; HEIGHT:18px; background:transparent; margin:0px 1px 0px 0px;}

.npc-bar_search_position{float:inherit; position:relative; margin-bottom:0px; top:0px; _margin-bottom:0px; _top:0px; width:172px;}
.npc-bar_search_bg_img{background:url(media/search_bg_img.gif) no-repeat center left; width:168px; height:20px; padding:0px 5px 5px 5px;}


/* ----------- npc-bar css code ------------- */
/* code to make the search button look like it does */
.npc-bar_search,a.npc-bar_search:link,a.npc-bar_search:active,a.npc-bar_search:visited,.npc-bar_search{ 
	padding:0px 0px 0px 0px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:18px;
	margin:0px;
	}
a.npc-bar_search:hover{ 
	padding:0px 0px 0px 0px;
	color:#55552B; 
	text-decoration:none; 
	font-weight:bold;
	font-style:normal;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:18px;
	margin:0px;
	}
/* code to make the login text look like it does */
.npc-bar_login,a.npc-bar_login:link,a.npc-bar_login:active,a.npc-bar_login:visited,.npc-bar_login { 
	color:#2C577E; 
	text-decoration:none; 
	font-weight:bold;
	font-style:normal;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}
a.npc-bar_login:hover { 
	color:#55552B; 
	text-decoration:none; 
	font-weight:bold;
	font-style:normal;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}
/* code to make the user/register text look like it does */
.npc-bar_user,a.npc-bar_user:link,a.npc-bar_user:active,a.npc-bar_user:visited,.npc-bar_user { 
	color:#93934A; 
	text-decoration:none; 
	font-weight:bold;
	font-style:normal;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}
a.npc-bar_user:hover { 
	color:#55552B; 
	text-decoration:none; 
	font-weight:bold;
	font-style:normal;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}
/* code to make the user/register text look like it does */
.npc-bar_free,a.npc-bar_free:link,a.npc-bar_free:active,a.npc-bar_free:visited,.npc-bar_free { 
	color:#7B7B3E; 
	text-decoration:none; 
	font-weight:bold;
	font-style:normal;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	/* text-align:center;
	vertical-align:middle;
	width:152;
	height:20;
	background: url(media/free_web_normal.gif) no-repeat center right; */
	}
a.npc-bar_free:hover { 
	color:#3C3C1E; 
	text-decoration:none; 
	font-weight:bold;
	font-style:normal;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	/* text-align:center;
	vertical-align:middle;
	width:152;
	height:20;
	background: url(media/free_web_hover.gif) no-repeat center right; */
	}
