﻿.gridview
{
	margin-top: 1em;
}

/*

active:   #336699
inactive: #023365

*/

BODY
{
	font-family: Arial;
	font-size: 12px;
}

BODY.MENU 
{
	background-color: #DCDCDC;
}

FORM
{
	/*width: 800px;*/
	/* background-color: White;
	 border: solid 1px black;
	 padding: 5px 5px 5px 5px;*/
	
}

TD 
{
	font-size: 12px;
	font-family: arial;
} 

H1 
{
	color: Black;
	font-size: 16px;
	font-family: Arial;
}

fieldset
{
	padding: 1em;
	
}

.required
{
	color: Red;
	font-size: large;
}

.PagerStyle
{
	background-color: #999999;
	color: Navy;
	font-size: medium;
	height: 25px;
}

A:LINK		
{
	Text-Decoration: underline; 
	color:  black;
	font-size: 12px;
	font-family: Arial;
} 
	
	
A:VISITED	
{
	Text-Decoration: underline; 
	color: black;
	font-size: 12px;
	font-family: Arial
	}
	
A:HOVER		
{
	Text-Decoration: underline; 
	color: #336699;
	font-size: 12px;
	font-family: Arial;
}

	
.TableHeader
{
	border: solid 1px silver;
}

.BEOORDELINGAFGEWEZEN
{
	background-color: #FFFFF0;
	border: solid 1px red;
}


.GridCaption
{ 
	border: solid 1px #336699;
	background-color: #336699;
	color: White;
}

TD.GridCaption
{
	font-size:small;
	/*font-weight: bold;*/
}

.TableCaption /* ipv complete TABLE outline */
{
	background-color: #d4d0c8;
	height: 30px;
	width: 100%;
	padding: 7px 7px 7px 7px;
}

.Indent 
{
	padding-left: 25px;
}

.tip {color: gray;}

.q /* question */
{
	
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.qc /* question chapter */
{
	color: Gray; 
	font-style:normal;
}


.qa /* question answer */
{
	font-family: Arial;
	font-size: 12px;
	color: black;
}

.Red
{
	color:Red;	
}

.Control 
{
	Text-Decoration: none; 
	color: black; 
	font-size: 12px; 
	font-family: Arial;
	background-color: ButtonFace;
	height: 25px;
}

.Control2
{
	Text-Decoration: none; 
	color: White; 
	font-size: 12px; 
	font-family: Arial;
	background-color: #336699;
	border: solid 1px black;
	cursor:hand;
}

.Control3
{
	Text-Decoration: none; 
	color: White; 
	font-size: 10px; 
	font-family: Arial;
	background-color: #336699;
	border: solid 1px black;
	cursor:hand;
	height: 18px;
}

.ControlAccept
{
	Text-Decoration: none; 
	color: black; 
	font-size: 12px; 
	font-family: Arial;
	background-color: ButtonFace;
}

.ControlReject
{
	Text-Decoration: none; 
	color: black; 
	font-size: 12px; 
	font-family: Arial;
	background-color: ButtonFace;
}

/* pager */
.PagerFilter
{
	border: solid 1px #d4d0c8;
	cursor: hand;
	background-image: url(images/pager/filter.gif);
	background-repeat: no-repeat;
	background-position: -1 -1;
} 

.PagerFirstEnabled
{
	border: solid 1px #d4d0c8;
	cursor: hand;
	background-image: url(images/pager/firstenabled.gif);
	background-repeat: no-repeat;
	background-position: -1 -1;
} 
.PagerFirstDisabled
{
	border: solid 1px #d4d0c8;
	cursor: default;
	background-image: url(images/pager/firstdisabled.gif);
	background-repeat: no-repeat;
	background-position: -1 -1;
} 

.PagerPrevEnabled
{
	border: solid 1px #d4d0c8;
	cursor: hand;
	background-image: url(images/pager/prevenabled.gif);
	background-repeat: no-repeat;
	background-position: -1 -1;
} 
.PagerPrevDisabled
{
	border: solid 1px #d4d0c8;
	cursor: default;
	background-image: url(images/pager/prevdisabled.gif);
	background-repeat: no-repeat;
	background-position: -1 -1;
} 

.PagerNextEnabled
{
	border: solid 1px #d4d0c8;
	cursor: hand;
	background-image: url(images/pager/nextenabled.gif);
	background-repeat: no-repeat;
	background-position: -1 -1;
} 
.PagerNextDisabled
{
	border: solid 1px #d4d0c8;
	cursor: default;
	background-image: url(images/pager/nextdisabled.gif);
	background-repeat: no-repeat;
	background-position: -1 -1;
} 

.PagerLastEnabled
{
	border: solid 1px #d4d0c8;
	cursor: hand;
	background-image: url(images/pager/lastenabled.gif);
	background-repeat: no-repeat;
	background-position: -1 -1;
} 
.PagerLastDisabled
{
	border: solid 1px #d4d0c8;
	cursor: default;
	background-image: url(images/pager/lastdisabled.gif);
	background-repeat: no-repeat;
	background-position: -1 -1;
}

.PageInfo_old 
{ 
	/*border: solid 2px black; */
	background-color:  #DCDCDC; /* #F7F1B0; */
	height: 25px;
	padding: 5px 5px 5px 5px;
}
	
.InfoTable 
{ 
	border: solid 2px black;
	background-color: #F7F1B0;
	height: 35px;
	padding: 5px 5px 5px 5px;
}

.INFO
{
	color: #023365;
	font-style:italic;
}

.MELDING
{
	background-color: #DCDCDC;
	color: Black;
	border: solid 1px #336699;
}

.BOTTLENECKMODIFIED
{
	border: solid 2px green;
}


.GHeaderStyle
{     
     font-family: Arial;
     font-size: 12px;
     font-weight:bold;
     color:White;
     background-color: #336699;
}

.GPagerStyle
{     
     font-family: Arial;
     font-size: 12px;
     color: #336699;

}

.GAlternatingItemStyle
{     
	font-family:Arial;
	font-size: 12px;
	color: Black;
	background-color: #F5F5F5;
}

.GItemStyle
{
	font-family:Arial;
	font-size: 12px;
	color: Black;
	background-color: White;
}

.GSelectedItemStyle
{
	font-family:Arial;
	font-size: 12px;
	color: Black;
	background-color: Olive;
}

.HeaderStyle
{     
     font-family: Arial;
     font-size: 12px;
     color: White;
     background-color: #336699;
     text-align: left
}
.HeaderStyle th
{     
	text-align: left
}

.HeaderStyle2
{     
     font-family: Arial;
     font-size: 12px;
     color: Black;
     background-color: Silver;
     font-weight: bold;
}

.AlternatingItemStyle
{     
	font-family:Arial;
	font-size: 12px;
	color: Black;
	background-color: #DCDCDC;
}

.AlternatingItemStyle2
{     
	font-family:Arial;
	font-size: 12px;
	color: Black;
	background-color: #F5F5F5;
}

.ItemStyle
{
	font-family:Arial;
	font-size: 12px;
	color: Black;
	background-color: White;
}

.ItemStyleCondition
{
	font-family:Arial;
	font-size: 12px;
	color: Black;
	background-color: #FFFFE0;
	
}

.SelectedItemStyle
{
	font-family:Arial;
	font-size: 12px;
	color: Black;
	background-color: Olive;
}


.ItemStylePath
{
	font-family:Arial;
	font-weight:bold;
	color: White; 
	background-color: #336699;
}

.textset 
{
	color:Black;
}

.textnotset 
{
	color: Silver;
}

.ValidationSummary
{
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	background-color: #F5F5F5;
	color: Red;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	font-weight:bold;
}

.TASKTABLE
{
	background-color: #336699;
	color: White;	
	font-weight: bold;
	height: 50px;
	padding: 5px 5px 5px 5px;
	text-align: center;
}
TR.TASKTABLE
{
	background-color: White;
	border: solid 1px #336699;
	color: Black;
	font-weight: normal;
	height: auto;
	text-align: left;
}

.CONFIRMATION_SUCCESS
{
	background-color: #C0FFC0;
	border: solid 1px green;
}

.REPORT
{
	background-color: White;
	border-left: solid 2px black;
    border-top: solid 2px black;
    border-right: outset 4px black;
    border-bottom: outset 4px black;
    padding: 5px 5px 5px 5px;
}

.HeaderInformation
{
	color: White;
}

.TaskStatusGreen
{
	color: Green;
}

.TaskStatusOrange
{
	color: Orange;
}

.TaskStatusRed
{
	color: Red;
}

TD.TaskFullWorkplaceName
{
	font-weight:bold;
	font-style:italic;
	font-size: 11px;
}

TR.Legend TD
{
	font-size: 11px;
}

.PrioritizeScore
{
	width: 240px;
}

.PrioritizeCount
{
	width: 20%;
}

.PrioritizeWorkplaceColumn
{
	width: 40%;
}

fieldset span.label
{
	float: left;
	vertical-align: top;
	margin-right: 0.5em;
	padding-top: 0.2em;
	text-align: right;
}

fieldset .button
{
	/*float: right;
	margin-left:5px;   */
}

.dropdownlist
{
	border: 1px solid #FFFFFF;
	color: black;
	background-color: #F2F2F2;
	font-size: 1em;
}

.button
{
	/*border: 1px solid #FFFFFF;
	color: black;
	background-color: #bfadcc;*/
	font-size: 1em;
}

.txtBox 
{
	border: 1px solid #666666;	
	background-color: #FFFFFF;
}
