﻿body, table, td
{
	/* set the default font family */
	font-family:Arial;
}

body 
{
	background-color:Silver;
}

.Content
{
	margin:7px;
	vertical-align:top;
	padding-top:5px;
}

.Content H1
{
	color:Purple;
	display:inline-block;

	/*
	for image based headers
	text-indent:-500px;
	*/
}

.Content a:hover
{
	color:Gray;
}

.FindADentist
{
	width:95%;
}
.FindADentist tr td
{
  font-size:9pt;
  padding-left:2px;
  padding-right:2px;
  margin:0px;
  padding-bottom:5px;
  padding-top:5px; 
}

.FindADentist tr td a:visited
{
	color:Gray;
}

.FindADentist .TableHeader
{
  font-size:10pt;
}

.FindADentist .AltRowColor1
{
  background-color:#F7F7FF;
}
.FindADentist .AltRowColor0
{
  /*background-color:#White;*/
}
.DentistSearchDetails label
{
  font-size:10pt;
  font-weight:bold;
  color:#004891;
}
.DentistSearchDetails
{
  font-size:10pt;
  color:#6B6B6B;
}
.Pager
{
	font-size:10pt;
  border-style:none;
  border:0px;
  width:100%;
}
.Pager a
{
  text-decoration:none;
}
.Pager a:visited
{
	text-decoration:none;
	color:Gray;
}

.Content H2
{
	color:Red;
}

.label
{
	font-weight:bold;
	color:Gray;
}

.Main /*currently on the same tag with layout_main*/
{
 border-style:solid;
 border-color:Black;
}

.Content B
{
	color:Gray;
}

.Content EM
{
	color:Yellow;	
}

.SiteMapPath
{
	color:Blue;
}

.PoweredBy7Ware
{
	display:none;
	color:Gray;
	font-weight:bold;
	text-decoration:none;
}

.Style1
{
	color:red;
}
.Style1 .Style2
{
	font-weight:bold;
}