/* 
	================================
CSS STYLES FOR DotNetNuke Skins by the Bruce Chucker Team - http://www.brucechucker.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

Bruce Chucker Skin - 
   ================================
*/ 
/* code to make the search button look like it does
 .logo_position {float: inherit; position:relative; margin-bottom:-36px; top:-12px; _margin-bottom:-36px; _top:-12px; width:265px;} */
/*.logo_position {float:right; margin-bottom:-44px; top:-44px;  _margin-bottom:-43px; _top:-43px; width:201px;} */


/* code to make the search button look like it does
#search .user,#search a.user:link,#search a.user:active,#search a.user:visited{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; text-decoration:none; font-weight:bold;}
 a.user:hover{color:#FFFFFF;}
*/
/* code to make the search button look like it does 
#SearchContainer img{vertical-align: middle; } */
#SearchContainer input{border:none; font-size:70%; color:#666666; font-family:Arial, Helvetica, sans-serif; WIDTH:210px; HEIGHT:20px; background:transparent; vertical-align:middle; margin:5px 0px 0px 14px; /* positions search text in search box */ _margin:8px 0px -4px 13px; /* resets IE */}
/*search bits: _padding:0px 0px 0px 0px; padding:0px 0px 0px 0px; */
.search_position{height:40px; /* must be defined */}
/*search bits: float:inherit; position:relative; width:276px; top:0px; _top:0px; margin:0px 0px 0px 0px; _margin:0px 0px 0px 0px; */
.search_bg_img{background:url(media/search_bg_img.gif) no-repeat center left; /* background image for search box, use search class for positioning further (.search)*/}
/*search bits:  width:230px; height:20px;*/

/* code to make the search button look like it does */
.search,a.search:link,a.search:active,a.search:visited,.search{ 
	vertical-align:middle; /* must be defined */
	padding:7px 30px 0px 0px; /* positions .search_bg_img background image in search box */
	_padding:0px 30px -4px 0px; /* resets IE */
/*	margin:0px 0px 0px 0px;
	min-height: 100%;  mozilla and Opera */
/*	height: 100%;  for Safari */ 
/*	color:#666666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
	float:inherit;
	position:relative;
	height:20px;
	width:56px: */
	background:transparent url(media/search_normal.gif) no-repeat center center; 
	}
a.search:hover{ 
	vertical-align:middle; /* must be defined */
	padding:7px 30px 0px 0px; /* positions .search_bg_img background image in search box */
	_padding:0px 30px -4px 0px; /* resets IE */
/*	margin:0px 0px 0px 0px;
	min-height: 100%;  mozilla and Opera */
/*	height: 100%;  for Safari */ 
/*	font-size:12px;
	font-family:Arial, Helvetica, sans-serif; 
	text-decoration:none; 
	color:#3F65B2; 
	font-weight:bold;
	font-style:normal;
	float:inherit;
	position:relative;
	height:20px;
	width:56px: */
	background:transparent url(media/search_hover.gif) no-repeat center center;
	}


















































































































