/*--------   Buttons   --------*/


.functionButton {
	margin-right: 10px;
	/*
	border: 1px solid black;
	background: #E9EDF0;
	font-family: arial;
	font-size: 10pt;
*/
}

/*
.functionButton:hover {
	margin-right: 10px;
	border: 1px solid red;
	background: #E9EDF0;
	font-family: arial;
	font-size: 10pt;
}
*/

.functionControlButton {
	margin-right: 2px;
	/*
	border: 1px solid black;
	background: #E9EDF0;
	font-family: arial;
	font-size: 10pt;
	height: 21px;
*/
}

/*
.functionControlButton:hover {
	margin-right: 2px;
	border: 1px solid red;
	background: #E9EDF0;
	font-family: arial;
	font-size: 10pt;
}
*/

.smallFunctionButton {
	width: 30px;	
	FONT-SIZE: 8pt; 
	font-weight: bold; 
	FONT-FAMILY: Trebuchet MS, Helvetica, Sans Serif; 
	margin-right: 10px;	
	margin-left: 10px;
	margin-bottom: 3px;
}
input.Login {
	font-weight: bold; 
	FONT-SIZE: 8pt; 
	color: #ffffff; 
	FONT-FAMILY: Trebuchet MS, Helvetica, Sans Serif; 
	BACKGROUND-COLOR: #35A211; 
	TEXT-ALIGN: center; 
	width: 85px; 
	BORDER-RIGHT: #ffffff thin groove; 
	BORDER-TOP: #ffffff thin groove; 
	BORDER-LEFT: #ffffff thin groove; 
	CURSOR: hand; 
	BORDER-BOTTOM: #ffffff thin groove;
}




