﻿/* Used by Label with SkinID="PageTitle" */
.PageTitle
{
	color: #006;
	font-family: "Times New Roman",Times,serif;
	font-size: 2em;
	font-weight: bold;
   
    margin-bottom: 8px;
	margin-top: 10px;
	margin-left: 0px;
}

/* Used by Label with SkinID="PageTitle" */
.PageDescription
{
	color: #000;
	font-weight: normal;
   
    margin-bottom: 8px;
	margin-top: 10px;
	margin-left: 10px;
}

/* public page description SkinID="PublicPageDescription" */
.PublicPageDescription
{
	color: #000;
	font-weight: normal;
	display: block;
	width:100%;
}

/* Used by Label with SkinID="FormField" */
.FormField
{
	text-align: right;
	white-space: nowrap;
	display: block;
	width: 100%;
}

/* Used by Label with SkinID="RequiredFormField" */
.RequiredFormField
{
	text-align: right;
	white-space: nowrap;
	display: block;
	width: 100%;
	font-weight: bold;
}
.LongRequiredFormField
{
	text-align:right;
	width:200px;
	font-weight:bold;
	display:block;
}

/* Used by Label with SkinID="Error" */
.ErrorText
{
	font-size: 8pt;
	color: Red;
	font-family: verdana, arial, helvetica, sans-serif;
}

/* Used by Label with SkinID="Error" */
.ValidationSummaryErrorText
{
	font-size: 10pt;
	font-weight: bold;
	color: Red;
	font-family: verdana, arial, helvetica, sans-serif;
}

/*  */
.PositiveFeedbackText
{
	font-size: 10pt;
	color: #009900;
	font-family: arial, sans-serif;
}

.HeaderText
{
	font-size: 12pt;
	color: #006;
	font-family: Arial, Sans-Serif;
}

.ConditionsHeaderText
{
	font-size: 11pt;
	color: #006;
	font-family: Arial, Sans-Serif;
}

/*  */
.FormHint
{
	font-size: 10pt;
	color: #000000;
	font-style: italic;
	font-family: arial, sans-serif;
}

.ButtonContainer
{
	padding: 10px 5px 5px 5px;
	text-align: center;
	margin: 0 auto;
}

.FormQuestionField
{
	text-align: left;
	display: block;
	width: 250px;
	vertical-align:middle;
}
.FormQuestionFieldRequired
{
	text-align: left;
	display: block;
	width: 250px;
	font-weight: bold;
	vertical-align:top;
	/*background-image:url(Images/Icons/asterisk.png);
	background-repeat:no-repeat; */
}
.FloatMe
{
	position:absolute;
	top:983pt;
	left:440pt;
}
.Invisible
{
	visibility:hidden;
}
.SearchHeader
{
	color: #fff;
	font-weight: bold;
	padding: 4px 0px 4px 5px;
	
}
.SearchDescription
{
	color: #000;
	padding:10px 40px 10px 0px;
	display:block;
}

.InstructionsLabel
{
	font-size: 7pt;
	color: #009900;
	font-family: Arial Narrow, sans-serif;
	display: block;
	width:150px;
}

.ConsentBlock
{
	padding-left: 140px;
}

.ClinicalTrialsHeader
{
	font-family: Garamond, Sans-Serif;
	font-size: 24pt; 
	font-weight: lighter;
}

.PageAnnouncement
{
	font-size: 12pt;
	color: #006;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
}

