﻿body
{
	margin: 0px;
}

.divError
{
	background-color: #FEC098; 
	color: #666666;
    font-family: Arial;
    font-size: 8pt;
}

.divMessage
{
    background-color: #FFFFCC;
    color: #666666;
    font-family: Arial;
    font-size: 8pt;
}

.bodyTaskBackground
{
	position: absolute;
	top: 5px; 
	bottom: 5px; 
	left: 5px;
	right: 5px; 
	background-color: White;
}

.cpInsideTaskHeader
{
	color: white;
	background-color: #719DDB;
	font-size: 11px;
	cursor: pointer;
	height: 18px;
	padding: 4px;
	width: 95%;
	font-family: 'auto Verdana' , Arial;
}

.cpInsideTaskBody
{
	background-color: #DCE4F9;	
	border: 1px gray;
	width: 95%;
	padding: 4px;
	padding-top: 7px;
	font-family: 'auto Verdana' , Arial;
	font-size: 11px;
}  

.cpInsideTaskInnerBody
{
	background-color: #DCE4F9;
	width: 90%;
	padding: 15px;
	font-family: 'auto Verdana' , Arial;
	font-size: 11px;
	border: 0.5px solid gray;
	margin-top: 5px;
	margin-bottom: 5px;
} 

.cpInsideTaskHeaderEditor
{
	color: #284E98;
	font-size: 11px;
	cursor: pointer;
	height: 18px;
	padding: 4px;
	width: 100%;
	font-family: 'auto Verdana' , Arial;
	font-weight: bold;
}  

.Title
{
    font-family: Arial;
    font-weight: bold;
    font-size: 13pt;
}

.SubTitle
{
    font-family: Arial;
    font-weight: bold;
    font-size: 8pt;
    background-color: #DCDCDC;
    color: black;
    height: 20px;
}

.HelperText
{
    background-color: #FFFFCC;
    color: #666666;
    font-family: Arial;
    font-size: 8pt;
}

.Hyperlink
{
	font-family: Arial;
    font-weight: normal;
    font-size: 8pt;
}

.HyperlinkProjectList
{
	font-family: Arial;
    font-weight: normal;
    font-size: 8pt;
}

.NormalText
{
	font-family: Arial;
    font-weight: normal;
    font-size: 8pt;
}

.DataText
{
	background-color: #C0C0C0;
	font-family: Arial;
    font-weight: bold;
    font-size: 8pt;
}

.ModalPopupInactive
{ 
    background-color: #3399FF;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.ModalPopup
{ 
    background-color:white;
    background-position:center;
    border: thin solid #000000;
	font-family: Arial;
    font-weight: normal;
    font-size: 8pt;
}

.ModalPopupHeader
{ 
    background-color: #719DDB; 
    clip: rect(0px, 0px, auto, 0px); 
    height: 20px;
	font-family: 'auto Verdana' , Arial;
	font-weight: bold;
	text-align: center; 
	vertical-align: middle;
	font-size: 11px;	
	color: White;
}

.TaskInactive
{ 
    background-color: White;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

