/* CSS Document */


.grid table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
}

.grid td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}


.grid_gr table{
	border-width: 1px;
	border-style: dotted;
	border-color: #339966;
}

.left{
	float: left;
}

.dash{
	color: #339966;
	size: 1px;
	border: dashed;
}

.dot{
	color: #339966;
	size: 1px;
	border: dotted;
}