/*
	Styles.css
	----------
	This stylesheet controls colors and borders of the EnterCon Application.  This stylesheet can be altered to the Client's Branding.
*/
html, body { 
height: 100%;
} 


BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
	SCROLLBAR-FACE-COLOR: #333333;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #F8E600;
	SCROLLBAR-3DLIGHT-COLOR: #333333;
    SCROLLBAR-ARROW-COLOR: #F8E600;
    SCROLLBAR-TRACK-COLOR: #F8E600;
}

/*-------- H Styles ---------*/

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
    font-family: Verdana;
    text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-style:	normal;

}
H1	{	
	font-size:	18px;
	font-weight:	700;
	}	
		
H2	{	
	font-size:	16px;
	font-weight:	700;
	}	
		
H3	{	
	font-size:	14px;
	font-weight:	500;
	}	
		
H4	{	
	font-size:	12px;
	font-weight:	500;
	}	
		
H5, DT	{	
	font-size:	10px;
	font-weight:	700;
	}	
		
H6	{	
	font-size:	10px;
	font-weight:	700;
	}	
		
TFOOT, THEAD	{	
	font-size:	10px;
	}	
		
/*-------- General Link Styles ---------*/
	
A:link	{
	text-decoration: none;
	font-size:11px;
	}	
				
A:hover	{	
	font-size:11px;
	}
	
A:visited	{
	text-decoration: none;
	font-size:11px;
	}	
	
A.removedlink
 {
	font-style: italic;
	cursor:default;
	font-size:11px;
 }
A.versionlink
{
	text-decoration: none;
	font-size:11px;
	color: Black
}
/*-------- List Styles ---------*/
	
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;
	}	

/*-------- Button Style --------- */

.button{
	background-color:black;
	Filter: Alpha(Opacity=35, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=0, FinishY=500);
	color: #F8E600;
	height: 20px;
	width: auto;
	font-weight: bold;
	font-size: 10px;
	cursor: hand;
	text-align: center;
	padding-top:2px;
	padding-bottom:4px;
	border:1px solid #999999;
}

.PreviewButton{
	background-color:black;
	Filter: Alpha(Opacity=35, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=0, FinishY=500);
	color: #F8E600;
	width: auto;
	font-weight: bold;
	font-size: 9px;
	cursor: hand;
	text-align: center;
	border:1px solid #999999;
}
/*-------- Main Background Styles ---------*/

table.LoginBackground
{
	color : black;
	background-color: #F8E600;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px black;
}
table.AdminBackground
{
	background-color: #F8E600;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px black;
}

table.Background
{
	color : black;
	background-color: #F8E600;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px black;
}
table.PopUpBackground
{
	color : black;
	background-image: url(/images/popupbg.gif);
	font-size: 12px;
	font-weight: bold;
	border: solid 1px black;
	background-repeat: repeat-y;
	background-color:#7F7930;
}

/*--------  Header & BreadCrumb Area 

** Defined in Header.css and BreadCrumb.css **

---------*/	

/*-------- LeftNavigation Area 

** Defined in LeftNavigationStyles.css **

---------*/
	
/*-------- Content Area ---------*/

span.Message {
	color: Red ;
	font-size: 11px;
	font-weight: bold;
}
.NormalText
{
	font-size:11px;
	font-family:verdana;
	font-weight:normal;
}
	
TABLE.contour
{
    BORDER-RIGHT: 0px;
    BORDER-TOP: 0px;
    MARGIN: 0px;
    BORDER-LEFT: 0px;
    BORDER-BOTTOM: 0px
}

table.contentarea
{
border: 1px #333333 solid;	
	}

td.Live {
	border-bottom: dotted 1px #000000;
	border-top: dotted 1px #000000;
	border-left: dotted 1px #000000;
	border-right: dotted 1px #000000;
	font-size: 11px; 
	padding: 4px;
}

td.EditClass
{
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
	font-weight:bold;
	background-color:#cccccc;
	padding-left: 6px;
	color: black;
	}

td.LiveClass
{
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom: 1px solid #dddddd;
	font-size: 12px;
	font-weight:bold;
	background-color:#dddddd;
	padding-left: 6px;
	color: #666666;
	}

td.BrowseClass
{
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
	border-bottom: 1px solid #eeeeee;
	font-size: 12px;
	font-weight:normal;
	background-color:#eeeeee;
	padding-left: 6px;
	color: #bbbbbb;
	}

td.subtitle 
{
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none;	
}

td.subtitle a
{
	color:Black;
}

td.Title
{
	font-size:14px;
	font-weight:bold;
}

table.Quicklinks 
{
	background-color:#FCF48A;
	color: Black;
	font-size:10px;
	border: 1px solid black;
	margin-left:15px;
	}
td.Quicklinks 
{
	background-color:#FCF48A;
	color: Black;
	font-size:10px;
	}

td.Quicklinksbg
{
	background-image:url(/Images/man.jpg);
	background-repeat:no-repeat;
	color: Black;
	font-size:10px;
	}
	
td.Quicklinks a
{
	background-color:#FCF48A;
	color: Black;
	font-size:10px;
	}
	
.defaultContainerLayout
{
	font-size:11px;
	font-family:Verdana;
}
.DataHeader	{	
	text-decoration:	none;
	background-color:	#000000;
	color: #ffffff;
	font-size:11px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: none;
	padding-top: none;
	height: 16px;
	font-weight: bold;
	width:100%;
	}
	
.DataHeader	a {	
	text-decoration:	none;
	background-color:	#000000;
	color: #ffffff;
	font-size:11px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: none;
	padding-top: none;
	height: 16px;
	font-weight: bold;
	width:100%;
	}
.DataHeader	a:link{	
	text-decoration:	none;
	background-color:	#000000;
	color: #ffffff;
	}
.DataHeader	a:hover{	
	text-decoration:	none;
	background-color:	#000000;
	color: #ffffff;
	}
	
.DataHeader	a:visited{	
	text-decoration:	none;
	background-color:	#000000;
	color: #ffffff;
	}
.DataHeader	a:visited:hover{	
	text-decoration:	none;
	background-color:	#000000;
	color: #ffffff;
	}
.data
{
	font-size:11px;
}

/*-------- Preview Area ---------*/
table.PreviewTable
{
	border: 2px solid maroon;
	padding:10px;
	font-size: 11px;
	width:100%;
	background-color:#eeeeee;
}

table.PreviewPropertiesTable
{
	border: 1px solid black;
	border-right:2px solid #333333;
	border-bottom: 2px solid #333333;
	padding-left: 4px;
	padding-right:4px;
	font-size: 11px;
	margin-left: 30px;
	}
	
/*-------- Registration Content Area ---------*/

TD.DottedHeader 
{
	border-bottom: 1px dotted #666666;
	font-size: 11px;
	font-weight: bold;
	padding-left:20px;
	height:25px;
}
TD.HorizontalDots 
{
	border-left: 1px dotted #666666;
}
DIV.ConnectedPage {border: thick outset salmon; width:100%;height : 100%;}

/*--------  Footer Area 

** Defined in Footer.css **

---------*/	

.listing
{
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	background-color: #f8e600;
	text-align: center;
}

/* laatste wijziging homepage 02/2007 */

.bg_flash {
	background-image: url(../img/bg_geel.jpg);
	background-repeat: no-repeat;	
}