/* ================================================================================================== */
/* Generic Style Declarations */

body		{	color: #000000;
			font-size: 8pt;
			line-height: 150%;
			margin: 0px;
			padding: 0;
			background: #ffffff; }

h1, h2, h3, h4, h5, h6, code, pre
		{	color: #000000; }

h1		{	font-size: 12pt;
			border-color: #cccccc; }

h2		{	font-size: 11pt; }

h3		{	font-size: 10pt; }

h4, h5, h6	{	font-size: 8pt; }

hr		{	border-color: #cccccc; }

code, pre	{	font-size: 8pt; }

a:link, a:visited
		{	text-decoration: underline;
			color: #000000; }

/* END Generic Style Declarations */
/* ================================================================================================== */




/* ================================================================================================== */
/* Common Classes */

/* Content Classes */

.PageTitle	{	font-size: 14pt;
			border-top: 1px solid #eee;
			border-bottom: 1px solid #ccc; }

.stuffing	{	background: #fff; }

.huge		{	font-size: 12pt; }

.PullQuote	{	font-size: 12pt;
			color: #666; }

/* Horizontal Lists */

ul.ribbon	{	font-size: 7pt; }

ul.ribbon li	{	margin: 0 0 0 6px;
			padding: 0 0 0 11px;
			background: none; }

ul.ribbon li.first
		{	margin: 0;
			padding: 0;
			background: none; }

/* Thumbnail Lists */

.thumbs dt	{	padding: 0;
			background: transparent; }

/* END Styles for content containers */
/* ================================================================================================== */




/* ================================================================================================== */
/* Layout Styles */

#Wrapper	{	margin: 0;
			width: auto;
			background: #fff;
			-moz-box-shadow: none;
			box-shadow: none; }

#Content	{	padding: 0;
			background: transparent; }

.PrintOnly, #PrintLogo
		{	display: block; }

#Banner, #PriNav, #SubNav, #Intro, #SearchModule, #Signup, .NoPrint
		{	display: none; }

/* END Layout Styles */
/* ================================================================================================== */




/* ================================================================================================== */
/* Home Page Styles */	

.HomeContent, #Signup
		{	float: left;
			margin: 30px 30px 0 0;
			width: 280px;
			clear: right; }

.HomeContent .stuffing
		{	padding: 15px 15px 0 15px; }

.HomeContent .stuffing p
		{	margin: 0 0 10px 0; }

.HomeContent .thumbs
		{	font-size: 11px;
			line-height: 130%;
			margin: 5px 0 0 0; }

.HomeContent .thumbs dt
		{	margin-top: 0px;
			padding-top: 15px;
			border-top: 1px solid #e2ecf9; }

.HomeContent .thumbs dt.first
		{	margin-top: 0px;
			padding-top: 0;
			border-top: 0; }

.HomeContent .thumbs dt a
		{	text-decoration: none; }

.HomeContent .thumbs dd
		{	margin-bottom: 15px; }

/* END Home Page Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Footer Styles */

#Footer a:link, #Footer a:visited
		{	text-decoration: underline;
			color: #000000; }

#Footer		{	color: #000000;
			font-size: 7pt;
			border-color: #000000;
			padding: 5px 0 0 0; }

/* END Footer Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Breadcrumb Styles */

#Bread a:link, #Bread a:visited
		{	text-decoration: underline;
			color: #000000; }

#Bread		{	color: #000000;
			font-size: 7pt;
			margin-top: 10px; }

#Bread > a:after
		{	content: ""; }

/* END Breadcrumb Styles */
/* ================================================================================================== */





/* ================================================================================================== */			
/* Data Table Styles */

table.Data	{	border-collapse: collapse;
			border: 1px solid #666666;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 8pt; }

table.Data td, table.Data th, #Content table.Data td, #Content table.Data th
		{	font-family: "Lucida Sans", Tahoma, Verdana, sans-serif;
			font-size: 8pt;
			border-bottom: 1px solid #cccccc;
			border-left:  1px dotted #cccccc;
			padding: 3px 10px; }

table.Data tr.NewRow td
		{	padding-top: 3px;
			border-top: 1px solid #000000; }

table.Data th	{	font-weight: bold;
			font-size: 8pt;
			color: #000000;
			background-color: #ffffff; }

table.Data td table.Data td, table.Data td table.Data th, table.Data td table.Data
		{	border-color: #cccccc; }

table.Data tr.Divider th, table.Data tr.Divider td
		{	border-color: #666666; }

table.Data .Totals
		{	background-color: transparent; }

table.Data .HideCol
		{	display: block; }

table.Data>.HideCol
		{	display: table-column; }

/* END Data Table Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Disease Management Styles */

.ControlContainer
		{	padding: 0; }

#tblPatientDetail td
		{	vertical-align: bottom; }

.ButtonBar, p.error
		{	display: none; }

#tblPatient td input, #tblPatient td input[type=text], #tblPatient td select
		{	border: 0;
			background: #FFFFFF; }

/* END Disease Management Styles */
/* ================================================================================================== */
