/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color: #333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

/*Classes for top bar*/
.TDTopBar 
	{
	background-color: Black;
	}
.TopBarClock
{
	background-color:Aqua;
	border-left: medium none;
	border-right: medium none;
	border-top: medium none;
	border-bottom: medium none;
	font-weight: bolder;
	font-size: 8pt;
	color: White;
	font-family: Verdana;
	background-color: Black;
}

/*Classes for footer*/
.PageFooter
	{
	color: Blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	0.75em;
	font-weight: 300;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
	
/*Classes for headers*/
.PageHeader
	{
	color: midnightblue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	15pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
	
/*Form element classes*/
.txtNormal 
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Black;
		font-family: Verdana, Arial;
	}
	
.txtEdit 
	{
		font-weight: bolder;
		font-size: 8pt;
		color: royalblue;
		font-family: Verdana, Arial;
	}
	
.txtNoEdit 
	{
		font-weight: bolder;
		font-size: 8pt;
		color: gray;
		font-family: Verdana, Arial;
	}
	
.txtAuto
	{
		font-weight: bolder;
		font-size: 8pt;
		color: maroon;
		font-family: Verdana, Arial;
	}	
	
.txtInactive
	{
		font-weight: bolder;
		font-size: 8pt;
		color: gray;
		font-family: Verdana, Arial;
	}	
	
.txtAutoLight
	{
		font-weight: normal;
		font-size: 8pt;
		color: maroon;
		font-family: Verdana, Arial;
	}	
	
.txtError
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Red;
		font-family: Verdana, Arial;
	}	
	
.txtSucces
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Green;
		font-family: Verdana, Arial;
	}	
	
	
.txtDelayedSecure
	{
		font-weight: bolder;
		font-size: 8pt;
		color: #ff0033;
		font-family: Verdana, Arial;
	}
	
.txtTodaySecure
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Black;
		font-family: Verdana, Arial;
	}

.txtNotReleased
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Gray;
		font-family: Verdana, Arial;
	}
		
.txtSecured
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Green;
		font-family: Verdana, Arial;
	}	
	
.txtGivenWorkPerm
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Black;
		font-family: Verdana, Arial;
	}

.txtWorking
	{
		font-weight: bolder;
		font-size: 8pt;
		color: #1e90ff;
		font-family: Verdana, Arial;
	}

.txtReady
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Black;
		font-family: Verdana, Arial;
	}

.txtWDWorkPerm
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Black;
		font-family: Verdana, Arial;
	}

.txtUnSecured
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Black;
		font-family: Verdana, Arial;
	}
	
.txtUncorrect
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Black;
		font-family: Verdana, Arial;
	}
	
.txtFutureSecure
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Black;
		font-family: Verdana, Arial;
	}
	
.txtDetail
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Black;
		font-family: Verdana, Arial;
	}
	
.txtNoTasks
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Olive;
		font-family: Verdana, Arial;
	}

.txtTagInModPack
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Fuchsia;
		font-family: Verdana, Arial;
	}
	
.txtTaskRequestSecure
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Navy;
		font-family: Verdana, Arial;
	}
	
.txtTaskRequestUnsecure
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Gray;
		font-family: Verdana, Arial;
	}

.tdAllRequests
	{
		font-weight: normal;
		font-size: 8pt;
		color: Black;
		font-family: Verdana, Arial;
	}
	
.tdAllBlockages
	{
		font-weight: normal;
		font-size: 8pt;
		color: Black;
		font-family: Verdana, Arial;
	}

.tdForSecure
	{
		font-weight: normal;
		font-size: 8pt;
		color: Black;
		font-family: Verdana, Arial;
	}

.tdDelayedSecure
	{
		font-weight: bolder;
		font-size: 8pt;
		color: #ff0033;
		font-family: Verdana, Arial;
	}

.tdTodaySecure
	{
		font-weight: normal;
		font-size: 8pt;
		color: Black;
		font-family: Verdana, Arial;
	}

.tdSecured
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Green;
		font-family: Verdana, Arial;
	}

.tdGivenWorkPerm
	{
		font-weight: normal;
		font-size: 8pt;
		color: Black;
		font-family: Verdana, Arial;
	}

.tdWorking
	{
		font-weight: bolder;
		font-size: 8pt;
		color: #1e90ff;
		font-family: Verdana, Arial;
	}
	
.tdReady
	{
		font-weight: normal;
		font-size: 8pt;
		color: Black;
		font-family: Verdana, Arial;
	}
	
.tdWDWorkPerm
	{
		font-weight: normal;
		font-size: 8pt;
		color: Black;
		font-family: Verdana, Arial;
	}
	
.tdUnsecured
	{
		font-weight: normal;
		font-size: 8pt;
		color: Black;
		font-family: Verdana, Arial;
	}
	
.tdNotReleased
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Gray;
		font-family: Verdana, Arial;
	}
	
.tdFrontpageBox
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Black;
		font-family: Verdana, Arial;
		background-color: #1e90ff;
	}
	
.tblFrontpageBox
	{
		background-color: Teal;
	}
	
.FrontpageBoxHeader
	{
		font-weight: bolder;
		font-size: 12pt;
		color: Black;
		font-family: Verdana, Arial;
		margin-top: 5px;
		margin-bottom: 5px;
	}

.lblEdit
	{
		font-weight: bolder;
		font-size: 8pt;
		color: royalblue;
		font-family: Verdana, Arial;
	}

.lblAuto
	{
		font-weight: bolder;
		font-size: 8pt;
		color: maroon;
		font-family: Verdana, Arial;
	}	

.lblNormal
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Black;
		font-family: Verdana, Arial;
	}
	
.btnNormal 
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Black;
		font-family: Verdana, Arial;
		display:none;
	}
/*Table element classes*/
.tblNormal
	{
		font-weight: normal;
		font-size: 8pt;
		color: Black;
		font-family: Verdana, Arial;
		background-color: White;
	}
	
.tdNormal
	{
		font-weight: normal;
		font-size: 8pt;
		color: Black;
		font-family: Verdana, Arial;
	}
	
.tdNormalBorder
	{
		font-weight: normal;
		font-size: 8pt;
		color: Black;
		font-family: Verdana, Arial;
		border-style:solid;
		border-width: 2px;
		border-color: LightGray;
	}
	
.tdAuto
	{
		font-weight: bold;
		font-size: 8pt;
		color: maroon;
		font-family: Verdana, Arial;
		border-style:solid;
		border-color: LightGray;
	}
	
.tdNormalBold
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Black;
		font-family: Verdana, Arial;
	}
	
.tdNormalBoldBorder
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Black;
		font-family: Verdana, Arial;
		border-style:solid;
		border-width: 1px;
		border-color: LightGray;
	}
	
.tdHeadNormalBold
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Black;
		background-color: Lightgrey;
		font-family: Verdana, Arial;
		border-style:solid;
		border-color: LightGray;
	}
	
.NormalTable
	{
		border-style:solid;
		border-color: LightGrey;
		border-width: 1px;
	}

.tdNormalBoldNotSelected
	{
		color: Red;
	}
	
.tdNormalBoldSelected
	{
		color: Green;
	}
	
.labErrMsg
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Red;
		font-family: Verdana, Arial;
	
	}
	.dgHeader
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Black;
		font-family: Verdana, Arial;
		background-color: #dcdcdc;
	}
	
	/*Error message classes*/
.ErrMsgDebug
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Red;
		font-family: Verdana, Arial;
	
	}
.ErrMsgUser
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Blue;
		font-family: Verdana, Arial;
	
	}
.ErrMsgBLL
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Green;
		font-family: Verdana, Arial;
	
	}	

.TreeContent { FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: black; FONT-FAMILY: Verdana }
.TreeNodeStyle { FONT-WEIGHT: bolder; FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana }

.ApplicantTableHeader
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Black;
		font-family: Verdana, Arial;
		background-color: #dcdcdc;
	}
	
.TaskTableHeader
	{
		font-weight: bolder;
		font-size: 8pt;
		color: Black;
		font-family: Verdana, Arial;
		background-color: #dcdcdc;
	}

.GridItemGreen
	{
		background-color:Green;
	}
	
.ProSikSiteLabel
	{ 
		background-color:Aqua;
		border-left: medium none;
		border-right: medium none;
		border-top: medium none;
		border-bottom: medium none;
		font-weight: bolder;
		font-size: 9pt;
		color: White;
		font-family: Verdana;
		background-color: Black;
	}
	
	
.ProSikTitle_2
	{
	color: midnightblue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	11pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
	
.ProSikTitle_3
	{
	color: midnightblue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	9pt;
	font-weight:	900;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

.trTaskActive
	{
		background-color: White;
	}
	
.trTaskNonactive
	{
		background-color: #dcdcdc;
	}
	
.trTaskActiveSlave
	{
		background-color: #dcdcdc;
	}

.TaskListHeader
	{ 
		background-color:Aqua;
		border-left: medium none;
		border-right: medium none;
		border-top: medium none;
		border-bottom: medium none;
		font-weight: bolder;
		font-size: 9pt;
		color: White;
		font-family: Verdana;
		background-color: Black;
	}

A.inactive:link	{	
	text-decoration:	none;
	color:	gray;
	}	
		
A.inactive:visited	{	
	text-decoration:	none;
	color:	gray;
	}	
		
A.inactive:active	{	
	text-decoration:	none;
	color:	gray;
	}	
		
A.inactive:hover	{	
	text-decoration:	underline;
	color: gray;
	}
	
A.active:link	{	
	text-decoration:	none;
	color:	Fuchsia;
	}	
		
A.active:visited	{	
	text-decoration:	none;
	color: Fuchsia;
	}	
		
A.active:active	{	
	text-decoration:	none;
	color:	Fuchsia;
	}	
		
A.active:hover	{	
	text-decoration:	underline;
	color: Fuchsia;
	}

.inactive	{	
	color: gray;
	}
	
.active	{	
	color: green;
	}
	
.ApplicantNotaccepted	{	
	color: red;
	}
	
.ApplicantAccepted	{	
	color: green;
	}
		
.txtReportHeader1
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

.txtReportHeader2
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

.txtReportHeader3
	{
		font-weight: bolder;
		font-size: 8pt;
		font-style: italic;
		color: Black;
		font-family: Verdana, Arial;
	}