﻿
@import "/App_Themes/fchnDefault/fchnDefault.css";

em
{
    font-size: 8pt;
    font-style: normal;
    margin-left: 5px;
}

/* Defines sub-sections within each option (1 or 2) in the provider search screen */
div.selectedArea
{
    background-color: #DDDDDD;
}

div.unSelectedArea
{
	background-color: #F8F8F8;
    color: Black;      
}

div.titleBox
{
	background-color: #DDFFDD;
	border: solid 1px #005F2D;
	padding: 5px 5px 5px 5px;
}
div.titleBoxNumber
{
	background-color: White;
	border: solid 1px black;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
div.specialtiesPanel
{
	border: solid 1px black;
}

a.tooltip
{	
	z-index:99;
	position:relative; /*this is the key*/
	text-decoration: none;
	cursor:default;
	font-weight: normal;
	color: Black;
}

a.tooltip:hover
{
	z-index:100; 
	cursor: pointer;
}

a.tooltip div
{
	display: none;
}

a.tooltip:hover div
{
	display: block;
	position:absolute;
	top: 0px; 
	left: 20px; 
	width: 150px;
	
    border: 1px solid #666;
    padding:5px;
    background: #F0F0F0;
}