/*CSS Document*/
.castext
{
	float: right;
	display: block;
	border: thin solid #530;
	height: 41px;
	background-color: #F2C96E;
	color: #000;
	width: 120px;
	font-family: Tahoma;
	font-size: 0.8em;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0;
	padding: 6px 0px 0px;
	margin-left: 4px;
}
.casmain
{
	width: auto;
	height: 47px;
	overflow: auto;
	overflow-x: scroll;
	overflow-y: hidden;
	overflow: -moz-scrollbars-horizontal;
	border: 2px solid #553A00;
}
.casnav A
{
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 35px;
}
.casnav A:hover
{
	background-color: #FC0;
	color: #000;
	font-weight: bolder;
}
.casnav TD
{
	font-weight: bold;
}
.Pnum
{
	background-color: #983200;
	border: 1px solid #000000;
}
.Pdetails
{
	background-color: #FED43B;
	color: #000;
	border: 1px solid #000;
}

