/*++++++++++++++++++++++++++++++++++
RESULTS PAGING AND PATIENT GALLERY
++++++++++++++++++++++++++++++++++++*/

div#photoGalleryMargin {
margin: 40px 0px 0px 0px;
}

hr.gallery {
border-top: 1px solid transparent;
border-right: 1px solid transparent;
border-bottom: 1px solid transparent;
border-left: 1px solid transparent;
height: 1px;
}
div.resultsPaging {
font-family: Verdana, Arial, sans-serif;
font-size: 10px; 
color:#666666;
text-align: center;
margin: 0px 0px 20px 0px;
padding: 8px 0px 8px 0px;

border-top: 1px solid #C6C8B2;
border-bottom: 1px solid #C6C8B2;
background-color: #fff;
}

div.resultsPaging a, div.resultsPaging a:visited {
color: #666666;
font-size: 10px;
}

div.resultsPaging strong {
color: #000;
}

div.resultsPaging p {
margin: 0px;
padding: 0px;
line-height: 100%;
}


/* thumbnails for patient gallery */

div.patientThumbFloat
{
float: left;
width: 162px;
height: 170px;
margin: 3px 20px 20px 12px;
background-color: #fff;
padding: 7px 5px 3px 5px;
border-top: 1px solid #C6C8B2;
border-right: 2px solid #999;
border-bottom: 2px solid #999;
border-left: 1px solid #C6C8B2;
text-align: center;
}

div#rightIntroContent p.patientStoryInfo {
margin: 0px 40px 0px 14px;	
}

hr.gallery-divider {
clear: both;
margin-top: 16px;
margin-bottom: 16px;
margin-left: 20px;
border-bottom: 1px solid white; 
height: 1px;
width: 430px; 
}

.clearBoth {
clear: both;
}

/*set height and width inline for <a> that wraps image*/

div.patientThumbFloat a {
display: block;
width: 150px;
border: 1px solid #999;
padding: 2px;
margin-left: auto;
margin-right: auto;
}
 
div.patientThumbFloat a:hover { 
width: 150px;
border: 1px solid #cc9933;
padding: 2px;
}


/* for tiny thumbs in gallery pop up*/

div.patientThumbMini
{
margin: 5px 0px 5px 0px;
}


div.patientThumbMini a {
display: block;
border: 1px solid #999;
padding: 2px;
margin-left: auto;
margin-right: auto;
}
 
div.patientThumbMini a:hover { 
border: 1px solid #cc9933;
padding: 2px;
}
span.caption {
display: block;
padding-left: 4px;
padding-bottom: 3px;
margin-top: -8px;
}
span.caption a.normal:link, span.caption a.normal:visited, span.caption a.normal:hover {
border: none;
display:inline;
}



/* ===============================
	photo gallery window styles
==================================
/* gallery window styles */
body#gallery {
background-image: none;
background-color: #333;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #000;
margin: 0px;
padding: 0px;
}

.headerRow {
background-color: #000;
}
h2.gallery {
font-family: Verdana, Arial, sans-serif;
color: black;
font-size: 14px;
background-color: #fff;
margin: 10px 0px 15px 0px;
padding: 0px;
}

h1.gallery {
font-family: 'Trebuchet MS', Arial, sans-serif;
color:#cc6600;
font-size: 22px;
background-color: #fff;
margin-top: 10px;
}

p.gallery {
font-family: Verdana, Arial, sans-serif;
color: black;
font-size: 12px;
background-color: #fff;
margin: 0px 100px 10px 0px;
}

div.error_message, .highLight {
color : red; 
} 

span.small {
font-size: 11px;
}
