/*---Body */


.site_name {
	font-size: 18px;
	font-weight: bold;
	color: #76728B;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/warmish_background_02.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

img {
border:none;
}
td, tr, p, div {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size : 12px;
  color : #808284;
  line-height: 20px;
}
a:link, a:visited {
	color: #595C73; text-decoration: none;
	font-weight: bold;
outline:none;
}

a:hover {
	color: #CEAD68;	text-decoration: none;
	font-weight: bold;
}

hr, hr.separator {
	height : 1px;
	width : 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D9D0BD;
	border-bottom-color: #EFEBE2;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Mambo Menu Styling
 * ------------*/
ul#mainlevel-res {
        margin-top:20px; padding:0px; width:115px;
}
ul#mainlevel-res li{
        margin-top:10px; padding:5px 0px 5px 0px; width:auto; background-color:#c7e2c5; text-align: center;
}
a.mainlevel-res{
        margin:0px; padding:0px; color:#000000; text-transform:uppercase;
}

div.module-com {
margin-top:30px;
}

div.module-com td a.mainlevel-com {
        margin-top:20px; padding:0px; width:120px;
}
div.module-com td a.mainlevel-com{
        margin:0px; padding-left:15px; width:auto; text-align: left; line-height: 30px;
}
a.mainlevel-com{
        margin:0px; padding:0px; padding-top: 2px; color: #595C73; text-transform:uppercase;
}
a.login{
        margin:0px 10px; padding:0px; padding-top: 2px; color: #595C73; text-transform:uppercase; float: right;
}

/* menu */
a.mainlevel:link, a.mainlevel:visited {
	color: #595C73;
	width: 120px;
	line-height: 30px;
	font-weight: bold;
	padding-top: 2px;
	text-decoration: none;
	text-align: left;
	padding-left: 15px;
	display: block;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3A79B;
}
a.mainlevel:hover {
	background-position: 0px -26px;
	color: #FF0000;
	border-bottom-color: #FFFFFF;
	background-color: #CCCCCC;
}

a.sublevel:link, a.sublevel:visited {
	color: #595C73;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
	width: 138px;
	line-height: 14px;
	text-align: left;
}

a.sublevel:hover {
color: #990000;
text-decoration: none;
}

/* mambo core stuff */
table.moduletable {
	width: 100%;
    margin-top: 32px;
	margin-bottom: 15px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.moduletable th {
	color: #BEB0A5;
	line-height: 19px;
	}
table.moduletable td {}

.pathway {
	color: #BACE8C;
}
a.pathway, a.pathway:visited {
	color: #CBB18F;
}
a.pathway:hover {
color: #AE7944;
}


/*** General Mambo Styles*/
.back_button{}
.pagenavbar {
	color: #CC6633;
} 
.pagenav, a.pagenav, a.pagenav:visited{
	color: #77824A;
	height: 20px;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	padding-top: 2px;
	border: 1px solid #BECC91;
}
a.pagenav:hover{
	color: #CC6633;
}
	
.small {
	font-size: 10px;
	font-weight: bold;
	color: #B68A78;
}

/**
 * Mambo Form Styles
 * -----------------
 * Here are 2 styles that Mambo uses to let users control
 * how their forms and buttons may look.
 */
 
.button {
	background-color: #808284;
	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: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
}
.inputbox {
	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: #787878;
	border-right-color: #787878;
	border-bottom-color: #787878;
	border-left-color: #787878;
	font-size: 12px;
	color: #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 {}
.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: #BEB370;
} 
.modifydate {} 
.readon, a.readon:link, a.readon:visited{
	color: #996633;
	float: right;
	background-repeat: no-repeat;
	border: #7A713D;
	background-position: 0px -4px;
	padding-right: 6px;
}
a.readon:hover{
	color: #999933;
	float: right;
	padding-left: 20px;
	background-repeat: no-repeat;
	border: #7A713D;
	background-position: 2px -24px;
	padding-right: 12px;
}

/** 
 * Mambo Styling for Contents
 * --------------------------
 * All the styling for contents are listed
 * below.
 */

.contentpane {
  width: 100%;
}
.contentpaneopen {
  width: 100%;
}


.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{
  font-size:20px;
  font-weight:bold;
  color:#000000;
  padding-bottom:15px;

}
.contentpagetitle, .category {
  background-image: url(../images/topeye_24.png);
	background-position: 2px -2px;
	background-repeat: no-repeat;
	color: #CC6600;
	font-weight: bold;
padding-left: 18px;
}
a.contentpagetitle:link, a.contentpagetitle:visited, a.category:link, a.category:visited {
	font-size: 12px;
	font-weight: bold;
 	color: #996600;
	text-align:left;
	}

a.contentpagetitle:hover, a.category:hover {
	color: #FF6600;
	font-weight: bold;
	background-image: url(../images/topeye_29.png);
	background-position: 2px -1px;
	
	}

/**
 * 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: 9px;
	color: #546237;
}
table.pollstableborder {
	border: 1px solid #8189C0;
}

/**
 * Mambo Sections Styles
 * ---------------------
 * Styling of sections tables 
 */

.sectiontableheader {
	background-color : #C7E2C5;
	color            : #000099;
	font-weight      : bold;
	border: #615A29;
	margin-bottom: 10px;
}

.sectiontableentry1 {
  background-image: url(../images/list_bar.jpg);
  margin-bottom: 10px;
}

.sectiontableentry2 {
  background-image: url(../images/list_bar.jpg);
  margin-bottom: 10px;
}


/*  Weblinks */
.weblinks{} 


/*  Newsfeeds */
.newsfeedheading {} 
.newsfeeddate {} 
.fase4rdf {} 


/* Search page */
table.searchintro {} 


/*  Contact's table settings  */
table.contact {} 
table.contact td.icons {} 
table.contact td.details {}


/*  Content Layout  */
.title{margin:0px; padding:15px 0px 15px 0px; font-family : Arial, Verdana, Helvetica, sans-serif; font-size : 30px; color : #28903A;}
.subtitle{margin:0px; padding:15px 0px 5px 0px; font-family : Arial, Verdana, Helvetica, sans-serif; font-size : 18px; color : #28903A;}
.titledesc{margin:8px 0px 0px 0px; padding:0px; font-family : Arial, Verdana, Helvetica, sans-serif; font-size : 16px; color : #808284; line-height:30px;}
.desc{margin:0px; padding:0px; font-family : Arial, Verdana, Helvetica, sans-serif; font-size : 14px; color : #808284; line-height:30px;}

UL#list{margin:0px; padding:0px;}
UL#list li{margin-left:25px; padding:0px;list-style-type:circle;}

#submitbutton {
	background-color: #c7e2c5;
}


.activity {margin: 5px 0px; padding: 0px;}
.activity_name {margin: 0px; padding:5px 10px;}
.activity_rate {float:right; padding-right:10px;}
.actleftcol { float: right; width: 28%; }
.actrightcol { margin: 10px 0px; padding:0px; float: left; width: 100%; }
.actrightcol li img{ width:100%; margin-bottom:10px;}
.acttitle {font-size: 18px; color:#a3a0a0;}
.actdesc { font-size: 14px; color:#c6c1c1; padding: 10px; margin:0px 30px 10px 10px; width:50%; float:right; background-color:#EAF7FF; height:150px;}
.contact {background-color:#EAF7FF; padding:5px 0px;}


.act_header {
	margin: 0px;
	padding:3px 0px 0px 0px;
	background-image:url(../images/slide_bg.jpg);
	background-repeat:repeat-x;
	width:100%;
	text-align:left;
	color: #a2a0a0;
	height:35px;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
        clear: both;
}
.activity_header {
	margin: 0px 0px 10px 0px; padding:0px; background-color:#f5f5f5; width:100%; color:#a3a0a0; font-size:12px; font-family:Arial, Helvetica, sans-serif; height:28px;
}
.activity_name{
	width:40%; text-align:left; float:left; color:#a3a0a0; font-weight: bold;
}
.act_img1{
	float:left; width:100px; margin:0px; padding:0px
}
#act_img2 img{
	float:left; width:160px; margin:0px 0px 20px 0px; padding:0px; border:0px #000 solid;
}
.act_desc{
	float:right; width:70%; margin: 0px 0px 0px 20px; padding: 10px; background-color:#f2f9ff; text-align:left; float:left; height: 55px; color:#c6c1c1; font-size:14px;
}
.act_contact {
	margin: 25px 0px 100px 0px; padding:0px; width:100%; background-color: #f2f9ff; padding: 10px; font-family : Arial, Verdana, Helvetica, sans-serif; font-size : 14px; color : #808284; line-height:20px; text-align:left;
}

.desc{margin:0px; padding:0px; font-family : Arial, Verdana, Helvetica, sans-serif; font-size : 14px; color : #808284; line-height:30px; text-align: left;}

div#toto{
	background-color:#f8f8f8;
}

.contact_email { width: 220px;}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	text-align:left;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}



#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	padding: 0;
	margin: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	padding: 5px;
	margin: 0;
	
	list-style-type:none;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #006699;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #BF0000;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #EE9600;
	border: none;
}

#system-message dt {
display:none;
}

#system-message dd {

margin:0px 0px 0px 0px;
padding:0px;
}

#system-message { margin:0px 0px 20px 0px; }

#system-message dd.message ul { background: #E8F2E8 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #9CD19D; border-bottom: 3px solid #9CD19D; margin:0px; padding-left: 40px; text-indent:0px; color:#28903A;}

/* System Error Messages */
#system-message dd.error ul { color: #28903A; background: #E8F2E8 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #9CD19D; border-bottom: 3px solid #9CD19D; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #28903A; background: #E8F2E8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #9CD19D; border-bottom: 3px solid #9CD19D; margin:0px; padding-left: 40px; text-indent:0px;}

#syndicate{
	float:left;
	padding-left: 25px;
}

#power_by{
	float:right;
	padding-right: 25px;
}

 #tablehome {
margin: 0px; 
padding:0px;
} 

#tablehome tr{
margin:0px; 
padding:0px;} 

#tablehome tr td { 
font-family : Arial, Verdana, Helvetica, sans-serif; 
font-size : 14px; 
color : #808284; 
background-color: #ECF6FB;
} 

