/* Find a Health Center Widget	*/
/* Updated 07/6/2011 by Maneet Sarai*/

body {
	color:#18204d;
	font-family: "Trebuchet MS",sans-serif;
	margin: 0;
	padding: 0;
}

h3 
{
	font-size: 1.2em;
}

a:link, a:hover, a:active, a:visited
{
	color: #000;
}

input:focus
{
	background-color: #ff9;
}

.hidden
{
	position: absolute;
	left: -9999px;
	top: 0;
	width: 1;
	height: 1;
	overflow: hidden;
}  
		
#primeWrapper {
	background: transparent;
	width: 243px !important;
}

#contentWrapper {
	background:url('images/background.png') no-repeat top center;
	height:170px !important;
	width:243px !important;
}

#defaultContent {
	color:#18204d;
	font-family: "Trebuchet MS",sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#defaultContent div {
	font-size: 10px;
	font-style: italic; font-weight:normal;
	padding-top: 5px !important
}
/*
#widgetTitle {
	margin: 0 !important;
	padding: 0 !important;
	text-align: center !important;
}
*/

#widgetTitle
{
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	width: 243px;
	height: 42px;
	/*background: url("images/fahcHeader.png") no-repeat;*/
	top: 2px;
	font-size: 1.1em !important;
	font-style: normal !important;
}

#widgetTitle span
{
	display: none;
}
#bottomText {
	margin-top: -5px;
}

/* Tabs */
#tabContentArea {
	font:11px 'Trebuchet MS',sans-serif;
	padding: 0;
	overflow: hidden !important;
	height:157px;
}

div#tabContentArea > div#tab_2_data, div#tabContentArea > div#tab_3_data {
	/* background:url('transparentAreaBG.png') no-repeat top center; */
	margin: 0;
	min-height: 118px;
}

div#tab_1_data {
	padding: 2px 0;
	text-align:center;
}

div#tab_2_data > div, div#tab_3_data > div { padding: 5px 10px; }

#tabContainer {
	color: #000;
	position: relative;
	top: 0px;
	text-align: center;
	text-decoration: none;
	left: 0px;
}

div.tabs {
	font-size: 11px;
	font-weight: bold;
	/* Fix for IE's lack of i-b support... */
	zoom: 1;
	display: inline;
}

.tabs:hover {
	background: url('images/findajobTab_On_60px.png') no-repeat top center;
	color:#000;
	cursor: pointer;
	text-decoration: none;
}

.tabs_on {
	background: url('images/findajobTab_On_60px.png') no-repeat top center;
	/*background: #1a3555;*/
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	font-size: 11px;
	height: 20px;
	padding:2px 14px 0px 14px;
	/* Fix for IE's lack of i-b support... */
	margin-right:-2px;
	zoom: 1;
	display: inline;
}

.tabs_off {
	background: url('images/findajobTab_Off_60px.png') no-repeat top center;
	/*background: #ccc;*/
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	font-size: 11px;
	height: 19px;
	padding:2px 14px 0px 14px;
	color:#424242;
	/* Fix for IE's lack of i-b support... */
	margin-right:-2px;
	zoom: 1;
	display: inline;
}

/* Share tab */

.shareContainer {
	height:138px;
	display:inline-block;
}

#shareLeft {
	min-height:200px !important;
	width:110px;
	float:left;
}

#shareLeft li {
	list-style:none;
	margin-left:-43px;
	padding-left:20px;padding-bottom:7px;
}

#shareRight {
	width:100px;
	float:right;
}
#shareRight li {
	list-style:none;
	margin-left:-40px;
	padding-left:20px;
	padding-bottom:7px;
}
#shareMid li {
	list-style: none;
	margin-left:-40px;
	padding-left:20px;
	padding-bottom:7px;
}

/* End */