@charset "ISO-8859-1";

#txt_dir_title
{
	position: absolute;
	left: 65px;
	top: 171px;
	width: 186px;
	height: 24px;
	font-size: x-large;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}

#txt_dir_body
{
	position: absolute;
	left: 66px;
	top: 252px;
	width: 227px;
	height: 171px;
	font-size: small;
	font-weight: bold;
	text-align: left;	
}

#table_dir
{
	position: absolute;
	left: 283px;
	top: 166px;
	width: 566px;
	height: 365px;
}


#tableHeading
{
	border-color: #FFFFFF;
	border-width: 2px;
	border-style: solid;
}

.cellHeading
{
	width: 140px;
	height: 19px;
	border-color: #FFFFFF;
	border-width: 2px;
	border-style: solid;
	font-size: small;
	font-weight: bold;
	background-color: #E4CA9F;
	padding: 2px;
}

.cellHeadingRight
{
	width: 104px;
	height: 19px;
	border-color: #FFFFFF;
	border-width: 2px;
	border-style: solid;
	font-size: small;
	font-weight: bold;
}

#tableBody
{
	border-color: #FFFFFF;
	border-width: 2px;
	border-style: solid;
	border-top: 0;
}

.cellBody
{
	width: 140px;
	height: 15px;
	border-color: #FFFFFF;
	border-width: 2px;
	border-style: solid;
	font-size: x-small;	
	font-weight: bold;	
	border-top: 0;
	padding: 2px;
}

.cellBodyRight
{
	width: 100px;
	height: 15px;
	border-color: #FFFFFF;
	border-width: 2px;
	border-style: solid;
	font-size: x-small;	
	font-weight: bold;
	border-top: 0;
	padding: 2px;
}

.cellBodyLeft
{
	width: 140px;
	height: 15px;
	border-color: #FFFFFF;
	border-width: 2px;
	border-style: solid;
	border-top: 0;
	font-size: x-small;	
	font-weight: bold;
	padding: 2px;
	background-color: #E4CA9F;
	
	
}

.cellBodyLeftNoBorder
{
	width: 140px;
	height: 15px;
	border-width: 2px;
	border-style: solid;
	border-color: #FFFFFF;
	border-top-style: none;
	border-bottom-style: none;
	border-top: 0;
	border-bottom: 0;
	font-size: x-small;	
	font-weight: bold;
	padding: 2px;
	background-color: #E4CA9F;
	
}

#tableBodyScroll
{
	height: 342px;
	width: 573px;
	overflow: auto;
}

#btn_print	
{
	position: absolute;
	left: 50px;
	top: 200px;
	width: 91px;
	height: 20px;
}

.btn_print_out
{
	position: absolute;
	background-image: url(../images/btn_print.png);
}

.btn_print_over
{
	position: absolute;
	background-image: url(../images/btn_print_over.png);
}






