.results
{
	font-family: helvetica, arial, sans-serif;
	width: 100%;
	background-color: #CCC;
	font-size: 10pt;
}

.searchfield
{
	background-color: #dedede;
	border: 3px #330066 dotted;
	padding-left: 5px;
	padding-bottom: 10px;
}

.searchfield p
{
	font-family: helvetica, arial, sans-serif;
	font-size: 11pt;
	text-indent: -19px;
	margin-left: 19px;
}

.searchfield .required
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 5px;
	background-color: #777edc;
}

.oneresult
{
	background-color: #CCC;
}

.resulttable
{
	font-family: helvetica, arial, sans-serif;
	width: 100%;
	font-size: 10pt;
}

.resulttable .name
{
	font-weight: bold;
	font-size: 120%;
}

.resulttable .address
{
	font-weight: bold;
}

.resulttable .affiliation
{
	font-style: italic;
}

.resulttable .phone
{
}

.resulttable .distance
{
}

.resulttable td
{
}

.resulttable .credentials
{
}

.resulttable .practicewarn
{

	font-weight: bold;
	font-style: italic;
}

.resulttable .resultmain
{
	padding-bottom: 10px;
}

.resulttable .resulttitle
{
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	font-family: helvetica, arial, sans-serif;
	margin: 0;
	border-bottom: 1px solid black;
}

.resulttable thead
{
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	background-color: #afafaf;
	line-height: 125%;
	color: black;
}

.clicktoprint
{
	text-align: right;
	padding-left: 20px;
	background: url(icons/print.png) no-repeat;
}

.searchform
{
	text-align: left;
	font-weight: normal;
	margin-top: -10px;
	margin-bottom: -10px;
}

input.button
{
	color: white;
	font-family: helvetica,arial,sans-serif;
	font-size: 95%;
	font-weight: bold;
	background-color: #330066;
	border: 1px solid;
	border-top-color: #696;
	border-left-color: #696;
	border-right-color: #363;
	border-bottom-color: #363;
	float: right;
	margin-bottom: 10px;
	margin-top: 5px;
}

input.button:hover
{
	background-color: #FF0000;
	color: yellow;
}



#print
{
	font-family: helvetica,arial,sans-serif;
	width: 6.6in;
	font-size: 9pt;
	border: 0;
	border-spacing: 0px;
	border-collapse: collapse;
}

#print .printlogo
{	float: left; }

#print .printheader
{
	font-size: 120%;
	font-weight: normal;
	text-align: center;
}

#print .printdate
{text-align: center;
}


#print .resulttable
{
	font-family: helvetica, arial, sans-serif;
	font-size: 90%;
	width: 100%;
}

#print .resulttable .name
{
	font-weight: bold;
	font-size: 120%;
}

#print .resulttable .address
{
	font-weight: bold;
}

#print .resulttable .affiliation
{
	font-style: italic;
}

#print .resulttable .phone
{	font-weight: bold;
}

#print .resulttable .distance
{
}

#print .resulttable td
{
}

#print .resulttable .credentials
{
}

#print .resulttable .resultmain
{
	padding-bottom: 10px;
}

#print .resulttable .resulttitle
{
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	font-family: helvetica, arial, sans-serif;
	margin: 0;
	border-bottom: 1px solid black;
}

#print .resulttable thead
{
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	background-color: #afafaf;
	line-height: 125%;
	color: black;
}

#print .leftcolumn
{
	border-right: 1px dashed;
	vertical-align: top;
	padding-right: 12px;
}

.disclaimer
{page-break-before: always;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;}

#print .rightcolumn
{padding-left: 12px;
vertical-align: top;
}

.changebox
{
		font-family: "Lucida Grande", Lucida, Verdana, Helvetica, Arial, sans-serif;
}

.changebox thead
{
	text-align: center;
}

.changebox thead tr th
{
	background-color: #bababa;
	font-size: 108%;
}

.changebox tbody
	{

	font-size: 77%;
	padding-left: 0;
}

.changebox tbody tr td
{
	padding-top: 5px;
}

.submitter tbody tr td
{
	font-size: large;
	font-weight: bold;
	text-align: center;
}

.submitter
{
	padding-bottom: 20px;
}

#changesubmitrow
{
	text-align: right;
	padding-left: 50px;
}

.fieldname {
	font-weight: bold;
	padding-left: 10px;
	font-size: 108%;
	color: #460000;
}



input.invalid {
	background-color: #FF9;
	border: 3px red inset;
}

#zipwarning, #limitwarning
{
	background-color: red;
	visibility: hidden;
	color: white;
	padding: 2px;
}

#submitwarning
{
	font-size: 125%;
	color: red;
}

.changebox td.ourrecord {
	font-weight: bold;
}

.changebox .anythingelse
{
	padding-bottom: 5px;
}

.changebox .error
{
	font-size: 110%;
	color: red;
}

.changebox tr.even {
background-color: #eee;
}

.changebox tr.odd {
background-color: #ddd;
}

.changebox span.emphasis
{
	color: red;
}

.changebox tbody tr td img.center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}