@media screen
{
body
{
	margin: 0px, 0px, 0px, 0px;
	background-color: #336633;
}
TABLE.Dialog
{
	width: 200px;
	border-color: #ffffcc;
	border-width: thin;
	border-style: solid;
	padding: 0px 0px 0px 0px;
}
TABLE.StatusDialog
{
	width: 500px;
	border-color: #505F73;
	border-width: thin;
	border-style: solid;
	padding: 0px 0px 0px 0px;
}
TR.StatusDialogTitle
{
	height:20px;
}
TR.StatusDialogContent
{
	height:300px;
	font-family: Arial;
}
TR.StatusDialogCommands
{
	height:20px;
}
TABLE.ReportDialog
{
	width: 700px;
	border-color: #ffffcc;
	border-width: thin;
	border-style: solid;
	padding: 0px 0px 0px 0px;
}
TR.ReportDialogTitle
{
	height:20px;
}
TR.ReportDialogContent
{
	height:300px;
	font-family: Arial;
}
TR.ReportDialogCommands
{
	height:20px;
}

TABLE.QADialog
{
	width: 700px;
	border-color: #ffffcc;
	border-width: thin;
	border-style: solid;
	padding: 0px 0px 0px 0px;
}
TABLE.QuestionAnswer
{
	height:100%;
	padding: 0px 0px 0px 0px;
}
TR.QADialogTitle
{
	height:20px;
}
TR.QAContent
{
	height:300px;
	background-color: #eef4ee;
}
TD.QAQuestionCol
{
	width:70%;
	background-color: White;
}
TD.QAAnswerCol
{
	width:30%;
}
P.QAQuestionText
{
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
}
BUTTON.QAAnswer
{
	font-family: Arial;
	font-size: 12pt;
	cursor: pointer; cursor: hand;
}
DIV.QAAnswer
{
	margin-top: 5px;
	margin-bottom: 5px;
}

TABLE.DialogCommands
{
	width: 100%;
	background-color: #eef4ee;
	padding: 0px 0px 0px 0px;
}
SPAN.ConsentText
{
	font-family: Arial;
}
P.DialogCommands
{
	float:right;
}
button.DialogCommand
{
	cursor:pointer; cursor:hand;
}
input.DialogCommand
{
	cursor:pointer; cursor:hand;
}
TABLE.DialogContent
{
	width: 100%;
	background-color: white;
	padding: 0px 0px 0px 0px;
	border-collapse:	collapse;
}
TABLE.DialogTitle
{
	width: 100%;
	background-color: #5e915e;
}
TABLE.SiteBody
{
	width: 775px;
	background-color: #89a66d;
	border-width: thin;
	border-style: solid;
	border-color: #e5ad00;
}
TABLE.SiteFooter
{
	width: 775px;
}
TABLE.SiteHeader
{
	width: 775px;
	white-space: nowrap;
	border-width: 10px;
	background-color: #336633;
}
TD.DialogText
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: White;
	padding-left: 5px;
}
TR.SiteBody
{
	height: 400px;
}
TR.SiteHeaderText
{
	font-family: Arial;
	font-weight: bold;
	font-size: 18pt;
	color: White;
	padding-left: 10px;
}
TD.SiteFooterText
{
	font-family: Arial;
	font-size: 10pt;
	color: White;
	padding-left: 10px;
}
SPAN.PatientName
{
	font-weight: bold;
}
SPAN.Reason
{
	font-family: Arial;
	font-size: 11pt;
}
P.ErrorMessage
{
	color: Red;
}
.InputLabel
{
	cursor:pointer; cursor:hand;
}
.TitlePicture
{
	float: right;
}
@media print
{
	BUTTON.DialogCommand
	{
		display:none;
	}
}