/* Left and right module including mainlevel link */
/* Grey - Default style */
table.moduletable {
	width: auto;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
div.moduletable {
	margin-bottom: 5px;
	border: solid 1px #cccccc;
	width: auto !important;
	width: 104%;
	padding: 3px;
}
table.moduletable th, div.moduletable h3 {
	color: #666666;
	text-align: left;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	font-size: 13px;
	padding-left: 5px;
	margin: 0;
	background: transparent url(../images/moduletable/moduletable-grey_h3.gif) repeat-x top left;
	border: solid 1px #cccccc;
}
div.moduletable td {
	padding: 2px;
	margin: 2px;
	font-weight: normal;
	text-align: center;
	font-size: 95%;
}
/* mainmenu style */
div.moduletable a.mainlevel:link, div.moduletable a.mainlevel:visited {
	margin: -2px;
	display: block;
	background: url(../images/moduletable/moduletable-grey_menubg.gif) no-repeat;
	vertical-align: middle;
	font-weight: bold;
	color: #999999;
	text-align: left;
	padding: 0 0 0 18px;
	height: 24px;
	width: 160px !important;
	width: 159px;
	text-decoration: none;
	line-height: 24px;
}
div.moduletable a.mainlevel:hover {
	background-position: 0px -24px;
	text-decoration: none;
	color: #333333;
}
div.moduletable a.mainlevel#active_menu {
	color: #333333;
	font-weight: bold;
	background-position: 0px -48px;
}
div.moduletable a.mainlevel#active_menu:hover {
	color: #666666;
}
div.moduletable a.sublevel:link, div.moduletable a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #c64934;
	text-align: left;
}
div.moduletable a.sublevel:hover {
	color: #900;
	text-decoration: none;
}
div.moduletable a.sublevel#active_menu {
	color: #333;
}
div.moduletable .sectiontableentry1 {
	background-color: transparent;
	line-height: 18px;
	text-align: left;
	padding-bottom: 2px;
}
div.moduletable .sectiontableentry2 {
	background-color: #eeeeee;
	text-align: left;
	line-height: 18px;
	padding-bottom: 2px;
}
/* Grey - Default style */

/* Blue - Default style */
table.moduletable-blue {
	width: auto;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
div.moduletable-blue {
	margin-bottom: 5px;
	border: solid 1px #0066cc;
	width: auto !important;
	width: 104%;
	padding: 3px;
}
table.moduletable-blue th, div.moduletable-blue h3 {
	color: #003366;
	text-align: left;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	font-size: 13px;
	padding-left: 5px;
	margin: 0;
	background: transparent url(../images/moduletable/moduletable-blue_h3.gif) repeat-x top left;
	border: solid 1px #0066cc;
}
div.moduletable-blue td {
	padding: 2px;
	margin: 2px;
	font-weight: normal;
	text-align: center;
	font-size: 95%;
}
/* mainmenu style */
div.moduletable-blue a.mainlevel:link, div.moduletable-blue a.mainlevel:visited {
	margin: -2px;
	display: block;
	background: url(../images/moduletable/moduletable-blue_menubg.gif) no-repeat;
	vertical-align: middle;
	font-weight: bold;
	color: #0099FF;
	text-align: left;
	padding: 0 0 0 18px;
	height: 24px;
	width: 160px !important;
	width: 159px;
	text-decoration: none;
	line-height: 24px;
}
div.moduletable-blue a.mainlevel:hover {
	background-position: 0px -24px;
	text-decoration: none;
	color: #3366CC;
}
html>body div.moduletable-blue a.mainlevel#active_menu {
	color: #0066CC;
	font-weight: bold;
	background-position: 0px -48px;
}
/* wierd, IE need this one for active meny item */
div.moduletable-blue a.#active_menu {
	color: #0066CC;
	font-weight: bold;
	background-position: 0px -48px;
}
div.moduletable-blue a.mainlevel#active_menu:hover {
	color: #0066FF;
}
div.moduletable-blue a.sublevel:link, div.moduletable-blue a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #c64934;
	text-align: left;
}
div.moduletable-blue a.sublevel:hover {
	color: #900;
	text-decoration: none;
}
div.moduletable-blue a.sublevel#active_menu {
	color: #333;
}
div.moduletable-blue .sectiontableentry1 {
	background-color: transparent;
	line-height: 18px;
	text-align: left;
	padding-bottom: 2px;
}
div.moduletable-blue .sectiontableentry2 {
	background-color: #eeeeee;
	text-align: left;
	line-height: 18px;
	padding-bottom: 2px;
}
/* Blue - Default style */

