/**
 * Generic elements
 */
body {
  margin: 0px;
  padding: 45px 0px 0px 0px;
 
  font-family: Arial;
  color: #000;
}

 
ol, ul, li{
  margin: 0px;
  padding: 0px;
}
blockquote{
  margin: 0px;
  padding: 0px;
}
p {
  margin: 0px;
  padding: 0px;
}
a img, img {
  border: none;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {

}
a:focus { /*FF only, but good for text-indent:10000 trick */
	-moz-outline: none;
}
iframe{
	border: none;
}
 

 
/**
 * link_list & Dropmenus 
 */
.link_list{
  position: static;
}
.link_list > li{
  margin-right: 3px;
  float: left;
  background: url(../../../../../rw/SysConfig/WebPortal/nypost/images/bullet.png) left center no-repeat;
  padding-left: 10px;
  list-style: none;
}
.link_list li.first{
  background: none;
  padding-left: 0px;
}
.link_list li img{
  vertical-align: text-bottom;
  margin: 0px 0px 0px 2px;
}
.link_list > li.parent a{
  display: block;
}

 

#hat_wrap{
  min-height: 30px;
  background: url(../../../../../../rw/SysConfig/WebPortal/nypost/blocks/hat/images/hat_blue_bg.png) bottom center repeat-x;
  width: 100%;
  top: -1px;
  left: 0px;
  position: fixed;
  z-index: 1000000;
}
#hat{
  width: 970px;
  margin: 0px auto;
  font-weight: bold;
  position: relative;
}
#hat #hat_link_list{
  color: #666;
  font-size: .6em;
  padding-top: 5px;
}

#hat #hat_link_list > li{
  display: list-item;
  float: left;
  margin-left: 0px;
  background-image: url(../../../../../../rw/SysConfig/WebPortal/nypost/images/bullet_light.png);
}

#hat #hat_link_list > li.first{
  list-style: none;
  background: none;
}
#hat .dropmenu{
  font-weight: normal;
}

#hat #hat_link_list .parent .dropmenu li{
  float: none;
  background: none;
  display: block;	
}

#hat_wrap #hat_link_list li a{
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  text-decoration:underline;
}

#hat_wrap #hat_link_list li a:hover{
  color: #000;
  font-weight: bold;
  font-size: 1.2em;
  text-decoration:underline;
}
#hat_wrap #hat_link_list li ul li a{
  color: #333;
}
#hat_wrap #hat_link_list li ul li a:hover{
  color: #FFF;
}






.search_form{
  margin: 0px 0px 10px 0px;
  float: right;
}
.search_form div{
  display: inline;
}
.search_form input{
  vertical-align: top;
}
.search_form input.search_input{
  background: #EEE url(../../../../../../rw/SysConfig/WebPortal/nypost/blocks/search/images/search_input_bg.jpg) center center no-repeat;
  border: 1px solid #666;
  height: 28px;
  width: 300px;
  overflow: hidden;
  margin: 0px 0px 0px 0px;
  font-size: 1.2em;
}
.search_form input.search_input.active{
  background-image: none;
}
.search_form input.search_btn{
  height: 30px;
  width: 30px;
  overflow: hidden;
  padding: 0px 5px;
  margin: 0px 0px 0px 0px;
  background: transparent url(../../../../../../rw/SysConfig/WebPortal/nypost/blocks/search/images/btn_search_blue.png) no-repeat center center;
  border: none;
  cursor: pointer;
  text-indent: -100px;
  line-height: 100px; /* text-indent:-100px wont work in IE7 on input */
}

#hat .search_form{
  width: 340px;
  height: 42px;
  background: url(../../../../../../rw/SysConfig/WebPortal/nypost/blocks/search/images/search_bg.png) center center no-repeat;
  padding: 3px 80px 0px 80px;
  margin: 0px;
  position: absolute;
  right: -85px;
  top: 0px;
}
/*search mini form*/
.search_form_mini{
	width:150px; height:32px;
	padding:3px 0 0 5px;
	background:url(../../../../../../rw/SysConfig/WebPortal/nypost/images/mini_search_back.png) top left no-repeat;
	position:absolute;
	right:0;
}
.search_form_mini input.search_input{
	width:110px; height:14px;
	float:left;
	color:#999;
	font:italic 11px arial;
}
.search_form_mini input.search_btn{
	width:30px; height:20px;
	background:url(../../../../../../rw/SysConfig/WebPortal/nypost/images/mini_go_btn.png) top left no-repeat;
	color:#fff;
	border:none;
	float:left;
}
.search_form_mini input.search_btn:hover{
	background-position:top right;
}
