﻿body
{
}
#DashboardHolder
{
	padding: 12px;
}
.DashboardLeftMenuItem
{
	padding-top: 10px;
}
.DashboardLeftMenuItem a
{
	color: #2268AB;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}
.DashboardLeftMenuHolder
{
	float: left;
	min-height: 250px;
	min-width: 180px;
	background-color: #D9E8D5;
	padding: 15px;
	border: 4px Solid #ffffff;
}
.DashboardContentHolder
{
	padding-left: 12px;
	float: left;
}
.Blank
{
	background-color: #ffffff;
	border: 1px Solid #4B89C2;
	min-height: 200px;
	min-width: 650px;
}
.WebPartDivider
{
	height: 10px;
}
.WebPartTitleIcon
{
	padding: 5px;
}

/**********************Dashboard Bulletin***********/

.contentBox
{
	width: 100%;
}
.contentBox h1
{
	font-size: 12px;
	padding: 6px 5px 0px 15px;
}
.contentBox h2
{
	font-size: 11px;
	padding: 1px 5px 0px 15px;
}
.contentBox p
{
	font-size: 11px;
	text-align: justify;
	padding: 1px 5px 0px 15px;
}
.contentBox hr
{
	color: #FFFFFF;
	margin-top: 6px;
	margin-bottom: 6px;
}
.contentBox li
{
	list-style-image: url(images/bull.gif);
	margin-left: 16px;
	margin-top: 6px;
	font-size: 11px;
}
.contentBorder
{
	/*border: 1px solid #808080;*/
	max-height: 300px; /*overflow: auto;*/
	width: 100%; /*height: 250px; 	overflow: auto;*/
	font-family: Arial;
}
.DashboardItemUpdate
{
	padding: 1px 0;
}
.contentBorder div.DashboardItem
{
	padding-bottom: 6px;
	background-color:#ffffff;
/*	border-left:8px Solid Red;*/
	border-bottom:1px dotted #000000;
}
.contentBorder div.DashboardItem.green
{
	border-bottom: 1px dotted green;
	background-color: #ffffff;
}
.contentBorder div.DashboardItem.blue
{
	border-bottom: 1px dotted blue;
	background-color: #ffffff;
}
.contentBorder div.DashboardItem.red
{
	border-bottom: 1px dotted #ba3112;
	background-color: #ffffff;
}
.contentBorder div.DashboardItem.black
{
	border-bottom: 1px dotted black;
	background-color: #ffffff;
}
.contentBorder div.DashboardItem:hover
{
}
.red
{
	/*color: #c61508;*/
	/*background-color: #ba3112;*/
	/*min-height: 80px;*/
	border-left: 8px Solid #ba3112;
}
.black
{
	/*color: #c61508;*/
	/*background-color: #E1E6E8;*/
	/*height: 80px;*/
	border-left: 8px Solid #E1E6E8;
}
.green
{
	/*background-color: #BBDFB3;
	height: 80px;*/
	border-left: 8px Solid #BBDFB3;
}
.blue
{
	/*background-color: #1A4CB8;*/ /*#8CB0F8;*/ /* #396de2;*/
	/*height: 80px;*/
	border-left: 8px Solid #1A4CB8;
}
.documentSuccess
{
	color: #009933;
	padding: 3px 5px;
}
.DashboardUpdatedLabel
{
	color: #777;
	margin-left: 10px;
	font-size: 7pt;
}
#easyTooltip
{
	padding: 5px;
	border: 1px solid #ccc;
	background: #f1f1f1;
	max-width: 400px;
}
.Container
{
	overflow: auto;
	max-height: 300px;
}
.ReadRequiredLink
{
	color: #ba3112;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
}
#screenshot
{
	position: absolute;
	border: 1px solid #ccc;
	background-color: #EDFFE7;
	padding: 5px;
	display: none;
	color: #3E73A3;
	width: 350px;
}
.ancColor
{
	color: Blue;
}

.workingImage
{
	position:absolute;
	float:left;
	margin-top: 30px;
	margin-left: 120px;
}
.workingImageDiv
{
	position:absolute;
	float:left;
	margin-top: 0px;
	margin-left: 0px;
	left: 0px;
	top: 0px;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background-color:#FFFFFF;
	opacity:0.65;
}
.DataEntryDashboard
{
	background-color: White;
	padding: 10px;
}
.DataEntryDashboard .Field
{
	clear: both;
	margin: 5px 0;
}
.MoreHeader
{
	color:#1A4CB8;
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:7px;
}