/* Custom Styles for text editing through Mambo
 * Preformatted text/Title Colors 
 */

.RCRIBlog {
	bgcolor: #E5E5E5;
}

.RCRIBackground {
	color: #FFFFFF; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 11px;
	background: #E5E5E5;
	height: 17px;
	}

.RCRIBlueTitle {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	white-space:nowrap;
	position: relative;
	left: 6px
}

.RCRIBlueSubHeading {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	position: relative;
	left: 6px
	}

.RCRITitle {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	white-space:nowrap;
	position: relative;
	left: 6px
}

.RCRISubTitle {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	position: relative;
	left: 6px
	}

.RCRIIndentContentText {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	position: relative;
	left: 6px
	}

.copyright {
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

/* Other general stylings of text */
.sideBarTxt {
	margin: 4px 0 4px 0;
	}
	
.bold {
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	color: #FF0000;
	}
.red {
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	color: #FF0000;
	}
	
.caption {
	font-size: 9px;
	text-align: left;
	font-style: italic;
	margin: 4px 0 4px 4px;
	}
	
.box {
	border: 1px solid #B2B2B2;
	}
	
img {
	display:inline;
	}
	
.bullet {
	margin: 4px 4px 0 0;
	}	
	
td,tr,p,div {
	vertical-align: top;
	font-size: 11px;
	}
	
.sidebar {
	vertical-align: middle;
	font-size: 11px;
	padding: 0 0 0 2px;
	color: #727272;
	}

.left {
	border: 1px solid #B2B2B2;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
.right {
	border: 1px solid #727272;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	}
	
.content {
	border: 1px solid #727272;
	}

input {
	margin: 0;
	font-size: 11px; 
/*Ê*/	background-color: #FFFFFF; 
/*Ê*/	border: 1px solid #727272;
	}

a {
	/* Controls the general text link formatting */
	color:#6189A3;
	font-size: 11px;
	}
	
a:link {
	color:#6189A3;
	}
	
a:visited {
	color:#6189A3;
	}
	
a:hover {
	color:#F20017;
	}

.footer
	{
	text-decoration:none;
	font-size: 9px;
	color : #727272;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

a.footer {
	color:#727272;
	text-decoration:none;
	font-size: 9px;
	}
	
a.footer:link {
	color:#727272;
	}
a.footer:visited {
	color:#727272;
	}
a.footer:hover {
	color:#F20017;
	}

body {
	margin: 7px 0px 0px 7px;
	background-color : #FFFFFF ;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
li {
        padding-top: 3px;
	}

/**
 * General Mambo Styles
 * --------------------
 * The following are styles that are often used
 * site wide by Mambo to provide better control
 * of content's appearences.
 */
h1 {
	
	
}

/**
* {
* 	font-size: 12px;
* 	font-weight: bold;
* 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
* 	margin: 4px 0 -8px 0;
* 	color: #000000;
* 	}
 */
h2 {
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #727272;
	margin: 4px 0 -8px 0;
	}

h4 {
	color: #FF9900; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
	}

h5 {
	color: #FF9900; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px; font-weight: bold;
	}

h6 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: relative;
	left: 6px
	}		
ul {
	list-style-type: square;
        text-align: left;
	}
	
hr {
	/* often used in components like Akobook, and Simpleboard forum
	   to define the separator lines */
	background: transparent; 
	height:1px; 
	border: 1px solid #B2B2B2;
	} 
	
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*/

.pagenavbar {} /* not used in to page nav bar but used for nicknames in forum posts by Simpleboard */

.pagenav {
	/* as the name implies, this is for formatting texts for those "<< Start < Previous 1 Next > End >>" links */
	font-weight: bold;
	} 

a.pagenav, a.pagenav:visited {
	/* same as above, but for links */
	font-weight: bold;
	color: #727272;
	} 
	
a.pagenav:hover {
	/* same as above, but for links with mouse pointer over it */
	color: #F20017;
	} 
	
.small {
	/* general style for texts when small size fonts are used. In 
	   the contents, this style is used for "Written by..." texts */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	} 

.smalldark {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    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 {
	/* this style applies to most form buttons generated by
	   Mambo and its components. Change its format here*/
	color: #FFFFFF; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 1px;
	font-weight: normal;
	text-align: center;
	font-size: 11px;
	background: #EF0F17;
	border: 1px solid #000000;
	height: 17px;
	}

.inputbox {
	/* Again, the name implies that this style changes the 
	   way those input box looks */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #FFFFFF;
	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 {
	/* For styling of the "Tab" buttons when editing contents through the frontend as admin. 
		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 {
	/* Same as above, used for styling of the "Tab" buttons when editing contents through the frontend. 
		This the styling for the tab when it is NOT active or when it is NOT "clicked" */
	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
 */

/*styling for the services menu that replaces the main menu */
a.mainlevel-services:link, a.mainlevel-services:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-left: 4px;
	height: 18px;
	margin-top: 8px;
	margin-bottom: 4px;
	}

a.mainlevel-services:hover {
	text-decoration: none;
	color: #f20017;
	}

a.sublevel-services:link, a.sublevel-services:visited {
	/* this styling is for menu items that HAS A PARENT */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding-left: 25px;
	margin-bottom: 3px;
	margin-top: 3px;
	height: 18px;
	background: url(../images/IndentDot.gif) no-repeat;
	}

a.sublevel-services:hover {
	text-decoration: none;
	color: #f20017;
	}

/* Styling for top menu */	
a.mainlevel-top:link, a.mainlevel-top:visited {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	}

a.mainlevel-top:hover {
	color: #f20017;
	}

/* Styling for Resources menu */	
a.mainlevel-res:link, a.mainlevel-res:visited {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding-left: 2px;
	padding-top: 3px;
	height: 12px;
	margin-bottom: 2px;
	}

a.mainlevel-res:hover {
	color: #f20017;
	}
	
/* Styling for Reimbursement menus */	
a.mainlevel-rem:link, a.mainlevel-rem:visited {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding-left: 2px;
	padding-top: 3px;
	height: 12px;
	margin-bottom: 5px;
	}

a.mainlevel-rem:hover {
	color: #f20017;
	}

/* Styling for the ISO text link */
a.mainlevel-iso:link, a.mainlevel-iso:visited {
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 2px;
	padding-top: 3px;
	height: 12px;
	margin-bottom: 2px;
	}
	
a.mainlevel-iso:hover {
	color: #f20017;
	}
/**
 * Mambo Modules formatting
 * ------------------------
 * These stylings are to format the way modules are
 * displayed. A module is surrounded by a table with only 2 fields, title and body.
 *  Mainly for Main Menu but all modules apply
 */

table.moduletable {
	 /* styling the module table globally (backgrounds, borders, margins etc */
	margin           : 0px 0px 0px 0px;
	width            : 100%;
	}
	
table.moduletable th {
	/* styling the module header, and the module titles */
	font-size        : 10px;
  	font-weight      : bold;
 	color            : #000000;
  	text-align       : center;
  	background-color : #e5e5e5;
	border-left: outset 1px #B2B2B2;
	border-top: outset 1px #B2B2B2;
	border-bottom: solid 1px #B2B2B2;
	padding-top: 2px;
	padding-bottom: 2px;
 	} 
	
table.moduletable td {
	/* Formatting the table cells of the module table */
	font-size: 11px;
	font-weight: normal;
	}
	

/**
 * 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: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #727272;
	line-height: 14px
	}
	
.pollstableborder {
	/* set the border properties of the polls voting table */
	border: 1px solid #B2B2B2;
	}

/*  Weblinks */
.weblinks{
	/* well.. to format the link's titles under the "Weblinks" 
	   section on the frontend */
	color: #727272; 
	text-decoration: none; 
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
a.weblinks:hover {
	/* same as above, but for link with mouseover */
	color: #F20017;	
	text-decoration: underline;
	}

/*  Newsfeeds */
.newsfeedheading {
	/* The newsfeed title. NOTE: This will not affect the newsfeed's news title! */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #727272;
   }
   
.newsfeeddate {
	/* yeah.. the date on the newsfeed */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #727272;
	font-weight: normal;
	}
	
.fase4rdf {
	/* this is the body text of the newsfeed */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #727272; 
	font-weight: normal;
	}

a.fase4rdf:link {
	/* links of the body text of the newsfeed */
	font-size: 11px; 
	font-weight: bold; 
	color: #727272;
	}

a.fase4rdf:hover {
	/* links of the body text of the newsfeed when mouse points over it*/
	font-size: 11px;
	font-weight: bold; 
	color: #F20017;
	}
	
/* 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: #FFFFFF;
	border: 1px solid #B2B2B2;
	}

/*  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;
        padding-left: 10px;
	}

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: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}