/* Left and right module rounded corner including mainlevel link */
/* Grey - Default style */
div.module h3 {
	color: #918F8F;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: -3px 5px -2px -8px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 5px;
	height: 25px;
	text-align: left;
}
div.module {
	background: url(../images/modules/grey-bottom-left.gif) bottom left no-repeat;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
div.module div {
	background: url(../images/modules/grey-bottom-right.gif) bottom right no-repeat;
}
div.module div div {
	background: url(../images/modules/grey-top-left.gif) 0 0 no-repeat;
}
div.module div div div {
	background: url(../images/modules/grey-top-right.gif) 100% 0 no-repeat;
	padding: 5px 8px 15px 8px;
	width: auto !important;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
}
div.module div div div div {
	padding: 0;
	text-align: left;
	color: #666666;
}

div.module div div div div, div.module div div div div input {
	text-align: left;
}
div.module div div div table tbody tr td div {
	margin: 0px !important;
	padding: 0px !important;
}
div.module div div div table tbody tr td div img {
	margin-left: 7px;
}
div.module div div div a.mostread:link, div.module div div div a.mostread:visited, 
div.module div div div a.latestnews:link, div.module div div div a.latestnews:visited {
	color: #666666;
}
div.module div div div a.mostread:hover, div.module div div div a.latestnews:hover {
	color: #A09F9F;
	text-decoration: underline;
}
#modlatest div.module div div div, #modpopular div.module div div div {
	padding: 5px 8px 0px 8px;
	width: 100%;
	text-align: left;
	padding-bottom: 1px;
}
div.module div div div ul li {
	list-style: square;
	padding-left: 0px;
	margin-left: -10px;
}
div.module div div div ul li a:link, div.module div div div ul li a:visited {
	margin-top: 0px;
	color: #666666;
}
div.module div div div ul li a:hover {
	color: #A09F9F;
	text-decoration: underline;
}
/* used in login form, both core module and CBuilder */
div.module table.mod_login,
div.module div div div {
	color: #666666;
}
div.module a:link, div.module a:visited {
	color: #666666;
}
div.module a:hover {
	color: #A09F9F;
}
/* mainmenu style */
.mainlevel ul {
	margin-bottom: 10px;
}
.mainlevel ul li {
	list-style: disc;
}
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	width: 94%;
	text-decoration: none;
}
a.mainlevel:hover {
	text-decoration: none;
	color: #A09F9F;
}
a.mainlevel#active_menu {
	color: #333333;
	font-weight: bold;
}
a.mainlevel#active_menu:hover {
	color: #000000;
}
div.module a.sublevel:link, a.sublevel:visited {
	padding-left: 5px;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	margin: 0px;
	height: 15px;
	line-height: 15px !important;
	background: transparent;
}
div.module a.sublevel:hover {
	color: #999999;
	text-decoration: none;
	margin: 0px;
	height: 15px;
}

div.module a.sublevel#active_menu {
	color: #333333;
	margin: 0px;
}
/* other styles */
.sectiontableentry1 {
	background-color: transparent;
	line-height: 18px;
	text-align: left;
	padding-bottom: 2px;
}
.sectiontableentry2 {
	background-color: #D4D3D3;
	text-align: left;
	line-height: 18px;
	padding-bottom: 2px;
}
/* standard button styling */
div.module .button, .button {
	text-align: center;
	font-size: 10px;
  	font-weight: bold;
	border: solid 1px #666666;
	background: #D7D7D7;
  	padding: 0px 5px 0 5px;
	height: 24px;
	color: #666666;
  	margin: 1px;
	vertical-align: middle;
	cursor: pointer;
	outline-style: none;
}
/* ---------------------------------------------------------------------------------------------------------------- */
/* Grey - Default style */

/* Red style */
/* ---------------------------------------------------------------------------------------------------------------- */
div.module-red h3 {
	color: #990000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: -3px 5px -2px -8px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 5px;
	height: 25px;
	text-align: left;
}
div.module-red {
	background: url(../images/modules/red-bottom-left.gif) bottom left no-repeat;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
div.module-red div {
	background: url(../images/modules/red-bottom-right.gif) bottom right no-repeat;
}
div.module-red div div {
	background: url(../images/modules/red-top-left.gif) 0 0 no-repeat;
}
div.module-red div div div {
	background: url(../images/modules/red-top-right.gif) 100% 0 no-repeat;
	padding: 5px 8px 15px 8px;
	width: auto !important;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
}
div.module-red div div div div {
	padding: 0;
	text-align: left;
	color: #FFFFFF;
}
div.module-red div div div div, div.module-red div div div div input {
	text-align: left;
}
div.module-red div div div table tbody tr td div {
	margin: 0px !important;
	padding: 0px !important;
}
div.module-red div div div table tbody tr td div img {
	margin-left: 7px;
}
/* Latest News and Popular styles and fix */
ul.latestnews-red, ul.mostread-red {
	margin-top: 0px;
}
div.module-red div div div a.mostread-red:link, div.module-red div div div a.mostread-red:visited, 
div.module-red div div div a.latestnews-red:link, div.module-red div div div a.latestnews-red:visited {
	color: #FFFFFF;
}
div.module-red div div div a.mostread-red:hover, div.module-red div div div a.latestnews-red:hover {
	color: #FFFF00;
	text-decoration: underline;
}
#modlatest div.module-red div div div, #modpopular div.module-red div div div {
	padding: 5px 8px 8px 8px;
	width: 100%;
	text-align: left;
	padding-bottom: 1px;
}
div.module-red div div div ul li {
	list-style: square;
	padding-left: 0px;
	margin-left: -10px;
}
div.module-red div div div ul li a:link, div.module-red div div div ul li a:visited {
	margin-top: 0px;
	color: #FFFFFF;
}
div.module-red div div div ul li a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
/* used in login form, both core module and CBuilder */
div.module-red table.mod_login-red,
div.module-red div div div {
	color: #FFFFFF;
}
div.module-red a:link, div.module-red a:visited {
	color: #FFFFFF;
}
div.module-red a:hover {
	color: #FFFF00;
}
/* mainmenu style */
.mainlevel ul {
	margin-bottom: 10px;
}
div.module-red a.mainlevel:link, div.module-red a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	width: 94%;
	text-decoration: none;
}
div.module-red a.mainlevel:hover {
	text-decoration: none;
	color: #FFFF00;
}
div.module-red a.mainlevel#active_menu {
	color: #FFFF00;
	font-weight: bold;
}
div.module-red a.mainlevel#active_menu:hover {
	color: #FFCC00;
}

/* submenu */
div.module-red a.sublevel:link, div.module-red a.sublevel:visited {
	padding-left: 5px;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	height: 18px;
	line-height: 18px;
	background: transparent;
}
div.module-red a.sublevel:hover {
	color: #FFFF00;
	text-decoration: none;
	margin: 0px;
	height: 18px;
}
div.module-red a.sublevel#active_menu {
	color: #FFFF00;
	margin: 0px;
}
/* other styles */
.sectiontableentry1-red {
	background-color: transparent;
	line-height: 18px;
	text-align: left;
	padding-bottom: 2px;
}
.sectiontableentry2-red {
	background-color: #D85C5D;
	text-align: left;
	line-height: 18px;
	padding-bottom: 2px;
}
/* standard button styling */
div.module-red .button, .button-red {
	text-align: center;
	font-size: 10px;
  	font-weight: bold;
	border: solid 1px #B40607;
	background: #D85C5D;
  	padding: 0px 5px 0 5px;
	height: 24px;
	color: #9F0505;
  	margin: 1px;
	vertical-align: middle;
	cursor: pointer;
	outline-style: none;
}
/* ---------------------------------------------------------------------------------------------------------------- */
/* Red style */

/* Yellow style */
/* ---------------------------------------------------------------------------------------------------------------- */
div.module-yellow h3 {
	color: #999B02;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: -3px 5px -2px -8px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 5px;
	height: 25px;
	text-align: left;
}
div.module-yellow {
	background: url(../images/modules/yellow-bottom-left.gif) bottom left no-repeat;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
div.module-yellow div {
	background: url(../images/modules/yellow-bottom-right.gif) bottom right no-repeat;
}
div.module-yellow div div {
	background: url(../images/modules/yellow-top-left.gif) 0 0 no-repeat;
}
div.module-yellow div div div {
	background: url(../images/modules/yellow-top-right.gif) 100% 0 no-repeat;
	padding: 5px 8px 15px 8px;
	width: auto !important;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
}
div.module-yellow div div div div {
	padding: 0;
	text-align: left;
	color: #999B02;
}
div.module-yellow div div div div, div.module-yellow div div div div input {
	text-align: left;
}
div.module-yellow div div div table tbody tr td div {
	margin: 0px !important;
	padding: 0px !important;
}
div.module-yellow div div div table tbody tr td div img {
	margin-left: 7px;
}
/* Latest News and Popular styles and fix */
ul.latestnews-yellow, ul.mostread-yellow {
	margin-top: 0px;
}
div.module-yellow div div div a.mostread-yellow:link, div.module-yellow div div div a.mostread-yellow:visited, 
div.module-yellow div div div a.latestnews-yellow:link, div.module-yellow div div div a.latestnews-yellow:visited {
	color: #999B02;
}
div.module-yellow div div div a.mostread-yellow:hover, div.module-yellow div div div a.latestnews-yellow:hover {
	color: #7C7900;
	text-decoration: underline;
}
#modlatest div.module-yellow div div div, #modpopular div.module-yellow div div div {
	padding: 5px 8px 8px 8px;
	width: 100%;
	text-align: left;
	padding-bottom: 1px;
}
div.module-yellow div div div ul li {
	list-style: square;
	padding-left: 0px;
	margin-left: -10px;
}
div.module-yellow div div div ul li a:link, div.module-yellow div div div ul li a:visited {
	margin-top: 0px;
	color: #999B02;
}
div.module-yellow div div div ul li a:hover {
	color: #7C7900;
	text-decoration: underline;
}
/* used in login form, both core module and CBuilder */
div.module-yellow table.mod_login-yellow,
div.module-yellow div div div {
	color: #999B02;
}
div.module-yellow a:link, div.module-yellow a:visited {
	color: #999B02;
}
div.module-yellow a:hover {
	color: #7C7900;
}
/* mainmenu style */
div.module-yellow .mainlevel ul li {
	list-style: disc;
}
div.module-yellow a.mainlevel:link, div.module-yellow a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #999B02;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	width: 94%;
	text-decoration: none;
}
div.module-yellow a.mainlevel:hover {
	text-decoration: none;
	color: #7C7900;
}
div.module-yellow a.mainlevel#active_menu {
	color: #5A5801;
	font-weight: bold;
}
div.module-yellow a.mainlevel#active_menu:hover {
	color: #000000;
}

/* submenu */
div.module-yellow a.sublevel:link, div.module-orange a.sublevel:visited {
	padding-left: 5px;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	color: #999B02;
	text-align: left;
	margin: 0px;
	height: 18px;
	line-height: 18px;
	background: transparent;
}
div.module-yellow a.sublevel:hover {
	color: #7C7900;
	text-decoration: none;
	margin: 0px;
	height: 18px;
}
div.module-yellow a.sublevel#active_menu {
	color: #7C7900;
	margin: 0px;
}
/* other styles */
.sectiontableentry1-yellow {
	background-color: transparent;
	line-height: 18px;
	text-align: left;
	padding-bottom: 2px;
}
.sectiontableentry2-yellow {
	background-color: #EBE9B3;
	text-align: left;
	line-height: 18px;
	padding-bottom: 2px;
}
/* standard button styling */
div.module-yellow .button, .button-yellow {
	text-align: center;
	font-size: 10px;
  	font-weight: bold;
	border: solid 1px #ACA82D;
	background: #EBE9B3;
  	padding: 0px 5px 0 5px;
	height: 24px;
	color: #999B02;
  	margin: 1px;
	vertical-align: middle;
	cursor: pointer;
	outline-style: none;
}
/* ---------------------------------------------------------------------------------------------------------------- */
/* Yellow style */

/* Orange style */
/* ---------------------------------------------------------------------------------------------------------------- */
div.module-orange h3 {
	color: #990000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: -3px 5px -2px -8px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 5px;
	height: 25px;
	text-align: left;
}
div.module-orange {
	background: url(../images/modules/orange-bottom-left.gif) bottom left no-repeat;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
div.module-orange div {
	background: url(../images/modules/orange-bottom-right.gif) bottom right no-repeat;
}
div.module-orange div div {
	background: url(../images/modules/orange-top-left.gif) 0 0 no-repeat;
}
div.module-orange div div div {
	background: url(../images/modules/orange-top-right.gif) 100% 0 no-repeat;
	padding: 5px 8px 15px 8px;
	width: auto !important;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
}
div.module-orange div div div div {
	padding: 0;
	text-align: left;
	color: #FFFFFF;
}
div.module-orange div div div div, div.module-orange div div div div input {
	text-align: left;
}
div.module-orange div div div table tbody tr td div {
	margin: 0px !important;
	padding: 0px !important;
}
div.module-orange div div div table tbody tr td div img {
	margin-left: 7px;
}
/* Latest News and Popular styles and fix */
ul.latestnews-orange, ul.mostread-orange {
	margin-top: 0px;
}
div.module-orange div div div a.mostread-orange:link, div.module-orange div div div a.mostread-orange:visited, 
div.module-orange div div div a.latestnews-orange:link, div.module-orange div div div a.latestnews-orange:visited {
	color: #9F6203;
}
div.module-orange div div div a.mostread-orange:hover, div.module-orange div div div a.latestnews-orange:hover {
	color: #663300;
	text-decoration: underline;
}
#modlatest div.module-orange div div div, #modpopular div.module-orange div div div {
	padding: 5px 8px 8px 8px;
	width: 100%;
	text-align: left;
	padding-bottom: 1px;
}
div.module-orange div div div ul li {
	list-style: square;
	padding-left: 0px;
	margin-left: -10px;
}
div.module-orange div div div ul li a:link, div.module-orange div div div ul li a:visited {
	margin-top: 0px;
	color: #9F6203;
}
div.module-orange div div div ul li a:hover {
	color: #663300;
	text-decoration: underline;
}
/* used in login form, both core module and CBuilder */
div.module-orange table.mod_login-orange,
div.module-orange div div div {
	color: #9F6203;
}
div.module-orange a:link, div.module-orange a:visited {
	color: #9F6203;
}
div.module-orange a:hover {
	color: #FFFF66;
}
/* mainmenu style */
div.module-orange .mainlevel ul li {
	list-style: disc;
}
div.module-orange a.mainlevel:link, div.module-orange a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #9F6203;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	width: 94%;
	text-decoration: none;
}
div.module-orange a.mainlevel:hover {
	text-decoration: none;
	color: #663300;
}
div.module-orange a.mainlevel#active_menu {
	color: #003366;
	font-weight: bold;
}
div.module-orange a.mainlevel#active_menu:hover {
	color: #003366;
}

/* submenu */
div.module-orange a.sublevel:link, div.module-orange a.sublevel:visited {
	padding-left: 5px;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	color: #9F6203;
	text-align: left;
	margin: 0px;
	height: 18px;
	line-height: 18px;
	background: transparent;
}
div.module-orange a.sublevel:hover {
	color: #663300;
	text-decoration: none;
	margin: 0px;
	height: 18px;
}
div.module-orange a.sublevel#active_menu {
	color: #003366;
	margin: 0px;
}
/* other styles */
.sectiontableentry1-orange {
	background-color: transparent;
	line-height: 18px;
	text-align: left;
	padding-bottom: 2px;
}
.sectiontableentry2-orange {
	background-color: #FBCE87;
	text-align: left;
	line-height: 18px;
	padding-bottom: 2px;
}
/* standard button styling */
div.module-orange .button, .button-orange {
	text-align: center;
	font-size: 10px;
  	font-weight: bold;
	border: solid 1px #B17B25;
	background: #FBCE87;
  	padding: 0px 5px 0 5px;
	height: 24px;
	color: #B17B25;
  	margin: 1px;
	vertical-align: middle;
	cursor: pointer;
	outline-style: none;
}
/* ---------------------------------------------------------------------------------------------------------------- */
/* Orange style */

/* Blue style */
/* ---------------------------------------------------------------------------------------------------------------- */
div.module-blue h3 {
	color: #003366;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: -3px 5px -2px -8px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 5px;
	height: 25px;
	text-align: left;
}
div.module-blue {
	background: url(../images/modules/blue-bottom-left.gif) bottom left no-repeat;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
div.module-blue div {
	background: url(../images/modules/blue-bottom-right.gif) bottom right no-repeat;
}
div.module-blue div div {
	background: url(../images/modules/blue-top-left.gif) 0 0 no-repeat;
}
div.module-blue div div div {
	background: url(../images/modules/blue-top-right.gif) 100% 0 no-repeat;
	padding: 5px 8px 15px 8px;
	width: auto !important;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
}
div.module-blue div div div div {
	padding: 0;
	text-align: left;
	color: #FFFFFF;
}
div.module-blue div div div div, div.module-blue div div div div input {
	text-align: left;
}
div.module-blue div div div table tbody tr td div {
	margin: 0px !important;
	padding: 0px !important;
}
div.module-blue div div div table tbody tr td div img {
	margin-left: 7px;
}
/* Latest News and Popular styles and fix */
ul.latestnews-blue, ul.mostread-blue {
	margin-top: 0px;
}
div.module-blue div div div a.mostread-blue:link, div.module-blue div div div a.mostread-blue:visited, 
div.module-blue div div div a.latestnews-blue:link, div.module-blue div div div a.latestnews-blue:visited {
	color: #006699;
}
div.module-blue div div div a.mostread-blue:hover, div.module-blue div div div a.latestnews-blue:hover {
	color: #003366;
	text-decoration: underline;
}
#modlatest div.module-blue div div div, #modpopular div.module-blue div div div {
	padding: 5px 8px 8px 8px;
	width: 100%;
	text-align: left;
	padding-bottom: 1px;
}
div.module-blue div div div ul li {
	list-style: square;
	padding-left: 0px;
	margin-left: -10px;
}
div.module-blue div div div ul li a:link, div.module-blue div div div ul li a:visited {
	margin-top: 0px;
	color: #006699;
}
div.module-blue div div div ul li a:hover {
	color: #003366;
	text-decoration: underline;
}
/* used in login form, both core module and CBuilder */
div.module-blue table.mod_login-blue,
div.module-blue div div div {
	color: #006699;
}
div.module-blue a:link, div.module-blue a:visited {
	color: #006699;
}
div.module-blue a:hover {
	color: #003366;
}
/* mainmenu style */
div.module-blue .mainlevel ul li {
	list-style: disc;
}
div.module-blue a.mainlevel:link, div.module-blue a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	width: 94%;
	text-decoration: none;
}
div.module-blue a.mainlevel:hover {
	text-decoration: none;
	color: #003366;
}
div.module-blue a.mainlevel#active_menu {
	color: #FFFF00;
	font-weight: bold;
}
div.module-blue a.mainlevel#active_menu:hover {
	color: #000000;
}

/* submenu */
div.module-blue a.sublevel:link, div.module-blue a.sublevel:visited {
	padding-left: 5px;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	color: #006699;
	text-align: left;
	margin: 0px;
	height: 18px;
	line-height: 18px;
	background: transparent;
}
div.module-blue a.sublevel:hover {
	color: #003366;
	text-decoration: none;
	margin: 0px;
	height: 18px;
}
div.module-blue a.sublevel#active_menu {
	color: #FFFF00;
	margin: 0px;
}
/* other styles */
.sectiontableentry1-blue {
	background-color: transparent;
	line-height: 18px;
	text-align: left;
	padding-bottom: 2px;
}
.sectiontableentry2-blue {
	background-color: #ADCAEE;
	text-align: left;
	line-height: 18px;
	padding-bottom: 2px;
}
/* standard button styling */
div.module-blue .button, .button-blue {
	text-align: center;
	font-size: 10px;
  	font-weight: bold;
	border: solid 1px #003366;
	background: #6699CC;
  	padding: 0px 5px 0 5px;
	height: 24px;
	color: #003366;
  	margin: 1px;
	vertical-align: middle;
	cursor: pointer;
	outline-style: none;
}
/* ---------------------------------------------------------------------------------------------------------------- */
/* Blue style */

/* Green style */
/* ---------------------------------------------------------------------------------------------------------------- */
div.module-green h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #006600;
	margin: -3px 5px -2px -8px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 5px;
	height: 25px;
	text-align: left;
}
div.module-green {
	background: url(../images/modules/green-bottom-left.gif) bottom left no-repeat;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
div.module-green div {
	background: url(../images/modules/green-bottom-right.gif) bottom right no-repeat;
}
div.module-green div div {
	background: url(../images/modules/green-top-left.gif) 0 0 no-repeat;
}
div.module-green div div div {
	background: url(../images/modules/green-top-right.gif) 100% 0 no-repeat;
	padding: 5px 8px 15px 8px;
	width: auto !important;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
}
div.module-green div div div div {
	padding: 0;
	text-align: left;
	color: #4A6600;
}
div.module-green div div div div, div.module-green div div div div input {
	text-align: left;
}
div.module-green div div div table tbody tr td div {
	margin: 0px !important;
	padding: 0px !important;
}
div.module-green div div div table tbody tr td div img {
	margin-left: 7px;
}
/* Latest News and Popular styles and fix */
ul.latestnews-green, ul.mostread-green {
	margin-top: 0px;
}
div.module-green div div div a.mostread-green:link, div.module-green div div div a.mostread-green:visited, 
div.module-green div div div a.latestnews-green:link, div.module-green div div div a.latestnews-green:visited {
	color: #009900;
}
div.module-green div div div a.mostread-green:hover, div.module-green div div div a.latestnews-green:hover {
	color: #038703;
	text-decoration: underline;
}
#modlatest div.module-green div div div, #modpopular div.module-green div div div {
	padding: 5px 8px 8px 8px;
	width: 100%;
	text-align: left;
	padding-bottom: 1px;
}
div.module-green div div div ul li {
	list-style: square;
	padding-left: 0px;
	margin-left: -10px;
}
div.module-green div div div ul li a:link, div.module-green div div div ul li a:visited {
	margin-top: 0px;
	color: #009900;
}
div.module-green div div div ul li a:hover {
	color: #038703;
	text-decoration: underline;
}
/* used in login form, both core module and CBuilder */
div.module-green table.mod_login-green,
div.module-green div div div {
	color: #4A6600;
}
div.module-green a:link, div.module-green a:visited {
	color: #009900;
}
div.module-green a:hover {
	color: #038703;
}
/* mainmenu style */
div.module-green .mainlevel-green ul li {
	list-style: disc;
}
div.module-green a.mainlevel-green:link, div.module-green a.mainlevel-green:visited {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #009900;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	width: 94%;
	text-decoration: none;
}
div.module-green a.mainlevel-green:hover {
	text-decoration: none;
	color: #038703;
}
div.module-green a.mainlevel-green#active_menu {
	color: #000000;
	font-weight: bold;
}
div.module-green a.mainlevel-green#active_menu:hover {
	color: #000000;
}

/* submenu */
div.module-green a.sublevel-green:link, div.module-green a.sublevel-green:visited {
	padding-left: 5px;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	color: #009900;
	text-align: left;
	margin: 0px;
	height: 18px;
	line-height: 18px;
	background: transparent;
}
div.module-green a.sublevel-green:hover {
	color: #000000;
	text-decoration: none;
	margin: 0px;
	height: 18px;
}
div.module-green a.sublevel-green#active_menu {
	color: #000000;
	margin: 0px;
}
/* other styles */
.sectiontableentry1-green {
	background-color: transparent;
	line-height: 18px;
	text-align: left;
	padding-bottom: 2px;
}
.sectiontableentry2-green {
	background-color: #7BEB83;
	text-align: left;
	line-height: 18px;
	padding-bottom: 2px;
}
/* standard button styling */
div.module-green .button, div.module-green .button-green {
	text-align: center;
	font-size: 10px;
  	font-weight: bold;
	border: solid 1px #004E00;
	background: #7BEB83;
  	padding: 0px 5px 0 5px;
	height: 24px;
	color: #004E00;
  	margin: 1px;
	vertical-align: middle;
	cursor: pointer;
	outline-style: none;
}
/* ---------------------------------------------------------------------------------------------------------------- */
/* Green style */

div.module label, div.module-red label, div.module-blue label, 
div.module-orange label, div.module-yellow label, div.module-green label {
	vertical-align: top;
}
div.module input, div.module-blue input, div.module-red input, 
div.module-green input, div.module-orangw input, div.module-yellow input {
	vertical-align: top;
}
/* fixing poll section */
div.module div div div table tbody tr td div,
div.module-blue div div div table tbody tr td div,
div.module-red div div div table tbody tr td div,
div.module-green div div div table tbody tr td div,
div.module-orange div div div table tbody tr td div,
div.module-yellow div div div table tbody tr td div {
	text-align: left;
}
div.module div div div div, div.module div div div div div,
div.module-blue div div div div, div.module-blue div div div div div,
div.module-red div div div div, div.module-red div div div div div,
div.module-green div div div div, div.module-green div div div div div,
div.module-orange div div div div, div.module-orange div div div div div,
div.module-yellow div div div div, div.module-yellow div div div div div {
	background: transparent;
	text-align: center;
}
div.module div div div table.poll,
div.module-blue div div div table.poll,
div.module-red div div div table.poll,
div.module-green div div div table.poll,
div.module-orange div div div table.poll,
div.module-yellow div div div table.poll {
	text-align: left;
	margin-top: 0;
}
div.module div div div table.poll thead tr td,
div.module-blue div div div table.poll thead tr td,
div.module-red div div div table.poll thead tr td,
div.module-green div div div table.poll thead tr td,
div.module-orange div div div table.poll thead tr td,
div.module-yellow div div div table.poll thead tr td {
	text-align: left;
}
div.module div div div table.poll tbody tr td div,
div.module-blue div div div table.poll tbody tr td div,
div.module-red div div div table.poll tbody tr td div,
div.module-green div div div table.poll tbody tr td div,
div.module-orange div div div table.poll tbody tr td div,
div.module-yellow div div div table.poll tbody tr td div {
	text-align: center;
}