/*		DETAIL LAYOUT STYLES
---------------------------------------*/

#content{
	padding: 43px 0 0 20px;
}
#content td, #content th{	
	font-size: 0.9em;
	line-height: 1.5em;
	color: #666666;
}
#content th{
	text-align: left;
}

tr.header th {
	border-bottom: 1px solid #999999;
	padding: 0 0 0.5em 0;
}
tr.footer td {
	border-top: 1px solid #999999;
}

tr.body td{
	padding-top: 0.5em;
}

h1{
	font-size: 1.6em;
	font-weight: normal;
}

input.txt{
	border: 1px solid #ccc;
}

input{
	margin: 1px 0 0 0;
	vertical-align: top;
}


