﻿body 
{
    font-size: small;
}

/*************************************************************************/
/* General styles */

.pdnLabel
{
	font-weight:normal;
	font-size: small;
	color: black;
}

.pdnNoteHeader
{
	font-weight:bolder;
	font-size:11px;
	color: black;
}

.pdnNote
{
	font-weight:normal;
	font-size:11px;
	color: black;
}

.pdnNoteColor
{
	font-weight:normal;
	font-size:11px;
	color: #99CCDC;
}

.pdnSummaryTable
{
    font-size: 11px;
    background-color: #D8F1F8;
	border: solid 1px #99CCDC;
        
}

.pdnErrorLine
{  
    font-size:small;
    color: Red;
}

.pdnResponseLine
{  
    font-size:small;
    color: Red;
}

/*************************************************************************/
/* General style for enrollment  */

.pdnEnrollmentHeader 
{
	font-weight:bold;
	font-size: large;      
	color:Black; 
}

.pdnEnrollmentRowHeader 
{
	font-weight:bold;
	font-size:medium; 
	color:Black; 
}

/*************************************************************************/
/* General style for cancellation page*/

.pdnCancelDataGridHeader
{
    font-weight:bold;
    background-color: #99CCDC;
}

/*************************************************************************/
/* Header style for participating dentist page*/

.pdnDentistBorderBottom
{
 border-bottom-width: 1px;
 border-bottom-color: #fd923c;
 border-bottom-style: solid;
}

.pdnDentistBorderTop
{
 border-top-width: 1px;
 border-top-color: #fd923c;
 border-top-style: solid;
}

.pdnDentistHeader
{
	font-size: large;
	color: #fd923c;
}

/*************************************************************************/
/* Treatment Q&A Link Styles */

.TreatmentQALinkFont
{
    font-size: 11px;
}

