@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%;
	text-align: center;
	font-size: 75%;
	color: #5a5540;
}
blockquote, q {
	quotes: none;
}
#articlesSearch #item blockquote {
	margin: 10px 0 0 20px;
	clear: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ul {
	margin-left: 40px;
	list-style-image: url(/home/img/bullet.gif);
}
strong {
	font-weight: bold;
}
/* 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: #ff3333;
}
.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;
}
.visible {
	visibility: inherit;
}

/*
	TOOLTIPS
*/
#tip {
	display: block;
	visibility: visible;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	border: solid #FFFFFF 1px;
	padding: 6px;
	position: absolute;
	z-index: 1000;		
	width: 175px;
}
a.tooltip {
	z-index:124;
	color:#535353;
	position:relative;
	text-decoration:underline;
}
a.tooltip:hover {
	z-index:125;
	color:#EF9D18;
	border-bottom:1px none #EF9D18;
	text-decoration:none;
}
a.save {
	z-index:125;
	color:#EF9D18;
	border-bottom:1px none #EF9D18;
	text-decoration:none;
}
a.tooltip span {
	display:none;
}
a.tooltip:hover span {
	position:absolute;
	top:26px;
	left:-170px;
	border:1px solid #535353;
	padding:5px;
	display:block;
	width:175px;
	color:#535353;
	background-color:#FFFFFF;
	text-decoration:none;
}
a.tooltip_top {
	z-index:124;
	color:#535353;
	position:relative;
	text-decoration:underline;
}
a.tooltip_top:hover {
	z-index:125;
	color:#EF9D18;
	border-bottom:1px none #EF9D18;
	text-decoration:none;
}
a.tooltip_top span {
	display:none;
}
a.tooltip_top:hover span {
	position: absolute;
	font: 8pt Arial, Verdana, Helvetica, sans-serif;
	top: 24px;
	left: -80px;
	border: 1px solid #FFBF58;
	padding: 2px;
	display: block;
	width: 85px;
	color: #535353;
	background-color: #FFE5BC;
	text-decoration: none;
	text-align: left;
} 

/* Report button styles */
#whyReport {
	background: #fff;
	border: 1px solid #000;
	padding: 10px;
	text-align: left;
	width: 300px;
	z-index: 1;
}
#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;
}
