/*
Kilmanjaro Colour Palette
--------------------------
Purple:		#6F2A8E
Tint 75%:	#885AA3
Tint 50%:	#A786BC
Tint 25%:	#CDBCDB
Tint 10%:	#E9E1EF
--------------------------
Gold:		#FDBF57
Tint 75%:	#FECE80
Tint 50%:	#FFDDA6
Tint 25%:	#FFEED0
Tint 10%:	#FFF8EB
--------------------------
*/


body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
}

table {
	border-bottom: 1px solid #9966CC;
	border-left: 1px solid #9966CC;
	width: 100%;
}

th {
	font-size: 12px;
	line-height: 12px;
	padding: 6px;
	font-weight: bold;
	background-color: #E9E1EF;
	border-top: 1px solid #9966CC;
	border-right: 1px solid #9966CC;
}

td {
	font-size: 12px;
	line-height: 12px;
	padding: 6px;	
	border-top: 1px dotted #9966CC;
	border-right: 1px solid #9966CC;
	}

#contentinner a, #toolsinner a {
	color:#885AA3;
	text-decoration: none;
	border-bottom: 1px dotted #9966CC;
}

#contentinner a:hover, #toolsinner a:hover {
	color:#885AA3;
	text-decoration: none;
	border-bottom: 1px dotted #885AA3;
	background-color:#CDBCDB;
}

.leftflt {
	float: left;
	border: 1px dotted #6F2A8E;
	padding: 5px;
	margin-right: 10px;
}

.rightflt {
	float:right;
	border: 1px dotted #6F2A8E;
	padding: 5px;
	margin-left: 10px;
}

.pullout {
	border: 1px dotted #6F2A8E;
	background-color:#E9E1EF;
	padding: 12px;
	padding-bottom: 0px;
	margin: 0px;
}

.toolbox {
	background-image: url(../img/dotted_line_h.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6F2A8E;
	font-weight: normal;
}

h1 {
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 18px;
}

h2 {
	font-size: 18px;
	line-height: 18px;
	margin-top: 18px;
	margin-bottom: 18px;
}

h3 {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 6px;
	margin-top: 12px;
	font-weight: bold;
}

blockquote {
	padding: .5em 1em;
	border-left: 5px solid #A786BC;
	background-color: #E9E1EF;
}

#contentinner {
	/* background-image: url(../img/baseline.gif); */ /* Baseline Check */
}

#contentinner p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 12px;
}

#contentinner ul {
	margin-left: 18px;
	padding-left: 24px;
	margin-top: -6px;
	line-height: 18px;
	margin-bottom: 12px;
	list-style-image: url(../img/bullet.gif);
}

#contentinner ol {
	margin-left: 18px;
	padding-left: 24px;
	margin-top: -6px;
	line-height: 18px;
	margin-bottom: 12px;
}

#contentinner ul lh {
	font-weight: bold;
	margin-left: -42px;
}

#contentinner ul li {
	margin-bottom: 6px;
}

#contentinner li ul {
	margin-top: 6px;
	margin-bottom: -6px;
}

#breadcrumbs p, #footerright p, #footerleft p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	padding: 0px;
}

#footerright p, #footerleft p {
	margin: 10px;
}

#blogsummary p {
	width: 100%;
	margin-bottom: 6px;
	padding-bottom: 12px;
	clear: both;
	color: #666666;
	line-height: 14px;
}

#blogsummary h4, #blogsummary h4 a {
	margin-bottom: 10px;
	text-decoration: none;
	color: #7D4B8C;
}

#contactdetails p {
	width: 100%;
	margin-bottom: 6px;
	padding-bottom: 6px;
	clear: both;
	color: #666666;
	line-height: 14px;
}

#myoblogo,
#myobAds {
	padding-bottom: 18px;
}

#myobAds img {
        margin-bottom: 10px;
}

#ajaxSearch_resultListContainer {
	line-height: 18px;
	
}

.ajaxSearch_result {
	margin-bottom: 18px;
}	

.ajaxSearch_resultLink {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 6px;
	clear: right;
	display:block;
}

.ajaxSearch_resultDescription {
	font-weight: bold;
}

.ajaxSearch_resultExtract {

}

#footer a {
	color: #696969;
	text-decoration: none;
}

#footer a:hover {
	color: #696969;
	border-bottom: 1px dotted #696969;
}

.lowlight {
	font-size: 12px;
	color:#666666;
	}
	
.error {
	color:#E90900
}	
