/********************************************************************/
/* ****CSS for the body element. Inherits by all child elements *****/
/********************************************************************/
body
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Arial;
	color: Black;
	background-color: #FFFFFF;
}


/******************************/
/* CSS for the Header element
/******************************/
.headerA
{
	top: 0px;
	left: 0px;
	right: 0px;
	height: 17px;
	width: 99%;
	text-align: right;
	font-size: 70%;
	text-decoration: none;
	color: #1665a8;
	vertical-align: top;
	z-index: 1;
	position: absolute;
}

.header
{
	top: 0px;
	left: 0px;
	right: 0px;
	height: 17px;
	width: 100%;
	padding: 0px 5px 0px 0px;
	text-align: right; /*	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#1665A8', endColorStr='#FFFFFF', gradientType='1'); */
}

.mainnav
{
	height: 35px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 5px 0px;
	color: #145B98;
	font-weight: bold;
	border-bottom: solid 1px #094C85; /*	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#FFFFFF', EndColorStr='#1665A8');  */
}
.mainnavborder
{
	height: 35px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 5px 0px;
	border-bottom: solid 1px #094C85;
	width: 100px;
}

.headerImage
{
	padding-top: 5px;
	padding-left: 5px;
}

.headerTitle
{
	text-align: inherit;
	float: left;
	margin-bottom: 0px;
	margin-top: 10px;
}



.orangeBar
{
	top: 60px;
	height: 16px;
	color: Black;
	border-top: solid 1px #666666;
	border-bottom: 1px solid #666666;
	background-color: #FFE7B6;
	font-size: 80%;
}

.headerContent
{
	top: 0px;
	left: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: white;
}

/******************************/
/* CSS for the LeftMenu element
/******************************/
.leftMenu
{
	clear: left;
	float: left;
	width: 18%;
}

.sideNavLinks
{
	height: 100%;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.sideNavLinksItem
{
	color: #1665A8;
	background-color: #EBEDEF;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 10px;
	display: block;
	text-decoration: none;
	margin: 10px;
	font-size: 70%;
}

.rightContents
{
	float: left;
	clear: right;
	width: 78%;
	background-color: white;
}

/******************************/
/* CSS for the Footer element
/******************************/
.footer
{
	clear: both;
	float: none;
	height: 15px;
	text-align: center;
	font-size: 70%;
	color: #1665A8;
	background-color: #E5EDF5;
	padding: 2px 0px 2px 0px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

/***********************************
** Definition for HyperLinks
************************************/
.hyperLinkDefault
{
	text-decoration: underline;
	padding-left: 2px;
}

.hyperLinkHeaderLink
{
	text-decoration: none;
	font-size: 75%;
}


.hyperLinkContentHeaderLink
{
	font-size: 70%;
	padding-right: 5px;
	padding-left: 10px;
}

/* ******************************************************************************************** */
/* ************** THIS SECTION CONTAINS DEFINATION OF COMMON ELEMENTS  ************************ */
/* ******************************************************************************************** */

/******************************/
/* Common Fieldset & Legend
/******************************/
/* Fieldset for confirmation */
.fieldsetConfirm
{
	/*border:solid 1px #C2C0C0;*/
	padding: 3px 3px 2px 3px;
	background-color: #FFE7B6;
}

.legendConfirm
{
	padding: 0px 1px 0px 1px;
	margin: 0px 0px 0px 0px;
	color: Purple;
	font: bold 80% Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

legend
{
	/*	padding: 0px 1px 0px 1px;  */
	margin: 0px 0px 5px 0px;
	color: #1665A8;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
}

/***********************************
** Fieldset column heading & result
************************************/
.ColumnLabelHeading
{
	float: left;
	text-align: right;
	font-weight: bold;
	margin-right: 8px;
}

.fieldsetColumnLabelHeading
{
	float: left;
	text-align: right;
	font-size: 82%;
	font-weight: bold;
	margin-right: 8px;
}

.fieldsetColumnLabelResult
{
	text-align: left;
	font-size: 82%;
	vertical-align: middle;
	float: left;
}

.repeaterColumnLabelHeading
{
	float: left;
	text-align: center;
	font-size: 82%;
	font-weight: bold;
	margin-right: 8px;
}

.repeaterColumnLabelResult
{
	float: left;
	text-align: center;
	font-size: 82%;
	margin-right: 8px;
}





/***********************************
** Definition for Labels
************************************/
.labelDefault
{
	text-align: left;
}

.labelErrorText
{
	color: Red;
	font-size: 85%;
	text-align: left;
}

.labelContentTitle
{
	font-size: 90%;
	font-weight: bold;
	text-align: left;
}

.labelNewFaxCount
{
	font-size: 90%;
	font-weight: bold;
	float: right;
}

/***********************************
** Definition for Text box
************************************/
.ourReferralSystemComments
{
	width: 45%;
	height: 100px;
}

.adminManagementSingleInput
{
	width: 300px;
}


.createReferralDetailsText
{
	width: 20%;
	float: left;
}

.oneColumnInputText
{
	width: 25%;
	float: left;
}

.hiddenText
{
	text-align: left;
	vertical-align: middle;
	float: left;
	border-width: 0px;
}

.informationRequestedPreviousStaffNote
{
	width: 95%;
	height: 100px;
}

.informationRequestedStaffNote
{
	width: 95%;
	height: 50px;
}

.instructionsText
{
	width: 90%;
	font-size: 100%;
}

.referralCommentText
{
	width: 90%;
	height: 100px;
}

.reviewCommentText
{
	width: 70%;
	height: 100px;
}

/***********************************
** Definition for Validators
************************************/
.requiredFieldValidatorDefault
{
	color: Red;
	font-size: 80%;
}

/***********************************
** Definition for Drop Down Lists
***********************************/
.dropDownListDefault
{
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin: 1px 1px 1px 1px;
}

/* Help page related classes
*/
.helpPageContent
{
	color: #000000;
	margin-left: 1px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 85%;
}

.helpTitleColor
{
	background-color: #3399CC;
	color: White;
	font-weight: bold;
	font-size: 90%;
	padding-left: 1px;
	text-align: center;
}

.helpText
{
	font-size: 95%;
	padding-left: 5px;
	text-align: left;
}

.alignTextTop
{
	vertical-align: top;
}

.clinicPriorityLevelHelp
{
	font-weight: bold;
	text-align: center;
}

/* ******************************************************************************************** */
/* ******************** THIS SECTION CONTAINS DEFINATION FOR DIV ELEMENTS ********************* */
/* ******************************************************************************************** */
.contentTitleDiv
{
	padding-top: 7px;
	padding-bottom: 3px;
}

.contentTitleImage
{
	float: left;
	padding-left: 10px;
	padding-right: 3px;
}

.generalInfoDisplay
{
	background-color: #F2F1F1;
	font-size: 70%;
	width: 71%;
	margin: 0px 0px 0px 0px;
	padding: 0px 1px 0px 1px;
	border: 1px solid #C2C0C0;
}

.instructionText
{
	font-size: 80%;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 0px 3px;
}

.instructionTextFontSize85
{
	font-size: 85%;
}

.instructionTextForContent
{
	font-size: 80%;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 0px 15px;
}

.pageContent
{
	width: 99%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 85%;
}

.referralDetail
{
	position: relative;
	float: left;
	padding: 0px 0px 2px 2px;
	width: 70%;
}

.singleRow
{
	clear: both;
	padding: 0px 0px 7px 0px;
}


/******************************/
/* Miscellaneous CSS classes
/******************************/

.bulletList
{
	font-size: 82%;
	list-style-type: circle;
	list-style-position: inside;
}

.bulletListNoFontSize
{
	list-style-type: circle;
	list-style-position: inside;
}

.helpRight
{
	width: 3%;
	float: right;
}


.divBorderColorAndStyle
{
	border-width: 1px;
	border-style: solid;
	border-color: #0099CC;
	margin: 2px 2px 2px 2px;
}

.noPadNoMargine
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.sectionActionForm
{
	border: 1px solid #C2C0C0;
	color: #000000;
	padding: 10px 2px 6px 2px;
	width: 55%;
	margin: 10px 0px 10px 0px;
}

.sectionActionFormFax
{
	border: 1px solid #C2C0C0;
	color: #000000;
	padding: 0px 2px 6px 2px;
	width: 55%;
	margin: 5px 0px 10px 0px;
}

.sectionActionFormWide
{
	border: 1px solid #C2C0C0;
	color: #000000;
	padding: 10px 2px 6px 2px;
	width: 70%;
	margin: 10px 0px 10px 0px;
}

.sectionActionFormWideNoBorder
{
	color: #000000;
	padding: 10px 2px 6px 2px;
	width: 70%;
	margin: 10px 0px 10px 0px;
}

.textVerticalAlignTop
{
	vertical-align: top;
}

.thinLine
{
	width: 100%;
	height: 1px;
}

.thinLineTop
{
	width: 100%;
	height: 1px;
	vertical-align: bottom;
}

.thinLineBottom
{
	width: 100%;
	height: 1px;
	vertical-align: top;
}

.titleAppearance
{
	color: White;
	background-color: #3399CC;
	font-weight: bold;
	width: 100%;
	margin-bottom: 8px;
	padding: 0%;
}

.SearchFaxPadding
{
	padding: 3px 3px 3px 3px;
}


/************************************************/
/* This section define a elements for print mode*/
/************************************************/
@media print
{
	.notPrintable
	{
		display: none;
	}

	.printHeader
	{
		display: block;
		text-align: center;
	}
}

.rightAlignText
{
	text-align: right;
	margin-left: 5px;
}

.centerAlignText
{
	text-align: center;
	margin-left: 5px;
}

/******************************/
/* CSS for Forms based on article at http://www.websiteoptimization.com/speed/tweak/forms/
/******************************/

/* Form Block:  */
form fieldset
{
	/* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	padding: 10px; /* padding in fieldset support spotty in IE */
	margin: 0;
}

form fieldset legend
{
	font-size: 1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */ /* be careful with padding, it'll shift the nice offset on top of border  */
}

span.optional label:before
{
	content: '';
}

span.options label
{
	width: auto;
}

div.required label:before
{
	content: '';
}

form label
{
	display: block; /* block float the labels to left column, set a width */
	float: left;
	width: 200px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}

form fieldset label:first-letter
{
	/* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration: underline; /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */ /* pseudo-class on legend elements, but do support it on label elements */ /* we instead underline first letter on each label element and accesskey */ /* each input. doing only legends would  lessens cognitive load */ /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea, form select
{
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: auto; /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 5px 5px 0px 10px; /* set margin on left of form elements rather than right of                               label aligns textarea better in IE */
}

form input#reset
{
	margin-left: 0px; /* set margin-left back to zero on reset button (set above) */
}

textarea
{
	overflow: auto;
}

form small
{
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required
{
	font-weight: bold;
}
/* uses class instead of div, more efficient */

form br
{
	clear: left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}


/******************************/
/* Other styles
/******************************/

.errorTextForForm
{
	color: #FF0000;
}

.image1
{
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.label
{
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	margin-left: 1px;
	width: 280px;
}

.textBox
{
	font-family: Arial;
}
.jdlogo
{
	background-image: url("../images/JD_BW-vert.jpg");
	background-position: right top;
	background-repeat: no-repeat;
}
.jdlogo_color
{
	background-image: url("../images/JD_color_hr.jpg");
	background-position: right top;
	background-repeat: no-repeat;
}
form div.subfields
{
	border-width: 2px; 
	border-style: dotted; 
	border-color: #C2C0C0;
	margin-right: 100px;
	margin-left: 100px;	
	padding-top: 5px;
	padding-bottom: 10px;
}


.invisible
{	
	display: none;
}

 
table CheckBoxList input 
{
    width: 25px;
    display: block;
    float: left; 
    vertical-align:top;
    margin: 5px 0 0;     
}
table CheckBoxList Label 
{
    width: auto;   
	font-size: 13px;
	font-family: arial;	
	text-align: left;
	white-space: nowrap;
 }
 
table.RadioButtonList input 
{
    width: 25px;
    display: block;
    float: left;
    vertical-align:top;
    margin: 5px 0 0;   
}
table.RadioButtonList Label 
{
    width: auto;
    display: block;
    float: left;
	font-size: 13px;
	font-family: arial;	
	text-align: left;
	white-space: nowrap;
	margin-top:2px;
	vertical-align:top;   
    margin: 5px 0 0;
}
 
 
