/* Reset CSS */

/* Courtesy : Eric Meyer : http://meyerweb.com/eric/tools/css/reset/index.html */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, em, font, img, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body
{
    line-height: 1;
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus
{
    outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
    border-collapse: collapse;
    border-spacing: 0;
}

a
{
    text-decoration: none;
    color: White;
}

a:hover
{
    text-decoration: underline;
}

/* Reset CSS End */

body
{
    background-image: url(         '../images/bg_full.jpg' );
    background-repeat:repeat-x;
    background-color: #6a8d7a;
    font-family: Franklin Gothic Demi Cond,Tahoma;
}

#wrap
{
    width: 960px;
    margin: auto; /*background: grey;*/
}

#header
{
    overflow: hidden; /*height: 100%; /* Only for IE 6 */
    height: 175px;
}

#header li
{
    display: inline;
    padding-right: 12px;
}

#banner
{
    height: 91px;
}

#logo
{
    padding: 5px;
    float: left;
}

#search
{
    float: right;
    padding: 10px;
    font-size: 9pt;
    display: block;
    font-family: Franklin Gothic Demi Cond,Tahoma;
    color: #7899a6;
}

#mainmenu
{
    height: 46px;
}



#mainmenu ul
{
    height: 48px;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 10px;
}

#mainmenu li
{
    position: relative;
    float: left;
    margin: 0 0px 0 0;
    margin-left: -10px;
    display: block;
}

#mainmenu li.contactus
{
    background: transparent url('../images/contactus.png' ) no-repeat;
    background-position: 0px 1px;
    color: #ffffff;
    float: left;
    line-height: 36px;
    margin-top: 11px;
    margin-left: 5px;
    width: 197px;
    text-decoration: none;
}

#mainmenu li.contactus a
{
    color: #ffffff;
    padding-left: 45px;
    float: left;
    font-size: 120%;
    text-align: center;
}
#mainmenu li img
{
    position: absolute;
    left: 30px;
    top: -2px;
}

#mainmenu li.mainlinks
{
    background: transparent url(        '../images/tabsBG4.png' );
    background-position: 0px 1px;
    color: #008;
    float: left;
    line-height: 47px;
    width: 366px;
    text-decoration: none;
}

#mainmenu li.mainlinkscurrent
{
    background: transparent url(        '../images/tabsBG4.png' );
    background-position: 0px 50px;
    border-bottom: solid 1px white;
    color: #008;
    float: left;
    line-height: 47px;
    width: 366px;
    text-decoration: none;
}

#mainmenu a
{
    padding-right: 30px;
    color: #7899a6;
    font-size: 14pt;
    float: right;
}

#submenu
{
    clear: both;
    height: 43px;
    padding-top: 19px;
    overflow: visible;
    padding-left: 30px;
    /*position: relative; COMMENTED OUT 02/25*/
}

#submenu ul
{
    list-style: none;
    margin: 0;
}

#submenu li
{
    background: url('../images/subnav.png')no-repeat;
    position: relative;/* ADDED 02/25*/
    background-position: left bottom;
    float: left;
    padding-left: 12px;
    padding-right: 0px;
    margin-right: 5px;
    background-color: #ffffff;
}

#submenu a
{
    background: url('../images/subnav_right.png') no-repeat;
    background-position: right bottom;
    color: #7899a6;
    /*float: right; COMMENTED OUT 02/25*/
    padding-right: 12px;
    padding-bottom: 9px;
    text-decoration: none;
    font-size: 10pt;
    font-weight:lighter;
    display: block;
    font-family:Tahoma;/*Franklin Gothic Demi Cond;*/
}
#maintile
{
    background-repeat: repeat-x;
    height: 200px;
    overflow: visible;
    font-size: 9pt;
    margin-bottom: 30px;
}
#maintile a
{
    float: left;
    margin-right: 15px;
    font-weight: lighter;
    color:#006f51; /*#a3c1b1;*/
}
#maintile img
{
    float: left;
    margin-right: 20px;
}
#maintile p
{
    padding-top: 10px;
    padding-right: 10px;
    font-size: 10pt;
    font-family:Tahoma;
}

#maintile span
{
    color: #006f51;
    font-weight: lighter;
}

.minitile, .minitilePET
{
    color:#FFFFFF;
    float:left;
    height:auto;
    margin:0 20px 40px;
    position:relative;
    width:421px;
}

.minitile p, .minitilePET p
{
    font-size: 9pt;
    font-weight: lighter;
    font-style: normal;
    padding-bottom: 10px;
    padding-right: 80px;
}

.minitile img
{
    position: absolute;
    right: 0;
    top: 0;
    border: solid 3px #5d7e6c;
}
.minitilePET img
{
    position: absolute;
    right: 0;
    top: 0;
    border: solid 3px #59747f;
}
.minitile h2
{
    background-image: url(     '../images/miniTileHeader.png' );
    background-repeat: no-repeat;
    line-height: 27px;
    font-size: 13pt;
    font-weight: lighter;
    padding-left: 20px;
    padding-top: 10px;
}
.minitilePET h2
{
    background-image: url(     '../images/PetminiTileHeader.png' );
    background-repeat: no-repeat;
    line-height: 27px;
    font-size: 13pt;
    font-weight: lighter;
    padding-left: 20px;
    padding-top: 10px;
}

.minitile h4, .minitilePET h4
{
    font-size: 13pt;
    font-weight: lighter;
    padding-top: 10px;
}


.minitilecontainer_vet
{
    background-color: #7a9a8d;
    border: solid 2px #5d7e6c;
    display: inline-block;
    padding: 5px;
}
.minitilecontainer_pet
{
    background-color: #7899a6;
    border: solid 2px #59747f;
    display: inline-block;
    padding: 5px;
}

#spotlight
{
    clear: both;
    color: #ffffff;
    font-size: 10pt;
    font-weight: lighter;
    display: block;
}

#spotlight h2
{
    background-color: #5d7e6c;
    line-height: 32px;
    font-size: 13pt;
    font-weight: lighter;
    padding-left: 20px;
    margin-bottom: 20px;
}
#spotlight h3
{
    font-weight: bolder;
    font-size: 14pt; /*color:#a3c1b1;*/
    color: #ffffff;
    margin-bottom: 5px;
}
#spotlight h4
{
    font-size: 13pt;
    font-weight: lighter;
    padding-top: 10px;
}
#spotlight img
{
    float: left;
    border: solid 2px white;
    margin-right: 20px;
    margin-bottom: 20px;
}

p
{
    line-height: 1.2em;
    margin: 0 0 1em;
    text-align: left;
    font-family: Tahoma;
}
.glossary
{
    clear: both;
    color: #ffffff;
    font-size: 10pt;
    font-weight: lighter;
    display: block;
    font-family: Franklin Gothic Demi Cond,Tahoma;
}
.glossary h2
{
    background-color: #5d7e6c;
    line-height: 32px;
    font-size: 20pt;
}
.glossary p
{
    color: #b0cebe;
    padding-bottom: 10px;
}
.glossary img
{
    float: right;
}
.glossaryInternal p
{
    text-indent: 20px;
    color: #b0cebe;
    font-size: 9pt;
    display: block;
    margin-bottom: 20px;
}
.glossaryInternal h1
{
    padding: 20px 0px 20px 0px;
    color: #ffffff;
    font-size: 25px;
}
.glossaryInternal a
{
    text-decoration: underline;
    color: #ffffff;
    font-family: arial,sans-serif;
    font-size: 10pt;
}

#footer
{
	width:100%;
	/*width:inherit;*/
	display:block;
	background-color:#59747f;
	text-align:center;
	margin:0;
	padding:10px 0;
	
    clear: both;
    /*background-color: #5d7e6c;*/
    /*padding: 10px;*/
    color: #ffffff;
    font-size: 9pt;
    /*padding-left: 250px;*/
    font-family: Franklin Gothic Demi Cond,Tahoma;
}
#footer img{
	/*padding:5px;*/
	padding-right:10px;
	display:inline;
	vertical-align:middle;
}

/* Forms style start */

fieldset
{
    border: 0 solid;
    clear: left;
    margin: 0;
    padding: 0;
    position: relative;
    text-indent: 0;
    padding-bottom:10px;
    margin-bottom:30px;
    border-bottom:dotted 1px #7a9a8d;
}

label
{
    color: #b0cebe;
    font-size: 14px;
}

legend
{
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    left: -7px;
    margin: 0;
    padding: 5px 0 10px;
    position: relative;
}

.formclass label
{
    display: block;
    font-size: 12px;
    line-height: 14px;
    padding: 0 0 12px;
    float: left;
    position:relative;
    margin: 0 10px 0 0;
}

.formclass input, textarea, select
{
    display: block;
    margin-top: 3px;
}

.formclass p
{
    clear: both;
    margin-left:50px;
}

h1.formtitle
{
    padding: 0px 0px 20px 0px;
    color: #ffffff;
    font-size: 20px;
    font-family:Tahoma;
}

.formclass
{
    background-color: #5d7e6c;
    border: solid 2px #7a9a8d;
    display: inline-block;
    padding: 20px;
    position:relative;
    margin-bottom: 35px;
}

.normalstyle label,.normalstyle input
{
    display:inline;
    float:left;
    font-size:12px;
    line-height:14px;
    padding: 0px;
    margin: 0px;
    padding-left:5px;
    font-family:Tahoma;
   }
   
.normalstyle td
{ padding:5px;
    
}

/* Forms Style End */

/* Side Tabs Design */

.tabdiv
{
    /*position: absolute; /*MODIFIED FROM RELATIVE 02/25*/
    float:left;
    width: 120px;
    display: inline-block;/* MODIFIED FROM BLOCK 02/25*/
}
ul.tabsInt
{
    padding: 10px 20px 20px 20px;
    font-family: Tahoma;
    font-size: 9pt;
    color: #a3c1b1;
    /*width: 100%; COMMENTED OUT 02/25*/
}
ul.tabsInt li
{
    list-style-type: square;
    padding-bottom: 10px;
    font-size: 10pt;
    padding-top: 2px;
    position:relative;
}
ul.ptabs
{
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 6px;
    float: left;
    width: 200px;
}
ul.ptabs li
{
    list-style: none;
    line-height: 30px;
    border-bottom: #a3c1b1;
    width: 100%;
}
ul.ptabs li a
{
    text-decoration: none;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    padding-left: 5px;
    display: block;
    border-bottom: solid 2px #a3c1b1;
}
ul.ptabs li a:hover
{
    background-color: #a3c1b1;
}
ul.ptabs li a.active
{
    background-color: #59747f;
    color: #282e32;
}
ul.tabs
{
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 6px;
    float: left;
    width: 200px;
}

ul.tabs li
{
    list-style: none;
    line-height: 30px;
    border-bottom: #a3c1b1;
    width: 100%;
}

ul.tabs li a
{
    text-decoration: none;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    padding-left: 5px;
    display: block;
    border-bottom: solid 2px #a3c1b1;
}
ul.tabs li a:hover
{
    background-color: #a3c1b1;
}
ul.tabs li a.active
{
    background-color: #5d7e6c;
    color: #282e32;
}

#contents
{
    width: 760px;
    margin-left: 200px;
    margin-bottom: 35px;
    clear: right;
}

.content
{
    background-color: #5d7e6c;
    display: inline-block;
    overflow: visible;
    padding: 20px;
}
.petcontent
{
 background-color: #59747f;  
 display: inline-block;
 overflow: visible;
 padding: 20px; 
}
#content_StaffDoctors,#petcontent_EducationalLibrary,#petcontent_VetDermatology,#petcontent_VetRadiology,#petcontent_VetIntMedicine,#petcontent_VetOncology,#petcontent_VetCardiology,#petcontent_VetRadOncology,#petcontent_VetOphthalmology,#petcontent_VetSurgery,#petcontent_VetNeurology,#petcontent_VetNutrition,#petcontent_VetEmergency,#petcontent_VetStaff,#petcontent_PawsOffFood,#petcontent_PawsOffPlants,#petcontent_LinksPage,#content_integrativeMed,#petcontent_PetLossResPage,#petcontent_PublicationsResPage,#content_PetLoss,#content_PetLossRes,#petcontent_Information,#petcontent_SympConditions,#petcontent_VitalSigns,#petcontent_Expect,#petcontent_Emergencies,#petcontent_PayOptions,#petcontent_Communication,#petcontent_ClientForm,#petcontent_VisitPet,#petcontent_RefillForm,#petcontent_InsideGVS,#petcontent_OurHosp,#petcontent_Diagnostics,#petcontent_OurGrounds,#petcontent_Hours,#content_ClinicalTrails,#content_cardiology,#content_VetCardiology,#content_VetDermatology,#content_VetRadiology,#content_VetIntMedicine,#content_VetOncology,#content_VetRadOncology,#content_VetOphthalmology,#content_VetSurgery,#content_VetNeurology,#content_VetNutrition,#content_VetEmergency,#content_VetStaff,#content_Publications,#content_PhoneConsultations,#content_PatientUpdates,#content_FinancialPlcy,#content_PastCE,#content_IntegrativeMed,#content_Ophthalmology, #content_dermatology, #content_imaging, #content_emergency, #content_internal, #content_neurology, #content_Oncology, #content_Surgery, #content_Nutrition, #content_Opthalmology,#content_emerReferral,#content_refillForm,#content_radiographForm,#content_clientRegForm,#petcontent_Surgery,#petcontent_Cardiology,#petcontent_Dermatology,#petcontent_Emergency,#petcontent_Neurology,#petcontent_Nutrition,#petcontent_Ophthalmology,#petcontent_Oncology,#petcontent_Radiology,#petcontent_IntegrativeMedicine, #petcontent_Additional, #content_SubmissionForm
{
    display: none;
}

.content,.petcontent p
{
    font-size: 10pt;
    color: #a3c1b1;
    margin-bottom: 20px;
    font-family: Tahoma;
}
.petcontent img{ /*ADDED 02/25 TO ADDRESS FLOATING IMAGES INLINE TEXT */
    float: right;
    margin: 15px;
    display: inline;
    position: relative;
}

.content img
{
    float: left;
    border: solid 2px #a3c1b1;
    margin-right: 10px;
}

h2
{
    line-height: 33px;
    font-size: 20pt;
    font-weight: lighter;
    color: #a3c1b1;
}
h3
{
    font-weight: bolder;
    font-family: Tahoma;
    font-size: 11pt; /*color:#a3c1b1;*/
    color: #ffffff;
    margin-bottom: 5px;
}

.docbrief
{
    /*clear: both;*/
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
}

/*End Side Tabs Design */

/*End Side Tabs Design */
#buttons input
{float:left;
}
#printlink
{
    visibility: visible;
    position:absolute;
    top:0px;
    right:0px;
    font-family:Tahoma;
    font-size:10px;
    font-weight:lighter;
    color:#ffffff;
    padding:5px;

}
/* Table for online classes Design*/
.tableOpthalmology
{
    color: #ffffff;
    margin: 10px 5px 10px 5px;
    font-weight: lighter;
    font-size: 10pt;
    font-family: Tahoma;
}
.tableOpthalmology th
{
    font-weight: bold;
    text-align: left;
    line-height:30px;
   
}
.tableOpthalmology tr, .tableOpthalmology td
{

}
.tableClasses td
{
    line-height: 20px;
    font-size: 10pt;
    font-weight: lighter;
    font-family:Tahoma;
    padding: 4px;
    /*color: #b0cebe;
    margin-bottom: 5px; 
    width:65%;*/
    width:75%;
}
.tableClasses tr
{
    text-indent: 0;
    padding-bottom:5px;
    margin-bottom:5px; 
}
.tableClasses 
{    
    /*width:530px;
    border: solid 2px #5d7e6c;*/
    width:100%;
    display: inline-block;
    position:relative;
    padding-bottom:30px;
    color:#ffffff;

}
.tableClasses th
{
    padding: 2px;
    /*background-color: #5d7e6c;*/
    height: 30px;
    font-family:Tahoma;
}
.lbldesc
{
    text-indent: 10px;
    color: #ffffff;
    font-size: 9pt;
    display: block;
    font-weight: lighter;
    font-family:Tahoma;
}

/*End Table Design*/

/*Calendar Icon Design*/
.imgCalendar
{
    float: none;
    /*cursor: hand;*/
    bottom:28px;
    position:absolute;
    right:44px;
}
.LinksStyle
{
    float: right;
    padding-right: 30px;
    padding-top: 5px;
    color: Blue;
    text-decoration: underline;
}
/* button styles */
.selectIndex
{
    color: #ffffff;
    font-weight:bold; 
}
.unSelectIndex
{
    color:#a3c1b1;
    font-weight:normal;
}
.imgbutton
{
    background: url('../images/buttonbg.png' ) no-repeat bottom left;
    padding: 0 5px 0px 5px;
    line-height: 30px;
    color: #ffffff;
}

.minitile a.morelink
{
    float: right;
    width: 98px;
    position: relative;
}
.minitilePET a.morelink
{
    float: right;
    width: 98px;
    position: relative;
}

.directions
{
    font-size: 10pt;
    color: #ffffff;
    margin-bottom: 5px;
    font-family: Tahoma;
}
#Textfooter
{
    clear: both;
    color: #ffffff;
    font-size: 9pt;
    padding-top: 20px;
    text-align: center;
}
.contactUsHeader
{
    background-color:#59747f; 
    width:500px;
    height:20px;
    color:#ffffff;
    line-height: 20px;
    font-size: 13pt;
    font-weight: lighter;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 8px;    
    text-align: left;
}
.emailLinks
{
 float:right;
 text-decoration:underline;
}
.CPELinks
{
    float:none;
    text-decoration:underline;
    color:#ffffff;
    cursor:default;
    left:300px;
    position:absolute;
}
/* Tabbed MapView Start*/
.yui .ajax__tab_header 
{
    font-family:arial,helvetica,clean,sans-serif;
    font-size:small;
    border-bottom:solid 5px #59747f;
}
.yui .ajax__tab_header .ajax__tab_outer 
{
    background:url('../images/sprite.png') #d8d8d8 repeat-x;
    margin:0px 0.16em 0px 0px;
    padding:1px 0px 1px 0px;
    vertical-align:bottom;
    border:solid 1px #59747f;
    border-bottom-width:0px;
}
.yui .ajax__tab_header .ajax__tab_tab
{    
    color:#000;
    padding:0.35em 0.75em;    
    margin-right:0.01em;
}
.yui .ajax__tab_hover .ajax__tab_outer 
{
    background: url('../images/sprite.png') #bfdaff repeat-x left -1300px;
}
.yui .ajax__tab_active .ajax__tab_tab 
{
    color:#fff;
}
.yui .ajax__tab_active .ajax__tab_outer
{
    background:url('../images/sprite.png') #2647a0 repeat-x left -1400px;
}
.yui .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:0px;
    background-color:#7899a6;    
    border:solid 1px #59747f;
    border-top-width:0px;
    color: #ffffff;
    margin-bottom: 5px;

}

strong
{
    font-weight:bold;
}

/* Tabbed MapView End*/

/* added styles */
.adminHeader
{
    color: White;
    font-size: 18px;
    font-weight: bold;
}

.adminText
{
    color: #b0cebe;
    font-size: 14px;
}

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
    background-color:Gray; 
    filter: alpha(opacity=70);
    opacity:0.7;
}

.modalPopup {
    background-color:#5d7e6c;
	border-width:2px;
	border-style:solid;
	border-color:#004400;
	padding:3px;
	width:550px;
}

.modalPopupTable {
    margin-left: auto;
    margin-right: auto;
}
