@CHARSET "UTF-8";

body {
	font-size: 0.9em;
	font-family: arial, sans-serif;
}

#header, #footer, #right_column, #article .bottom {
	display: none;
}

a img {
	border: none;
}

a {
	color: #000;
	text-decoration: none;
}

a.more {
	margin-top: 4px;
	float: right;
}

h1 {
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	color: #66AA44;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #AADD77;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 12px 0 8px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 9px 0 5px 0;
}

.clear {
	clear: both;
}

.hidden, .hide {
	display: none;
}

.general_error, .success {
	padding: 8px;
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: 8px 10px;
	margin: 10px 0;
	text-align: left;
}

.general_error {
	background-image: url('../design/exclamation.png');
	border: 1px solid #fbb;
	background-color: #f6d6d6;
}

.success {
	background-image: url('../design/accept.png');
	border: 1px solid #ddd;
	background-color: #f6f6f6;
}

img.ico {
  vertical-align: middle;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

p {
	text-align: left;
}

a.hp_match {
	display: block;
	border: 1px solid #ddd;
	width: 240px;
	margin: 6px 0;
	font-size: 0.9em;
	text-decoration: none;
	padding: 5px 0;
}

a.hp_match:hover {
	background-position: bottom;
	border: 1px solid #aaa;
}

a.hp_match span.score {
	font-size: 1.4em;
}

ul.no-bullets {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 5px 0;
}

ul.no-bullets li {
	list-style-type: none;
	list-style-image: none;
	margin: 5px;
}

.hp_article_info {
	font-size: 0.8em;
	margin-left: 30px;
}