﻿/* Global Stuff */

html, body 
{
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 10pt;
	background-color: #fff;
}

li 
{
	list-style-type: none;
}

.button
{
	background-color: #1b5989;
	color: #FFF;
	padding: 5px 5px 5px 5px;
	border: 1px solid #000;
	text-decoration:none;
}

.button:hover
{
	text-decoration:none;
	color: #1b5989;
	background-color: #FFF;
	border: 1px solid #1b5989;
}

.selected
{
	text-decoration:none;
	color: #1b5989;
	background-color: #FFF;
	border: 1px solid #1b5989;
}

#content 
{
	height: auto;
}

/* Logo Stuff */

#logo
{
	margin-bottom: 10px;
	border-bottom: solid 2px #1b5989;
	padding-bottom: 5px;
}

.facility_name 
{
	font-weight:bold;
	font-size: 16px;
}

.facility_address 
{
	display:none
}

/*Search Stuff */

/* minimal
*******************************************************************************/
.minimal {
  background: #e3e3e3;
  border: 1px solid #bbb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
  -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 0 9px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: 150px;
}

.minimal:hover {
  background: #d9d9d9;
  -moz-box-shadow: inset 0 0 1px 1px #eaeaea;
  -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
  box-shadow: inset 0 0 1px 1px #eaeaea;
  color: #222;
  cursor: pointer;
}

.minimal:active {
  background: #d0d0d0;
  -moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
  -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
  box-shadow: inset 0 0 1px 1px #e3e3e3;
  color: #000;
}

.results_table
{
	float:left;
	width: 100%; 
    background-color: #fff; 
    margin: 5px 0 10px 0;
    border: solid 1px #525252; 
    border-collapse:collapse;
}

	.results_table th
	{
		padding: 4px 2px; 
		color: #fff; 
		height: 25px;
		background: #1b5989 repeat-x top; 
		border-left: solid 1px #525252; 
		font-size: 0.9em;
		text-align:left;
		border-collapse: collapse;
	}

	.results_table td
	{
		padding: 2px; 
		border: solid 1px #c1c1c1; 
		border-collapse: collapse;
	}

.nameColumn
{
	font-weight: bold;
	width: 250px;
}

.sitesColumn
{
	font-weight: normal;
}

.specialtiesColumn
{
	width: 400px;
	font-weight: normal;
}

#search
{
	color: #1b5989;
	font-weight: bold;
	margin: 10px 10px 10px 10px; 
}

	#LastName_TextBox 
	{
		float: left;
	}

#wrapper
{
	border: solid 2px #CCC; 
}

.searchButton 
{
	width: 50px;
	cursor: pointer;
}

#numberOfResults 
{
	float: right;
	color: #005989;
}

.search_nav 
{
	cursor: pointer;
	padding: 5px;
	margin-top: 15px;
	margin-right: 10px;
}

.description_text 
{
	color: #AAA;
	font-size:10pt;
}

/* Map View - Results View */

#view
{
	margin-left: -34px;
}

#view li
{
	list-style-type:none;
	display:inline;
	margin-left: -6px;
	cursor: pointer;
}

#side_bar
{
	height: 400px;
	overflow: auto;
	overflow-x: hidden;
}

	#side_bar li 
	{
		margin-top: 10px;
		padding: 5px;
		cursor: pointer;
	}

#map_canvas
{
	width: 400px;
	height: 400px;
}
	
.map_list_address
{
	font-size: 10pt;
	margin-left: 7px;
}

.map_list_name 
{
	font-weight: bold;
}

.map_list_specialties 
{
	font-size: 9pt;
	margin-left: 7px;
	font-style: italic;
}

/* Font Size Stuff */

.smallFont
{
	font-size: 10pt;
}

.medFont
{
	font-size: 12pt;
}

.largeFont
{
	font-size: 14pt;
}

#fontSelector 
{
	clear: both;
	float:right;
}

#fontSelector li
{
	display:inline;
}

#fontSelector li
{
	cursor: pointer;
}

/* Provider Stuff */

.ProviderDataTable 
{
	margin-top: 10px;
}

#providerDataDiv 
{
	float: left;
}

#imgDiv 
{
}

.ProviderName
{
	font-size: 14pt;
	font-weight:bold;
	color: #005989;
	vertical-align: top;
}

.GroupName
{
	height: 30px;
	vertical-align: bottom;
	font-size: 12pt;
	font-weight:bold;
	color: #005989;
}

.Label
{
	font-weight: bold;
}

td
{
	text-align:left;
}

tr.SecondRow
{
	
	vertical-align: bottom;
}

a#newSearchLink 
{
	color: #333;
	text-decoration: none;
	width: 100%;
	height: 100%;
}

a#newSearchLink:visited
{
	color: #333;
	width: 100%;
	height: 100%;
}

#searchAgainButton 
{
	margin-top: 30px;
	clear: left;
	/*padding-left: 120px;*/
}


