@charset "utf-8";
/* CSS Document */

a.mainlevel-nav:link, a.mainlevel-nav:visited {
	/*display: block;*/
	vertical-align: middle;
	margin-top: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
	line-height: 20px;
	text-decoration: none;
}

a.mainlevel-nav:hover {
	/*display: block;*/
	color: #000000;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 5px;
}


td {
	text-align: left;
	font-size: 11px;
}

#bgall
{background: #38312F;}

body {
	margin: 0px 0px 0px 0px;
	height: 100%;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background: #968E83;
	SCROLLBAR-FACE-COLOR: #38312F; 
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
SCROLLBAR-SHADOW-COLOR: #ffffff; 
SCROLLBAR-3DLIGHT-COLOR: #38312F; 
SCROLLBAR-ARROW-COLOR: #ffffff; 
SCROLLBAR-TRACK-COLOR: #38312F; 
SCROLLBAR-DARKSHADOW-COLOR: #38312F;
}

/* mambo core stuff */
a:link, a:visited {
	COLOR: #556631; TEXT-DECORATION: none;
}

a:hover {
	COLOR: #000000;  TEXT-DECORATION: none;
}


table.contentpaneopen {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.contentheading {
  padding-left: 10px;
  padding-top: 9px;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th {
	/*background-image: url(../images/moduletablebg.jpg);
    background-repeat: no-repeat;
    background-position: 10px 9px;*/
	color: #ffffff;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 25px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	width: 165px;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

hr {
	border-width: 1px;
	border-style: dotted;
	border-color: #ffffff;
}

.contenttable {
	margin : 0px;
	padding: 0px;
	width: 950px;
	background-image: url(../images/contentbg.gif);
	}
.hr {
	color: #0033CC;
	}
.table_title   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; background-color: #556631; color: #FFFFFF; font-weight: bold; PADDING: 4px;}
.navi {
	margin : 0px;
	padding-top: 0px;
	padding-left: 0px;
	width: 178px;
	}
	
	a.mainlevel:link, a.mainlevel:visited {
	border-bottom: 1px solid;
	border-color: #726A5F;
	display: block;
	vertical-align: middle;
	margin-top: 0px;
	font-size: 11px;
	font-weight: normal;
	background-image: url(../images/menu_n.jpg);
    background-repeat: no-repeat;
    background-position: 5px 7px;
	color: #ffffff;
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
	text-indent: 15px;
	/*height: 19px !important;*/
	line-height: 20px;
	/*width: 170px;*/
	text-decoration: none;
}

a.mainlevel:hover {
	background-color: #556631;
	color: #ffffff;
	background-image: url(../images/menu_a.jpg);
    background-repeat: no-repeat;
    background-position: 5px 7px;
}

a.sublevel:link, a.sublevel:visited {
    border-bottom: 1px solid;
	border-color: #726A5F;
	display: block;
	vertical-align: middle;
	margin-top: 0px;
	font-size: 11px;
	font-weight: normal;
	background-image: url(../images/submenu_n.jpg);
    background-repeat: no-repeat;
    background-position: 20px 7px;
	background-color:#857B6F;
	color: #ffffff;
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
	text-indent: 30px;
	/*height: 19px !important;*/
	line-height: 20px;
	/*width: 170px;*/
	text-decoration: none;
}

a.sublevel:hover {
	background-color: #556631;
	color: #ffffff;
	background-image: url(../images/menu_a.jpg);
    background-repeat: no-repeat;
    background-position: 20px 7px;
}

#active_menu {
	background-color: #556631;
	color: #ffffff;
	background-image: url(../images/menu_a.jpg);
    background-repeat: no-repeat;
    background-position: 5px 7px;
}

a#active_menu:hover {
	color: #000000;
}
a.sublevel#active_menu {
       background-image: none ;
       color: #ffffff;
	   background-image: url(../images/menu_a.jpg);
    background-repeat: no-repeat;
    background-position: 20px 7px;
}
.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0px 2px 0px 2px;
}
