/* select list filter */
div#listfilter
{
	display: block;
	width: 100%;
	right: 0;
	font-size: 100%;
	text-align: right;
}
div#listfilter select
{
	margin: 1em 0 0 0;
}
div#listfilter select,
div#listfilter option
{
	text-align: left;
	font-size: 100%;
}
/* tab content table */
#tabcontent .divSwitch table table.tblTab
{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#tabcontent .divSwitch table table.tblTab td
{
	padding: 0;
	margin: 0;
	border: none;
	padding: 15px;
}
#tabcontent .divSwitch table table.tblTab th
{
	padding: 0;
	margin: 0;
	border: none;
	font-weight: bold;
	text-align: left;
	color: inherit;
	background-color: #e2e2e2;
	padding: 6px 15px;
}
#tabcontent .divSwitch table table.tblTab th.col1,
#tabcontent .divSwitch table table.tblTab td.col1
{
	width: 13%;
	height: 1em;
	font-weight: bold;
	font-size: 100%;
	padding: 8px 6px 8px 15px;
}
#tabcontent .divSwitch table table.tblTab th.col2,
#tabcontent .divSwitch table table.tblTab td.col2
{
	width: 87%;
	height: 1em;
	font-size: 100%;
	padding-right: 15px;
	padding: 8px 15px 8px 0;
}
#tabcontent .divSwitch table table.tblTab td.thin
{
	padding: 0 15px;
	margin: 0;
}
div.separator
{
	padding: 0;
	margin: 0;
	height: 1px;
	line-height: 0px;
	font-size: 0px;
	clear: none;
}
#tabcontent .divSwitch table table.tblTab tr.second td
{
	padding-top: 15px;
}