﻿body 
{
	font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    background-color: #ededed;
}

.testHeading
{
	font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    color: #284775;
    font-weight:bold;
    height:20px;
    padding-right:10px;
}
.detailsTable
{
	padding: 4px;
	border-style:outset;
}
.tableRight
{
}

.testHeading2
{
    color: #284775;
}
.tableHeading
{
	font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
	background-color: #0066FF;
	font-weight: bold;
	color: White;
	height: 16px;
	padding-left:20px;
}

td.cellHeading
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: Black;
	padding: 0px 10px 0px 5px;
}

legend
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: Black;
}


#siteWrapper
{
	position: relative;
	width: 100%;
	padding: 5px;
}

#header
{
	position: relative;
	width: 99%;
}

#headerRow
{
	height: 82px;
}

#headerTopPane
{
	height: 75px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #9da188;
	border-left: 1px solid #aFb099;
	border-top: 1px solid #aFb099;
	border-right: 1px solid #aFb099;
	color: #284775;
	font-weight: bold;
	font-size: 25px;
	vertical-align: middle;
	min-width:1024px; /*for the border */
}

#headerMiddlePane /* not in user */
{
	height: 4px;
	background-color: #183765;
	border-top: 1px solid #385795;
	border-bottom: 1px solid #000000;
	font-size: 1px;
}

#headerBottomPane
{
	height: 22px;
	border-top: 1px solid #0066FF;
	border-bottom: 1px solid #5f0000;
	background-color: #0066FF;
	color: White;
	font-weight: bold;
	font-size: 12px;
	padding-left: 210px;
	padding-top: 4px;
}

#main
{
	position: relative;
	margin-top: 10px;	
	width: 100%;
	min-width: 1044px;
	overflow:visible;
}

#mainRow
{
	/*height: 100%;*/
}

#mainLeftPane
{
	position:absolute;
	max-width: 200px;
}

#mainCenterPane
{
	position:absolute;
	left: 200px;
	margin-left: 0px;
	padding-left: 10px;
	min-width: 824px;
	overflow:visible;
	margin-right: 0px;
	padding-right: 10px;
}

#mainRightPane
{
	float: right;
	width: 200px;
	border: none;
}

#footer
{	
	position: relative;
	width: 99%;
	margin-top: 15px;
	height: 28px;
	border: 1px solid black;
}

#footerTopPane
{
	height: 16px;
	background-color: #CDD1B8;
	border-bottom: 1px solid #adb198;
	color: #284775;
	font-weight: bold;
	font-size: 10px;
	padding-left: 15px;
	padding-top: 5px;
	text-align: center;
}

#footerMiddlePane
{
	height: 2px;
	background-color: #183765;
	border-top: 1px solid #385785;
	border-bottom: 1px solid #000000;
	font-size: 1px;
}

#footerBottomPane
{
	height: 4px;
	border-top: 1px solid #0066FF;
	background-color: #0066FF;
	color: White;
	font-weight: bold;
	font-size: 1px;
	padding-left: 20%;
	padding-top: 4px;
}

.headerArea
{
	background-color: #F2F3ED;
	border: 1px solid #CFD0B9;
	padding: 2px;
}



.footerArea
{
	background-color: #F2F3ED;
	border: 1px solid #CFD0B9;
	padding: 2px;
}

.tabArea
{
	float:left;
}

.tab
{
	padding-top: 5px;
	color: #284775;
	font-weight: bold;
	border: 1px solid #CDD1B8;
}

.test
{
	color: #001133;		
}

.test a
{
	color: #001133;
}

a
{
	color: #284775;
}

.menuItem
{
	border-left: 1px solid #CFD0B9;
	border-right: 1px solid #CFD0B9;
	border-bottom: 1px solid #CFD0B9;
	border-top: 1px solid white;
	display: block;
}

.subMenuItem
{
	border-left: 1px solid #CFD0B9;
	border-right: 1px solid #CFD0B9;
	border-bottom: 1px solid #CFD0B9;
	border-top: 1px solid white;
	display: block;
	background-color: #F2F3ED;
	color: #284775;
	padding: 5px;
	font-weight: bold;
}

.subMenuSelectedItem
{
	border-left: 1px solid #CFD0B9;
	border-right: 1px solid #CFD0B9;
	border-bottom: 1px solid #CFD0B9;
	border-top: 1px solid white;
	display: block;
	background-color: #D8D8D8;
	color: #284775;
	padding: 5px;
	font-weight: bold;
}

.subMenuItem:hover
{
	color: #284775;
	background-color: #D8D8D8;
}

table.menuItem:hover
{
	color: #284775;
	background-color: #D8D8D8;
}

.menuHeader
{
	border-left: 1px solid #0066FF;
	border-right: 1px solid #5f0000;
	border-bottom: 1px solid #5f0000;
	border-top: 1px solid #0066FF;
}

.menuSelected
{
	border-left: 1px solid #bFc0a9;
	border-right: 1px solid #bFc0a9;
	border-bottom: 1px solid #bFc0a9;
	border-top: 1px solid #dFe0c9;
}

.menuHover
{
	border-left: 1px solid #bFc0a9;
	border-right: 1px solid #bFc0a9;
	border-bottom: 1px solid #bFc0a9;
	border-top: 1px solid #dFe0c9;
}

.error
{
	background-color: #F2F3ED;
	color: #0066FF;
	font-family: verdana, arial, helvetica, sans-serif;
	border: 1px dotted #333333;
	
	margin-top: 5px;
}

#errorMessage
{
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
}

#errorDetails
{
    font-size: 10px;
    font-weight: normal;
    padding: 5px;
}

.DNTSPanel
{
	padding: 5px;
	border: 1px solid #CFD0B9;
	background-color: #FBFDF7;
}

.DNTSPanelTitle
{
	color: #284775;
	margin-top: 0px;
	margin-bottom: 5px;
	clear: both;
	font-family: verdana, arial, helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #486795;
}

.masterDetailArea
{
	clear: both;
	margin-top: 10px;
}

.listArea
{

	width: 100px;
	padding: 2px;
	margin-top: 10px;
}

.detailsArea
{

	width: 100px;
	padding: 2px;
	margin-top: 10px;
}

h5
{
	color: #284775;
	margin-top: 0px;
	margin-bottom: 5px;
	clear: both;
}

h4
{
	color: #284775;
	margin-top: 0px;
	margin-bottom: 5px;
	clear: both;
}

h3
{
	color: #284775;
	margin-top: 0px;
	margin-bottom: 5px;
	clear: both;
}

.spacer
{
	height: 10px;
}

.horSpacer
{
	width: 5px;
}

td.MasterDetail
{
	vertical-align: top;
}

.errorId
{
	font-weight: bold;
	color: Red;
}

.errorDetails
{
	clear: left;
}

.floatLeft
{
	
}

.floatRight
{
	
}
.turnToRed
{
	color: red;
}
#DiseaseHeaderLabel
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: large;
	color:Red;
}
.FileUploader
{
	width: 500px;
}
.ErrorMessagePanel
{
	position:fixed;
	bottom: 10px;
	left: 220px;
	background-color:  #FBFDF7;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	border-style:ridge;
	border-width: 1px;
	border-color:#333333;
}
.ErrorMessagePanel:Hover
{
	cursor:pointer;
}
.ExpandHeaderDiv
{
	cursor:pointer;
	background-color: #D8D8D8;
	border-width:2px;
	border-style:outset;
	border-color: #D8D8D8;
	padding: 0px 0px 0px 4px;
	height:16px;
	max-height:16px;
	margin:0px 0px 0px 0px;
}
.NewMessageAlertLabel
{
	font-weight:bold;
	font-size:11px;
	color:Red;
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	vertical-align:top;
	display:block;
	text-decoration:none;
}
.ExpandHeaderLabel
{
	font-weight:bold;
	font-size:12px;
	color:Black;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align:top;
}
.dropDownImage
{
}
.tabContentDiv
{
	padding: 10px 5px 5px 5px;
}
.selectedColumnStyle
{
	background-color: #f0f3FF;
}
.inlineDropDownBox
{
	display:inline;
}

table.DetailsView
{
	color: #333333;
	background-color: #F2F3ED;
	border: 1px solid black;
	border-collapse: collapse;
}

td.DetailsViewHeader
{
	background-color: #0066FF;
	color: White;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
}

td.DetailsViewCaption
{
	color: #284775;
	font-weight: bold;
	background-color: #E0E6FF;
	padding: 3px 5px 3px 5px;
	border-right: 1px solid black;	
}

td.DetailsViewValue
{
	padding: 4px;
}

.popupToolTip 
{
    position:absolute;
    visibility:hidden;
    background-color:InfoBackground;
    color:InfoText;
    font-weight:normal;
    border-width: 1px 1px 1px 1px;
    border-color: Black;
    border-style: solid;
    padding: 2px 2px 2px 2px;
    opacity:.9;
    filter: alpha(opacity=90);
    text-align:left;
}

.right
{
	text-align:right;
}

.footer
{
    background-color: #D8D8D8;
    font-weight: bold;
    color: #284775;
}
