/* CSS global reset for all browsers */ 

* {
padding: 0;
margin: 0;
}

/**
 * General Body Styling
 * --------------------
 * These are normal css setup reccommended for your
 * HTML template although they are not neccessary
 */

body      {
  color: #000;
  font-size: 14px;
  font-family: Arial, Sans-Serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  background-image: url("../images/bg.jpg");
  background-repeat: repeat-x, repeat-y;
  background-attachment: scroll;
  background-position: 0 0;
  margin: 0;
  padding: 0;
}

body.published  { background: #f0ffff }

body.mceContentBody    { background: white; width: 800px }

.content         {
  color: #000; font-size: 12px;
  background-image: url("../images/mainbg.jpg"); background-repeat: repeat-y; background-attachment: fixed; background-position: center;
  margin: 0 auto; padding: 0; position: relative; left: 1px; width: 800px;
}

#topmenu      {
  color: #6FA637; background-image: url(../images/top.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position:
  center 0; width: 800px; height: 22px;
} 

#topmenu .padding   { padding: 4 }

.img  { padding: 0 8px 8px 0 }

.img2 {
	padding: 0 0 3px 3px;
	float: right;
}


/* HEADER 
---------------------------------------------------------------------------------------------------------------------------------------------------
*/

#top    {
  background-image: url(../images/top.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  margin: 0;
  padding: 0;
  height: 10px;
}

#top .padding     {
  color: #fff;
  font-size: 90%;
  padding: 0;
}

#top a  {
  color: #fff;
}

#header {
 color: #fff;
 background-image: url(../images/header.jpg);
 background-repeat: no-repeat;
 background-attachment: scroll;
 background-position: center;
 margin: 0; 
 padding: 0;
 width: 798px;
 height: 249px;
}

#header .f_search   { }

#header .title  { padding: 0 }

#header h1  { color: #000; font-size: 12px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold; margin: 0; padding: 0 }

#header h2   { color: #000; font-size: 10px; font-family: Arial, Verdana, Helvetica, sans-serif; background-image: none; margin: 0; padding: 0 }



/* SUBHEADER 
---------------------------------------------------------------------------------------------------------------------------------------------------
*/

#subheader {
  background-image: none;
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: center;
  width: 770px;
  height: 0;
}

#subheader h2  { color: #ff7faa }

#subheader a  { color: #feaaea }


/* NAVIGATION
---------------------------------------------------------------------------------------------------------------------------------------------------
*/

.nav  { color: #6FA637; text-align: center; margin-bottom: 20px; padding: 0 0 10px; width: auto; height: auto }



/* MAIN
---------------------------------------------------------------------------------------------------------------------------------------------------
*/

#main      {
  color: #000;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0 0;
  margin: 0 50px;
  padding: 0;
  position: relative;
}

#main .right-side          {
  background-color: #fff;
  background-repeat: repeat-y;
  background-position: 0 0;
  margin: auto;
  padding: 0;
  position: relative;
  width: 125px;
  height: 100%;
  float: left;
}

#main .right-side .hitems  { margin: 0; padding: 20px 0 0 }

#main .right-side .hitems ul    { color: #ff7faa; list-style-image: url("../images/arrow.gif"); margin: 20px 0 5px; padding: 0 }

#main .right-side .hitems li    { color: #000; margin: 20px 0 0; padding: 0 }

#main .left_side         { background: #fff; margin: 0; padding: 0; position: absolute; right: 0; width: 125px; height: 100%; float: left; clear: left }

#main h3    { color: #000; font: bold 10pt Arial, Sans-Serif; background: inherit inherit inherit inherit; margin: 20px 0 0; padding: 0 0 0 }

#main .left_side .rside   { background-color: #f0f0f0; margin: 0; padding: 0; width: 0; float: right; border-bottom: 8px solid #feaaea }

.rside h3    { padding-top: 5px; padding-left: 5px; width: auto; border-bottom: 0 solid }

#main .left_side .lside      { background-color: #f0f0f0; margin: 0; padding: 0; width: 0; float: none; border-bottom: 8px solid #feaaea }

.lside h3   { padding-top: 0; padding-left: 0; border-bottom: 0 #feaaea }

#main .box   { background: #fceaee; padding: 5px; border: solid 1px #ccc }

#main .right-side ul    { color: #ff7faa; list-style: square; margin: 5px 0; padding: 0; border-bottom: 0 solid #eee }

#main .right-side li  { color: #555; margin: 0 0 0 0; padding: 0 0 0 0 }

#main .right-side  h3      { color: #000000; font-size: 10px; font-weight: bold; background: no-repeat left 50%; margin: 0; padding: 0 0 0 }

#main .right-side  .padding    { color: #555; margin: 0 0 0 0; padding: 0 }



/* FOOTER
---------------------------------------------------------------------------------------------------------------------------------------------------
*/

#footerclear {
	clear: both;
}
#footer {
	background: white url("../images/footer.jpg") no-repeat center;
	margin: 30px 0 0 0;
	padding: 0;
	width: 798px;
	height: 43px;
	clear: both;
}
#footer2 {
	margin: 0;
	padding: 6px 0;
	text-align: center;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	word-spacing: 0;
	letter-spacing: 1px;
	/* vertical-align: sub; */
}
#footer2 a {
	color: #000;
	padding: 0 10px;
}
#footer2 span {
	color: #000;
	padding: 0 10px;
}



/*  Top Menu */

#menu      { color: #6FA637; font-size: 14px; background: #fff; margin: 0; padding: 0; width: 800px; height: 35px }

#menu .pad   { padding: 0 }	

#menu a, #nav strong, #nav span  { color: #fff; text-decoration: none; display: block }

#menu a { float:none; }

#menu a:hover { text-decoration:underline;}  


/*
 ---------------------------------------------------------------------------------------------------------------------------------------------------
*/



ul#mainlevel-nav {
  font-size: 12px; color: #6FA637; list-style: none; margin: 0; padding: 0 20px;
}

ul#mainlevel-nav li {
  font-size: 12px; background-image: none; white-space: nowrap; list-style-type: none;
  margin: 0; padding-right: 0; padding-left: 0; float: left;
}

ul#mainlevel-nav li a {
  color: #6FA637; font-size: 14px; font-weight: bold; font-stretch: expanded; text-decoration: none;
  background: transparent; text-align: center; display: block; padding: 0 10px;
}

ul#mainlevel-nav a:hover {
text-decoration: underline;}

.module   { padding: 0; position: relative }

.module a  { color: #FFF; }

.module td { border-bottom: 1px dotted #ccc;  }

.module h3     { color: #000000; font-size: 10pt; font-weight: bold; background: no-repeat left 50%; margin: 0; padding: 0 }

td,tr,p,div   { color: #505050; font-size: 12px; font-family: Arial, Verdana, Helvetica, sans-serif; line-height: 16px }

h3     { color: #000000; font-size: 10pt; font-weight: bold; background: no-repeat left 50%; margin: 0; padding: 0 }

h4   { color: #000; font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold }

h5   { color: #000; font-size: 10px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold }

h6   { color: #000; font-size: 9px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold }

a:link, a:visited    { color: #ff7faa; font-size: 12px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold; text-decoration: none }

a:hover   { color: #ff7faa; text-decoration: underline }

ul  { margin: 0 }

li  { list-style: square; padding: 0 }

.mosimage  { margin: 0; padding: 0; border: solid 1px #ccc }

.mosimage_caption  { background-color: #fceaee }




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

hr   { background: transparent; height: 0; border: solid 1px #fe88ea }

hr.separator  { background: transparent; width: 75px; height: 1px; border: solid 1px #fe88ea }

.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;
color: #555;
}



a.pagenav, a.pagenav:visited  { color: #fe88ea; font-weight: normal }

a.pagenav:hover  { color: #feaaea; font-weight: normal; text-decoration: underline }

.small {
/* general style for texts when small size fonts are used. In 
   the contents, this style is used for "Written by..." texts */

font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #808080;
text-decoration: none;
font-weight: normal;
}

.smalldark  { color: #ffdfff; font-size: 10px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: normal; text-decoration: none }




/**
 * Mambo Form Styles
 * -----------------
 * Here are 2 styles that Mambo uses to let users control
 * how their forms and buttons may look.
 */

.button   {
  color: #333; font-size: 12px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: normal;
  background: #feaaea; text-align: center; margin-top: 4px; height: 20px; border: solid 0 #111;
}

.inputbox  { color: #000000; font-size: 12px; font-family: Arial, Verdana, Helvetica, sans-serif; background: #fceaee; border: solid 1px }

.inputbox:hover { border: 1px solid #000000; }





/**
 * 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: bold;
color: #FFFFFF;
}

.offtab   {
  font-weight: normal; background-color: #fceaee; text-align: center; cursor: hand; border-style: outset outset solid;
  border-width: 0; border-color: #e0e0e0 #e0e0e0 #d5d5d5;
}



.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  {
  color: #f0ffff; font-size: 10pt; font-weight: bold; text-decoration: none; background-color: #ecaeca;
  display: block; margin-bottom: 0; padding: 0;
}

a.mainlevel:hover {
  color: #000000; text-decoration: none; background: #f0f0f0; display: block; margin-bottom: 2px;
}

a.sublevel:link, a.sublevel:visited  { color: #feaaea; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: normal }

a.sublevel:hover  { color: #eaaeea; 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: Arial, Verdana, Helvetica, sans-serif;
font-size: 9px;
color: #888;
text-decoration: none;
font-weight: normal;
padding: 0 0 10px 0;
}


.modifydate {
/* need me to say? :) Well it styles the "Last updated on" text
   at the end of articles/contents */

font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #999;
text-decoration: none;
font-weight: normal;
}

a.readon:link, a.readon:visited  {
  color: #fe88ea; font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif;
  text-decoration: none; background: no-repeat left 50%; padding-left: 15px;
}

a.readon:hover  {
  color: #feaaea; font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: normal; text-decoration: underline;
}






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

.contentpane  { background-color: #fff }

.contentpaneopen  { background-color: none }

.contentpaneopen td  { color: #000000 }

.contentheading   { color: #000000; font-size: 12pt; font-weight: bold; background: no-repeat left 50%; text-align: left; margin: 0 0 0; padding: 0 0 0 0 }

.contentpagetitle  { color: #666; font-size: 12px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold; text-align: left }

.contentdescription  { color: #333; font-size: 12pt; font-family: Arial, Verdana, Helvetica, sans-serif; text-align: left }

table.contenttoc   { color: #333; background-color: #fff; margin: 0; padding: 0; border: solid 0 #666 }

table.contenttoc td  { font-size: 12pt; font-family: Arial, Verdana, Helvetica, sans-serif; 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 
 */

.sectiontableheader {
/* This is for styling the section table headers on a SECTION's page.
   An example would be those articles lists when you click on "News" or something?
   With a table header of "Date", "Item Title", "Author" and "Hits" ? That's the
   header that you will be controlling through this style */

background-color : #999;
background-repeat: repeat;
padding: 2px;
color : #FFF;
font-weight : bold;
padding: 2px;
}

.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: #fff;
}

.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 : #f0f0f0;
}






/**
 * 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: #333; 
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11px; 
font-weight: bold; 
text-decoration: none;
}



a.category:link, a.category:visited {
/* same as above, but to set the link format */

color: #000000; font-weight: bold;
}



a.category:hover {
/* same as above, but for links with mouse pointer over it */

color: #195451;
text-decoration: underline;
}




/**
 * 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 {
color: #000000; 
text-decoration: none; 
font-family:  Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
}

a.blogsection:hover  { color: #eaaeea; font-size: 11px; text-decoration: underline }





/**
 * 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: Arial, Verdana, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #000; 
text-align:left;
padding: 0 0 10px 0;
}



/**
 * 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   { margin: 0; width: 100%; float: right }

table.moduletable th  { color: #333; font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold; text-align: left }

table.moduletable td {
/* well.. for formatting the table cells of the module table */

font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
}

table.moduletable h3  { font-size: 12px; font-family: Arial, Verdana, Helvetica, sans-serif }





/**

 * 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: Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
line-height: 14px
}

.pollstableborder  { border: solid 1px #fe88ea }



/*  Weblinks */

a.weblinks:link, a.weblinks:visited  { color: #fe88ea; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: normal; text-decoration: none }

a.weblinks:hover  { color: #fe88ea; text-decoration: underline }


/*  Newsfeeds */

.newsfeedheading  { color: #fe88ea; font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold }

.newsfeeddate  { color: #feaaea; font-size: 10px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: normal }

.fase4rdf {
/* this is the body text of the newsfeed */

font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11px; 
color: #FFFFFF; 
font-weight: normal;
}

a.fase4rdf:link  { color: #eaaeea; font-size: 11px; font-weight: bold; text-decoration: none }
a.fase4rdf:hover  { color: #eaaeea; font-size: 11px; font-weight: bold; text-decoration: underline }


/* 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: #FFF;
border: 1px solid #666;
}





/*  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: #333333;
}

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: #333333;
}



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: #333333;
font-size: 11px;
font-family: Arial, Verdana, Helvetica, sans-serif;
}

.syndicate { padding-top: 10px; }
.buttonheading { color: #feaaea; text-align: left }
