/**
 * General Body Styling
 * --------------------
 * These are normal css setup reccommended for your
 * HTML template although they are not neccessary
 */
 
 
body {
	margin: 2px 2px 2px 2px;
	background-color : #DDDDCC;
	color: #000000;
	font-family: Georgia, times, serif;
	}

td {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	}

tr {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	}

p{
	font-family: Georgia, Times, serif;
	font-size: 12px;
	}

div {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	}

h4 {
	color: #CC6600; 
	font-family: Georgia, Times, serif;
	font-size: 18px; font-weight: bold;
	}

h5 {
	color: #CC6600; 
	font-family: Georgia, Times, serif;
	font-size: 16px; font-weight: bold;
	}

h6 {
	color: #CC6600; 
	font-family: Georgia, Times, serif;
	font-size: 14px; font-weight: bold;
	}

a:link, a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family:  Georgia, Times, serif;
	color: #CC6600;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #CC3300;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	
	}


ul {
	margin: 0px 0px 0px 0px;
	}

li {
	list-style: inside 3px;
	}
	

/**
 * General Mambo Styles
 * --------------------
 * The following are styles that are often used
 * site wide by Mambo to provide better control
 * of content's appearences.
 */

hr { 
	/* often used in components like Akobook, and Simpleboard forum
	   to define the separator lines */
	background: transparent; 
	height:1px; 
	border: 1px solid #314B77;
	}

hr.separator {
	/* found this css style in Peekmambo's css style. Still haven't worked out
	   if this is a custom style or an in built style. Will update when I find out*/
	background: transparent;
	height: 1px;
	width: 75px;
	border: 1px solid #314B77;
}

.pagenavbar { 
	/*for some weird reasons, this is not used in page nav, but found it used 
	  for nick names in forum threads by Simpleboard */
}

.pagenav {
	font-weight: normal;
	color: #333333;
}

a.pagenav, a.pagenav:visited {
	/* same as above, but for links */
	font-weight: bold;
	color: #333333;
}

a.pagenav:hover {
	/* same as above, but for links with mouse pointer over it */
	color: #006699;
}

.small {
	/* general style for texts when small size fonts are used. In 
	   the contents, this style is used for "Written by..." texts */
	font-family: Georgia, Times, serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	}

.smalldark {
    font-family: Georgia, Times, serif;
    font-size: 10px;
    color: #003366;
    text-decoration: none;
    font-weight: normal;
    }





/**
 * Mambo Form Styles
 * -----------------
 * Here are 2 styles that Mambo uses to let users control
 * how their forms and buttons may look.
 */
 
.button {
	font-family: Georgia, Times, serif;
	margin-top: 4px;
	font-weight: normal;
	text-align: center;
	font-size: 11px;

	background-color:#FFFFCC;
	border: 1px solid #000066;
	height: 20px;
	color: #666666;
	}

.inputbox {
	/* Again, the name implies that this style changes the 
	   way those input box looks */
	font-family: Georgia, Times, serif;
	font-size: 11px;
	background: #FFFFCC;
	border: 1px solid;
	}





/**
 * 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 {
	border-left: outset 1px #DCF2FA;
	border-right: outset 1px #808080;
	border-top: outset 1px #DCF2FA;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	font-weight: bold;
}
.offtab {
	border-left: outset 1px #E0E0E0;
	border-right: outset 1px #E0E0E0;
	border-top: outset 1px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	cursor: hand;
	font-weight: normal;
}

.tabpadding {
	/* this style is used set the size of the tab in 
	   in the above */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.tabheading {
	/* Not too sure what this is used for. Couldn't find anything
	   related to it yet at the moment */
}

.pagetext {
	/* this style is used to style the content of the editing form
	   contents (where HTMLArea sits and all its forms + contents) in
	   the frontend Administration interface */
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}



/**
 * Mambo Menu Styling
 * ------------
 * You can control the way menu behave and look
 * by using the CSS settings below
 */

a.mainlevel:link, a.mainlevel:visited {
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #F4C55E;
	font-size: 12px;
	
	list-style: none;
	margin: 0;
	margin-bottom: 3px;
	border-top: 1px dashed #F4C55E;
	border-bottom: 1px dashed #F4C55E;
	
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	border-left: 0.5em solid #F4C55E;
	background: #990033;
	text-decoration: none;
	
	}

a.mainlevel:hover {
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #F4C55E;
	font-size: 12px;
	
	list-style: none;
	margin: 0;
	margin-bottom: 3px;	
	border-top: 1px dashed #F4C55E;
	border-bottom: 1px dashed #F4C55E;
	
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	border-left: 0.5em solid #F4C55E;
	background: #CC0033;
	text-decoration: none;
	
	}
	
a.sublevel:link, a.sublevel:visited {
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #FF9900;
	font-size: 12px;
	
	list-style: none;
	margin-left: 8;
	margin-bottom: 3px;
	border-top: 1px dashed #FF9900;	
	border-bottom: 1px dashed #FF9900;
	
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	border-left: 0.5em solid #FF9900;
	background: #990033;
	text-decoration: none;
}

a.sublevel:hover {
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #FF9900;
	font-size: 12px;
	
	list-style: none;
	margin-left: 8;
	margin-bottom: 3px;	
	border-top: 1px dashed #FF9900;	
	border-bottom: 1px dashed #FF9900;
	
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	border-left: 0.5em solid #FF9900;
	background: #CC0033;
	text-decoration: none;
	
	}





/**
 * 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 {
	/* name says it all.. its for styling the date the content/articles are created under 
	   contents title */
	font-family: Georgia, Times, serif;
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	margin-left: 20px;
	}

.modifydate {
	/* need me to say? :) Well it styles the "Last updated on" text
	   at the end of articles/contents */
	font-family: Georgia, Times, serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	margin-left: 20px;	
	}

a.readon:link, a.readon:visited {
	text-decoration: none; 
	font-family:  Georgia, Times, serif;
	font-size: 11px;
	margin-left: 20px;	
	}

a.readon:hover {
	text-decoration: none;
	font-weight: bold;
	font-family:  Georgia, Times, serif;
	font-size: 11px;
	margin-left: 20px;
	}





/** 
 * Mambo Styling for Contents
 * --------------------------
 * All the styling for contents are listed
 * below.
 */
 
.contentpane {
	background-color: #FFFFCC;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	}

.contentpaneopen {	
	background-color : #FFFFCC;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

.contentheading {
	/* This is used in several places; the Heading of contents on the frontpage,
	   it is also used for Section's heading (see above for explanation) "News" or
	   whatever heading you used */
	font-family: Georgia, Times, serif;
	font-size: 20px;
	font-weight: bold;
 	color: #990033;
	text-align:left;
	line-height: 24px;
	height: 24px;

	}

.contentpagetitle {
	/* Couldn't find where is this yet. Will update this part when I
		get to it. Sorry. If you know, please email me the infos */
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-weight: bold;
 	color: #990033;
	text-align:left;
	}

.contentdescription {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	text-align: left;
	color: #333333;
	}

table.contenttoc {
	background-color: #e0e0e0;
	border-top: 1px solid #465675;
	border-bottom: 1px solid #465675;
	border-left: 1px solid #465675;
	border-right: 1px solid #465675;
	color: #666666;

    }

table.contenttoc td {
	font-family: Georgia, Times, serif;
	font-size: 10pt;
	font-weight: normal;
	text-align:left;
	padding: 3px;
	color: #666666;

}

.content_rating {
	font-weight: normal;
	font-size: 10pt;
	color: #666666;
}

.content_vote {
	font-weight: normal;
	font-size: 10pt;
	color: #666666;
}


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

.sectiontableheader {
	background-color : #9D927B;
	background-repeat: repeat;
	padding: 2px;
	color : #006699;
	font-weight : bold;
	padding: 4px;
	font-size: 12px;
	}

.sectiontableentry1 {
	/* this is used when there's a whole list of data to provide and
	   you need to create alternate colors for each row of data. This is
	   the first color */
	background-color : #C0B598;
	font-size: 12px;
	}
	
.sectiontableentry2 {
	/* this is the second color for the row. So, the table generator,
	   will alternate its style through sectionableentry1 and sectiontableentry2
	   as it cycles through and outputs each row of data. Similar to forum's post
	   listings */
	background-color : #B1A489;
	font-size: 12px;
	}





/**
 * Mambo Styles for Categories
 * ---------------------------
 * The following are the styling for "Category" items
 * generated from the Sections area
 */

.category {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}

a.category:link, a.category:visited {
	font-weight: bold;
	color: #CC6600;
	}

a.category:hover {
	color: #003399;
	}




/**
 * 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.
 */
 
a.blogsection:link, a.blogsection:visited {
	text-decoration: none;
	font-family:  Georgia, Times, serif;
	font-size: 10px;
	color: #CC6600;
	}

a.blogsection:hover {
	text-decoration: none;
	font-size: 10px;
	color: #003399;
	}




/**
 * Mambo Components Styles
 * -----------------------
 * These stylings are to format the way components title
 * is displayed
 */


.componentheading {
	/* This is used for formatting the component's title
	   when it is displayed on its own page on the frontend */
	font-family: Georgia, Times, serif;
	font-size: 24px;
	font-weight: bold;
 	color: #333333;
	text-align:left;
	}


/**
 * Mambo Modules formatting
 * ------------------------
 * These stylings are to format the way modules are
 * displayed. It mainly deals with the format of its
 * table. I think this doesn't need too much explaining
 */

table.moduletable {
	/* styling the module table */
	margin: 8px 0px 8px 8px;
	width: 95%;
	}

table.moduletable th {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #F4C55E;
	text-align: left;
	text-decoration: none;
	}

table.moduletable td {
	/* well.. for formatting the table cells of the module table */
	font-family: Georgia, Times, serif;
	font-size: 11px;
	}
	


/**
 * 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-family: Georgia, Times, serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFF99;
	}

.pollstableborder {
	border: 1px solid #465675;
}



/*  Weblinks */

a.weblinks:link, a.weblinks:visited {
	text-decoration: none;
	font-weight: normal;
	font-family:  Georgia, Times, serif;
	color: #CC6600;
	}

a.weblinks:hover {
	text-decoration: none;
	color: #0066CC;
	}
	

/*  Textlink */

a.textlink:link, a.textlink:visited {
	text-decoration: none;
	font-weight: bold;
	font-family:  Georgia, Times, serif;
	color: #000000;
	}

a.textlink:hover {
	text-decoration: none;
	color: #000000;
	}
	


/*  Newsfeeds */

.newsfeedheading {
	/* The newsfeed title. NOTE: This will not affect the newsfeed's news title! */
   font-family: Georgia, Times, serif;
   font-size: 14px;
   font-weight: bold;
   }

.newsfeeddate {
	/* yeah.. the date on the newsfeed */
	font-family: Georgia, Times, serif;
	font-size: 14px;
	font-weight: normal;
	}

.fase4rdf {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #CC6600;
	}

a.fase4rdf:link {
	font-size: 14px;
	font-weight: bold;
	color: #CC6600;
	}

a.fase4rdf:hover {
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
	}


/* Search page */


table.searchintro {
	/* This is for formatting the box with "Search Keyword: test returned 4 matches" box
	   that appears after you have entered a search value. It appears on the mainbody
	   with the search results  */
  	background-color: #EEEEEE;
	border: 1px solid #8D9ABC;
	}


/*  Contact's table settings  */

table.contact {
	/* for formatting the entire "Contact" table which includes
	   the name, address icons and form. Note this table DOES NOT 
	   enclose the dropdown list for selecting the Department/person
	   to contact */
	background-color: #EEEEEE;
	}

table.contact td.icons {
	/* the name gave it away. This formats the <td> cells
	   where the little icons sits next to the details (those addresses,
	   phone number etc) */
	background-color: #CCCCCC;
	}

table.contact td.details {
	/* this is for formatting the <td> cells where all the details sits.
	   The details where addresses, phone number and additional info are */
	background-color: #F3F3F3;
	font-size: 11px;
	font-family: Georgia, Times, serif;
	}
	
.nopicture {
	font-size: 16;
	font-family: Georgia, Times, serif;
	color: #999999;
	font-weight: bold;