@CHARSET "UTF-8";
body
{
	font-family:"Trebuchet MS";
	font-size:10pt;
	background-color:#f5f6f7;
}

a.smaller,.smaller
{
	font-size:8pt;
}

a.smaller:hover
{
	font-size:8pt;
}

td
{
	font-family:"Trebuchet MS";
	font-size:10pt;
}

a
{
	color:#0000ff;
	text-decoration:underline;
}

a:hover
{
	color:#ff0000;
	text-decoration:underline;
}

a.main_menu
{
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;	
}

a.main_menu:hover
{
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;	
}

a.main_menu_visited
{
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;	
}

a.main_menu_visited:hover
{
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;	
}

.textField
{
	height:28px;
	border-style:solid;
	border-color:#d5d4d3;
	border-width:1px;
	font-weight:bold;
}

.button 
{
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #469df5;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #287ace;
}
.button:hover 
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color:#4197ee;
}
.button:active 
{
	position:relative;
	top:1px;
}

.slogan
{
	font-size:24pt;
	font-weight:bold;
	color:#111111;
}

.copyright
{
	font-size:10pt;
	color:#222222;
}

td.header
{
	font-size:12pt;
	font-weight:bold;
	color:#0066ff;
}

td.headerRed
{
	font-size:12pt;
	font-weight:bold;
	color:#ff0000;
}

td.report
{
	font-family:"Trebuchet MS";
	font-size:14pt;
}
td.reportSubHeader, .reportSubHeader
{
	color: #0060CF;
}
td.reportheader
{
	font-size:16pt;
	font-weight:bold;
	color:#0066ff;
}

td.reportheaderRed, .reportheaderRed
{
	font-size:16pt;
	font-weight:bold;
	color:#ff0000;
}

.tableTitle
{
	font-weight:bold;
	font-size:12pt;
	text-decoration:none;
}

a.tableTitle
{
	font-weight:bold;
	font-size:14pt;
	color:#0000ff;
	text-decoration:underline;
}

a.tableTitle:hover;
{
	font-weight:bold;
	font-size:14pt;
	color:#ff0000;
	text-decoration:underline;
}

.error
{
	color:#ff0000;
	font-style:italic;
}
.bigest
{
	font-size:12pt;
	font-weight:bold;
}
ul
{
	list-style-type:circle;
	margin:0px;
}

.idpReport-reporterTable
{
	width: 330px;
}

.visible-print-only
{
	display: none;
}
@media print
{
	.idpReport-reporterTable
	{
		width: 430px;
	}
	.not-print
	{
		display: none !important;
	}
	.visible-print-only
	{
		display: block;
	}
	.print_font_16
    {
    	font-size: 16px;
    }
    .print_font_18
    {
    	font-size: 18px;
    }
    .print_font_20
    {
    	font-size: 20px;
    }
    .print_font_24
    {
    	font-size: 24px;
    }
}
