﻿/*
		CWCPatientInfo.css
		
		Contains the styles specific to the Patient info Page of the CWC Web site
*/

/*

	Default Body Styles
	
*/
.contentAreaPatientInfoSectionHeadText {
	font-size: 13pt;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	text-indent: 2em;
	line-height: 1.2em;
	margin-bottom: 5px;
}
.contentAreaInfoSectionPanelRight {
	font-size: 12pt;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	float: right;
	font-family: "Book Antiqua";
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
.contentAreaPatientInfoTable {
	width: 700px;
	margin: 15px auto 15px auto;
}
.contentAreaPatientInfoTableEntry {
	text-align: center;
	width: 200px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.contentAreaPatientInfoTable a
{
    color: #bd1d39;
    font-weight: bold;
}
.contentAreaPatientInfoText {
	font-size: 10pt;
	vertical-align: top;
	text-align: justify;
	text-indent: 2em;
	margin-bottom: 10px;
	font-family: Georgia;
	width: 90%;
	color: #000000;
	padding-right: 30px;
	padding-left: 30px;
}
.contentAreaPatientInfoText a {
	color: #bd1d39;
}
.contentAreaPatientInfoText a:hover {
	color: #60C659;
}
.cwcFormEntry {
	text-align: left;
	text-indent: 3em;
	font-family: Georgia;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
}
.cwcFormEntry a
{
	color: #bd1d39;
	font-weight: normal;
}
.cwcFormEntry a:hover
{
    color: #60C659;
}
.cwcFormContent {
	text-align: left;
	font-family: Georgia;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	width: 100%;
	padding-bottom: 10px;
}

