/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #ABB56E;
	color:#FFFFFF;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-attachment: fixed;
	background-image: url(images/main-bg2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	*/
}

TABLE{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

a:link       { color: #4F5434; font-family: Arial; font-size: 10pt; text-decoration: underline}
a:visited    { color: #4F5434; font-family: Arial; font-size: 10pt; text-decoration: underline}
a:active     { color: #4F5434; font-family: Arial; font-size: 10pt; text-decoration: underline}
a:hover     { font-family: Arial; color: #d2d865; font-size: 10pt; text-decoration: underline}

.a2:link       { color: #4F5434; font-family: Arial; font-size: 8pt; text-decoration: underline}
.a2:visited    { color: #4F5434; font-family: Arial; font-size: 8pt; text-decoration: underline}
.a2:active     { color: #4F5434; font-family: Arial; font-size: 8pt; text-decoration: underline}
.a2:hover     { font-family: Arial; color: #d2d865; font-size: 8pt; text-decoration: underline}

.adres       { color: #2c2c2c; font-family: Arial; font-size: 8pt; text-decoration: none}
.adres a:link       { color: #2c2c2c; font-family: Arial; font-size: 8pt; text-decoration: none}
.adres a:visited    { color: #2c2c2c; font-family: Arial; font-size: 8pt; text-decoration: none}
.adres a:active     { color: #2c2c2c; font-family: Arial; font-size: 8pt; text-decoration: none}
.adres a:hover     { font-family: Arial; color: #2c2c2c; font-size: 8pt; text-decoration: underline}

.tableHeight {height: 100%;}
.titel{font-size:11pt; color:#2c2c2c; font-weight:bold;}
.titel:link       {font-size:11pt; color:#2c2c2c; font-weight:bold;}
.titel:visited    {font-size:11pt; color:#2c2c2c; font-weight:bold;}
.titel:active     {font-size:11pt; color:#2c2c2c; font-weight:bold;}
.titel:hover     {font-size:11pt; color:#2c2c2c; font-weight:bold;}
.groenkader{border:#505435 solid 1px;}

/*
.stylerood {color: #c9252b;}
*/
.validator {color: #505435;font-size:8pt;}
.validatortext {color: #505435;}
input.stylebutton { font-size: 8pt; color: #ffffff; background-color:#505435; border:solid 1px;}
textarea, input, select { font-size: 8pt; font-family: Arial, Verdana;}

/*
.route:link       { color: #c9252b; font-family: Arial; font-size: 8pt; text-decoration: none}
.route:visited    { color: #c9252b; font-family: Arial; font-size: 8pt; text-decoration: none}
.route:active     { color: #c9252b; font-family: Arial; font-size: 8pt; text-decoration: none}
.route:hover     { font-family: Arial; color: #c9252b; font-size: 8pt; text-decoration: none}
*/

/*
.menulijn {color: #ffffff;font-family: Arial; font-size: 8pt; background:#c6c7cb;}
*/
.menu {color: #2c2c2c;font-family: Arial; font-size: 8pt;}
.menu:link       { color: #2c2c2c; font-family: Arial; font-size: 8pt; text-decoration: none}
.menu:visited    { color: #2c2c2c; font-family: Arial; font-size: 8pt; text-decoration: none}
.menu:active     { color: #2c2c2c; font-family: Arial; font-size: 8pt; text-decoration: none}
.menu:hover     { font-family: Arial; color: #ffffff; font-size: 8pt; text-decoration: none}
/*
.menuselected {color: #c9252b;font-family: Arial; font-size: 8pt; background:#c6c7cb;}
.menuselected:link       { color: #c9252b; font-family: Arial; font-size: 8pt; text-decoration: none}
.menuselected:visited    { color: #c9252b; font-family: Arial; font-size: 8pt; text-decoration: none}
.menuselected:active     { color: #c9252b; font-family: Arial; font-size: 8pt; text-decoration: none}
.menuselected:hover     { font-family: Arial; color: #c9252b; font-size: 8pt; text-decoration: none}
*/

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
font-size:11pt; color:#2c2c2c; font-weight:bold; margin-left:15px;
	}	
		
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;
	}	
	
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;
	}	
	
.kader { border:#505435 solid 2px; }


.modalProgressGreyBackground 
{
    background:#CCCCCC;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalProgressRedBackground 
{
    background:Red;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalPopup
{
    text-align:center;
    padding-top: 30px; 
    border-style:solid; 
    border-width:1px; 
    background-color:White; 
    width:300px; 
    height:50px;
}

.DIVPagination ul 
{
    margin:0;
    padding:0;  
}

.DIVPagination ul li
{
    float:left;
    text-decoration:none; 
    margin:0;
    padding:0;  
    padding-left:5px;
    list-style:none;
    list-style-type:none;
}

.DIVPagination{text-align: right; width: 670px;}

.searchbox{padding:24px 0 0 25px;height:43px;background:#4F5434 url(../images/main-left-title.jpg) no-repeat top left;}
.searchbox a:link,.searchbox a:active,.searchbox a:visited,.searchbox a:hover{
    color: #ffffff;
    font-family: Arial;
    font-size: 10pt;
    text-decoration: none;
    display:block;
    padding:8px 0;
    width:207px;
    text-align:center;
    background-color:#DF0000;
    text-transform:uppercase;
    font-weight:bold;
    }
    
    .searchbox span{position:relative;top:-2px;}
