﻿/*******************************************************************
 *                   Begin Content page layout                     *  
 *******************************************************************/
#admContentArea
{
	padding-left:10px;
	padding-top:15px;
	float:left;
	width:100%;
	/*background-color:Yellow; /*FOR TESTING */
}

#admContentAreaWt
{
	width:98%;
	margin:auto;
	float:left;
	padding-left:10px;
	padding-top:15px;
	padding-right:0px;
	padding-bottom:0px;
	background-color:#FFFFFF;
} 
 
#mainContentArea
{
	float:left;
	width:585px;
	/* background-color:Yellow; FOR TESTING */
} 
 
.containingWrapBox
{
	float:left;
	width:390px;
	clear: both;
	/* background-color:Orange; FOR TESTING */
	/*height:50px;*/
}
.containingBox
{
	width:100%;
	clear:both;
	float:left;
	/* background-color:Orange; FOR TESTING */
}

.calendarL
{
	width:310px; /*260 317px;*/
	float:left;
	vertical-align:top;
	padding-right:4px;
	padding-bottom:10px;
	/*background-color:Blue; FOR TESTING */
}

.calendarR
{
	width:200px; /*250 244px;*/
	float:right;
	vertical-align:top;
	padding-right:3px;
	padding-left:10px;
	padding-bottom:10px;
	/*background-color:Gray; FOR TESTING */
}

.calSelected
{
	background-color:Yellow;
	color:#000066;
}

.floaterBoxR
{
	float:right;
	width:180px; /*was 485*/
	vertical-align:text-top;
	padding-bottom:10px;
	padding-right:2px;
	/* background-color: Blue; FOR TESTING */
	/*height:50px;*/
	position:static;
}

.floaterBoxL
{
	float:left;
	width:395px; /*was 485*/
	vertical-align:text-top;
	padding-bottom:10px;
	/* background-color: White; FOR TESTING */
	/*height:50px;*/
	position:static;
}

.clinicBx
{
	float:left;
	width:160px; /*was 160 */
	vertical-align:top;
	padding:10px;
	position:static;
	/*background-image:url("../Images/bgrnd4-1.gif");*/
	background-color: #2F4FB6;   /*was 2B41A5; #6F7470 #D0D2B2 #B2BD8E #B99017 #333333 #E16F05 #DFDDBC E7EAD5 #0868c4; was #c39966 #b96820; */
}

.boxShdDivImg
{
	float:left;
	width:90px;
	vertical-align:top;
	padding-top:5px;
	padding-bottom:10px;
	/*background-color: Gray; TESTING*/
}

.boxShdDivPara
{
	float:left;
	width:298px; 
	vertical-align:text-top;
	padding-top:5px;
	padding-bottom:10px;
	/* background-color: White; FOR TESTING */
}

.shdDivImgBorder
{
	/*border: solid 1px #0a1e7b;*/
}

.gvRowColor
{
	background-color:Yellow;
}

/* table for event qry selection*/
.calTbl
{
	 border: solid 1px #cccccc; 
	 /*background-color: #ffffff;  was #F2F8B9 #F6F187 #E7EBEC;*/
	 font-family: Arial, Verdana, Helvetica, Sans-Serif;
	 color:#333333; /*Black*/
	 font-weight:normal;
	 font-size:12px;
}

.rowCalTbl
{
	 background-color:#cccccc; /* was #A85F0C #3366CC; */ 
	 color:#3366cc; 
	 font-weight:bold;
}

.paddingBottomOnly
{
	padding-bottom:10px;
}

.paddingBottomList
{
	padding-bottom:6px;
}

/*******************************************************************
 *                   Begin Content Text Format                     *  
 *******************************************************************/
.admWarnBox
{
	padding:5px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 12pt;
	color:#FFFFFF;
	background-color:Red;
	width:100px;
}
 
.admHdrTx
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color:Red;
	font-weight: bold;
	font-size: 14pt;
}

.mainHdrTx
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color:#0868c4; /* Light Blue*/
	font-weight: bold;
	font-size: 14pt;
}

.redSubHdrTx 
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color:Red;
	font-weight:bold;
	font-size:1.1em;
}

.blkSubHdrTx 
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color:#333333;
	font-weight:bold;
	font-size:1.1em;
}

.ltBluSubHdrTx 
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color:#0868c4;
	font-weight:bold;
	font-size:1.1em;
}

.subHdrTx
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color:#0868c4; /*Light Blue*/
	font-weight:bold;
	font-size:1.2em;
}

.tabContentTx
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color:#333333; /*Black*/
	font-weight:normal;
	font-size:0.8em;
}

.clinicTx
{
	color:#cccccc; /* was #E16F05 #5D280C Dark Orage was #f4f7f9;*/
	font-weight:normal;
	font-size:11px;
}
.clinicHdrTx
{
	color:#FFFF21; /* was #E16F05 Chocolate was #f4f7f9;*/
	font-weight:bold;
	font-size:1.4em;
}

.clinicName
{
	color:#FFFF21; /* was #E16F05 Chocolate was #f4f7f9;*/
	font-weight:bold;
	font-size:14px;
}

.tabBgColor
{
	background-color:Red;
}

.dateReview
{
	color:#003399; 
	font-size:9px;
	font-weight:normal;
	font-family:Arial, Verdana, Helvetica, Sans-Serif;
	text-decoration:none;
}

.docCode
{
	color:#c1c1c1; 
	font-size:9px;
	font-weight:normal;
	font-family:Arial, Verdana, Helvetica, Sans-Serif;
	text-decoration:none;
}

.contentSubTitle
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color:#b45d16; /* was #333333 #0868c4*/
	font-weight:bold;
	font-size:1 em;
}

.contentSubTitleFF5600
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color:#FF5600; /* Orange*/
	font-weight:bold;
	font-size:1 em;
}

.contentSubTitle6D0000
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color:#6D0000; /* DkRed*/
	font-weight:bold;
	font-size:1 em;
}

.contentSubTitle194388
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color:#194388; /* dark blu*/
	font-weight:bold;
	font-size:1 em;
}

.contentSubTitle0F8000
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color:#0F8000; /* dark green*/
	font-weight:bold;
	font-size:1 em;
}

.contentSubTitleE13533
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color:#E13533;  /* brown */
	font-weight:bold;
	font-size:9px;
}

.azText
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color:#b45d16; /* was #333333 #0868c4*/
	font-weight:bold;
}

.gridNoshow
{
	color:#003399; 
	font-size:11px;
	font-weight:normal;
	font-family:Arial, Verdana, Helvetica, Sans-Serif;
	text-decoration:none;
}

.readMoreLnk
{
	font-size:10px; 
	color:#0868c4;
}

/* ABU */
.errMsg
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color:Red;
}
.normMsg
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color:#333333;
}

/* New Additional from TBH */
.sectiontitle
{
   font-weight: bold;
   font-size: 14px;
   color: #b45d16;
}

.sectiontitleRed
{
   font-weight: bold;
   font-size: 14px;
   color: Red;
}

.sectionsubtitle
{
   font-weight: bold;
   color: #b45d16;
}

.sectiontitleDisplay
{
   font-weight: bold;
   font-size: 11px;
   /*color: Blue;*/
}

.sectiontitleDisplayBlu
{
   font-weight: bold;
   color: Blue;
}

.paddingTopImgProg
{
	padding-top:4px;
}

.articlebox
{
   background-color: #fefef0;
   color: #b45d16;
   border: dashed 1px #995117;
   padding: 6px 6px 6px 6px;
   font-size: 12px;
}

.articletitle
{
   font-size: 18px;
   font-weight: bold;
   color: #995117;
   text-decoration: none;
}

.highlight
{
   background-color: #F5ED72; /* was #fefbd2; */
   color: #000080;
}

.border
{
	border: solid 1px #333333;
}

.formItemLabel
{
	width:100px;
	padding-left:10px;
}

.formItemLabel50
{
	width:50px;
	padding-left:10px;
}

.capFirst
{
	float:left;
	font-size:1.7em;
	padding: 0 0.15em;
	margin:0 0.15em 0 0;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	color:White;
	background-color:Red;
}

.redNoteBox
{
	float:left;
	font-size:14px;
	padding: 0 0.15em;
	margin:0 0.15em 0 0;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	color:White;
	background-color:Red;
}

.blkNoteBox
{
	float:left;
	font-size:14px;
	padding: 0 0.45em;
	margin:0 0.15em 0 0;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	color:White;
	background-color:Black;
}

.mission
{
	float:left;
	width:550px;
	margin: 0.1em 0 1em 0;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color:#F6F6FA; /*was #94D2FB #eee8aa; */
	border: 1px solid #E7F2F6; /* was #E7F2F6*/
	color:#3667C3; /*was #979797 #5B72E4 #636476 #2C2776 #2D295C; */
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
}

.fileUpload
{
	width:40px;
}

.paraDiv
{
	padding-bottom:9px;
}

.paraDivTop
{
	padding-top:6px;
}

.pageImg
{
	height: 115px; 
	width: 130px; 
	float: right; 
	padding-top:5px;
	text-align: right;
	/* background-color:Yellow; */
}

.hdrTxtShdBlu
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color:#0039A7; /* 0868c4 Light Blue*/
	font-weight: bold;
	font-size: 12pt;
}

/* =========================
	Standard HTML tags 
============================*/
a.link
{
	color:Blue;
	text-decoration:none;
}

a.linkWt
{
	color:#FFFF21;
	text-decoration:none;
}

a.linkWhite
{
	color:#FFFFFF;
	text-decoration:none;
}

a.linkBlack
{
	color:#333333;
	text-decoration:none;
}

/*
a.linkBlue
{
	color:Blue;
	text-decoration:none;
}
*/

.linkBlue a:link {text-decoration: none; color: Blue;}
.linkBlue a:visited {text-decoration: none; color: Blue;}
.linkBlue a:active {text-decoration: none; color: Blue;}
.linkBlue a:hover {text-decoration: underline; color: Blue;}

.linkNormal a:link {text-decoration: none; color: #4D4A4F;}
.linkNormal a:visited {text-decoration: none; color: #4D4A4F;}
.linkNormal a:active {text-decoration: none; color: #4D4A4F;}
.linkNormal a:hover {text-decoration: underline; color: #4D4A4F;}

ul.square
{
	list-style-type:square;
}

ul.circle
{
	list-style-type:circle;
}

ul.ulSpaces li
{
	padding-bottom:6px;
}

ol.paddingBottom6 li
{
	padding-bottom:6px;
}

ul.imgSchedule
{
	list-style-image:url("../Images/schedule.gif");
}

ul.bulletLtBlu
{
	list-style-image:url("../Images/bulletlightblue.gif");
}

ul.bulletLtBlu li
{
	padding-bottom:6px;
}

ul.imgSchedule li
{
	padding-bottom:6px;
}

ul.imgArrowR
{
	list-style-image:url("../Images/checkMarkGreen.gif");
}

ul.imgArrowR li
{
	padding-bottom:6px;
}

ul.imgArrowR2
{
	list-style-image:url("../Images/checkTransBlu.gif");
}

ul.imgArrowR2 li
{
	padding-bottom:6px;
}

ul.imgBlkCircle
{
	list-style-image:url("../Images/bulletblack.gif");
}

ul.imgBlkCircle li
{
	padding-bottom:6px;
}

ol.number
{
    list-style-type:decimal;
}

ol.number li
{
	padding-bottom:6px;
}

hr.lineGray
{
	color:#CCCCCC;
}

.imgContentBorder
{
	border: solid 1px #898887; /*#898887 = DarkGrey*/
}

/*

#leftcol div.sectiontitle, #leftcol .sectiontitle span
{
   padding: 6px 6px 6px 3px;
   background-color: #818689;
   color: white;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
}

#centercolcontent div.sectiontitle, #centercolcontent .sectiontitle span
{
   font-weight: bold;
   font-size: larger;
   color: #b45d16;
}

#rightcol div.sectiontitle, #rightcol .sectiontitle span
{
   padding: 6px 6px 6px 3px;
   background-color: #706a6a;
   color: #f7b76b;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
}
*/