/* ------------------------------------------------------------------------- */
/* ------------ CURRENT DATE, KTP BUTTONS & GLOBAL SEARCH STYLES ----------- */
/* this is for the section of the template where the current date and search
   box is located */

#hdr-topbar { /* date container */
	width: 955px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 1px;
	border: 0px #000000 solid;
}

.hdr-date { /* date style */
	float: left;
	display:inline;
	vertical-align: top;
	margin: 3px 0px 0px 0px;
	border: none;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#6191cb;
	border:0px solid #000000;
	height:20px;
}

#hdr-utility { /* utility bar container for KTP buttons and search box */
	width:544px;
	border:0px solid #000000;
	float:right;
	margin:0px;
	height:20px;
}

.hdr-util-divider {
	margin: 0px 5px 0px 3px;
}

#hdr-ktp { /* For Kids, Teens, Parents buttons container */
	width:375px;
	float:left;
	display:inline;
	margin:1px 0px 0px 0px;
	padding-right:0px;
	border:0px solid #000000;
	border-right:0px solid #ffffff;
}

#hdr-ktp img { /* For Kids, Teens, Parents buttons image control */
	float:right;
	display:inline;
	border:0px solid #000000;
	margin-right:5px;
}

.hdr-search { /* main search box container & style: text box controlled in nemours-form.css file */
	margin: 0px 0px 0px 0px;
	float: right;
	display:inline;
	color: #ffffff;
	font-family:	verdana, arial, sans-serif;
	font-size:	10px;
	font-weight: bold;
	/*background-image:url(../image/background/home-bkg-search-hdr.gif);
	background-position:right;
	background-repeat:no-repeat;*/
	width: 169px;
	padding:0px 0px 0px 0px;
	border:0px solid #000000;
	height:20px;
}

.hdr-search table {
	margin:0px;
}

.hdr-search fieldset {
	float: none;  /* problem in Gecko engine baded browsers sometimes */
	margin: 0px;
	padding: 0px;
	border: 0px solid #E7E7E7;
	text-indent: 0px;
}