@charset "UTF-8";

body {
	font: normal 10pt "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", "Arial", sans-serif;
}

#runner {
	display: none;
}

#ribbon {
	display: none;
}

#stateselect {
	display: none;
}
#searchbox {
	display: none;
}
#social {
	display: none;
}

#sidebar * {
	display: none;
}
#sidebar h1 {
	display: block;
	font-size: 16px;
}

#footer {
	font-size: 9pt;
	border-top: solid 1px #000;
}
#footer table td {
	padding: 0 24pt 0 0;
	vertical-align: top;
}

p.action {
	font-size: 12pt;
	font-weight: bold;
}

img {
 	padding: 5px;
	border: solid 1px #bbb;
}
img.right {
	float: right;
	margin: 2px 0 0 16px;
}
img.left {
	float: left;
	margin: 2px 12px 0 0;
}
img.borderless {
	padding: 0;
	border: none;
}
div.caption {
	clear: both;
	color: #999;
	font-size: 11px;
	line-height: 14px;
	padding: 1px 6px;
}	
div.caption.right {
	float: right;
	margin: 0 0 0 16px;
}
div.caption.left {
	float: left;
	margin: 0 16px 0 0;
}


.center {
	text-align: center;
}
.clear {
	clear: both;
	padding-top: 1px;
	margin-bottom: 15px;
}
.filetype, .articledate {
	color: #888;
	white-space: nowrap;
}
.left {
	text-align: left;
}
.number {
	text-align: right;
}
.right {
	text-align: right;
}
.small {
	font-size: 9pt;
}

/*
** columns
*/

div.col2 {
	float: left;
	width: 313px;
	margin-right: 26px;
}
div.col3 {
	float: left;
	width: 200px;
	margin-right: 26px;
}
div.colbig {
	float: left;
	width: 426px;
	margin-right: 26px;
}
div.colsmall {
	float: left;
	width: 200px;
	margin-right: 26px;
}
div.omega {
	margin-right: 0;
}

#debug {
	display: none;
}
