body
{
	font-family: serif;
	background: white;
	color:Black;
}

table.layout
{
	table-layout: auto;
	padding-right: 0pt;
	padding-left: 0pt;
	background: white;
	color:Black;
	padding-bottom: 0pt;
	margin: 0pt;
	width: 100%;
	border-top-style: none;
	padding-top: 0pt;
	border-right-style: none;
	border-left-style: none;
	border-collapse: collapse;
	border-bottom-style: none;
}
td.layout-header
{
	display:inline;
}
td.layout-menu
{
	display:none;
}
td.layout-unit-a
{
	font-weight: bold;
	font-size: 10pt;
	background: white;
	width: 100%;
	color: black;
	vertical-align: top;
}
td.layout-unit-b
{
	font-weight: bold;
	font-size: 14pt;
	background: white;
	width: 100%;
	color: black;
	vertical-align: top;
}
td.layout-content
{
	vertical-align: top;
	width: 100%;
}


table.menu
{
	display:none;
}
td.menu-header
{
	display:none;
}
td.menu-link
{
	display:none;
}

table.form
{
	width: 90%;
}
td.form-title
{
	font-weight: bold;
	font-size: 10pt;
	background: black;
	vertical-align: top;
	color: white;
	text-align: center;
}
td.form-lable
{
	padding-right: 5pt;
	font-weight: normal;
	font-size: 10pt;
	background: #eeeeee;
	vertical-align: top;
	color: black;
	margin-right: 0pt;
	text-align: right;
}
td.form-field
{
	padding-left: 5pt;
	font-weight: normal;
	font-size: 10pt;
	background: #eeeeee;
	margin-left: 0pt;
	vertical-align: top;
	color: black;
	text-align: left;
}
td.form-footer
{
	display:none;
}

.datagrid
{
	border-right: black 1pt solid;
	border-top: black 1pt solid;
	border-left: black 1pt solid;
	width: 100%;
	border-bottom: black 1pt solid;
	text-align:center;
	
}
.datagrid-header
{
	font-weight: bold;
	font-size: 8pt;
	background: black;
	vertical-align: top;
	text-transform: uppercase;
	color:white;
	text-align: center;
}
.datagrid-footer
{
	padding-right: 5pt;
	font-weight: normal;
	font-size: 10pt;
	background: #eeeeee;
	vertical-align: top;
	color: black;
	margin-right: 0pt;
	text-align: right;	
}
.datagrid-item
{
	padding-right: 5pt;
	font-weight: normal;
	font-size: 10pt;
	background: white;
	vertical-align: top;
	color: black;
	margin-right: 0pt;
}
.datagrid-alternatingitem
{
	padding-left: 5pt;
	font-weight: normal;
	font-size: 10pt;
	background: gainsboro;
	margin-left: 0pt;
	vertical-align: top;
	color: black;
}
.datagrid-selecteditem
{
	padding-right: 5pt;
	font-weight: normal;
	font-size: 10pt;
	background: white;
	vertical-align: top;
	color: black;
	margin-right: 0pt;
}
.datagrid-edititem
{
	padding-right: 5pt;
	font-weight: normal;
	font-size: 10pt;
	background: white;
	vertical-align: top;
	color: black;
	margin-right: 0pt;
}
.datagrid-pager
{
	display:none;
}

.validation-error
{
	display:none;
}

p.pagetitle
{
	font-weight: bold;
	font-size: 14pt;
	text-transform: none;
	color: Black;
	background: white;
	text-align: left;
	text-decoration: none;
}

p.pagecontent
{
}

p.copyright
{
	font-weight: normal;
	font-size: 10pt;
	background: white;
	text-transform: none;
	color: black;
	padding-top: 10pt;
	text-align: left;
	text-decoration: none;
}


p.pagecontent-screen-only
{
	display:none;
}
p.pagecontent-print-only
{
	display:inline;
}

.screen-only
{
	display:none;
}
.print-only
{
	display:inline;
}
