/*---Body */
.site_name {
	font-size: 18px;
	font-weight: bolder;
	color: #EE8DBC8;
}
body {
	margin-top: 0px;
	background-color: #E7E9EC;
	font-family: Arial, Helvetica, sans-serif;
}
td, tr, p, div {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #532331;
	line-height: 15px;
	
}
strong, b {
	font-weight: bold;
	color: #B48470;
}
a:link, a:visited {
	color: #532331;
	text-decoration: none;
	font-weight: bold;	
}

a:hover {
	color: #FF0000;	text-decoration: none;
	
}

hr, hr.separator {
	height : 1px;
	width : 100%;
	border: 1px solid #B4C7CB;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Mambo Menu Styling
 * ------------*/

/* menu -nav */
#mainlevel-nav {
margin: 0; padding: 0;
}
#mainlevel-nav li {
	float: left;
}
#mainlevel-nav a {
	height: 22px;
	list-style:none;
	width: 110px;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	margin-left: 3px;
	border: 1px solid #CC6600;
	text-align: center;
	background-image: url(../images/template-bkr_20.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	color: #DBE0E6;
	padding-top: 2px;
}
#mainlevel-nav a:hover {
	color: #FFFFFF;
	background-position: 0px -22px;
	border: 1px solid #DBE0E6;
	background-repeat: no-repeat;
}

/* menu -top */
#mainlevel-top {
margin: 0; padding: 0;
}
#mainlevel-top li {
	float: right;
}
#mainlevel-top a {
	height: 19px;
	width: 110px;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	margin-left: -1px;
	text-align: center;
	color: #9CA8B1;
	display: block;
	padding-top: 2px;
	border-top: 1px none #6F79A2;
	border-right: 1px solid #6F79A2;
	border-bottom: 1px none #6F79A2;
	border-left: 1px solid #6F79A2;
}
#mainlevel-top a:hover {
	color: #B48470;
	background-color: #E8DBC8;
	display: block;
}

/* menu mainlevel */
a.mainlevel:link, a.mainlevel:visited {
	height: 21px;
	list-style:none;
	width: 110px;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	margin-left: 2px;
	border: 1px solid #B4C7CB;
	text-align: center;
	background-image: url(../images/BKR_07.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #DBE0E6;
	display: block;
	padding-top: 2px;
	float: right;
}

a.mainlevel:hover {
	background-position: -5px 4px;
	color: #FFFFFF;
}

/* menu sublevel */
a.sublevel:link, a.sublevel:visited {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #DBE0E6;
	text-align: left;
	text-decoration: none;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBE0E6;
	margin-bottom: 5px;
	margin-left: 7px;
}

a.sublevel:hover {
	color: #FF0000;
}






/* mambo core stuff */
table.moduletable {
	width: 100%;

}
table.moduletable th {
	color: #1A2273;
	line-height: 19px;
	text-align: right;	
	}
table.moduletable td {}

.pathway {
	color: #B48470;
}
a.pathway, a.pathway:visited {
	color: #B4C7CB;
}
a.pathway:hover {
	color: #FF0000;
}


/*** General Mambo Styles*/
.back_button{
	text-align: center;
}
.pagenavbar {
	color: #DBE0E6;
} 
.pagenav, a.pagenav, a.pagenav:visited{
	color: #6F79A2;
	height: 20px;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	padding-top: 2px;
	border: 1px solid #6F79A2;
	background-color: #DBE0E6;
}
a.pagenav:hover{
	color: #FF0000;
}

	
	
.small {
	font-size: 11px;
	font-weight: bold;
	color: #B4C7CB;
}


/**
 * Mambo Form Styles
 * -----------------
 * Here are 2 styles that Mambo uses to let users control
 * how their forms and buttons may look.
 */
 
.button {
	background-color: ##E8DBC8;
	font-size: 12px;
	font-weight: bold;
	color: #82001B;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #5F1818;
}
.inputbox {
	font-size: 12px;
	font-weight: normal;
	color: #6F79A2;
	background-color: ##E8DBC8;
	border: 1px solid #5F1818;
	}
.inpusearchtbox {
	font-size: 12px;
	font-weight: normal;
	color: #6F79A2;
	background-color: ##E8DBC8;
	border: 1px solid #5F1818;
	margin: 0px;
	padding: 0px;
	}
/**
 * Mambo Tabbed Frontend Admin Interface
 * -------------------------------------
 * The CSS styles here defines how the frontend admin interface
 * will look like when editing and adding news through frontend.
 */
 
.ontab {}
.offtab {}
.tabpadding {} 
.tabheading {}
.pagetext {}


/**
 * Mambo General styling for Sections/Categories/Contents
 * ------------------------------------------------------
 * These stylings are either sometimes or often used across
 * Sections, categories and contents. They, therefore, deserves
 * to be mentioned and separated from others.
 */
 
.createdate {
	font-size: 11px;
	color: #B48470;
} 
.modifydate {} 
.readon, a.readon:link, a.readon:visited{
	color: #532331;
	float: right;
	background-image: url(../images/brown_21);
	background-repeat: no-repeat;
	background-position: -1px -1px;
	padding-left: 16px;
}
a.readon:hover{
	color: #FF0000;
	background-position: 0px -42px;
}


/** 
 * Mambo Styling for Contents
 * --------------------------
 * All the styling for contents are listed
 * below.
 */

.contentpane {}
.contentpaneopen {
  border : 0px ridge #457376;
  width: 100%;
  padding: 1px;
}


.contentdescription {}
table.contenttoc {}
table.contenttoc td {}
.content_rating {}
.content_vote {}


/**
 * Mambo Styles for Categories
 * ---------------------------
 * The following are the styling for "Category" items
 * generated from the Sections area
 */
 /* For content item titles that are hyperlink instead of Read On */

.contentpagetitle, .category {
	color: #1A2273;
	font-weight: bold;
}
a.contentpagetitle:link, a.contentpagetitle:visited, a.category:link, a.category:visited {
	background-image: url(../images/brown_16.jpg);
	background-position: 0px -3px;
	font-size: 13px;
	font-weight: bold;
	color: #B48470;
	height: 25px;
	width: 180px;
	margin: 0px;
	padding: 0px 0px 0px 6px;
	float: right;
	}

a.contentpagetitle:hover, a.category:hover {
	color: #FF0000;
	}




/**
 * Mambo Blog styling
 * ------------------
 * Not too sure where this is used yet. I tried the blog section
 * but it doesn't seem to use it. If you have info on this,
 * email me. I'll update this part.
 */
 
.blogsection{}



/**
 * Mambo's Built-in Component's Syling
 * -----------------------------------
 * These stylings are used for Mambo's built-in components
 * such as newsfeeds, weblinks, contact, search and polls.
 * A commented subtitle will guide you which is for which
 */
 
 
 /*  Polls  */
 


.poll {
	font-size: 11px;
	color: #9CA8B1;
}
table.pollstableborder {
	border: 1px solid #B4C7CB;
	color: #E8DBC8;
}

/**
 * Mambo Sections Styles
 * ---------------------
 * Styling of sections tables 
 */

.sectiontableheader {
	background-color : #DBE0E6;
	color            : #E8DBC8;
	font-weight      : bold;
	border-top: 1px solid #1A2273;
	border-right: #1A2273;
	border-bottom: 1px solid #1A2273;
	border-left: #1A2273;
	line-height: 16px;
}

.sectiontableentry1 {
	background-color: #B4C7CB;
}

.sectiontableentry2 {
  background-color : #6F79A2;
}



/*  Weblinks */
.weblinks{} 


/*  Newsfeeds */
.newsfeedheading {} 
.newsfeeddate {} 
.fase4rdf {} 


/* Search page */
table.searchintro {} 


/*  Contact's table settings  */
table.contact {} 
table.contact td.icons {} 
table.contact td.details {}
.contentheading, .componentheading{
	color: #990000;
	font-weight: bold;
	text-align: right;
	clear: right;
	}
	
