table.report{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size:  100%;
	border-collapse: collapse;
	border-color: #B8CCE4;
}

caption{
	background: url(title.png) no-repeat 50px;
	font-size: 400%;
	text-indent: -10000px;
}

table.report thead tr{
	background-color: #333366;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

table.report tfoot tr{
	background-color: #FFFFFF;
}

table.report thead th{
	padding: 0.5em;
	white-space: nowrap;
	background-color: #333366;
	font-weight: 700;
	text-align: left;
	color: #FFFFFF;
}

table.report tfoot th{
	font-size: 110%;
	text-align: right;
	padding-right: 0.5em;
	letter-spacing: 1px;
	background:  
}

table.report tfoot td{
	padding-left: 0.5em;
	color: red;
	font-size: 110%;
	font-weight: 600;
}


table.report td, th{
	border: 1px solid #B8CCE4;;
}

table.report tbody td
{
	padding: 0.5em;
}

/* table.report td a:link, th a:link{
	color: black;
} */

/* table.report td a:visited, th a:visited{
	color: black;
	text-decoration: line-through;
} */

/* table.report td a:hover, th a:hover{
	color: purple;
	text-decoration: underline;
} */

/* table.report td:last-child a:hover{
	color: red;
	text-decoration: underline overline;
} */

table.report th.headerSortUp {
	/* background-image: url(../images/asc.gif); */
	text-decoration: overline;
}
table.report th.headerSortDown {
	/* background-image: url(../images/desc.gif); */
	text-decoration: underline;
} 

/* CSS sections for Login and logout form */

table.report_login{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size:  100%;
	border-collapse: collapse;
	border-color: #B8CCE4;
}

table.report_login thead tr{
	background-color: #B8CCE4;
	/* border-top: 1px solid black; */
	border-bottom: 1px solid black;
}

table.report_login tfoot tr{
	background-color: #FFFFFF;
	border-bottom: 1px solid #B8CCE4;;
}


table.report_login thead th{
	padding: 0.5em;
	white-space: nowrap;
	background-color: #E46D0A;
	font-weight: 700;
	text-align: left;
	color: #FFFFFF;
}


table.report_login td, th{
	border-bottom: 1px solid #B8CCE4;;
}

table.report_login tbody td
{
	padding: 0.5em;
}

.strong_challenge {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	color:#d00;	
	}
