
/*---Body */
.site_name {
	font-size: 16px;
	font-weight: bolder;
	color: #F7EFEA;
}
body {
background: #265178 url(../images/dive_background.jpg);
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #040D8F;
}
td, tr, p, div {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
  color : #EAEAFB;
}
a:link, a:visited {
	color: #F7EFEA;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;	
}

a:hover {
	color: #FF6600;	text-decoration: none;
	
}

hr, hr.separator {
	height : 1px;
	width : 100%;
	border: 1px solid #BBC1DB;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Mambo Menu Styling
 * ------------*/

/* menu -nav */
#mainlevel-nav li
{
	float: right;
}
#mainlevel-nav li a:link, #mainlevel-nav li a:visited{
	color: #F7EFEA;
	width: auto;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #F5AC49;
	border-right-color: #F5AC49;
	border-bottom-color: #F5AC49;
	border-left-color: #F5AC49;
	margin-right: 3px;
}
#mainlevel-nav li a:hover{
	color: #FF6600;
	padding-top: 2px;
}


/* menu mainlevel */
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #77AAFF;
	text-align: left;
	text-decoration: none;
	padding-left: 4px;
	height: 18px;
	margin-top: 3px;
	padding-top: 4px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #77AAFF;
}

a.mainlevel:hover {
	background-position: 0px -27px;
	color: #FF6600;
	padding-left: 5px;
	width: 100%;
	border-left-color: #FFFFFF;
}

/* menu sublevel */
a.sublevel:link, a.sublevel:visited {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #BBC1DB;
	text-align: left;
	width: 160px;
	text-decoration: none;
	padding-left: 12px;
	height: 24px;
	margin-top: 3px;
	padding-top: 4px;
}

a.sublevel:hover {
	color: #FF6600;
}



/* mambo core stuff */
table.moduletable {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	padding-bottom: 5px;
}
table.moduletable th {
	color: #F5AC49;
	line-height: 19px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5AC49;
	text-align: left;
	}
table.moduletable td {}

.pathway {
	color: #BBC1DB;
}
a.pathway, a.pathway:visited {
	color: #EAEAFB;
}
a.pathway:hover {
	color: #FF6600;
}


/*** General Mambo Styles*/
.back_button{
	text-align: center;
}
.pagenavbar {
	color: #0066FF;
} 
.pagenav, a.pagenav, a.pagenav:visited{
	color: #A8CBFF;
	height: 20px;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	padding-top: 2px;
	border: 1px solid #F5AC49;
	background-color: #0033CC;
}
a.pagenav:hover{
	color: #FF6600;
}

	
	
.small {
	font-size: 10px;
	font-weight: bold;
	color: #F7EFEA;
}


/**
 * Mambo Form Styles
 * -----------------
 * Here are 2 styles that Mambo uses to let users control
 * how their forms and buttons may look.
 */
 
.button {
	background-color: #B7CCF0;
	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: #F5AC49;
	border-right-color: #F7EFEA;
	border-bottom-color: #F7EFEA;
	border-left-color: #F5AC49;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
}
.inputbox {
	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: #F7EFEA;
	border-right-color: #F5AC49;
	border-bottom-color: #F5AC49;
	border-left-color: #F7EFEA;
	font-size: 10px;
	font-weight: normal;
	color: #F7EFEA;
	background-color: #B7CCF0;
	}

/**
 * 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: #BBC1DB;
} 
.modifydate {} 
.readon, a.readon:link, a.readon:visited{
	color: #0066FF;
	float: right;
	padding-left: 20px;
}
a.readon:hover{
	color: #BBC1DB;
}


/** 
 * 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{
	color: #77AAFF;
	font-weight: bold;
	}
.contentpagetitle, .category {
	color: #77AAFF;
	font-weight: bold;
}
a.contentpagetitle:link, a.contentpagetitle:visited, a.category:link, a.category:visited {
	font-size: 12px;
	font-weight: bold;
	color: #BBC1DB;
	}

a.contentpagetitle:hover, a.category:hover {
	color: #F7EFEA;
	}




/**
 * 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: 11px;
	color: #BBC1DB;
}
table.pollstableborder {
	border: 1px solid #F7EFEA;
	color: #EAEAFB;
}

/**
 * Mambo Sections Styles
 * ---------------------
 * Styling of sections tables 
 */

.sectiontableheader {
	background-color : #000066;
	color            : #EAEAFB;
	font-weight      : bold;
	border-top: 1px solid #F7EFEA;
	border-right: #F7EFEA;
	border-bottom: 1px solid #F7EFEA;
	border-left: #F7EFEA;
	line-height: 16px;
}

.sectiontableentry1 {
	background-color: #575C91;
}

.sectiontableentry2 {
  background-color : #273174;
}



/*  Weblinks */
.weblinks{} 


/*  Newsfeeds */
.newsfeedheading {} 
.newsfeeddate {} 
.fase4rdf {} 


/* Search page */
table.searchintro {} 


/*  Contact's table settings  */
table.contact {} 
table.contact td.icons {} 
table.contact td.details {}

