﻿html {
     overflow: -moz-scrollbars-vertical;
}

input {
	border: 1px solid #A5ACB2;	
}

input.btn {
   color: #FFFFFF;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   border-top-color: #0a7e8b;
   border-left-color: #0a7e8b;
   border-right-color: #0a7e8b;
   border-bottom-color: #0a7e8b;
   background-color: #0a7e8b;  
}

input.btn2 {
   color: #FFFFFF;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   border-top-color: #cc0000;
   border-left-color: #cc0000;
   border-right-color: #cc0000;
   border-bottom-color: #cc0000;
   background-color: #cc0000;  
}

input.btn3 {
   color: #333333;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   border-top-color: #FFFFFF;
   border-left-color: #FFFFFF;
   border-right-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
   background-color: #FFFFFF;  
}


input.btn4 {
   color: #FFFFFF;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   border-top-color: #039954;
   border-left-color: #039954;
   border-right-color: #039954;
   border-bottom-color: #039954;
   background-color: #039954;  
}

input.btn5 {
   color: #333;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   border-top-color: #D8BE05;
   border-left-color: #D8BE05;
   border-right-color: #D8BE05;
   border-bottom-color: #D8BE05;
   background-color: #D8BE05;  
}

input.btnhov{
   color: #0a7e8b;
   font-weight: bold;
   border-top-color: #0a7e8b;
   border-left-color: #0a7e8b;
   border-right-color: #0a7e8b;
   border-bottom-color: #0a7e8b;
   background-color: #FFFFFF;
}


input.red {
	color: #FFFFFF;
	background-color: #cc0000; 
	font-weight: bold;
}

option.red {
	color: #FFFFFF;
	background-color: #cc0000; 
	font-weight: bold;
}


#RefineSearch td {
	
	font-size: 8pt;
	white-space: nowrap;	
}

tr.shadegray
{
    background-color: #E0E0E0;
}

.Tableborder
{
    BORDER-RIGHT: #ededed 1pt solid;
    BORDER-TOP: #ededed 1pt solid;
    BORDER-LEFT: #ededed 1pt solid;
    BORDER-BOTTOM: #ededed 1pt solid;
}


label {
	font-weight:bold;
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
}


#keywordDiv { 
 	width: 155px;
 }

#lastNamedDiv { 
 	width: 155px;
}

#firstNameDiv
{
    width: 155px;
}

.yui-skin-sam .yui-ac-input
{
    position: static;
}

.yui-ac 
{
	width: 155px;
}

/* styles for header/body/footer wrapper within container */ 
.yui-skin-sam .yui-ac-content { 
    position:absolute;width:212px;border:1px solid #808080;background:#fff;overflow:hidden;z-index:9050;
} 

#keywordContainer .yui-ac-content { 
    width:332px;
}  


/* styles for container shadow */ 
.yui-skin-sam .yui-ac-shadow { 
    position:absolute;margin:.3em;width:100%;background:#000;-moz-opacity: 0.10;opacity:.10;filter:alpha(opacity=10);z-index:9049; 
} 
	 
/* styles for results list */ 
.yui-skin-sam .yui-ac-content ul{ 
    margin:0;padding:0;width:100%; 
} 

/* styles for result item */ 
.yui-skin-sam .yui-ac-content li { 
    margin:0;padding:2px 5px;cursor:default;white-space:nowrap; 
}

/* styles for prehighlighted result item */ 
.yui-skin-sam .yui-ac-content li.yui-ac-prehighlight { 
    background:#B3D4FF; 
}  

/* styles for highlighted result item */ 
.yui-skin-sam .yui-ac-content li.yui-ac-highlight { 
    background:#426FD9;color:#FFF; 
}


/* styles for this implementation */ 
#autocomplete { 
    width:15em; /* set width for widget here */ 
    padding-bottom:2em; 
} 

p.search {
	font-family:Arial;
	font-size:10pt;
	color: #333333;
}

tr.shade
{
    background-color: #cccccc;
}

img.border {
	border: 0px;
}

A.displayText:link {
	color:#008080;
	font-weight:bold;
	text-decoration:none;
}
A.displayText:visited {
	color:#008080;
	font-weight:bold;
	text-decoration:none;
}
A.displayText:hover {
	color:#008080;
	font-weight:bold;
	text-decoration:underline;
}
A.displayText:visited:hover {
	color:#008080;
	font-weight:bold;
	text-decoration:underline;
}

span.title2 {
	display:block;
	font-family:Arial;
	font-size:15px;
	font-weight: bold;
	color:#333333;	
	height:25px;
	padding:5px 10px 0px 25px;
	background-image:url("/images/bkg-pagetitle.gif");
	background-repeat:no-repeat;
}


input.border_btn { border: 0; }
div.RefineSearch { padding: 10px 0 0 0; background-color: #ccc; border: 1px solid #999; border-top: none; border-bottom: none; width: 186px; }
h3#refine_header { background-image: url('/includes/images/Carolinas/refine_topBG.gif'); background-repeat: no-repeat; margin: 0; padding: 0 0 0 8px; height: 28px; width: 188px; font-size: 12px; 
	line-height: 28px; font-weight: bold; color: #000000; }
div.RefineSearch tr.refine_footer { background-image: url('/includes/images/Carolinas/refine_bottomBG.gif'); background-repeat: no-repeat; height: 15px; width: 188px; }
div.RefineSearch input { background-color: #fff; }
div.RefineSearch input.checkbox { background-color: #ccc; }

A.content:link {
	color:#008080;
	font-weight: bold;
	text-decoration:none;
}
A.content:visited {
	color:#008080;
	font-weight: bold;
	text-decoration:none;
}
A.content:hover {
	color:#008080;
	font-weight: bold;
	text-decoration:underline;
}
A.content:visited:hover {
	color:#008080;
	font-weight: bold;
	text-decoration:underline;
}

a:link,
a:visited,
a:hover {
	color: #008080;
}

a.breadcrumb {
	color: #000000;
}
.top_navigation a {
	color: #FFFFFF;
}

div.general td {
	color: #000000;
}

div.practice td {
	color: #000000;
}

a.breadcrumb1 {
	color: #000000;
}

.hint {
    padding: 10px 12px;
    width: 200px;
    position: absolute;
    border: 1px solid #008080;
    background-color: #EEF5F5;
}

.hint .hint-pointer {
   position: absolute;
   width: 10px;  
   left: -10px;
   top: 5px;   
   height: 19px;
   background: url(/images/pointer_green.gif) left top no-repeat;
}

ul.ico-results { text-align: left; list-style: none;  margin: 0; padding: 10px 10px 10px 0px; }
ul.ico-results a { text-decoration: underline; }
ul.ico-results li { padding: 0px 0px 5px 25px; }
li.ico-profile { background-image: url('/images/icon_profile.gif'); background-repeat: no-repeat; }
li.ico-website { background-image: url('/images/icon_practice.gif'); background-repeat: no-repeat; }
li.ico-appoint { background-image: url('/images/icon_schedule.gif'); background-repeat: no-repeat; }
li.ico-video { background-image: url('/images/video-icon.gif'); background-repeat: no-repeat; margin-left: -1px; }

.profile-data { float: left; width: 305px; }
.practice-profile-data { float: left; width: 255px; }
.profile-video { float: right; width: 260px; padding-top: 10px; }
.profile-edu { clear: both; }

div.pb-sanger { clear: both; }
div.pb-sanger table { padding: 5px 10px 0px 10px; }
div.pb-sanger a:link { font: 12px Arial; text-decoration: underline; font-weight: bold; }
div.pb-sanger a.content { font-family: Arial; font-size: 12px; width: auto; }
div.pb-sanger a.content:link { text-decoration: none; padding-right: 0px; width: auto; }
div.pb-sanger a.content2 { text-decoration: none; font-weight: bold; font-family: Arial; font-size: 12; }
td#header .nav a { color: #ffffff; }
a.subNavLink { color: #666666; }

h5#refine_header { background-image: url('/includes/images/Carolinas/refine_topBG.gif'); background-repeat: no-repeat; margin: 0; padding: 0 0 0 8px; height: 28px; width: 188px; font-size: 12px; 
	line-height: 28px; font-weight: bold; color: #000000; }

p.failed { font-weight: bold; color: #ff0000; }

/*.video-container { position: absolute; top: 300px; left: 600px; }*/

/*----Video Box----*/
.videobox {
	width:550px;
	height:375px;
	background:#FFFFFF url('/images/vidBackground.gif') no-repeat;
	border:5px solid #FFFFFF;
	box-shadow: 0 0 5px 5px #888;
    text-align: center;
}

.videobox h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-style:italic;
	color:#ffffff;
}

.closeBox {
	float:right;
	display:block;
	position:relative;
	left:6px;
	bottom:5px;
}

a.videoBTN {
	width:175px;
	height:107px;
	background:transparent url('/images/playVid-sprite.gif') no-repeat 0 0;
	text-indent:-99999px;
	float:right;
	cursor:pointer;
	margin-top:10px;
	display:block;
}

a.videoBTN:hover {background:transparent url('/images/playVid-sprite.gif') no-repeat 0 -107px;}
