@charset "utf-8";
/* CSS Document */

/*************************************************
	RESET STYLES */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	width: 100%;
	line-height: 1;
	text-align: center;
	font-size: 75%;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*****************************************************
	GLOBAL STYLES */

/*
	LAYOUT TOOLS
*/
div.clear {
	clear: both;
}

/*
	PRINT TOOLS
*/
.page-break {
	page-break-before: always;
}


/*
	TYPOGRAPHIC TOOLS
*/
.error {
	font-weight: bold;
	color: #FF0000;
}
.callOut {
	font-size: 125%;
	font-weight: bold;
}
.strikeOut {
	text-decoration: line-through;
}
.underline {
	text-decoration: underline;
}
.resetTypeStyle {
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	text-decoration: none;
	background-color: none;
	word-spacing: normal;
	letter-spacing: 0px;
	text-transform: none;
	text-indent: 0px;
}

/*
	DISPLAY VALUES
*/
.hide {
	display: none;
}
.show {
	display: block;
}
.invisible {
	visibility: hidden;
}

/*
	TOOLTIPS
*/
#tip {
	display: block;
	visibility: visible;
	position: absolute;
	z-index: 1000;		
	padding: 6px;
	width: 175px;
	border: solid #fff 1px;
	background-color: #000;
	color: #fff;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

/* special features */
	
	#globalMenu
	{
		font: 8pt Verdana, Arial, Helvetica, sans-serif;
		position: absolute;
		z-index: 1000;
		background: #FFFFFF;
		border: solid #DEE0EB 1px;
		border-top: none;
	}
	
	#globalMenu a
	{
		text-align: left;
		display: block;
		padding: 2px 5px 2px 5px;
		text-decoration: none;
		background: #FFFFFF;
		color: #717CAB;
		border-top: solid #DEE0EB 1px;
		
	}
	
	#globalMenu a:hover
	{
		background-color: #DEE0EB;
		color: #717CAB;
	}

	#channelMenu
	{
		font: 8pt Verdana, Arial, Helvetica, sans-serif;
		position: absolute;
		z-index: 1000;
		background: #000000;
		border: solid #FFFFFF 1px;
		border-top: none;
	}
	
	#channelMenu a
	{
		text-align: left;
		display: block;
		padding: 2px 5px 2px 5px;
		text-decoration: none;
		background: #000000;
		color: #FFFFFF;
		border-top: solid #FFFFFF 1px;
	}
	
	#channelMenu a:hover
	{
		background-color: #999999;
		color: #FFFFFF;
	}

#whyReport {
	background: #fff;
	border: 1px solid #000;
	padding: 10px;
	text-align: left;
	width: 300px;
}
#whyReport h3 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}
#whyReport .disclaimer {
	clear: left;
	font-size: 0.9em;
	margin: 0;
}
#whyReport fieldset {
	border: 0px;
	margin: 10px 0;
	padding: 0;
}
fieldset.inline,
fieldset.inline div,
fieldset.inline input,
fieldset.inline label {
	display: inline;
	float: left;
}
fieldset.inline div {
	clear: left;
	margin: 3px 0;
	width: 100%;
}
fieldset.inline input {
	margin: 0 2px;
}
fieldset.inline input.checkbox {
	border: 0px;
	margin: 0 5px 0 0;
	padding: 0;
}
