/*---Body */


body {
  background-color: #FFFFFF;
	background-image: url(../images/background.gif);
}
td, tr, p, div {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 11px;
  color : #7B6F79;
}
a:link, a:visited {
	color: #663366; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #306EFF;	text-decoration: none;
	font-weight: bold;
}

hr, hr.separator {
	height : 1px;
	width : 99%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8189C0;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

/* menu -nav */
#mainlevel-nav li
{
	float: right;
}
#mainlevel-nav li a
{
	color: #660066;
	background-image: url(../images/butterfly_23.png);
	background-position: 0px -4px;
	background-repeat: no-repeat;
	display: block;
	padding-left: 18px;
	padding-right: 6px;
}
#mainlevel-nav li a:hover
{
	background-image: url(../images/butterfly_23.png);
	background-position: 0px -23px;
	background-repeat: no-repeat;
	color: #E800B9;
}


/* menu mainlevel */
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/butterfly_18.jpg) no-repeat;
	background-position: 0px -28px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #6633FF;
	text-align: left;
	padding-top: 5px;
	padding-left: 6px;
	height: 19px !important;
	height: 24px;
	width: 150px;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px 0px;
	text-decoration: none;
	color: #FFFFFF;
}

/* menu sublevel */
a.sublevel:link, a.sublevel:visited {
	font-size: 11px;
	font-weight: normal;
	color: #8F7EB4;
	background: url(../images/butterfly_24.png) no-repeat fixed 0px -4px;
	list-style-image: none;
	list-style-type: none;
	padding-left: 20px;
	line-height: 16px;
}

a.sublevel:hover {
	background: url(../images/butterfly_24.png) no-repeat fixed 0px -31px;
	text-decoration: none;
}



/* mambo core stuff */
table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.moduletable th {
	color: #4D58BF;
	line-height: 19px;
	}
table.moduletable td {}

.pathway {
	color: #B6D0E7;
}
a.pathway, a.pathway:visited {
	color: #8F9ACB;
}
a.pathway:hover {
color: #6A3DB6;
}


/*** General Mambo Styles*/
.back_button{}
.pagenavbar {} 
.pagenav, a.pagenav, a.pagenav:visited{
	color: #363754;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8189C0;
	border-right-color: #8189C0;
	border-bottom-color: #525CA2;
	border-left-color: #525CA2;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	height: 20px;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	padding-top: 2px;
}
a.pagenav:hover{}

	
	
.small {
	font-size: 10px;
	font-weight: bold;
	color: #A98599;
}


/**
 * Mambo Form Styles
 * -----------------
 * Here are 2 styles that Mambo uses to let users control
 * how their forms and buttons may look.
 */
 
.button {
	background-color: #F0F8FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8189C0;
	border-right-color: #8189C0;
	border-bottom-color: #525CA2;
	border-left-color: #525CA2;
	font-size: 10px;
	font-weight: solid;
	color: #686868;
}
.inputbox {
	background-color: #F0F8FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8189C0;
	border-right-color: #8189C0;
	border-bottom-color: #525CA2;
	border-left-color: #525CA2;
	}

/**
 * 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: 10px;
	color: #A98599;
} 
.modifydate {} 
.readon, a.readon:link, a.readon:visited{
	color: #9966FF;
	float: right;
	border-top-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8189C0;
	border-right-color: #8189C0;
	border-bottom-color: #525CA2;
	border-left-color: #525CA2;
	background-color: #F0F8FF;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-right: 6px;
	padding-left: 6px;
}
a.readon:hover{
	background-color: #FFFFFF;
}


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

.contentpane {}
.contentpaneopen {}


.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 */
.contentheading, .componentheading{}
.contentpagetitle, .category {
background-image: url(../images/butterfly_24.png);
	background-position: -5px -23px;
	background-repeat: no-repeat;
	color: #831AB0;
	font-weight: bold;
padding-left: 12px;
}
a.contentpagetitle:link, a.contentpagetitle:visited, a.category:link, a.category:visited {
	font-size: 12px;
	font-weight: bold;
 	color: #1F0B8E;
	text-align:left;
	}

a.contentpagetitle:hover, a.category:hover {
	color: #B41669;
	font-weight: bold;
	background-image: url(../images/butterfly_24.png);
	background-position: -5px -4px;
	
	}




/**
 * 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: 9px;
	color: #502D6C;
}
table.pollstableborder {
	border: 1px solid #8189C0;
}

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

.sectiontableheader {
  background-color : #9D8FE0;
  color            : #35129C;
  font-weight      : bold;
}

.sectiontableentry1 {
  background-color : #DDDCE9;
}

.sectiontableentry2 {
  background-color : #C7C1E8;
}
.theAddress {
	color: #FFFFFF;
}



/*  Weblinks */
.weblinks{} 


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


/* Search page */
table.searchintro {} 


/*  Contact's table settings  */
table.contact {} 
table.contact td.icons {} 
table.contact td.details {}
