/* left top */
.lt
{
	position:absolute;
	left:0px;
	top:0px;
	width:14px;
	height:14px;
	font-size:1px;
	line-height:1px;
	background-color:#ffffff;
	background-image:url(../images/lt.bmp);
	background-repeat:no-repeat;
	background-position:center;
}

/* top */
.t
{
	position:absolute;
	top:0px;
	left:14px;
	height:14px;
	font-size:1px;
	line-height:1px;
	/*
	width:202px;
	border-top:solid 1px #c0c0c0;
	background-color:#ff7500
	*/
	background-image:url(../images/t.bmp);
	background-repeat:repeat-x;
	background-position:center;
}

/* right top */
.rt
{
	position:absolute;
	right:0px;
	top:0px;
	width:14px;
	height:14px;
	font-size:1px;
	line-height:1px;
	background-color:#ffffff;
	background-image:url(../images/rt.bmp);
	background-repeat:no-repeat;
	background-position:center;
}

/* left bottom */
.lb
{
	position:absolute;
	left:0px;
	bottom:0px;
	width:14px;
	height:14px;
	font-size:1px;
	line-height:1px;
	background-color:#ffffff;
	background-image:url(../images/lb.png);
	background-repeat:no-repeat;
	background-position:center;
}

/* bottom */
.b
{
	position:absolute;
	left:14px;
	bottom:0px;
	width:202px;
	height:14px;
	font-size:1px;
	line-height:1px;
	border-bottom:solid 1px #c0c0c0;
}

/* right bottom */
.rb
{
	position:absolute;
	right:0px;
	bottom:0px;
	width:14px;
	height:14px;
	font-size:1px;
	line-height:1px;
	background-color:#ffffff;
	background-image:url(../images/rb.png);
	background-repeat:no-repeat;
	background-position:center;
}

.cell_content
{
	position:absolute;
	left:0px;
	top:14px;
	border-left:solid 1px #c0c0c0;
	border-right:solid 1px #c0c0c0;
	padding-left:14px;
	padding-right:14px;
	padding-top:8px;
}

