/*----------------------------------------------------------------------------------
	CSS :: SITE TITLE :: EDITOR STYLINGS
----------------------------------------------------------------------------------*/

* {
	font-family: Verdana, Geneva, sans-serif;
}

div.clr,
li.clr {
	clear: both;
}

hr {
	background: #B2B2B2;
	border: none;
	width: 100%;
	height: 3px;
}

h1 {
	font-family: "Myriad Pro", Tahoma, sans-serif;
	font-size: 30px;
	color: #4b51a3;
	font-weight: normal;
	margin: 0 0 15px; 0;
}

h2 {
	font-family: "Myriad Pro", Tahoma, sans-serif;
	font-size: 18px;
	color: #050505;
	font-style: italic;
	margin: 0 0 0 0;
}

h3 {
	font-family: "Myriad Pro", Tahoma, sans-serif;
	font-size: 14px;
	color: #353895;
	font-weight: bold;
	margin: 8px 0 3px 0;
}

p {
	color: #686868;
	font-size: 11px;
	margin: 11px 0;
	line-height: 19px;
}

b,
strong {
	font-weight: bold;
}

i,
em {
	font-style: italic;
}

u {
	text-decoration: underline;
}

a {
	text-decoration: underline;
	color: #7C7C7C;
}

a:hover {
	text-decoration: none;
}

ul,
ol {
	font-size: 11px;
	line-height: 19px;
	margin: 10px 0 10px 30px;
}

ul li {
	list-style-image: url("../images/bg/bullet.gif");
	margin: 0 0 3px 0;
}

ul {
	color: #686868;
	list-style: disc;
}

ol {
	list-style: decimal;
}

#content table {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
	border: 1px solid #dfdfdf;
	font-size: 11px;
}

#content table tr th {
	background: #f9f9f9;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	text-align: left !important;
}

#content table tr th,
#content table tr td {
	padding: 8px 5px 8px 10px;
	vertical-align: middle;
	line-height: 22px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

table.no_bdr,
table.no_bdr tr td,
table.searchBox,
table.searchBox tr td {
	border: none !important;
}

.button {
	background: #004990;
	border: 1px solid #004990;
	color: #fff;
	padding: 2px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#result_report,
div#results,
div#other_pages {
	font-size: 11px;
	line-height: 18px;
}

div#result_report {
	font-weight: bold;
	margin: 0 0 15px 0;
}

div.url {
	font-style: italic;
}