/* Design by Brian Diaz of Media 65 @ http://www.HowToMambo.com  All Rights Reserved */
	
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333;
	background-image: url('images/bg.png');
		
		}
		
table, td {
	font-size: 14px;line-height:20px
	}

		a:link {color:#333333;}
		a:visited {color:#333333;}
		a:active {color:#333333;}
		a:hover {color:#333333;text-decoration:underline;}
form{
	margin: 0px;
	padding: 0px;
}

/*##################### NAVGATION SECTION #####################*/	
/*NOTE: ADDNIG A Suffix"-MAINLEVELMENU" IN THE BACK END Module>> Parameters>>"Module Class Suffix:"-MAINLEVELMENU"*/
/**/
table.moduletable-MAINLEVELMENU {
	margin: 0px;
	padding: 0px;
	width: 150px;
	color: White;
	}


/*MAINLEVEL MENU */
.mainlevel {
	background-image: url('images/menubar.gif');
	margin: 0px;
	padding: 0px;
	width: 140px;
	}
	
.mainlevel_focus {
	background-image: url('images/menubarfocus.gif');
	margin: 0px;
	padding: 0px;
	width: 140px;
	}	
	
a.mainlevel, a:visited.mainlevel {
	background-image: url('images/menubar.gif');
	display: block;
	height: 24px;
	padding: 3px 0px 3px 10px;
	font-weight: bold;
	color: #898989;
}
	
a:hover.mainlevel {
	background-image: url('images/menubarfocus.gif');
	}	
	
a.mainlevel_focus, a:visited.mainlevel_focus {
	background-image: url('images/menubarfocus.gif');
	display: block;
	height: 24px;
	padding: 3px 0px 3px 10px;
	font-weight: bold;
	color: #898989;
	}

/*Highlight Found Words*/
.highlight {
  border: 1px dashed #010101;
  background: #DDEEFF;
  padding: 0px 2px 0px 2px;}
  
/* ##################### PATHWAY #####################*/	
	.pathway {
	font-family: "Trebuchet MS",verdana,sans-serif;
	font-size: 11px;
	color:#333;
	}

		
/* ##################### STANDARD MODULE TABLE  #################*/	

a {color:#ffa64d; text-decoration: none;}
/*a:link {color:#ffa64d;}
a:visited {color:#ffa64d;}
a:active {color:#ffa64d;}
a:hover {color:#ffa64d; text-decoration: none;}
*/

table.moduletable {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: White;
	border: 1px solid #C0C0C0;
}

table.moduletable th { 
background-image: url('images/bar-01.gif');
background-repeat: no-repeat;
 font-family: "Trebuchet MS",verdana,sans-serif;
 color: White;
 padding-left:33px;
}

table.moduletable td {
font-family: "Trebuchet MS",verdana,sans-serif;
 font-size: 14px;
 }
 
 table.moduletable a:link{}
 table.moduletable a:visited{}
 table.moduletable a:active{}
 table.moduletable a:hover{}
 
  /*NOTE: "-log" can be added to Module Class Suffix:
 FOR CUSTOM MODULES LOOK AND FEEL
 */
 
/* ##################### FORM SECTION  #####################*/	

input {font-size: 12px;}
textarea {font-size: 12px;}

.news-title {color: #C04000;}
.block-title {color: #C04000;}

.forumline
{
	border: 1px solid #F0F0F0;
}

.category, .navigator
{
	padding: 2px;
	background-color: #F0F0F0;
	font-weight: bold;
}

.separator
{
	background-color: #F8F8F8;
}

.menu {
	height: 36px;
	background: transparent url('images/menu-pattern.gif') repeat-x 0 0;
	font-size: 14px;
	font-weight: bold;
}

.menu-wrapper {
	list-style-type: none;
	margin: 0;
}
.menu-wrapper li {
	display: block;
	float: left;
	border-right: 1px solid #e4e5e5;
	padding: 8px 12px 6px 12px;
}
.menu-wrapper li a {
	text-decoration: none;
	color: #252525;
}
.menu-wrapper .current_page_item {
	background-color: #808080;
	border-right: none;
	margin-left: -1px;
}
.menu-wrapper .first {
	margin-left: 0;
}
.menu-wrapper .current_page_item a {
	color: white;
}

.emphasize
{
	font-weight: bold;
	color: red;
}