/*
Copyright Ingram Micro UK, all rights reserved
http://www.ingrammicro.co.uk
*/

A{
	text-decoration: none;
}
A:link
{
	color: #003399;
	text-decoration: none;
}
A:visited
{
	color: #003399;
	text-decoration: none;
}
A:active
{
	color: #003399;
	text-decoration: none;
}
A:hover
{
	color: #C0003E;
	text-decoration: none;
}
HR
{
background-color:#CCCCCC;}
BODY 
{	
	margin-left:2px;
	margin-right:2px;
	margin-top:2px;
	scrollbar-face-color: #E7EBEB;
	scrollbar-highlight-color: #;
	scrollbar-3dlight-color: #F0F0F0;
	scrollbar-darkshadow-color: #;
	scrollbar-shadow-color: #BBCCDD;
	scrollbar-arrow-color: #003399;
	scrollbar-track-color: #E7EBEB;
}

FORM{
	padding: 0px;
	margin: 0px;
}

TEXTAREA, INPUT, SELECT
{
	color: #000000;
	font: 8pt verdana;
	font-family:Verdana, Arial;
	font-weight: normal;
	text-decoration: none;
	background: white;
	border: 1px solid #006699;
}

.radio
{
	color: #000000;
	font: 8pt verdana;
	font-family:Verdana, Arial;
	font-weight: normal;
	text-decoration: none;
	background: #EFEFEF;
	border: 0;
}

.titel_menu
{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.tekst_menu
{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #003399;
}

.tekst_zwart
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.tekst_blauw
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
}

.tekst_groter
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.tekst_groter_blauw
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
}

.titel
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003399;
	font-weight: bold;
}

.tussentitel
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003399;
	font-weight: bold;
}

.copyright
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
}

.copyright_wit
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.knop
{
	color: #000000;
	background-color: #EEEEEE;
	border-color: #000000;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	font-family: Verdana,tahoma,Arial;
	font-size: 10px;
	font-weight: bold;
	cursor:hand;
}

.tabel_donkergrijs
{
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.table-header
{
	background-color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
/*
*** New style elements copied from the corporate site main.css
 */
/*
 * h3: white text, dark blue background, rounded corners, allows for an icon
 * in the left-hand corner.
 * An h3 element must include a span with 'helpicon' style (with &nbsp; if nothing else)
 * to get the rounded top right-hand corner. 
 */
.searchicon
{
	float: left;
}
h3
{
	zoom:1;
	padding: 0;
	font-size: xx-small;
	margin: 0px; 
	font-family: Verdana, Helvetica; 
	font-weight: normal;	
}	

h3
{
	font-weight: bold;	
}
h3
{
	padding: 0 0 2px 0px;
	line-height: 170%;
	background: url(../IMBE/images/topleft.png) no-repeat left top;
	border: none;
	background-color: #006699;
	color: #ffffff;
}

h3 a
{
	color: #ffffff;
	text-decoration: underline
}

h3 a:hover
{
	color: #ffffff;
}

.helpicon
{
	float: right;
}

h3 .helpicon, h4 .helpicon
{
	background: url(../IMBE/images/topright.png) no-repeat right top;	
}
.panel
{
	zoom:1;
	border: none;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	margin-bottom: 5px;
}
div.yuimenu ul.first-of-type,
div.yuimenu ul.hastitle,
div.yuimenu h6.first-of-type {

    border-width:0;

}
/*
    Applying a width triggers "haslayout" in IE so that the module's
    body clears its floated elements
*/
div.yuimenubar div.bd {

    width:100%;

}
div.bd ul {

    list-style-type:none;
    border:solid 1px #c4c4be;
    border-width:1px 0 0 0;
    margin:0;
    padding:0px 0;

}
div.bd li.yuimenuitem {

    padding:0px 0px 0px 6px;
}