/*---colors
FFFFFF
729E7B
9DBC70
FF0000
D5DE9E
445E88
8098BF
CDD5DA
8AB5AC
816588
 */

/*---Body */
.site_name {
	font-size: 17px;
	font-weight: bolder;
	color: #ffffff;
}
body {	
	margin-top: 8px;
	background: #604367 url('../images/bg.jpg') repeat-y top center;
	font-family: Arial, Helvetica, sans-serif;
}
td, tr, div, p {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px; 
  color : #454545;
}



a:link, a:visited {
	color: #770000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;	
}

a:hover {
	color: #000;	text-decoration: none;
	
}

hr, hr.separator {
	height : 1px;
	width : 100%;
	border: 1px solid #D5DE9E;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Mambo Menu Styling
 * ------------*/

/* menu -nav */


#mainlevel-nav li
{
	float: right;
	height: 14px; overflow: hidden;
}
#mainlevel-nav li a:link, #mainlevel-nav li a:visited{
	color: #565656;
	width: auto;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	height: 16px;
	text-align: center;
	border-right: 1px solid #8AB5AC;
	border-left: 1px solid #8AB5AC;
	margin-top: 0px;
	padding-right: 18px;
	padding-left: 18px;
	text-indent: 2px;
	padding-top: 2px;
}
#mainlevel-nav li a:hover{
	color: #000000;
text-decoration: underline;
}


/* menu mainlevel */
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	width: 140px;
	text-decoration: none;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDD5DA;
	background-image: url(../images/Icons_1.png);
	background-repeat: no-repeat;
	background-position: 0px -4px;
	padding-left: 18px;
}

a.mainlevel:hover {
	background-position: 0px -36px;
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5DE9E;
}

/* menu sublevel */
a.sublevel:link, a.sublevel:visited {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #8AB5AC;
	text-align: left;
	width: 140px;
	text-decoration: none;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDD5DA;
	padding-left: 18px;
}

a.sublevel:hover {
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5DE9E;
}



/* mambo core stuff */
table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.moduletable th {
	color: #3e3c73;
	line-height: 19px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDD5DA;
	}
table.moduletable td {}

.pathway {
	color: #FFFFFF;
}
a.pathway, a.pathway:visited {
	color: #445E88;
}
a.pathway:hover {
	color: #FF0000;
}


/*** General Mambo Styles*/
.back_button{
	text-align: center;
}
.pagenavbar {
	color: #729E7B;
} 
.pagenav, a.pagenav, a.pagenav:visited{
	color: #729E7B;
	height: 20px;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	padding-top: 2px;
	border: 1px solid #CDD5DA;
	background-color: #FFFFFF;
}
a.pagenav:hover{
	color: #FF0000;
}

	
	
.small {
	font-size: 10px;
	font-weight: bold;
	color: #8098BF;
}


/**
 * Mambo Form Styles
 * -----------------
 * Here are 2 styles that Mambo uses to let users control
 * how their forms and buttons may look.
 */
 
.button {
	background-color: #FFFFFF;
	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: #CDD5DA;
	border-right-color: #8098BF;
	border-bottom-color: #8098BF;
	border-left-color: #CDD5DA;
	font-size: 10px;
	font-weight: bold;
	color: #8098BF;
	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: #8098BF;
	border-right-color: #CDD5DA;
	border-bottom-color: #CDD5DA;
	border-left-color: #8098BF;
	font-size: 10px;
	font-weight: normal;
	color: #8098BF;
	background-color: #FFFFFF;
	}

/**
 * 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: #D5DE9E;
} 
.modifydate {} 
.readon, a.readon:link, a.readon:visited{
	color: #729E7B;
	float: right;
	background-image: url(../images/Icons_3.png);
	background-repeat: no-repeat;
	background-position: 0px -5px;
	padding-left: 16px;
}
a.readon:hover{
	color: #8AB5AC;
	background-position: 0px -37px;
}


/** 
 * 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: #9DBC70;
	font-weight: bold;
	}
.contentpagetitle, .category {
	color: #9DBC70;
	font-weight: bold;
}
a.contentpagetitle:link, a.contentpagetitle:visited, a.category:link, a.category:visited {
	font-size: 12px;
	font-weight: bold;
	color: #8AB5AC;
	}

a.contentpagetitle:hover, a.category:hover {
	color: #8098BF;
	}




/**
 * 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: #8AB5AC;
}
table.pollstableborder {
	border: 1px solid #8098BF;
	color: #445E88;
}

/**
 * Mambo Sections Styles
 * ---------------------
 * Styling of sections tables 
 */

.sectiontableheader {
	background-color : #CDD5DA;
	color            : #445E88;
	font-weight      : bold;
	border-top: 1px solid #8098BF;
	border-right: #8098BF;
	border-bottom: 1px solid #8098BF;
	border-left: #8098BF;
	line-height: 16px;
}

.sectiontableentry1 {
}

.sectiontableentry2 {
  background-color : #EEEDEA;
}



/*  Weblinks */
.weblinks{} 


/*  Newsfeeds */
.newsfeedheading {} 
.newsfeeddate {} 
.fase4rdf {} 


/* Search page */
table.searchintro {} 


/*  Contact's table settings  */
table.contact {} 
table.contact td.icons {} 
table.contact td.details {}



.hopeful {color: #000000;}






#side {margin: 0; padding: 0px; width: 184px; padding: 10px; padding-top: 0px; padding-bottom: 0px;}
#side table {margin: 0; padding: 0;}

#side table th {margin: 0; padding: 0; text-align: center; width: 100%; display: block;}

#side table tr {margin: 0; padding: 0; padding-bottom: 10px;}
#side table td {margin: 0; padding: 0; padding-bottom: 10px;}



#side table p {margin: 0; padding: 0; padding-bottom: 8px; text-align: center;}


.search .inputbox {margin: 0; padding: 0; border: 0; position: relative; top: 96px; left: 36px; margin-left: 40px; background: #fff; float: left;
			width: 105px; height: 14px;}











#lside {
  height: auto;
  float: left;
	padding-left: 10px;
	margin-top: 0px;
	position: relative; z-index: 200; top: -7px;
}

#lside a {color: #eee;}

#lside ul {
text-align: left;
  padding: 0;
	margin: 0;
  list-style:none;
}

.mainlevel-leftmenu li {
	float: left;
	background: none;
	margin: 0;
	padding: 0;
	height: 25px;
	border-left: 0px solid #00070E; border-right: 0px solid #00070E; 
	margin-right: 1px; margin-top: 0px;
	position: relative;
}

#lside .moduletable th {border: 0; color: #ddd; padding-top: 15px;}
#lside .moduletable{position: relative; left: -5px; }



.mainlevel-leftmenu li a {
text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  float:left;
  display:block;
  height: 25px;
  width: 150px;
  position: relative; z-index: 300;
  line-height: 25px;
  padding: 0;
  color: #eee;
  text-decoration: none;
	background: url('../images/button.gif') no-repeat;
}

.mainlevel-leftmenu li a:hover {
text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  float:left;
  display:block;
  height: 25px;
  width: 150px;
  position: relative; z-index: 300;
  line-height: 25px;
  padding: 0;
  color: #eee;
  text-decoration: none;
	background: url('../images/button_over.gif') no-repeat;
}

.mainlevel-leftmenu li a#active_menu-leftmenu {
text-align: center;
	margin-top:2px;
	height: 25px;
	line-height: 25px;
	background: url('../images/button.gif') no-repeat;
}

.mainlevel-leftmenu li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 0;
	left: 100%;

}


.mainlevel-leftmenu :hover > a, .mainlevel-leftmenu ul ul :hover > a {background: url('../images/button_over.gif') no-repeat;}

.mainlevel-leftmenu li.over :hover > a, .mainlevel-leftmenu ul ul li.over :hover > a {background: url('../images/button_over.gif') no-repeat;}




.mainlevel-leftmenu li ul li {margin-top: 0px; margin-left: 0px; border: 0; position: relative; text-align: left; width: 150px; 
				background: none; border-left: 0px solid #ccc; border-right: 0px solid #ccc;}

.mainlevel-leftmenu li ul li a {width: 150px;height: 25px; line-height: 25px; text-align: left; text-indent: 15px; margin: 0; padding: 0;
		display: block; background: url('../images/sub_button.gif') no-repeat; color: #fff; overflow: hidden;  margin-left: 2px;}
.mainlevel-leftmenu li ul li a:hover {width: 150px; height: 25px; line-height: 25px; text-align: left; text-indent: 15px; margin: 0; padding: 0;
		display: block; background: url('../images/sub_button_over.gif') no-repeat; color: #fff; overflow: hidden; padding: 0; margin-left: 2px;}



.mainlevel-leftmenu li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block; position: absolute; left: 148px; top: 0px; z-index: 400;
}


#lside ul li ul {padding-bottom: 6px; width: 156px; height: auto; overflow: hidden;
				text-align: left; border-bottom: 0px solid #ccc; padding-top: 0px;}

#lside ul ul {text-align: left; font-weight: normal;}

#lside ul ul a, #lside ul ul a.visited  {text-align: left; font-weight: bold; font-size: 8pt; color: #fff;}

#lside ul ul a:hover {color: #fff; background: url('../images/sub_button_over.gif') no-repeat;}






.moduletable table.mod_events_table {background: #666;}


ul.menutopmenus {list-style-type: none; padding: 0; margin: 0 ; width: 530px; height: 65px; padding-top: 10px; float: left;}
ul.menutopmenus li {float: left; margin: 0 8px; padding: 0; height: 30px;}
ul.menutopmenus li a, ul.menutopmenus li a:visited {text-decoration: underline; float: left;}
ul.menutopmenus li a:hover {text-decoration: none; color: #111;}




.article_column {border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-top: 1px solid #ccc; padding-top: 20px;}

















