@import url('/nyk/doctorfinder/css/ui-lightness/jquery-ui-1.8.10.custom.css');

/*****************************
 DEFAULTS
 ******************************/
* {
	outline: none;
}
img {
	border: none;
}

/*****************************
 CLASSES
 ******************************/
.findDoc_searchResults {
	font-size: 12px;
	padding-top: 10px;
	/*border-bottom:1px solid #CCC;*/
}

.findDoc_divider {
	border-bottom: 2px solid #112233;
}

.overlay {
	display: block;
	width: 500px;
	padding: 20px;
	background-color: #ddd;
}

/*****************************
 DIVISIONS
 ******************************/
#findDoc_mainDiv {
	margin-top: 15px;
	margin-bottom: 40px;
	text-align: left;
}

#findDoc_resultsTblHeading {
	background-color: #112233;
	border: 1px solid #112233;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 15px;
}

#findDoc_gm_btn_directions {
	background: transparent url('../images/search-icon2.png') no-repeat left top;
	height: 40px;
}

#findDoc_gm_btn_print {
	background: transparent url('../images/print.png') no-repeat left top;
	height: 30px;
}

#findDoc_gm_btn_directions a, #findDoc_gm_btn_print a {
	margin-left: 30px;
	color: #BF000A;
	font-weight: bold;
}

#blog_notifyComplete {
	display: none;
	position: absolute;
	z-index: 100;
	width: 790px;
	height: 25px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	background-color: #929966;
	font-size: 16px;
	letter-spacing: 1px;
	color: #D2D6BB;
}

#showSearchResults .text {
	padding: 3px;
	border: 1px solid #ccc;
	color: #456;
	letter-spacing: 1px;
}

#df_back {
	background: transparent url('../images/df_back_btn.png') no-repeat 25px top;
	width: 250px;
	height: 48px;
	float: left;
	margin-left: 10px;
}

#sr_back {
	background: transparent url('../images/sr_back_btn.png') no-repeat 25px top;
	width: 250px;
	height: 48px;
	float: left;
	margin-left: 10px;
	margin-right: 20px;
}

.vdivider {
	width: 0;
	height: 40px;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #fff;
	float: left;
	margin-top: 2px;
}

/*****************************************
 Below contain the styles for the popUp
 window shown on the Google Map
 *****************************************/
.gm_streetview_popup {
	background: transparent url('../images/gm_streetview_popup.png') no-repeat left top;
	position: absolute;
	margin: 35px 0 0 90px;
	width: 688px;
	height: 318px;
	padding: 40px 0 0 15px;
	z-index: 100;
}

.findDoc_marker_btn {
	background: url('../images/btns/btn.png') no-repeat left top;
	width: 26px;
	height: 26px;
	padding-top: 6px;
	font-size: 11px;
	cursor: pointer;
	text-decoration: none;
}

a .findDoc_marker_btn {
	color: #000;
	font-size: 10px;
	padding-left: 8px;
}

a.findDoc_gm_streetView_btn_close {
	position: absolute;
	top: 8px;
	left: 658px;
	width: 20px;
	height: 20px;
}

.findDoc_gm_info_popup {
	background: transparent url('../images/gm_info_popup.png') no-repeat left top;
	position: absolute;
	margin: 35px 0 0 90px;
	width: 195px;
	height: 300px;
	padding: 20px 35px 0 120px;
	z-index: 99;
	font-style: normal;
}

.findDoc_gm_info_popup address {
	margin-top: 10px;
	margin-right: 60px;
	padding: 0 0 1em 0;
	width: 220px;
	border-bottom: 1px solid #CCC;
	font-style: normal;
}

.findDoc_gm_info_popup address strong {
	font-weight: bold;
	font-size: 13px;
	color: #BF000A;
}

a.findDoc_gm_btn_close {
	position: absolute;
	top: 10px;
	left: 320px;
	width: 20px;
	height: 20px;
}

a.findDoc_gm_btn_directions {
	font-size: 13px;
}

/*****************************************
 Below contain the styles for the jQuery
 wizard structure shown on the index page
 *****************************************/
#wizard {
	background: #fff url(../images/h600.png) repeat scroll 0 0;
	border: 5px solid #112233;
	font-size: 12px;
	height: 500px;
	margin: 20px auto;
	width: 550px;
	overflow: hidden;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*border:1px solid #C00;*/
}

#wizard .items {
	width: 20000em;
	clear: both;
	padding-left: 20px;
	position: absolute;
	/*border:1px solid #C00;*/
}

#wizard .page {
	padding: 20px 178px 20px 20px;
	width: 350px;
	float: left;
	text-align: left;
	/*border:1px solid #C00;*/
}

#wizard ul {
	padding: 0px !important;
	margin: 0px !important;
}

#wizard li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 25px;
}

#wizard label {
	font-size: 16px;
	display: block;
}

#wizard label strong {
	color: #789;
	position: relative;
	top: -1px;
}

#wizard label em {
	font-size: 11px;
	color: #666;
	font-style: normal;
}

#wizard .text, .fromAddrText {
	padding: 3px;
	border: 1px solid #ccc;
	color: #456;
	letter-spacing: 1px;
}

#wizard select {
	border: 1px solid #ccc;
	width: 94%;
	padding: 3px;
}

#wizard label span {
	color: #b8128f;
	font-weight: bold;
	position: relative;
	top: 4px;
	font-size: 20px;
}

#wizard .double label {
	width: 50%;
	float: left;
}

#wizard .double .text {
	width: 93%;
}

#wizard .clearfix {
	clear: left;
	padding-top: 10px;
}

#wizard .right {
	float: right;
}

#drawer {
	background: #fff url(/img/global/gradient/h80.png) repeat-x scroll 0 0;
	_background-color: #fff;
	overflow: visible;
	position: fixed;
	left: 0;
	top: 0;
	text-align: center;
	padding: 15px;
	font-size: 18px;
	border-bottom: 2px solid #789;
	width: 100%;
	display: none;
	z-index: 2;
}

#wizard .error {
	border: 1px solid red;
}

#wizard #status {
	margin: 0px !important;
	height: 35px;
	background: #123 url(../images/h30.png) repeat-x;
	padding-left: 15px !important;
	_background: #123;
	color: #FFF;
}

#status li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	color: #fff;
	padding: 10px 20px;
}

#status li.active {
	background: #123 url(../images/h31.png) repeat-x;
	font-weight: normal;
}

/*****************************************
 Below contain the styles for the jQuery
 overlay structure shown on the doctorfinder
 page
 *****************************************/
#facebox, #didyoumean {
	display: none;
	width: 450px;
	border: 10px solid #666;
	border: 10px solid rgba(82, 82, 82, 0.698);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#facebox div, #didyoumean div {
	background: #fff url(../images/h600.png) repeat scroll 0 0;
	padding: 0 10px 10px 10px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif
}

#facebox .text, #didyoumean text {
	padding: 3px;
	border: 1px solid #ccc;
	color: #456;
	letter-spacing: 1px;
}