﻿.LeftBorder
{
	border-left: solid 1px black;
}

.RightBorder
{
	border-right: solid 1px black;
}

.PadRight
{
	padding-right: 100px;
}

.PadLeft
{
	padding-left: 10px;
}

.UpdateHeaderRowStyle
{
	background-color: #DCDCDC;
}

.UpdateMasterHeaderCellStyle
{
	margin-right: auto; 
	margin-left:auto; 
	text-align: center;
	color: black;
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial;
}

.UpdateHeaderCellStyle
{
	color: Black;
	font-size: 8pt;
	margin-right: auto; 
	margin-left:auto; 
	text-align: center;
}

.IncidentTreeDiv
{
	border: black 2px solid; 
	height: 80px; 
	width:99%; 
	margin:4px; 
	/* overflow:auto; */
}

.MainEditPanel
{
	border: black 2px solid; 
	width:99%; 
	margin:4px; 
	overflow:auto;
}

.InnerLeftEditPanel
{
	float:left; 
	border-right: solid 3px black; 
	width: 48%;
}

.InnerRightEditPanel
{
	float:left; 
	border-left: solid 3px black; 
	width: 48%;
	padding-left:1px;
}

.TreeCaseNumberDiv
{
	display:block;
	width: 99%;
}

.TreeNodeDivStyle
{
	margin-left: 2px;
	margin-top: 5px;
	float: left;
}

.TreeLinkDivStyle
{
	margin-top: 5px;
	float: left; 
	width: 100px;	
}

.TreeDataDivStyle
{
	margin-top: 5px;
	float: left; 
	display: none;
}

.SelectedNode
{
	background-color: #BBBBBB;
	color: White;
}

.NodeIsSaved
{
	display: block;
	border: solid 2px #00CC00;
	width: 150px;
	text-decoration: none;
	padding-left: 4px;
	color:Black;
}

.NodeIsNotSaved
{
	display: block;
	border: solid 2px orange;
	width: 150px;
	text-decoration: none;
	padding-left: 4px;
	color:Black;
}

.TableLabelStyle
{
	text-align:right;
	font-weight:bolder;
	width: 130px;
	height: 27px;
}

.bolderFont
{
	font-weight:bolder;
}

.TableFormElementStyle
{
	padding-left:5px;
	text-align: left;
	height: 27px;
}

.TableRowBackGroundOne
{
	background-color: White;
}

.TableRowBackGroundTwo
{
	background-color: #EEEEEE;
}

/*
	APD_Review Styles
*/

.APDReviewMainDiv
{
	padding-left: 10px; 
	padding-right: 10px;	
}

.APDReviewLabelTD
{
	text-align:right;
	background-color: LightSteelBlue;
	font-weight: bold;	
}

.APDReviewTextBoxTD
{
	text-align:left;
	background-color: #ECF5D2;
}

.APDReviewHeaderTD
{
	text-decoration:underline;
	text-align: left;
	font-weight:bold;
	background-color: #ECF5D2;
}

.recordsGridDiv
{
	height: 200px;
	width: 900px;
	position: relative;
	vertical-align: top;
	overflow: auto;
}
.hiddenColumn
{
	display:none;
}

.APDNarrativeDiagramDiv
{
	width:400px;
	float:left;
}
.APDNarrativeDiagramImageDiv
{
	float:left;
}

.IncidentNarrativeDiagramCell
{
	width:400px;
}