﻿/*
		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;
}
.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;
}
.cwcFormEntry {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	text-align: left;
	text-indent: 3em;
}
.cwcFormEntry a
{
    color: #bd1d39;
    font-weight: bold;
}
.cwcFormEntry a:hover
{
    color: #60C659;
}
