/* Left and right module rounded corner including mainlevel link */
/* White - Default style */
div.module h3 {
	color: #918F8F;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 110%;
	margin: -3px 5px -2px -8px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 7px;
	height: 26px;
	text-align: left;
}
div.module {
	background: url(../images/modules/white-bottom-left.gif) bottom left no-repeat;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	letter-spacing: 0;
}
div.module div {
	background: url(../images/modules/white-bottom-right.gif) bottom right no-repeat;
}
div.module div div {
	background: url(../images/modules/white-top-left.gif) 0 0 no-repeat;
}
div.module div div div {
	background: url(../images/modules/white-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 {
	text-align: center;
}
div.module div div div table tbody tr td div {
	margin: 0px !important;
	padding: 0px !important;
}
div.module div div div table.poll tr td {
	text-align: left;
}
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: 20px;
	text-align: left;
}
div.module div div div ul li a:link, div.module div div div ul li a:visited {
	margin-top: 0px;
	color: #666666;
	text-align: left;
}
div.module div div div ul li a:hover {
	color: #A09F9F;
	text-decoration: underline;
	text-align: left;
}
/* 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: #CC0000;
}
div.module a:hover {
	color: #FF0000;
	text-decoration: underline;
}
/* mainmenu style */
div.module .mainlevel ul {
	margin-bottom: 10px;
}
div.module .mainlevel ul li {
	list-style: disc;
}
div.module a.mainlevel:link, div.module a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	width: 94%;
	text-decoration: none;
}
div.module a.mainlevel:hover {
	text-decoration: underline;
	color: #666666;
}
div.module a.mainlevel#active_menu {
	color: #CC0000;
	font-weight: bold;
}
div.module a.mainlevel#active_menu:hover {
	color: #000000;
}
div.module a.sublevel:link, div.module a.sublevel:visited {
	padding-left: 5px;
	vertical-align: middle;
	font-size: 80%;
	font-weight: bold;
	color: #999999;
	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: #CC0000;
	margin: 0px;
}
/* other styles */
.sectiontableentry1 {
	background-color: transparent;
	line-height: 18px;
	text-align: left;
	padding-bottom: 2px;
}
.sectiontableentry2 {
	background-color: #F8F8F8;
	text-align: left;
	line-height: 18px;
	padding-bottom: 2px;
}
/* standard button styling */
div.module .button {
	text-align: center;
	font-size: 10px;
	background: transparent url(../images/input/btn_bg.gif) repeat-x top left;
	border-left: solid 1px #E1E1E1;
	border-top: solid 1px #E1E1E1;
	border-bottom: solid 1px #D3D3D3;
	border-right: solid 1px #D3D3D3;
  	padding: 0 10px 3px 10px !important;
	padding: 0 5px 0px 5px;
	height: 22px;
	color: #666666;
	cursor: pointer;
	outline-style: none;
}
.button:hover {
	border-left: solid 1px #D3D3D3;
	border-top: solid 1px #D3D3D3;
	border-bottom: solid 1px #C9C8C8;
	border-right: solid 1px #C9C8C8;
}


/* ---------------------------------------------------------------------------------------------------------------- */
/* White - Default style */

div.module ul {
	padding-left: 5px;
	margin-left: 5px;
}

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