/* Excel style by Richard H. Tingstad (http://drop.by/)
licensed under a Creative Commons Attribution 3.0 Norway License (http://creativecommons.org/licenses/by/3.0/no/).*/

.excel {
	border-style: none;
	border-spacing: 0;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 11pt;
}
.excel td {
	padding: 0;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	width: 60px;
	padding-left: 5px;
}
.excel .excell { /* left */
	border-bottom-style: solid;
	border-left-style: solid;
	border-width: 1px;
	border-color: #808080;
	background-color: #d4d0c8;
	width: 20px;
	text-align: center;
}
.excel .excelt td { /* top */
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-width: 1px;
	border-color: #808080;
	background-color: #d4d0c8;
	text-align: center;
}
.excel .pointer1 {
	color: #FF0000;
}
.excel .target1 {
	border-style: solid;
	border-width: 1px;
	border-color: #FF0000;
}
.excel .select2 {
	color: #0000FF;
}

