﻿
/*
  TABLE ROCK FAMILY MEDICINE STYLE SHEET
  Copyright 2008 TRFM

  Primary Colors:
  green 336600
  beige ffffbf
  dark gray 524d4a
  silver a8acaf

  Designed by Foothills Data, LLC

*/

/******************************************************************************** STANDARD ELEMENTS */

body { margin-top: 0px; font-family: Tahoma; font-size: small; color: #524D4A; }

a:link { color: #524d4a; font-weight: bold; }
a:visited { color: #524d4a; font-weight: bold; }
a:hover { color: #0000FF; font-weight: bold; text-decoration: underline; }
a:active { color: #524d4a; font-weight: bold; }

h1 { font-size: medium; font-weight: bold; border-style: none; border-width: 0px; padding: 0px; margin: 0px; color: #336600; }

h2 { font-size: small; font-weight: bold; border-style: none; padding: 0px; margin: 0px; }
h3 { font-size: x-small; font-weight: bold; border-style: none; padding: 0px; margin: 0px; }
h4 { font-size: xx-small; font-weight: bold; border-style: none; padding: 0px; margin: 0px; }

p { padding: 0px; margin: 0px; }

em { font-weight: bold; font-style: italic; }

b { font-weight: bold; }

strong { font-weight: bold; font-style: italic; }

/********************************************************************
ID SELECTORS
*********************************************************************/

#divPageContents { position: relative; margin-left: auto; margin-right: auto; }

/********************************************************************
PHARMACY PAGE LINKS
*********************************************************************/

#divPharmacies a:link { color: #0000FF; font-size: 8pt; }
#divPharmacies a:visited { color: #0000FF; font-size: 8pt; }
#divPharmacies a:hover { color: #FF0000; font-size: 8pt; }
#divPharmacies a:active { color: #0000FF; font-size: 8pt; }

/********************************************************************
MAIN MENU LINKS
*********************************************************************/

#mainMenu a:link { color: #000000; font-size: 10pt; }
#mainMenu a:visited { color: #000000; font-size: 10pt; }
#mainMenu a:hover { color: #0000FF; font-size: 10pt; text-decoration: underline; }
#mainMenu a:active { color: #0000FF; font-size: 10pt; text-decoration: underline; }

/********************************************************************
MINI LINKS
*********************************************************************/

.miniLink a:link { color: gray; font-size: 8pt; }
.miniLink a:visited { color: gray; font-size: 8pt; }
.miniLink a:hover { color: red; font-size: 8pt; text-decoration: underline; }
.miniLink a:active { color: gray; font-size: 8pt; text-decoration: underline; }


/********************************************************************
DOCTOR MENU LINKS
*********************************************************************/
/* Use just padding to expand coverage area on hover */
#docmenu a:link { padding: 4px; color: #336600; font-size: 8pt; text-decoration: underline; }
#docmenu a:visited { padding: 4px; color: #336600; font-size: 8pt; text-decoration: underline; }
#docmenu a:hover {  padding: 4px; color: #FFFFFF; font-size: 8pt; text-decoration: none; background-color: #6394D0; }
#docmenu a:active { padding: 4px; color: #FFFFFF; font-size: 8pt; text-decoration: underline; }


/********************************************************************
SPECIAL CLASSES
*********************************************************************/

.divImage { border: 2px solid #CCCCCC; padding: 5px; font-size: x-small; color: #000000; text-align: center; width: 464px; }

.divPageHeading { position: absolute; top: 5px; left: 0px; font-size: 12pt; font-weight: bold; color: #666666; }

.divPageText { position: absolute; top: 35px; left: 0px; text-align: left; }
.divDoctorText { position: absolute; top: 35px; left: 0px; text-align: left; font-size: 12pt; }


.divFineprint { font-size: xx-small; }

.cssImage { border: 1px solid #C0C0C0; }

.doctorPortrait { border: 4px double #a8acaf; }

.tdDoctor { padding: 5px; }

/*
.doctorImageSmall
{
	border: 4px double #808080;
}
*/
.BusinessHours { font-family: Tahoma; font-size: 20px; font-weight: bold; color: #000000; }

img.doctorSmall { border: 4px double #808080; }
