﻿/* Under certain circumstances Firefox handles floated divs within a parent div differently than IE. Under Firefox
    the divs may pop out of their parent div. One way to solve this is to include an empty div with the following
    class. This will cause the div to stretch down and include the floated divs. */

.cleaner
{
	clear:both;
	height:1px;
	font-size:1px;
	border: 0px transparent none;
	background-repeat: no-repeat;
	margin:0; 
	padding:0;
	background: transparent;
	color: #ffffff;
}


#dialogbox 
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 217px; 
	float: left;
	
}

#dialogbox a
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	
}

#flash_movie, #flashcontent1
{
    height:272px; 
    width:322px; 
    /*padding: 0px 0px 8px 0px; */ 
 	padding: 0px; 
    margin:0px;
    border: 0px;
    float:left;
}
 
#patient_names
{
    width: 517px;  
    background-color: #17537F; /*blue*/
    padding: 10px; 
    clear: both; 
}

#patient_names ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#patient_names li
{
	display: inline; 
	margin: 0;
	padding: 0 15px;
	list-style: none; 
}

#patient_names ul li a
{
	/*color: #aeafa9;  */
	font-weight: bold; 
	font-style: italic;
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;  
	text-decoration: none;
	color: #d0c7d2;  /* light purple */
}

.OTH000156 #patient_names ul li a
{
	margin-left: 9px;
	font-size: 10px; 

}

.OTH000158 #patient_names ul li a
{
	margin-left: 1px;
	font-size: 10px; 

}

.OTH000159 #patient_names ul li a
{
	margin-left: 1px;
	font-size: 10px; 

}

.OTH000160 #patient_names ul li a
{
	margin-left: 6px;
	font-size: 11px; 

}

#video_section {
	margin: 0px;
	padding-top: 2px; 
    width: 539px; 
    height: 336px; 
}

#patient_names ul li a.defaultPatient
{
	color: White;
}
