/* -------------------------------
** SICKKIDS NEW CSS STYLE
   -------------------------------*/

#sk-header-container {
	width: 100%;
	/* min-width: 970px; */
	height: 75px;
	background: #FFF;
}
#sk-logo {
	height: 75px;
	text-align: center;
	background: #FFF;
}
#sk-padding {
	float:left;
	width:110px;
	height: 75px;
}
#sk-tabs-links {
	float:right;
	width: 660px;
	height: 75px;
	background: #e5e5e5;
}
#sk-tabs {
	float:right;
	height: 35px;
}
#sk-links-search {
	float:right;
	width: 660px;
	height: 40px;
	padding-bottom: 5px;
	font-family: arial, sans-serif;
	font-size: 12px;
	background: #FFF;
}
#sk-links {
	float:left;
	width: 430px;
	padding-top: 15px;
	padding-right: 20px;
}
#sk-search {
	float: left;
	width: 220px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 10px;
}

#sk-search input[type="text"] {
	/*SEARCH TEXFIELD STYLE*/
	float: left;
	width: 140px !important;
	height: 25px !important;
	/*display: block;*/
	margin: 0;
	/*width: 100%;*/
	font-family: sans-serif;
	font-size: 18px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border-color: #CCC !important;
	display: inline-block !important;
}
.sk-space-10 {
	width: 10px;
	float: left;
}
#sk-search input[type="submit"]{
	/*SEARCH BUTTON STYLE*/
	float: left !important;
	display:inline-block !important;
	width:60px !important;
	height:25px !important;
	vertical-align:middle !important;

	padding: 0px !important;
	margin: 0px !important;
	color: #000 !important;
	font-size: 12px !important;
	background: #e6e6e6 !important;
	/*padding: 10px 20px 10px 20px !important;*/
	text-decoration: none !important;
	line-height: normal !important;
}