/*@charset "iso-8859-2";*/
/* CSS Document */


.tableInDivLinkUp {border:none;}
/*----------------*/

.cellInDivLinkUp_Text {
	/*width: 100px;*/ /*with font-size: 10pt;*/
	width: 90px; /*with font-size: 8pt;*/

	/*height: 19px;*/ /*with font-size: 10pt;*/
	height: 16px; /*with font-size: 8pt;*/

	/*background-color: #bbbbbb;*/
	/*--background-color: #A7BAA5;*/
	background-color: #9EAD96;

	/*border:1px solid #6F0916;*/
	border:1px solid #555555;
/*------*/

	font-family: Arial, Helvetica, sans-serif;

	/*font-size: 10pt;*/
	font-size: 8pt;

	font-weight: normal;
	color: #6F0916;

	/*letter-spacing: 1px;*/

	text-align: center;
	vertical-align: middle; /*Effect is not noticeable.*/
}
/*----------------*/

.cellInDivLinkUp_distanceMaker {
	height: 15px;
	border:none;
}
/*----------------*/

.cellInDivLinkUp_eventHandler {
	/*width: 102px;*/ /*with font-size: 10pt;*/
	width: 92px; /*with font-size: 8pt;*/

	/*height: 21px;*/ /*with font-size: 10pt;*/
	  /* Size is greater here than in .cellInDivLinkUp_Text because of border of text-cell. */
	/*height: 23px;*/ /*More height is necessary, don't understand why.*/ /*with font-size: 10pt;*/

	height: 20px; /*with font-size: 8pt;*/

	border:none;
}


