/* ThemeOfficeMenu Style Sheet */
#inlogNaam {
	width:295px;
	text-align:left;
	float:left;
}

div#myMenuid a , div#itemCalMenu a {
	font-size:8pt;
}

.ThemeOfficeMenu, .ThemeOfficeSubMenuTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;font-size: 8pt;
	padding:0;
	white-space: nowrap;
	cursor:pointer;
}

.ThemeOfficeSubMenu {
	position: absolute;
	visibility: hidden;

	/*
	Netscape/Mozilla renders borders by increasing
	their z-index.  The following line is necessary
	to cover any borders underneath
	*/
	z-index: 100;
	border: 0;
	padding: 0;
	overflow: visible;
	border: 1px solid #8C867B;
}

.ThemeOfficeSubMenuTable {
	overflow: visible;
}

.ThemeOfficeMainItem, .ThemeOfficeMainItemHover, .ThemeOfficeMainItemActive,
.ThemeOfficeMenuItem, .ThemeOfficeMenuItemHover, .ThemeOfficeMenuItemActive {
	font-family: Tahoma, Verdana, arial, sans-serif; 
	font-size:8pt;
	border:0;
	cursor:pointer;
	white-space:nowrap;
}

.ThemeOfficeMainItem {
	background-color: #EEEEEE; 
	border: 1px solid #BBBBBB; 
	color: #000000; 
	padding-left: 1px; 
	padding-right: 1px; 
	padding-bottom: 1px; 
	padding-top: 1px; 
	text-align: center; 
	vertical-align: middle; 
	width: 60px;
}

.ThemeOfficeMainItemHover, .ThemeOfficeMainItemActive {		
	 background-color: #CCCCCC; 
	border-left: 1px solid #003399; 
	border-top: 1px solid #003399; 
	border-right: 1px solid #003399; 
	border-bottom: 1px solid #003399; 
	color: #000000; 
	padding-left: 1px; 
	padding-right: 1px; 
	padding-bottom: 1px; 
	padding-top: 1px; 
	text-align: center; 
	vertical-align: middle; 
	width: 60px;  
	text-decoration:underline;
}

.ThemeOfficeMenuItem{
}

.ThemeOfficeMenuItemHover, .ThemeOfficeMenuItemActive {
	background-color: #EEEEEE;
}


/* horizontal main menu */
.ThemeOfficeMainFolderText, .ThemeOfficeMainItemText {
}

/* sub menu sub components */
.ThemeOfficeMenuFolderText, .ThemeOfficeMenuItemText {
	font-family: Tahoma, Verdana, arial, sans-serif; 
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	height:18px;
	background-color: #CCCCCC; 
	vertical-align: middle; 
	width: 100%;; 
	color: #000000; 
	font-size: 8pt; 
	text-decoration: underline;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderText,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemText	{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap; 
	height:18px;
	background-color: #EEEEEE; 
	border: 0px solid #BBBBBB; 
	width:100%;
	color: #000000;  
	vertical-align: middle; 
	text-decoration:none;	
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderRight,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemRight {
	padding-top:3px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 1px;
	border: 0;
	background-color: inherit;
}                                    

.entryLabel, .entryValue, .entryEdit{font-size:11px;font-family: Verdana, Helvetica, sans-serif; color:#000000;}
.entryEdit {border:1px solid #7F9DB9}          
.loggedin {            
	font-family:Verdana, Arial, Helvetica;
	font-size: 9px;
	font-weight: normal; 
	color: #333333;}
	
	input.button { 

	color:#000000;

	background-color: #EEEEEE; 

	border: 1px solid #BBBBBB; 

	font-family: Tahoma, Arial, Helvetica, sans-serif; 

	font-size: 8pt; 

}



input.button-over { 

	color:#000000;

	background-color: #CCCCCC; 

	border: 1px solid #003399; 

	font-family: Tahoma, Arial, Helvetica, sans-serif; 

	font-size: 8pt; 

	text-decoration: underline; 

}



input.text {

	font-family: Tahoma, Arial, Helvetica, sans-serif; 

	font-size: 8pt; 

}



textarea.text	{

	font-family: Tahoma, Arial, Helvetica, sans-serif; 

	font-size: 8pt; 

	text-align: left; 

}
