/**DB STUDIOS 2006
 * CSS Guide for Mambo 4.5 templates 
 * @author Wee Keat Chin
 * @url www.visualdensity.com
 * @email weekeat@visualdensity.com
 */


/**
 * General Body Styling
 * --------------------
 * These are normal css setup reccommended for your
 * HTML template although they are not neccessary
 */
 
body {
	margin: 0px 0px 0px 0px;
	font-family: "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	color: #FFFFFF;
	background-color: #2B363B;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(/images/bg.jpg);
	}
	
/* Main Body Text Colour HERE */	

td,p,div,tr {
	font-family: "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	color: #FFFFFF;
	line-height: 20px;
	font-size:11px
	}
	
.maintable {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A3C017;
	border-left-color: #A3C017;
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 11px;
	height: 100%;
}
.NavBox {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #A3C017;
	height: 110%;
	padding-top: 5px;
}

.formSmallText {
	font-size: 9px;
	line-height: 5px;
	color: #A3C017;
}


.maintableBottom {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A3C017;
	border-left-color: #A3C017;
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 9px;
}

.shopText {
	font-family: "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	color: #1F1F1F;
	line-height: 20px;
	font-size:11px
	}


/* h2 appear in zOOm gallery as the gallery name - centered */

h2 {
	font-family: "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	color: #1F1F1F;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FFFFFF;
	}


h4 {
	color: #1F1F1F; 
	font-family: "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px; font-weight: normal;
	}

h5 {
	color: #1F1F1F; 
	font-family: "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px; font-weight: normal;
	}

h6 {
	color: #1F1F1F; 
	font-family: "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px; font-weight: normal;
	}
	
div.blog_more {
	font-size:11px;
	margin-left: 15px;
	}


/* These 'Links' are for all other links in the site. */

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-family:  "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	}

a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}
	
a.sbm, a.sbm:visited {
}

a.sbm:hover {
}
	

	
	/* This appears to postion the 'Latest News' links - float: left */
	/* width auto seems to be !Important */
	
ul {
	display: inline;
	float: left;
	background-image: none;
	width: auto !important;
	padding-left: 0px;
	margin-left: 6px;
	margin-top: 8px;
	font-size: 11px;
}

ul.latestnews {
	display: inline;
	float: left;
	background-image: none;
	width: auto !important;
	padding-left: 0px;
	margin-left: 18px;
	margin-top: 8px;
	font-size: 11px;
}



/* Li is the bullet on the Latest New links */


li
{
	list-style-type: none;
	list-style-image: none;
}


/**
 * 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 {
	/* as the name implies, this is for formatting texts for
	   those "<< Start < Previous 1 Next > End >>" links */
	font-weight: normal;
}

a.pagenav, a.pagenav:visited {
	/* same as above, but for links */
	font-weight: normal;
	color: #666666;
}

a.pagenav:hover {
	/* same as above, but for links with mouse pointer over it */
	color: #FF9900;
}

	/* This is the 'Written By.." Text */
.small {
	font-family: "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	text-transform: capitalize;
	line-height: 5px;
	}

.smalldark {
    font-family: "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
    font-size: 10px;
    color: #FF0000;
    text-decoration: none;
    font-weight: normal;
    }

/* Latest News Links */

a.latestnews:link, a.latestnews:visited {
	color: #A3C017;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}
	
a.latestnews:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	}



/**
 * Mambo Form Styles
 * -----------------
 * Here are 2 styles that Mambo uses to let users control
 * how their forms and buttons may look.
 */
 
.button {
	/* this style applies to most form buttons generated by
	   Mambo and its components. Change its format here*/
	color: #2B363B; 
	font-family: "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	margin-top: 4px;
	font-weight: normal;
	text-align: left;
	font-size: 11px;
	background: #A3C017;
	border: 1px solid #FFFFFF;
	height: 16px;
	}

.inputbox {
	/* Again, the name implies that this style changes the 
	   way those input box looks */
	font-family: "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #A3C017;
	background: #FFFFFF;
	border: 1px solid #A3C017;
	}
	
.inputbox_mailingList {
	/* Again, the name implies that this style changes the 
	   way those input box looks */
	font-family: "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #A3C017;
	border: 1px solid #A3C017;
	margin-top: 5px;
	background-color: #616A72;
	padding-left: 5px;
}
.mailingListBox {
	padding-left: 15px;
}






/**
 * 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 {
	/* For styling of the "Tab" buttons when editing contents through the frontend
	   (when you log in as admin in the frontend). This .ontab is the styling for the
	   tab when it is active or after its "clicked" */
	background-color: #323A15;
	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: normal;
	color: #FFFFFF;
}
.offtab {
	/* Same as above, used for styling of the "Tab" buttons when editing contents through the frontend.
	   This .ontab is the styling for the tab when it is NOT active or when it is NOT "clicked" */
	background-color : #e5e5e5;
	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-family: "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	border: none;
	padding-left: 15px;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	}

a.mainlevel:hover {
	color: #A3C017;
	font-weight: bold;
	text-decoration:underline;
	text-align: left;
	font-size: 11px;
	padding-left: 15px;
	text-transform: uppercase;
	}
	
a.mainlevel#active_menu {
	color: #A3C017;
	text-decoration:none;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	background-color: #222B30;
	padding-right: 15px;
}
	
a.sublevel:link, a.sublevel:visited {
	font-family: "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	color: #A3C017;
	font-weight: bold;
	margin: 10px;
	text-transform: uppercase;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}

a.sublevel:hover {
	color: #FFFFFF;
	text-transform: uppercase;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: underline;
	}
	




/**
 * 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: "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 9px;
	color: #A3C017;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	}


.modifydate {
	/* need me to say? :) Well it styles the "Last updated on" text
	   at the end of articles/contents */
	font-family: "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10px;
	color: #343A58;
	text-decoration: none;
	font-weight: normal;
	}

a.readon:link, a.readon:visited {
	/* For formatting the "Read on..." link for blogs and on frontpage. */
	color: #1F1F1F; 
	text-decoration: none; 
	font-family:  "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	}

a.readon:hover {
	/* Pfft..! */
	color: #FFFFFF;	text-decoration: underline;
	font-weight: normal;
	font-family:  "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	}





/** 
 * Mambo Styling for Contents
 * --------------------------
 * All the styling for contents are listed
 * below.
 */
 
 /* this if turned on would put a box around the Contact Page info */ 
 
.contentpane {
	}
	
	/* This one (contentpaneopen) controlls the background of the actual text
	Including the margin postition */ 
	
.contentpaneopen {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-size: 11px;
	}

.contentheading {
	font-family: "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

.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: "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
 	color: #1F1F1F;
	text-align:left;
	}

.contentdescription {
	/* When you create a link to a Section in the main menu and when clicked on it, it will display
	   "News" then some description (with image if you selected one) and then a list of 
	   Category of News. This style is used for formating the "DESCRIPTION" part of that page */
	font-family: "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	line-height: 20px;
	}

table.contenttoc {
	/* This is used to format the table of the Tables of Contents or "Jump to" 
	   box when it is enabled in a multiple paged content or article */
	color: #343A58;
	background-color: #e0e0e0;
	border-top: 1px solid #465675;
	border-bottom: 1px solid #465675;
	border-left: 1px solid #465675;
	border-right: 1px solid #465675;
    }

table.contenttoc td {
	/* the same as above, but this is used to format the td or
	   table cells */
	font-family: "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-align:left;
	padding: 3px;
}

.content_rating {
	/* used for styling the texts used for displaying 
	   those "stars" for rating in an article */
	font-weight: normal;
	font-size: 8pt;
}

.content_vote {
	/* used for those voting texts (the one with voting RADIO buttons) */
	font-weight: normal;
	font-size: 8pt;
}


/**
 * Mambo Sections Styles
 * ---------------------
 * Styling of sections tables 
 */

/* This is the link in the zOOm Gallery when looking at the big version of the photo */ 

.sectiontableheader {
	background-repeat: repeat;
	padding: 10px;
	color : #FFFFFF;
	font-weight : normal;
	padding: 10px;
	}

.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 : #000000;
	}
	
.sectiontableentry2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	}





/**
 * Mambo Styles for Categories
 * ---------------------------
 * The following are the styling for "Category" items
 * generated from the Sections area
 */

.category {
	/* this is to set the category Titles ( found on a SECTION's page
	   where the Category lists are) styles */
	color: #FF0000; 
	font-family: "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;
	}

a.category:link, a.category:visited {
	/* same as above, but to set the link format */
	color: #3D4E6D; font-weight: normal;
	}

a.category:hover {
	/* same as above, but for links with mouse pointer over it */
	color: #3D4E6D;
	}




/**
 * 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.
 */
 
 /* This blogsection is the read More links on the main news page */
 
a.blogsection:link, a.blogsection:visited {
	color: #A3C017; 
	text-decoration: none; 
	font-family:  "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	}

a.blogsection:hover {
	font-family:  "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	color: #FFFFFF;	
	text-decoration: underline;
	}

/*---------
 * These stylings are to format the way components title
 * is displayed
 * Mambo Components Styles
 * --------------
 */


.componentheading {
	/* This is used for formatting the component's title
	   when it is displayed on its own page on the frontend */
		font-family: "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	color: #1F1F1F;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	}


/**
 * 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 {
	width: 100%;
	}

table.moduletable th {
	/* styling the module header, and the module titles 
	LATEST NEWS, PRAYER TRAILS, SEARCH */
	font-family: "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	color: #00FF00;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	}

table.moduletable td {
	/* well.. for formatting the table cells of the module table */
	font-family: "Lucida Grande", Arial, Helvetica, Tahoma, sans-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 {
	/* polls texts */
	font-family: "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #343A58;
	line-height: 14px
	}

.pollstableborder {
	/* set the border properties of the polls voting table */
	border: 1px solid #465675;
}



/*  Weblinks */

a.weblinks:link, a.weblinks:visited {
	/* well.. to format the link's titles under the "Weblinks" 
	   section on the frontend */
	color: #405115; text-decoration: none; font-weight: normal;
	font-family:  "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	}

a.weblinks:hover {
	/* same as above, but for link with mouseover */
	color: #000099;	text-decoration: underline;
	}
	


/*  Newsfeeds */

.newsfeedheading {
	/* The newsfeed title. NOTE: This will not affect the newsfeed's news title! */
   font-family: "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #343A58;
   }

.newsfeeddate {
	/* yeah.. the date on the newsfeed */
	font-family: "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10px;
	color: #343A58;
	font-weight: normal;
	}

.fase4rdf {
	/* this is the body text of the newsfeed */
	font-family: "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px; 
	color: #343A58; 
	font-weight: normal;
	}

a.fase4rdf:link {
	/* links of the body text of the newsfeed */
	font-size: 11px; 
	font-weight: normal; 
	color: #356C82;
	}

a.fase4rdf:hover {
	/* links of the body text of the newsfeed when mouse points over it*/
	font-size: 11px;
	font-weight: normal; color: #759328;
	}


/* Search page */


table.searchintro {
	border: 1px dotted #FFFFFF;
	}


/*  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: #FFFFFF;
	}

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: "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	}
.navbg {
	background-attachment: scroll;
	background-image: url(/m/templates/black/images/tmbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.maincelltext {
	padding-top: 2px;
	padding-right: 5pxtext-decoration: nonefont-size: 10pxfont-family: Arial, Verdana, Helvetica, sans-serifcolor: #FF0000font-weight: normal;
	padding-left: 5px;
}