/* ========================================= *\
	  STYLES FOR THE NEW CLINIC LISTING 
\* ========================================= */
body
{
	margin: 0px;
	font-family: arial, helvetica, san-serif;
	font-size: 11px;
}

#clinic_listing
{
	padding: 16px;
	font-family: Arial, Helvetica, Sans-serif;
	/*these need to be commented out when going live*/
	margin: 0 auto;
	width: 750px;
}

#clinic_listing h1
{
	font-weight: bold;
	font-size: 24px;
	color: #0C1E7F;
	margin-top: 0px;
}

#tab_top ul,
#tab_bottom ul
{
	list-style: none;
	height: 26px;
	width: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
/*	border: 1px solid red;*/
}

#tab_top ul a,
#tab_bottom ul a
{
	float: left;
	display: block;
	font-weight: bold;
	color: #5d5d5d;
	text-decoration: none;
}

#tab_top li,
#tab_bottom li
{
	float: left;
	margin: 0;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 10px 0px 10px;
	background: url(../img/clinics/background_top_tab.gif) repeat-x top left;
}

#tab_bottom li
{
	background: url(../img/clinics/background_bottom_tab.gif) repeat-x bottom left;
}

#tab_top li.gap_top_right,
#tab_bottom li.gap_bottom_right
{
	padding: 0;
	height: 25px;
	border-top: 1px solid white;
	background: url(../img/clinics/background_tab_gap.gif) no-repeat top left;
}

#tab_top li.gap_top_left,
#tab_bottom li.gap_bottom_left
{
	padding: 0;
	height: 25px;
	border-top: 1px solid white;
	background: url(../img/clinics/background_tab_gap-flip.gif) no-repeat top left;
}

#tab_bottom li.gap_bottom_left
{
	border-top: 1px solid #808080;
	background: url(../img/clinics/background_bottom_gap-flip.gif) no-repeat left top;
}


#tab_bottom li.gap_bottom_right
{
	border-top: 1px solid #808080;
	background: url(../img/clinics/background_bottom_gap.gif) no-repeat left top;
}

/* ---- START OF SPECIFI DETAIL ---- */

#tab_top li.tab_top_right,
#tab_bottom li.tab_bottom_right
{
	color: #5e5e5e;
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
}

#tab_top li.tab_top_current,
#tab_bottom li.tab_bottom_current
{
	background: #E7F4FE;
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #e7f4fe;
	border-left: 1px solid #808080;
}

#tab_bottom li.tab_bottom_right
{
	border-bottom: 1px solid #808080;
}

#tab_bottom li.tab_bottom_current
{
	border-top: 1px solid #e7f4fe;
	border-bottom: 1px solid #808080;
}

#tab_top li.tab_top_left,
#tab_bottom li.tab_bottom_left
{
	color: #5e5e5e;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
}

#tab_bottom li.tab_bottom_left
{
	border-bottom: 1px solid #808080;
}


#tab_top ul li:hover, 
#tab_top a:hover

{
	background-position: 0px -24px;
	text-decoration: none;
}


#tab_bottom ul li:hover, 
#tab_bottom a:hover
{
	background-position: 0px 0px;
	text-decoration: none;
}


#tab_top ul li.gap:hover
{
	background-position: top left;
}

#tab_bottom ul li.gap:hover
{
	background-position: 0px 0px;
}

#tupper_ware
{
	margin: 0 0 -1px 0;
	width: 714px !important;
	width: 715px;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background: #E7F4FE;
	padding: 37px 0px 37px 0px;
}

#tab_top
{
	width: 716px !important;
	width: 717px;
	margin-bottom: 0px !important;
	margin-bottom: -2px;
	background: url(../img/clinics/ie_pc_hack.gif) repeat-x 0px +25px;
}

#AdBanner 
{
	background: #ebebeb url(../img/domain_header/background_container_shadow.gif) repeat-x bottom;
	text-align: center;
}

#AdBanner img 
{
	margin: 3px 0px 4px 0px;
	text-align: left;
}

#MainNav 
{
	border-top: 1px solid black;
	height: 62px;
	display: block;
	background: url(../img/domain_header/background_SubMenu.gif) repeat-x bottom;
	text-align: left;
}

#MainNav a
{
	float: left;
	background: top left no-repeat;
	height: 62px;
	text-align: left;
}

a#MainLogo 
{
	float:left;
	margin-right: 0px !important;
	margin-right: -4px;
	text-align: left;
}

#MainTabs 
{
	margin: 15px 0px 0px 0px;
	height: 26px;
	display: block;
	text-align: left;
}

#MainTabs a
{
	line-height: 26px;
	height: 26px;
	color: black;
	padding: 0px 10px  0px 10px;
	background: url(../img/domain_header/background_MainTab-Unactive.gif) repeat-x top left;
	font-family: "Humnst777 BT", Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}

#MainTabs a:hover
{
	color: white;
	background: url(../img/domain_header/background_MainTab-Active.gif) repeat-x top left;
	text-decoration: none;
	text-align: left;
}

#MainTabs a.on
{
	color: white;
	background: url(../img/domain_header/background_MainTab-Active.gif) repeat-x top left;
	text-decoration: none;
	border-top: 1px black solid;
	border-right: 1px black solid;
	border-left: 1px black solid;
	line-height: 26px;
	text-align: left;
}

#SubMenu 
{
	margin-top: -20px;
	margin-bottom: 0px;
	margin-left: 196px;
	height: 20px;
	vertical-align: bottom;
	padding-top: 0px;
	text-align: left;
	text-align: left;
}

#SubMenu a
{
	line-height: 21px;
	padding: 0px 4px 0px 4px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	font-family: "Humnst777 BT", Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-align: left;
}

#SubMenu a:hover 
{
	color: #ecebff;
}

#logout 
{
	position: relative;
	top: 0px;
	background: url(../img/domain_header/background_SubMenu-Logoff.gif) repeat-x top left;
	float: right;
	height: 20px;
	padding-top: 0px;
	text-align: left;
}

a#help 
{
	cursor: help;
}

/*CLASSES*/

.header_date 
{
	padding: 21px 8px 0px 0px;
	float: right;
	font-size: 10px;
	color: #303030;
	font-family: "Humnst777 BT", Helvetica, Arial, sans-serif;
}

a#Divider 
{
	width: 1px;
	padding: 0px;
	background: url(../img/domain_header/MainTab-Divider.gif) no-repeat top left;
	height: 26px;
}

/* INDIVIDUAL CLINICS */

div.clinic_container
{
	float: left;
	display: block;
	position: relative;
	height: 159px;
	width: 337px !important; 
	width: 329px; 
	border: 1px solid black;
	margin: 0 9px 30px 9px;
	background-color: white;
}

div.clinic_img
{
	float: left;
	border-right: 1px solid #193264;
}

div.text_wrangler
{
	float: left;
	height: 159px;
}

div.clinic_desc
{
	display: block;
	height: 90px;
	width: 240px !important;
	width: 232px;
	font-size: 11px;
	text-align: justify;
	padding: 2px;
	margin-bottom: 13px;
}

div.more_info
{
	position: abolute; 
	bottom: 0px;
	height: 23px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(../img/clinics/background_find_out_more.gif) repeat-x 0 0;
}

a.more_info
{
	display: block;
	height: 23px;
	background: url(../img/clinics/botton_more.gif) no-repeat 0 0;
}

a.more_info:hover
{
	background: url(../img/clinics/botton_more.gif) no-repeat 0 -23px;
}

div.more_info_fr
{
	position: abolute; 
	bottom: 0px;
	height: 23px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(../img/clinics/background_find_out_more.gif) repeat-x 0 0;
}

a.more_info_fr
{
	display: block;
	height: 23px;
	background: url(../img/clinics/button_more_fr.gif) no-repeat 0 0;
}

a.more_info_fr:hover
{
	background: url(../img/clinics/button_more_fr.gif) no-repeat 0 -23px;
}

img.clinic_reg
{
	position: absolute; 
	bottom: -23px !important;
	bottom: -24px; 
	right: -8px !important;
	right: -9px;
}

h2.clinic_title
{
	height: 29px;
	font-size: 13px;
	color: white;
	background: url(../img/clinics/background_blue_title.gif) repeat-x top left;
	text-indent: 7px;
	margin: 0;
	line-height: 29px;
}

.footer
{
	color: #585454;
	font-family: arial, helvetica, san-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
}

.silvertab
{
	color: #585454;
	font-family: arial, helvetica, san-serif;
	font-size: 11px;
	line-height: 10px;
	font-weight: normal;
	background-image: url(../img/silvertabs/button_expander.gif);
}

.copyright
{
	color: #585454;
	font-family: arial, helvetica, san-serif;
	font-size: 10px;
	line-height: 10px;
}

.outline-borderless
{
	margin-left: auto; 
	margin-right: auto;
	background-color: #FFFFFF;
}

.header-bkgnd
{
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	background: #FFEBCD url(../img/rr_light_blue_bgrnd.gif) repeat fixed center;
}

/* end of styles for new clincs */

/* Styles for clinic list page */

.title-light
{
	color: #BB8888;
	font-family: helvetica, arial, san-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 7px 6px 7px;
}

.tab_mini_space
{
	color: #555555;
	font-family: helvetica, arial, san-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	background-color: White;
	border-bottom: 1px solid Gray;
}

.tab_mini_off
{
	color: #555555;
	font-family: helvetica, arial, san-serif;
	font-size: 11px;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	background-color: #FDF5E6;
	border-top: 1px solid Silver;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	border-bottom: 1px solid Gray;
}

.tab_mini_on
{
	color: #555555;
	font-family: helvetica, arial, san-serif;
	font-size: 11px;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	background-color: #ddeeff;
	border-top: 1px solid Gray;
	border-left: 1px solid Gray;
	border-right: 1px solid Gray;
}

.tab_mini_off_alt
{
	color: #555555;
	font-family: helvetica, arial, san-serif;
	font-size: 11px;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	background-color: #ffccff;
	border-top: 1px solid Silver;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	border-bottom: 1px solid Gray;
}

.table_head
{
	color: #FFFFFF;
	font-family: Helvetica, Arial, san-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #400080;
	white-space: nowrap;
	padding: 1px 1px 3px 1px;
}

.tab_mini_on_white
{
	color: #555555;
	font-family: helvetica, arial, san-serif;
	font-size: 11px;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	background-color: White;
	border-top: 1px solid Gray;
	border-left: 1px solid Gray;
	border-right: 1px solid Gray;
}

.table_text
{
	color: #000000;
	font-family: Helvetica, Arial, san-serif;
	font-size: 10px;
	padding: 1px 1px 1px 1px;
}

.table_icon
{
	padding: 1px 1px 1px 1px;
}

.table_high
{
	background-image: url(../img/table_bluechrome.gif);
}

.table_medium
{
	background-color: #FDF5E6;
}

.table_low
{
	background-color: #FFFFFF;
}

.table-sidebar
{
	background-image: url(../img/rr_sidebar_bgrnd.gif);
	background-color: #EEEEEE; 
	width: 300px;
}

.title-sm-k-header
{
	color: #000000;
	font-family: helvetica, arial, san-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 5px 3px 5px;
	background-image: url(../img/button_expander.gif); 
	height: 23px; 
}

/* End of styles for clinic list page */

/* Styles for clinic info page */
.title-sm-w
{
	color: #FFFFFF;
	font-family: helvetica, arial, san-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
}

.form_label
{
	background-color: #ddeeff;
	font-family: helvetica, arial, san-serif;
	font-size: 11px;
	text-align: right;
}

.form_label_l
{
	background-color: #ddeeff;
	font-family: helvetica, arial, san-serif;
	font-size: 11px;
	text-align: left;
}

.form_value
{
	background-color: #eef8ff;
	font-size: 11px;
	font-family: helvetica, arial, san-serif;
}

.title_big
{
	color: #BB8888;
	font-family: helvetica, arial, san-serif;
	font-size: 26px;
	font-weight: bold;
	padding: 0px 7px 6px 7px;
}

/* End of styles for clinic info page */

/* Styles for clinic registration page */

.title-sm-b
{
	color: #000000;
	font-family: helvetica, arial, san-serif;
	font-size: 12;
	line-height: normal;
	font-weight: bold;
}

.header_bars 
{
	background-color: #400080; 
}

.rouge
{
	background-color: #ddeeff; 
}

.content-r-sm
{
	color: #B52931;
	font-family: helvetica, arial, san-serif;
	font-size: 11px;
}

.agreement_text
{
	font-size: 11px;
	font-family: helvetica, arial, san-serif;
	border: 1px solid;
	border-color: #DEDEDE;
	background-color: #EEEEEE;
	text-align: justify;
}

.mandatory_indicator
{
	font-size: 10px;
}

/* End of styles for clinic registration page */

a 		{ text-decoration : none; }
a:hover	{ text-decoration : none; }

.content  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #000000;
}

.content-w  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #FFFFFF;
}

.content-k  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #000000;
}

.content-dim  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #006699;
}

.content-o  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #FFAD00;
}

.content-sm  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
}

.content-sm-w  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
}

.content-sm-k  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
}

.title  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	color : #400080;
}

.title-w  
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	color : #FFFFFF;
}
.mouse  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
	color : #000000;
}
.dark{
  background-color:#400080;
}
.midtone{
  background-color:#ddeeff;
}
.light{
  background-color:#eef8ff;
}
.tback{
  background-color:#FFFFFF;
}
.button{
  background-color:#121950;
}
.hilight{
  background-color:#FFAD00;
}
.alternate{
  background-color:#5B3724;
}
.left{
	text-align: left;
}

.outline
{
	border-color: #400080;
	border-width: 2px;
	border-style: solid;
}

.shade{
  background-color:#510999;
}


