﻿*{	/* Make sure all browsers use the same box system */
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

.colorhead{ /* used for the background color of the header*/
	background-color: #ffffff;
	background-repeat:repeat-x;
}

.colorback{ /* used for the background color */
	background-color: #ffffff;
}

.colortitle{ /* used for the title text color */
	color:#888888;
}

.colorbar{ /* used for the textcolor of the items on the bar */
	color:#000000;
}

.colordoc{ /* used for the background color of the document */
	background-color:#FFFFFF;
}

.colordark{ /* used for inactive tabs */
	background-color:#7DC500;
	background-image:url('');
}

.colorborder,.Menu { /* used for the borders of the menu, document, tabs and menu on the right */
	border-color:#000000;
}

.colorbutton{ /* used for buttons, menu-itmes on the right and for the header of the mark-tool popup */
	background-color:#C7C8D6;
}

.colorbuttonover{ /* used for buttons mouseover */
	background-color:#DBDCE5;
}

.backmenu{ /* used for the background of the menu on the left */

}

.backright{ /* used for the background of the menu on the right */
	background-image:url('../images/back_menu_right.gif');
	background-repeat:repeat-y;
}

.highlight { /* used for the backgroundcolor of highlighted words done by search */
	background-color:#FF0000;
}






.textmarkRemark{/*color of marking with tooltipcomment*/
    background-color: #ffff00;
}
.textmarkEmpty{/*color of marking no tooltipcomment*/
    background-color: #90EE90;    
}
.embedmarkRemark{/*color of marking with tooltipcomment in embedded field*/
    background-color: #f4a460;    
}
.embedmarkEmpty{/*color of marking no tooltipcomment in embedded field*/
    background-color: #32cd32;    
}

.Header{ /* used for the background of the marking-menu closebar */
	background-color: #5A2CA4;
}

BODY {
	font-size:10pt;
}
TD {
	font-size:10pt;
}




/*1406 RT Styles for the new print and save button*/
.button_print 
{	
	visibility:hidden;
	float:right;
	margin-top:10px;		
}
.button_save
{
	visibility:visible;
}	
.button_print,
.button_save 
{		
	height : 19px;		
	width: 36px;
	cursor: pointer;
	font-size: 8pt;
	font-family:arial;
	text-align:center;	
	margin-top:2px; 	
}
.button_print a,
.button_save a  {
	display: block;
	height: 19px;
}

.button_print a:link,
.button_print a:visited,
.button_save a:link,
.button_save a:visited {
    background-color: #C0C0C0;
    color: #000000;
    text-decoration: none;
    padding-left:3px;
    padding-right:3px;
    padding-top:0px;
    padding-bottom:0px; 
    border-top:    1px solid #8C8C8C;
    border-bottom: 2px solid #4a4a4a;
    border-left:   1px solid #8C8C8C1;
    border-right:  2px solid #4a4a4a;
}

.button_print a:hover,
.button_save a:hover {
	background-color: #CCCCCC;
	cursor: hand;
}
/*class to set the padding for the text in an excursion header*/
p.excursion_text_header {
	padding-top:3px;
}

/*Used to set the frameset border between the frame right and document frame
  Only works in IE!!
*/
.frameBorderIndex {
	background-color:#FFFFFF;
}

/*Used to set the color for the kruimelpad*/
.text_kruimelpad {
	color:#000000;
	font-size: 9pt;
}

.text_kruimelpad a:link,
.text_kruimelpad a:visited{
	color:#666666;
	text-decoration: none;
}
.text_kruimelpad a:hover{
	text-decoration: underline;
}



/*Used to set the behavior of a tooltip*/
.tooltip {
	color:  blue;
	cursor: hand;
}

