/* Default CSS Stylesheet for a new Web Application project */

		
body 
{
}

TD
{
	font-family: Verdana;
	font-size: .7em;
	margin-left:10;
}

A:link	{	
	text-decoration:	underline;
	}	
		
A:visited	{	
	text-decoration:	underline;
	}	
		
A:Actief	{	
	text-decoration:	underline;
	}	
		
A:hover	{	
	text-decoration:	underline;
	}

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;
	}	



/* Start Menu Classes. */
.UIMenuContainer
{
	cursor: default;
}
.UIMenu
{
	font-size: .7em;
	font-weight:  normal ;
}
.UIMenuSeparator
{
	font-size: .7em;
	font-weight: normal;
}
.UIMenuSelected
{
	font-size: .7em;
	font-weight: normal;
}
.UIMenuSubSelected
{
	font-size: .7em;
	font-weight: normal;
}

.UIMenu A:link	{	
	text-decoration:	none;
	}	
		
.UIMenu A:visited	{	
	text-decoration:	none;
	}	
		
.UIMenu A:Actief	{	
	text-decoration:	underline;
	}	
		
.UIMenu A:hover	{	
	text-decoration:	underline;
	}
	
.UIMenuSelected A:link	{	
	text-decoration:	underline;
	font-weight : bold;
	}	
		
.UIMenuSelected A:visited	{	
	text-decoration:	underline;
	font-weight : bold;
	}	
		
.UIMenuSSelected A:Actief	{	
	text-decoration:	underline;
	font-weight : bold;
	}	
		
.UIMenuSelected A:hover	{	
	text-decoration:	underline;
	font-weight : bold;
	}
	
	
.UIMenuSubSelected A:link	{	
	text-decoration:	none;
	font-weight : bold;
	}	
		
.UIMenuSubSelected A:visited	{	
	text-decoration:	none;
	font-weight : bold;
	}	
		
.UIMenuSubSelected A:Actief	{	
	text-decoration:	none;
	font-weight : bold;
	}	
		
.UIMenuSubSelected A:hover	{	
	text-decoration:	underline;
	font-weight : bold;
	}
/* End Menu Classes. */

.UIErrorContainer
{
	color:#FFAE00;
}


/* Content Classes. */
.UIHeader, .UIHeader td
{
	font-size: 1.5em;
	font-weight: bold;
}


/*
input.typeText{
	border:1px solid #000;
	margin-bottom:2px;
	padding:4px 5px 4px 5px;
	
	height:24px;
	
	background:#fffff2 url(/Themes/Default/input_background.gif) no-repeat left top;
	
	
	vertical-align:middle;
	}

input.typeButton {
	margin-bottom:2px;
	padding:4px 5px 4px 5px;
	
	height:24px;
	
	vertical-align:middle;
	}*/
