﻿/*text*/
.smallText
{
	font-size: 9px;
	font-family: Verdana, Arial, Tahoma
}
.errorText
{
	font-size: 10px;
	color: Red;
	font-weight:bolder;
}
.successText
{
	color: Blue;
	font-weight:bolder;
}
.boldText
{
	font-size: 10px;
	font-weight:bolder;
}
.bigBoldText
{
	font-size: 14px;
	font-weight:bolder;
}
.italicText
{
	font-style:italic;
}
.regularText
{
	font-weight: 400;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.hover
{
	cursor: pointer;
	cursor: hand;
}

.indented
{
	padding-left: 1em;
	margin-left: 1em;
}
/*end-text*/
.table
{
	background-color: #FFFFFF;
/*	border: 1px solid #CCCCCC; */
	margin: 0px;
	padding: 0px;
	font-size:10px;
	font-family: Verdana, Arial, Tahoma
}
.table tr td.line_above
{
	_border-top: 1px solid black;
}
/* table_data */
.table_data
{
	border-collapse:collapse;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
	font-size:10px;
	font-family: Verdana, Arial, Tahoma
}

.table_data tr.shaded
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E0;
	background-color: #F1F1F1;
}

.table_data tr.shadedWithBottomBorder
{
	background-color: #F1F1F1;
	border-bottom:black solid 2px !important;
	_border-top:E8E8E0 solid 2px;
}

.table_data tr.BottomBorder
{
	border-bottom:black solid 2px !important;
}

.table_data td.blank
{
	_border: 0px solid #FFFFFF;
}

.table_data td
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E8E8E0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E0;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
.table_data tr.header
{
	background-color: #669966;
	color: #FFFFFF;
}

.table_data td.totalCell
{
	border-top:black solid 2px;
	background-color:#cccccc;
}

.table_data tr.total
{
	border-top:black solid 2px;
	background-color:#cccccc;
}
.table_data tr.average
{
	background-color:#dddddd;
}
.table_data tr.header td a, .table_data tr.header td a:link, .table_data tr.header td a:visited, .table_data tr.header td a:active
{
	color: #FFFFFF;
	vertical-align:middle;
}
.table_data tr.header td.sorted
{
	background-color: #0E9347;
	color: #FFFFFF;
}
.table_data tr td.line_above
{
	border-top: 1px solid black !important;
}
/* end - table_data */
.helpModal
{
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	position: absolute;
	width: 580px;
	height: 165px;
}

.WarningDialog
{
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	position: absolute;
	width: 350px;
	height: 180px;
}

.ReassignAssessmentDialog
{
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	position: absolute;
	width: 460px;
	height: 220px;
}

.DataExportDialog
{
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	position: absolute;
	width: 350px;
	height: 180px;
}

.CostingDetailsDialog
{
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	position: absolute;
	width: 460px;
	height: 420px;
}

.report40CriteriaHeader
{
	line-height: 52px;
	height: 60px;
	font-size: 16px;
	cursor: move;
	_overflow: hidden;
	padding-top: 7px;
	vertical-align: middle;
}

.OkCancelButtonSection
{
    position:absolute;
    bottom: 0px;
    right: 0px;
    padding: 5px 5px 5px 5px;
}

.details_header
{
	font-family:Verdana, Tahoma, Arial;
	font-size:12px;
	font-weight:bold;
}

.dialog_modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=60);
	opacity: 0.60;
}

.dialog_modalCloseButton 
{
    position:absolute;
    top: 5px;
    right: 5px;
}

.MiddleAlignment
{
    vertical-align: middle;
}

.small_section_header
{
	/*background-color: #92B6EA; */
	background-color: #B1D684;
	width:100%;
}
.report_modal
{
	border-width: 1px;
	border-style: solid;
	border-color: Black;
}