/*#
* Mody_nature - A Mambo 4.5.1 template
* version 1.0
* package mody_nature
* copyright (C)2004 by Mambodyssee - All rights reserved! #*/


/**
 * General Body Styling
 * --------------------
 */
 
body {
	margin: 0px 0px 0px 20px;
	background: url(../images/fondint.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	background-color: White;
	color: Black;
}

td,tr,p,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: Black;
	text-align: left;
	font-weight: bold;
}

h4 {
	color: #BF216B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h5 {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

h6 {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a:link, a:visited {
	color: #8F0E50;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}

a:hover {
	color: #8F0E50;
	text-decoration: underline;
	line-height: 20px;
}
	
ul {
	margin           : 0px 0px 0px 0px;
	}

li {
	list-style       : inside 3px;
	}
	


/**
 * General Mambo Styles
 * --------------------
  */

hr {
	background: transparent;
	height: 1px;
	border: 1px solid #8F0E50;
}

hr.separator {
	background       : transparent;
	height           : 1px;
	width            : 75px;
}


.pathway {
	font-size: 11px;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-left: 10px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	text-decoration: none;
	font-weight: normal;
}



/**
 * Mambo Menu Styling
 * ------------
 */


.mainlevel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: Black;
	padding-left: 6px;
	font-weight: bold;
	line-height: 22px;
}

a.mainlevel:link, a.mainlevel:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 16px;
	color: White;
	padding-left: 6px;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 22px;
}

a.mainlevel:hover {
	border-left: 4px solid #B4D670;
	color: #B4D670;
}
	

/**
 * Mambo General styling for Sections/Categories/Contents
 * ------------------------------------------------------
  */
 
.createdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #343A58;
	text-decoration: none;
	font-weight: normal;
	}

.modifydate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #343A58;
	text-decoration: none;
	font-weight: normal;
	}

a.readon:link, a.readon:visited {
	color: #8F0E50;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.readon:hover {
	color: #8F0E50;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}





/** 
 * Mambo Styling for Contents
 * --------------------------
 */
 


.contentpaneopen {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
}

.contentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: Black;
	text-align: left;
	line-height: 30px;
	padding-top: 20px;
}

.contentpagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: Black;
	font-weight: bold;	
}

a.contentpagetitle {
	color: #8F0E50;
	font-size: 18px;
	font-weight: bold;	
}
.contentdescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.componentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: Black;
	text-align: left;
	line-height: 20px;
	padding-top: 15px;
}
/**
 * Mambo Styles for Categories
 * ---------------------------
 */

.category {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.category {
	color: Black;
	font-weight: bold;
}


/**
 * Mambo Modules formatting
 * ------------------------
 */

table.moduletable {
	margin: 0px 0px 0px 0px;
	width: 95%;
	}

table.moduletable th {
	font-family: Helvetica-Narrow, "Arial Narrow";
	font-size: 30px;
	font-weight: bold;
	color: White;
	height: auto;
	text-align: left;
	padding-top: 20px;
}

.right_box {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #6B0222;
}


