/*#content table
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
}

#content table th
{
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
	border-right: solid 1px #fff;
}

#content table tr.rowH
{
	color: #fff;
	background: #006192 url('../../ui/frame2/images/a8.gif') top left repeat-x;
	border-right: solid 1px #fff;

}

#content table tr.rowA
{
	background: #F8F8F8 url('../../ui/frame2/images/a6.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#content table tr.rowB
{
	background: #FDFDFD url('../../ui/frame2/images/a7.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}
*/


#content table
{
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
	color: #FFFFFF;
}

#content table tr.rowH { 

	background: url('../../images/th-bg.gif') top left repeat-x;
	color: #ffffff;
	font-weight: bold; 
	text-align: left; 
	white-space:nowrap;
	line-height: 30px;
} 

#content table tr.rowH td { 
	padding: 0em 0.5em;
} 

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #efefef;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fafafa;
	color: inherit;
}
