.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

.help
{
	cursor: help;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #592200;
	background-color: #fffff2;
	border: 1px solid #e0d6b2;
}
.windowbg2
{
	color: #592200;
	background-color: #f4f0d7;
	border: 1px solid #e0d6b2;
}
.windowbg3
{
	color: #592200;
	background-color: #fffff2;
	border: 1px solid #e0d6b2;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg, tr.catbg td, .catbg3, tr.catbg3 td
{
	background-color: #e0d6b2;
	color: #592200;
	padding-left: 10px;
	padding-right: 10px;
}
'.catbg2 , tr.catbg2 td
'{
	'background: url(images/catbg2.jpg) #A1BFD9 repeat-x;
	'color: #ffffff;
	'padding-left: 10px;
	'padding-right: 10px;
'}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #592200;
}
'.catbg, .catbg2
'{
	'font-weight: bold;
'}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: #592200;
	font-weight: bold;
	text-decoration: none;
}
'.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
'{
	'color: white;
	'text-decoration: none;
'}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #c02600;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
	border: 1px solid #e0d6b2;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}

.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_back, 
{
	color: #592200;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: #592200;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: #592200;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #c02600;
	text-decoration: none;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #f4f0d7;
	color: #bb9356;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.catbg3
{
	background-color: #e0d6b2;
	color: #592200;
}
/*** Html setup ***/
html {
    height: 100%;
    margin-bottom: 1px;
}
form {
    margin: 0;
    padding: 0;
}
body {
	margin: 0px 0px 0px 0px;
	height: 100%;
}
a:link, a:visited {
	color: #c02600; 
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #c02600;	
	text-decoration: underline;
	font-weight: normal;
}
p {
  margin-top: 0;
  margin-bottom: 5px;
}
td,tr,p,div {
	font-family: verdana,Tahoma,Helvetica,Arial,sans-serif;
	line-height: 140%;
	font-size: 11px;
	color: #592200;
}
img {
	border: 0;
}
/*** Template specific layout elements ***/
#page_bg {
	height: 100%;
	padding: 0;
	margin-bottom: 1px;
	background: #3f1f10;
	text-align: center;
}
div.center {
    text-align: center;
}
div#head {
	background: url(http://www.kenyavacanze.com/templates/kenyavacanze/images/bg_main_up.jpg) top no-repeat;
	height: 45px;
}
div#middle {
	background: url(http://www.kenyavacanze.com/templates/kenyavacanze/images/bg_main_middle.jpg) top repeat-y;
	width: 977px;
	margin: auto;
	padding-bottom: 5px;
}
div#footer {
	background: url(http://www.kenyavacanze.com/templates/kenyavacanze/images/bg_main_down.jpg) bottom no-repeat;
	height: 45px;
}
div.tabmenu {
	background: url(http://www.kenyavacanze.com/templates/kenyavacanze/images/cornice.png) center repeat-x;
}	
div#tabmenu, table.main {
	margin: auto;
	width: 900px;
	text-align: center;
}
#navcontainer {
	margin: auto;
	padding: 0;
	height: 34px;
	width: 56%;
}
#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
#navcontainer ul li a {
	background: url(http://www.kenyavacanze.com/templates/kenyavacanze/images/tabmenu.jpg) no-repeat;
	width: 100px;
	height: 34px;
	padding: 8px 0 0 0;
	color: #f0eacb;
	text-decoration: none;
	display: block;
	text-align: center;
}
#navcontainer ul li a:hover{
	color: #fff;
}
#navcontainer a:active {
	color: #fff;
}
#navcontainer li#active a{
	color: #fff;
}
.module-box {
	width: 258px;
        text-align: left;
        margin-bottom: 10px;
}
.module-box div {
	background-image: url(http://www.kenyavacanze.com/templates/kenyavacanze/images/bg_box_middle.jpg);
	background-repeat: repeat-y;
}	
.module-box div div {
	background-image: url(http://www.kenyavacanze.com/templates/kenyavacanze/images/bg_box_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.module-box div div div {
	background-image: url(http://www.kenyavacanze.com/templates/kenyavacanze/images/bg_box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 25px 30px 25px 40px; 
}
.module-box div div div h3 {
	margin: 0;
	padding: 0;
}
.module-box div div div table {
         margin: 0;
         padding: 0;
         width: 175px;
}
.module-box div div div ul ul {
         margin: 2px;
         padding-left: 15px;
}
#mainlevel  {
        margin: 0;
        padding: 0;
}
a.mainlevel, a:link.mainlevel, a:visited.mainlevel {
	font-size: 12px;
	font-weight: bold;
	color: #592200;
}
a:hover.mainlevel {
         font-size: 12px;
	font-weight: bold;
	color: #c02600;
}
#active_menu {
	font-size: 12px;
	font-weight: bold;
	color: #c02600;
}
div.content_top {
	background: url(http://www.kenyavacanze.com/templates/kenyavacanze/images/bg_content_top.jpg) top no-repeat;
	height: 40px;
}
div.content_middle {
	background: url(http://www.kenyavacanze.com/templates/kenyavacanze/images/bg_content_middle.jpg) top repeat-y;
	width: 635px;
	margin: auto;
	text-align: left;
}
div.content_middle div.spacer {
	width: 585px;
	margin-left: 25px;
	margin-right: 25px;
}
.border {
	border: 5px solid #e0d6b2;
         margin: 5px;
}
div.content_bottom {
	background: url(http://www.kenyavacanze.com/templates/kenyavacanze/images/bg_content_bottom.jpg) top no-repeat;
	height: 40px;
	margin-bottom: 10px;
}
h1 {
	padding: 0;
	margin: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #c02600;
	text-align: left;
	width: 100%;
}
span.pathway  {
	margin: 10px 0 10px 28px;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	color: #592200;
        float: left;
}
.span.pathway a:link, span.pathway a:visited, span.pathway a:hover {
        color: #c02600; 
	text-decoration: none;
	font-weight: normal;
}
.moduletable-search {
	float: right;
	text-align: right;
	margin-right: 13px;
}
.inputbox-search {
	background-color: #c09f5c;
	border: 1px solid #f1eccc;
}
.contentpaneopen {
    margin: 0;
    padding: 0;
	width: 585px;
}
.contentheading, .componentheading {
    padding: 0;
	margin: 0;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #c02600;
}
input, textarea, select, h2.tab {
    background-color: #f4f0d7;
    border: 1px solid #b19879;
	color: #592200;
}
table.blog span.article_seperator {
	display: block;
	height: 20px;
}
fieldset {
	border: 1px solid #592200;
}
.moduletable-footer {
	width: 100%;
}
.moduletable-footer table{
	margin: auto;
	text-align: center;
}
.contenttoc {
        border: 1px solid #592200;
        margin-left: 10px;
        margin-bottom: 10px;
        padding: 5px;
        width: 200px;
}
.pagenavcounter {
        margin: 10px 0;
}
.small, .createdate{
        font-size: 10px;
}
#showcase {
	margin: 0 0 10px 0;
	padding: 1px 0;
}

/*
turned OFF disable header in showcase area
#showcase .moduletable h3 {
	display: none;
	margin: 0;
	padding: 0;
}
*/

#showcase .moduletable {
	padding: 5px 10px;
	margin: 0;
}

#showcase .contentheading {
	font-family: Arial Narrow, Helvetica Nueue, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

#user1 {
	width: 50%;
}

#user2 {
	width: 50%;
}
h3 {
        padding: 0;
        margin: 0;
        font-size: 12px;
        font-weight: bold;
}
a.sublevel, a:link.sublevel, a:visited.sublevel {
        font-size: 11px;
        color: #592200;
        font-weight: bold;
}
a:hover.sublevel {
        font-size: 11px;
        color: #c02600;
        font-weight: bold;
}
#active_menu.sublevel  {
        font-size: 11px;
}
ul {
        list-style-image: url(http://www.kenyavacanze.com/templates/kenyavacanze/images/li.png);
	list-style-position: center; 
}
.article_seperator { 
        text-align: center;
		height: 40px;
        margin: auto;
        width: 580px;
		background: url(separator.gif) center;
        background-repeat: no-repeat;
}
