/*---colors
FFFBEF
B15F9B
CE8EA7
FF0000
EB9292
914D3C
D98866
F78964
CD6161
 */

/*---Body */
.site_name {
	font-size: 18px;
	font-weight: bolder;
	color: #914D3C;
}
body {
	margin-top: 0px;
	background-color: #FFFBEF;
	font-family: Arial, Helvetica, sans-serif;
}
td, tr, p, div {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
  color : #914D3C;
}
a:link, a:visited {
	color: #D98866;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;	
}

a:hover {
	color: #FF0000;	text-decoration: none;
	
}

hr, hr.separator {
	height : 1px;
	width : 100%;
	border: 1px solid #EB9292;
}
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: #914D3C;
	width: auto;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
	text-align: center;
	padding-right: 4px;
	padding-left: 4px;
	background-image: url(../images/button_08.png);
	background-position: center 7px;
	padding-top: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CD6161;
	margin-right: 8px;
	margin-left: 8px;
}
#mainlevel-nav li a:hover{
	color: #FF0000;
	background-position: center -26px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}


/* menu mainlevel */
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #914D3C;
	text-align: left;
	width: 100%;
	text-decoration: none;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/button_09.png);
	background-repeat: no-repeat;
	background-position: -2px 3px;
	padding-left: 18px;
	padding-top: 4px;
	padding-bottom: 2px;
}

a.mainlevel:hover {
	background-position: -3px -29px;
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F78964;
}

/* menu sublevel */
a.sublevel:link, a.sublevel:visited {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #CD6161;
	text-align: left;
	width: 100%;
	text-decoration: none;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F78964;
	padding-left: 18px;
}

a.sublevel:hover {
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EB9292;
}



/* mambo core stuff */
table.moduletable {
	width: 100%;

}
table.moduletable th {
	color: #F78964;
	line-height: 19px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EB9292;
	}
table.moduletable td {}

.pathway {
	color: #FFFBEF;
}
a.pathway, a.pathway:visited {
	color: #914D3C;
}
a.pathway:hover {
	color: #FF0000;
}


/*** General Mambo Styles*/
.back_button{
	text-align: center;
}
.pagenavbar {
	color: #B15F9B;
} 
.pagenav, a.pagenav, a.pagenav:visited{
	color: #B15F9B;
	height: 20px;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	padding-top: 2px;
	border: 1px solid #F78964;
	background-color: #FFFFFF;
}
a.pagenav:hover{
	color: #FF0000;
}

	
	
.small {
	font-size: 10px;
	font-weight: bold;
	color: #D98866;
}


/**
 * Mambo Form Styles
 * -----------------
 * Here are 2 styles that Mambo uses to let users control
 * how their forms and buttons may look.
 */
 
.button {
	background-color: #FFFBEF;
	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: #F78964;
	border-right-color: #D98866;
	border-bottom-color: #D98866;
	border-left-color: #F78964;
	font-size: 10px;
	font-weight: bold;
	color: #D98866;
	margin-top: 2px;
	margin-bottom: 2px;
}
.inputbox {