﻿
/*
Color Schemes:

Old Site:
COLOR 1 - #ddd2c9 - Search panel background, Doctor Detail panel background, request consultation background, map panel background
COLOR 2 - #391d03 = Search panel border, search textbox border, search button border, 
					doctor "business card" border, doctor "business card" hyperlink, next/prev text color,
					doctor address text, wait panel border, map panel border, doctor details borders, mail form borders
COLOR 3 - #ede2d9 - Doctor "business card" background, Doctor Detail special info background, doctor detail certifications background
COLOR 4 - #5DA3DE - INHERITED FROM GLOBAL.CSS - default hyperlink color.

New Site:
COLOR 1 = #c7eafb - Light Blue
COLOR 2 - #8dd8f8 - Bright Blue
COLOR 3 = #391003 - Dark Brown
COLOR 4 - #b89a85 - Light Brown
COLOR 5 - #fbf6f4 - Light Beige
COLOR 6 - #eedfd3 - Beige
COLOR 7 - #ccbab1 - Slightly Darker Beige (used in lettering)




*/



#mainPanel
{
	position: relative;
	top: 0px;
	left: 10px;
	width: 95%;
	height: 660px;
	border: solid 0px #999999;
}

/* SEARCH PANEL - BEGIN */
div#searchPanel
{
	position: relative;
	font-family: Arial;
	font-size: 12px;
	margin-left: 10px;
	padding: 10px 10px 10px 10px;
	width: 910px;
	height: 115px;
	
	/* OLD SITE
	color: #000000;
	border: solid 1px #391d03;
	background-color: #ddd2c9;
	*/
	
	/* NEW SITE */
	color: white;
	border: solid 1px #0D1752;
	background-color: #0D1752;
}

#searchLineTitle
{
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
}

#searchLineContent
{
	padding-bottom: 5px;
}

#searchLineControls
{
}

#searchTypeText
{
	font-weight:bold;
	padding-left: 240px;
}

#searchBox
{
	position: relative;
	padding-left:10px;
}
#searchBox input
{
	
	width: 140px;
	padding: 0px 0px 0px 5px;
	height:22px;
	background: url('../images/ShadedTextBox_140.png');
	background-repeat: no-repeat;
	border:none;
	
	/* OLD SITE
	border: 1px solid #391d03;
	*/
	
	/* NEW SITE 
	border: 1px solid #b89a85;*/
}

#searchButton
{
	position: relative;
	padding: 0px 5px 0px 5px;
}
#searchButton input
{
	font-weight:bold;
	/* OLD SITE
	border: 1px solid #391d03;
	color: #000000;
	background-color: #bfb0a5;
	*/
	
	/* NEW SITE 
	border: 3px solid #8dd8f8;
	color: #391003;
	background-color: #ffffff;
	*/
	
	border: none;
	height:24px;
	width:85px;
	background: url('../images/Find Button.png');/**/
	background-repeat:no-repeat;
}

#searchRadius
{
	font-weight:bold;
	padding-left: 25px;
}

#docNameSearchText
{
	font-weight:bold;
	padding-left: 0px;
}

#docNameSearchBox
{
	position: relative;
	padding-left:10px;
}

#docNameSearchBox input
{
		width: 100px;
	padding: 0px 0px 0px 5px;
	height:22px;
	background: url('../images/ShadedTextBox2.png');
	background-repeat: no-repeat;
	border:none;
	
	/* OLD SITE
	border: 1px solid #391d03;
	*/
	
	/* NEW SITE 
	border: 1px solid #b89a85;*/
}


#ReconOnlyText
{
	padding-left:340px;
}


/* SEARCH PANEL - END */




/* DOC LIST - BEGIN */

#xmlResults
{
	font-family:Arial;
	border: solid 0px red;
	font-size: 10px;
	padding: 5px 5px 5px 5px;
	line-height: 1em;
	
	position:absolute;
	top:145px;
	left:0px;
	height: 400px;
	width: 490px;

}

#xmlResults table
{
	display:inline-table;
}
#docBlock
{
	
	padding: 5px 5px 5px 10px;
	margin: 5px 5px 5px 5px;
	width: 218px;
	height:130px;
	
	/* OLD SITE
	border: solid 1px #391d03;
	background: #ede2d9; 
	*/
	
	/* NEW SITE */
	border: solid 1px #391003;
	background: #eedfd3; 
	
}

#docBlock table
{
	width:100%;
}

#doctorPhoto
/* This is for the doctor's picture*/
{
	
	width:50px;
	/*height:50px;*/
	padding-right:10px;
	padding-top: 10px;
}
.docPicture
{
	vertical-align:top;
}

.docInfo
{
	border: dashed 0px #937caa;
	padding:  0px 5px 5px 0px;
	margin: 0px 5px 5px 0px;
	height: 80px;
	vertical-align:middle;
	
	/* OLD SITE 
		--nothing
	*/
	
	/* NEW SITE */
	color: #391003;
}

#docName
{
	line-height: 1.8em;
	font-weight:bold;
	
	
	
}
#docName a:link,
#docList_Pager a:link,
a.docList_Pager_a:link,
#docDetailResults a:link
{
	font-size:10px;
	font-family:Arial, Sans-Serif;
	text-decoration:none;
	color:#391003;
}
#docName a:visited,
#docList_Pager a:visited,
a.docList_Pager_a:visited,
#docDetailResults a:visited
{
	font-size:10px;
	font-family:Arial, Sans-Serif;
	text-decoration:none;
	color:#391003;
}
#docName a:hover,
#docList_Pager a:hover,
a.docList_Pager_a:hover,
#docDetailResults a:hover
{
	font-size:10px;
	font-family:Arial, Sans-Serif;
	text-decoration:none;
	color:#c7eafb;
}
#docName a:active,
#docList_Pager a:active,
a.docList_Pager_a:active,
#docDetailResults a:active
{
	font-size:10px;
	font-family:Arial, Sans-Serif;
	text-decoration:none;
	color:#391003;
}
#docAddress
{
	font-size:10px;
	font-family:Arial, Sans-Serif;
	text-decoration:none;

	line-height: 1.2em;
	
	/* OLD SITE 
		color:#391d03;
	*/
	
	/* NEW SITE 
		-- nothing -- moved up to the docInfo element
	*/
}
.BalloonNumberOutside
{
	vertical-align:top;
	text-align:right;

}
#BalloonNumber
{	
	border: solid 0px green;
	font-size:14px;
	font-family:Arial, Sans-Serif;
	color:White;
	background: url('../images/BlueBall.png');
	width:20px;
	height:20px;
	background-repeat:no-repeat;
	padding-right:0px;
	padding-top:5px;
	text-align:center;
	
	
}

#otherDocInfo
{
}
#otherDocInfo a:link
{
	font-weight:normal;
	font-size:10px;
	font-family:Arial, Sans-Serif;
	text-decoration:none;
	
}
#otherDocInfo a:visited
{
	font-weight:normal;
	font-size:10px;
	font-family:Arial, Sans-Serif;
	text-decoration:none;
	
}
#otherDocInfo a:hover
{
	font-weight:normal;
	font-size:10px;
	font-family:Arial, Sans-Serif;
	text-decoration:underline;
	color:#c3c3c3;
}
#otherDocInfo a:active
{
	font-weight:normal;
	font-size:10px;
	font-family:Arial, Sans-Serif;
	text-decoration:none;
	
}

#docList_PagerAndRecord,
.docList_PagerAndRecord
{
	border: solid 0px green;
	width: 97.5%;
	margin-left:5px;
}
#docList_RecordCount,
.docList_RecordCount
{
	border: solid 0px red;
	float:left;
	width: 40%;
}
#docList_Pager,
.docList_Pager
{
	border: solid 0px red;
	float:right;
	text-align:right;
	width: 40%;
}

#docList_Pager_Spacer
{
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Sans-Serif;
	text-decoration:none;
	width: 20px;
	
	/* OLD SITE 
		color:#391d03;
	*/
	
	/* NEW SITE */
	color:#391003;
	
	

}



/* DOC LIST - END */


/* WAIT PANEL - BEGIN */
#waitPanel
{
	
	position: absolute;
	text-align: center;
	top: 300px;
	left: 300px;
	width: 300px;
	height:200px;
	
	/* OLD SITE 
	background-color: White;
	border: solid 1px #391d03;
	color: Black;
	*/
	
	/* NEW SITE */
	background-color: #ccbab1;
	border: solid 1px #391003;
	color: #391003
	
	
	
}

#waitPanel img
{
	background:url('../images/waiting/GlassLoadingBar.gif') no-repeat;
}

#waitingScreenText
{
	font-size: 20px;
	width: 300px;
	padding-top: 50px;
	padding-bottom: 15px;
}
/* WAIT PANEL - END */


/* MAP - BEGIN */
#mapPanel
{
	
	padding: 10px 10px 10px 10px;
	top: 165px;
	left: 500px;
	position: absolute;
	width: 420px;
	height: 424px;
	
	/* OLD SITE 
	border: solid 1px #391d03;
	background-color: #ddd2c9;
	*/
	
	/* NEW SITE */
	border: solid 1px #391003;
	background-color: #eedfd3;
}



/*
#balloonResults
{
	font-family:Arial;
	font-size: 11px;
	display:block;
	line-height:12px;
	width:250px;
	
	border: solid 0px #937caa;
	color: #391003;
}
#balloonResults span
{
	display:block;
	width: 250px;

}

#balloonResults span strong
{
	font-size:11px;
	
}

#balloonContactInfo
{
	border:solid 0px red;
	float:left;
	width:60%;
}

#balloonPicture img
{
	float:left;
	border: solid 0px green;
	width:50px;
	float:right;
	padding-right:15px;
}

#balloonName 
{

	float:left;
	display:block;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:5px;
}

#balloonAddress
{
	float:left;
	display:table;
	border:solid 1px green;
	width:100px;

}

#ballonOfficeHours
{
	padding: 5px 0px 5px 0px;
}

#balloonWebsite
{
	padding: 5px 0px 5px 0px;
}

#beforeAfterWebsite
{
	padding: 5px 0px 5px 0px;
}



*/



/* MAP - END */


/* DOCTOR DETAIL - BEGIN*/

#docDetailResults
{
	font-size:small;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	position:absolute;
	top: 170px;
	left:15px;
	width:460px;
	height:255px;
	padding-left: 5px;
	padding-top: 25px;

/*
	opacity:.90;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
*/	
	/* OLD SITE 
	background: #ddd2c9;
	border: solid 3px #391d03;
	*/
	
	/* NEW SITE */
	background: white; /*#ccbab1;*/
	border: solid 3px #391003;
	color: #391003;
	
}

#docDetailResults a:link
{
	font-weight:normal;
	font-size:10px;
	font-family:Arial, Sans-Serif;
	text-decoration:underline;
	
}
#docDetailResults a:visited
{
	font-weight:normal;
	font-size:10px;
	font-family:Arial, Sans-Serif;
	text-decoration:underline;
	
}
#docDetailResults a:hover
{
	font-weight:normal;
	font-size:10px;
	font-family:Arial, Sans-Serif;
	text-decoration:underline;
	color:#c3c3c3;
}
#docDetailResults a:active
{
	font-weight:normal;
	font-size:10px;
	font-family:Arial, Sans-Serif;
	text-decoration:underline;
	
}

#docDetailResults table
{
	border: solid 0px blue;
}


#docDetailResults td
{
	border: solid 0px green;
	vertical-align:top;
}

#docDetails_CloseButtonDiv
{
	border: solid 0px green;
}

#docDetailsCloseButton
{

	position:relative;
	vertical-align:top;
	text-align:right;
	top: 0px;
	left: 0px;
	width:84px;
	height:33px;
	background: url('../images/CloseButton.png') no-repeat;
	border:none;
	cursor:pointer;

}

.docDetail_Photo
{
	vertical-align:top;
	width: 170px;
}

.docPicture,
.docInfo,
.BalloonNumberOutside
{
	cursor:pointer;
}

#docDetail_Name
{
	border: solid 0px green;
	font-size:22px;

	font-family:Times New Roman;
	margin-left:0px;
	padding-bottom:5px;
	
	/* OLD SITE 
	color:Black;
	*/
	
	/* NEW SITE */
	color:#391003;
}

#docDetail_Address
{
	border: solid 0px black;
	margin-left:0px;
	font-size: 12px;
	font-family:Verdana;
	line-height:1.2em;
}
#docDetail_LinksTable 
{
	margin-left:0px;
}
#docDetail_LinksTable td
{
	padding-right:10px;
}
#docDetail_otherDocInfo
{/*
	padding: 5px 5px 5px 5px;
	margin-left:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	 OLD SITE 
	background-color:#ede2d9;
	border: solid 1px #391d03;
	*/
	
	/* NEW SITE 
	background-color:#eedfd3;
	border: solid 1px #391003;*/
}

#docDetail_otherDocInfo a
{
	margin-left:10px;
	margin-right:10px;
}

#docDetail_bioNotes
{
	font-size:10px;
	padding: 5px 5px 5px 5px;
	margin-left:0px;
	margin-top: 5px;
	margin-bottom: 0px;
	background-color:#eedfd3;
	border: solid 1px #391003;
	width: 445px;
	line-height: 1.4em;
}

#CertificationIcons
{
	padding-left:20px;
	padding-top:20px;
}

#CertificationIcons table
{
	width: 100%;
	border: solid 0px red;
}


#CertificationIcons td
{
	border: solid 0px green;
	text-align: center;
}

.CertificationIconDiv
{


	
}

#CertificationIcons image
{


	
	/* OLD SITE 
	background-color:#ede2d9;
	border: solid 1px #391d03;
	*/
	
	/* NEW SITE 
	background-color:#eedfd3;
	border: solid 1px #391003;*/
}

#PractitionerListTable
{
	margin-top:10px;
	font-size:12px;
	font-weight:normal;
	
}

#PractitionerListTable strong
{
	font-weight:bold;
	font-size:16px;
}

#docDetail_PractitionerDetails
{
	padding-top: 15px;
	height: 20px;
}

.docDetail_practitionerDetail
{
	padding-left: 20px;
	font-weight:normal;
	font-size:12px;
	line-height:1.2em;
}

.docDetail_practionerName td
{
	padding-top: 15px;
	height: 20px;
	padding-bottom: 5px;
	font-weight:bold;
	font-size:16px;
}

/* DOCTOR DETAIL - END*/



/* SEND MAIL FORM*/




#mailForm 
{
	font-size:small;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	position:absolute;
	top: 10px;
	left:110px;
	width:740px;
	height:550px;
/*
	opacity:.90;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
*/
	/* OLD SITE 
	background: #ddd2c9;
	border: solid 3px #391d03;
	*/
	
	/* NEW SITE */
	background: #ccbab1;
	border: solid 3px #391003;
	color: #391003;
	
}



  
#mailForm_PersonalInfo
{ 
	position:relative;
	top:20px;
	left:45px;
	border: solid 0px orange;
	width:300px;
}
#mailForm_PersonalInfo td
{
	text-align:right;
	padding-right: 5px;
	height:20px;
}
#mailFormTitle
{
	font-size:18px;
	font-weight:bold;
	
}



#mailForm_Questionaire
{
	position:absolute;
	top:0px;
	left:330px;
}

#mailForm_Questionaire table
{
	border: solid 0px green;
	width:370px;
}

#mailForm_Questionaire input
{
	border: solid 0px red;
	padding: 0px 0px 0px 0px;
}

#mailForm_Questionaire table .col1
{
	padding: 0px 0px 0px 0px;
	width:10px;
	border: solid 0px green;
}

#mailForm_Questionaire table .col2
{
	padding: 0px 0px 0px 0px;
	border: solid 0px green;
	width:130px;
}

#mailForm_Questionaire table .col3
{
	padding: 0px 0px 0px 0px;
	width:190px;
	border: solid 0px green;
}

#mailForm_Questionaire table .colB1
{
	padding: 0px 0px 0px 0px;
	width:10px;
	border: solid 0px green;
}

#mailForm_Questionaire table .colB2
{
	padding: 0px 0px 0px 0px;
	border: solid 0px green;
	width:130px;
}

#mailForm_Questionaire table .colB3
{
	padding: 0px 0px 0px 0px;
	width:100px;
	border: solid 0px green;
}
  
  #mailForm_Questionaire table .colB4
{
	padding: 0px 0px 0px 0px;
	width:70px;
	border: solid 0px green;
}

  
  
  




#btnClose
{
	position:absolute;
	top: 5px;
	left: 650px;
	width:84px;
	height:23px;
	background: url('../images/CloseButton.png') no-repeat;
	border:none;
	cursor:pointer;
}

#btnMailSend
{
		width:84px;
	height:23px;
	background: url('../images/SendButton.png') no-repeat;
	border:none;
	cursor:pointer;
	margin: 10px 10px 10px 10px; 
}

#btnReset
{
		width:84px;
	height:23px;
	background: url('../images/ResetButton.png') no-repeat;
	border:none;
	cursor:pointer;
	margin: 10px 10px 10px 10px;
}

  
#mailForm textarea 
{
	width:340px;
}






.spacer1px
{
	padding: 10px 0px 0px 0px;
}


