/* CSS Document */

table.proptable
{
	border-collapse:collapse;
	/*border-bottom: 5px solid #e6e6e6;*/
	/*padding: 0 0 5px 0;*/
	margin: 5px 0 5px 0;
	/*width: 100%;*/
}

table.proptable td, table.proptable th
{
	/*font-size: .8em;*/
	padding: .5em;
	margin: 0;
	border: solid #E6E6E6 1px;
/*	border-width:thin;
	border-color:white;
	border-style:solid;*/
}

table.proptable colgroup.thename
{
	background-color:#f6f6f6;
}

table.proptable thead
{
	font-weight:bold;
	background-color:#E6E6E6;
}

table.proplisttable
{
	border-collapse:collapse;
	/*border-bottom: 5px solid #e6e6e6;*/
	/*padding: 0 0 5px 0;*/
	margin: 5px 0 5px 0;
	/*width: 100%;*/
	border: solid #E6E6E6 1px;
}
table.proplisttable thead
{
	font-weight:bold;
	background-color:#E6E6E6;
}

table.proplisttable td, table.proplisttable th
{
	/*font-size: .8em;*/
	padding: .5em;
	margin: 0;
	border-bottom: dotted #E6E6E6 1px;
/*	border-width:thin;
	border-color:white;
	border-style:solid;*/
}

table.proplisttable tbody.colheader
{
	background-color:#f6f6f6;
	text-align: center;
}
table.proplisttable tbody.colheader td
{
	border-right: solid #E6E6E6 1px;
}
