
html {
	height : 100%;
}
body {
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-align: left;
	padding: 0;
	margin: 0
}
/* Body Print */
body.contentpane {
	color : black;
	background : none;
	background-color : white;
}
/* Layout */
#wrapper {
	display : block;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
#wrap {
	display : block;
	width: 980px;
	margin: 0 auto;
	padding: 0
}
#topnav {
	width: 100%;
	height: 49px;
	float: left;
	border-bottom: 1px solid
}
.topnav-inner {
	width: 980px;
	height: 49px;
	margin: 0 auto
}
.topnav {
	width: auto;
	float: left
}
.top-line {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	border-bottom: 1px solid;
	border-top: 1px solid;
}
#contentframe {
	width: 980px;
	margin-bottom: 30px;
	padding: 0;
	float: left
}
#header {
	width: 950px;
	margin: 15px 15px 0 15px;
	padding: 0;
	float: left
}
.logo {
	margin: 0;
	padding: 0;
	float: left
}
#search {
	width: auto;
	margin: 5px 0 0 0;
	float: right
}
#topnav input.button {
	margin-left: 5px;
	padding: 5px 15px
}
#slider {
	width: 950px;
	height: auto;
	margin: 15px 15px 0 15px;
	float: left
}
.content-frame {
	width: 950px;
	margin: 0 15px;
	padding: 0;
	float: left
}
#content {
	width: 100%;
	float: left;
	margin: 15px 0
}
#content-top {
	width: 100%;
	float: left;
	margin: 15px 0 0 0;
	padding: 0
}
#content-bottom {
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
	padding: 0
}
.content_small {
	width: 490px;
	float: left
}
.content_med {
	width: 720px;
	float: left
}
.content_large {
	width: 950px;
	float: left
}
#leftframe {
	width: 200px;
	margin: 15px 30px 20px 0;
	float: left
}
#rightframe {
	width: 200px;
	margin: 15px 0 20px 30px;
	float: left
}
#footer {
	width: 950px;
	margin: 0 15px 15px 15px;
	float: left
}
#breadcrumbs {
	width: 100%;
	height: 20px;
	margin: 5px 0 5px 5px;
	padding: 0;
	float: left
}
.breadcrumbs {
	margin: 0;
	padding: 0;
	font-size: 12px;
	float: left;
}
#copyright {
	margin: 5px 0;
	padding: 0;
	float: left;
	width: 100%;
	font-size: 12px
}
.copyright {
	margin: 5px 0 5px 5px;
	padding: 0;
	float: left;
	font-size: 12px;
	text-align: left;
}
.copyright-ah-68 {
	margin: 5px 5px 5px 0;
	padding: 0;
	float: right;
	width: 150px;
	font-size: 12px;
	text-align: right;
}
#sidebar {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	position: fixed;
	right: -25px;
	top: 300px;
	z-index: 99999
}
.sidebar {
	padding: 5px 10px;
	margin: 0
}
.sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.sidebar li {
	padding: 0;
	margin: 2px 0
}
.sidebar li:last-child {
	margin: 2px 0 0 0
}
/* BackToTop Container */

#toTop {
	cursor: pointer;
	display: none;
	position: fixed;
	right: 10px;
	bottom: 30px;
}
.gotop {
	font-size: 30px;
	font-weight: bolder;
	padding: 10px 10px 15px 10px;
	z-index: 99999;
	transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
	-ms-transition: color .5s ease-in-out;
	-moz-transition: color .5s ease-in-out;
	-webkit-transition: color .5s ease-in-out;
}
.gotop:hover {
}
/* Top Container */
#top_container {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding: 0
}
#top_container .moduletable, #top_container .moduletable_menu {
}
.top-container, .mini-top-container, .small-top-container, .large-top-container {
	overflow: hidden;
	float: left;
	margin-left: 1%;
}
.mini-top-container {
	width: 24.2%;
}
.small-top-container {
	width: 32.6%;
}
.large-top-container {
	width: 49.5%;
}
div:first-child.mini-top-container, div:first-child.small-top-container, div:first-child.large-top-container {
	margin-left: 0;
}
/* Content Top Container */
#content_top_container {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
#content_top_container .moduletable, #content_top_container .moduletable_menu {
}
.content-top-container, .small-content-top-container, .large-content-top-container {
	overflow: hidden;
	float: left;
	margin-left: 1%;
}
.small-content-top-container {
	width: 32.6%;
}
.large-content-top-container {
	width: 49.5%;
}
div:first-child.small-content-top-container, div:first-child.large-content-top-container {
	margin-left: 0;
}
/* Content Bottom Container */
#content_bottom_container {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
#content_bottom_container .moduletable, #content_bottom_container .moduletable_menu {
}
.bottom-container, .small-bottom-container, .large-bottom-container {
	overflow: hidden;
	float: left;
	margin-left: 1%;
}
.small-bottom-container {
	width: 32.6%;
}
.large-bottom-container {
	width: 49.5%;
}
div:first-child.small-bottom-container, div:first-child.large-bottom-container {
	margin-left: 0;
}
/* Bottom Container */
#bottom_container {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding: 0
}
#bottom_container .moduletable, #bottom_container .moduletable_menu {
}
.bottom-container, .mini-bottom-container, .small-bottom-container, .large-bottom-container {
	overflow: hidden;
	float: left;
	margin-left: 1%;
}
.mini-bottom-container {
	width: 24.2%;
}
.small-bottom-container {
	width: 32.6%;
}
.large-bottom-container {
	width: 49.5%;
}
div:first-child.mini-bottom-container, div:first-child.small-bottom-container, div:first-child.large-bottom-container {
	margin-left: 0;
}
/* Footer Container */
#footer_container {
	float: left;
	width: 100%;
	margin: 10px 0;
	padding: 0
}
#footer_container .moduletable, #footer_container .moduletable_menu {
}
.footer-container, .mini-footer-container, .small-footer-container, .large-footer-container {
	overflow: hidden;
	float: left;
	margin-left: 1%;
}
.mini-footer-container {
	width: 24.2%;
}
.small-footer-container {
	width: 32.6%;
}
.large-footer-container {
	width: 49.5%;
}
div:first-child.mini-footer-container, div:first-child.small-footer-container, div:first-child.large-footer-container {
	margin-left: 0;
}
/* Moduletable h3 */
.moduletable_text h3, .module_text h3, div.moduletable h3, div.moduletable_menu h3, div.module h3, div.module_menu h3, div.modulenew h3, div.modulehot h3, div.moduletablenew h3, div.moduletablehot h3 {
	text-align : left;
	padding: 5px 0 5px 10px
}
/* Module */
div.moduletable, div.moduletable_menu, div.moduletablenew, div.moduletablehot {
	padding: 2px 10px 10px 10px
}
div.moduletable p {
	padding: 0 5px;
}
#content div.moduletable {
	background: none;
	padding: 0;
	margin: 5px 0
}
div.moduletable:last-child, div.moduletable_menu:last-child {
}
div.module, div.module_menu, div.moduletable_menu, div.modulenew, div.modulehot {
	float: left;
	padding: 0;
	margin: 0 10px 20px 0;
	width: 100%
}
div.modulenew, div.modulehot {
}
div.module:last-child, div.module_menu:last-child, div.moduletable_menu:last-child, div.modulenew:last-child, div.modulehot:last-child {
	float: left;
	padding: 0;
	margin: 0 0 20px 0;
	width: 100%
}
div.module div div div, div.module_menu div div div, div.modulenew div div div, div.modulehot div div div {
	padding: 2px 10px 10px 10px;
	float: left;
	min-width: 180px
}
div.modulenew div div div, div.modulehot div div div {
	float: none
}
div.module div div div div, div.module_menu div div div div {
	padding: 0;
	margin: 0;
}
/* DIV Moduletable xtras */
div.moduletablenew h3, div.modulenew h3 {
	background-image: url(../images/module-neu.png);
	background-repeat: no-repeat;
	background-position: 99% 6px
}
div.moduletablehot h3, div.modulehot h3 {
	background-image: url(../images/module-hot.png);
	background-repeat: no-repeat;
	background-position: 99% 6px
}
/* Menu Level 1 */
ul.menu {
	margin: 0;
	padding : 0;
	list-style : none;
	width: auto;
}
ul.menu li {
	margin : 0;
	padding : 0;
	list-style : none
}
ul.menu li a {
	display : block;
	text-align : left;
	padding : 0 0 0 10px
}
ul.menu li a:before {
	content: "\25BA";
	padding-right: 5px;
	font-size: 12px
}
ul.menu li a:hover {
}
ul.menu li.active a {
}
ul.menu li.active a:hover {
}
/* Menu Level 2 */
ul.menu li ul {
	margin : 0;
	padding : 0;
	list-style : none
}
ul.menu li li {
	margin : 0;
	padding : 0;
	list-style : none
}
ul.menu li li > a {
	padding : 0 0 0 15px
}
ul.menu li li a:hover {
}
ul.menu li li.active a {
}
ul.menu li li.active a:hover {
}
/* Tables */
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0
}
table.category {
	width: 100%
}
table.weblinks, table.category {
	margin: 5px 0;
	width: 100%;
}
table.weblinks td {
	border-collapse: collapse;
}
table.weblinks td, table.category td {
	padding: 5px 10px;
}
table.weblinks th, table.category th {
	padding: 5px 10px;
	text-align: left
}
td.num {
	vertical-align: middle;
	text-align: left;
}
td.hits {
	vertical-align: middle;
	text-align: center;
	width: 80px;
	border-left: 1px solid
}
td p {
	padding: 5px 0
}
/* Content Head */
.list-title {
	text-align: left
}
.list-author {
	text-align: left
}
.list-hits {
	text-align: left
}
/* Content */

.item-page {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0
}
.blog {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0
}
.blog h2, .item-page h2, .feed-item-description h2 {
	margin: 20px 0
}
.items-more {
	float: left;
	padding: 0;
	margin-bottom: 10px
}
.items-more h2 {
	text-align : left
}
.items-leading h2 {
	text-align : left
}
.items-leading {
	padding: 0
}
.leading- {
	float: left
}
.item-title {
	display: block;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 0 5px 0
}
.item-separator {
	display: block;
	clear: both;
	height: 10px;
	padding: 0;
	margin: 0 0 20px 0
}
.row-separator, .system-pagebreak {
	display: block;
	clear: both;
	padding: 0;
	margin: 0;
	border: none !important;
}
.shownocolumns {
	width: 98% !important;
}
.blog-featured {
	padding: 0;
	margin: 0
}
#article-index {
	width: 25%;
	float: right;
	border-left: 1px solid;
	padding: 5px;
	margin: 0 0 20px 20px;
	white-space: normal
}
#article-index h3 {
}
#article-index li {
	list-style: inside decimal;
	padding: 0 0 0 5px
}
dl.article-info {
	float: left;
	width: 100%;
	margin: 5px 0 10px 0
}
dt.article-info-term {
	font-weight: 400;
	display: none
}
dd.parent-category-name {
	margin: 0
}
dd.create {
	margin: 0
}
dd.modified {
	font-size: 12px;
	font-style: italic;
	margin: 0
}
dd.category-name {
	margin: 0
}
dd.published {
	font-size: 12px;
	margin: 0
}
dd.createdby {
	font-style: italic;
	font-size: 13px;
	margin: 0
}
dd.hits {
	font-size: 12px;
	margin: 0
}
/* Cat-Children */

.cat-children {
}
.cat-children ul dl dt, .cat-children ul dl dd {
	margin: 0;
	padding: 0;
	display: inline
}
.cat-children ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}
.cat-children ul ul {
}
.cat-children ul li {
}
/* Columns */

.cols-1 {
	display: block;
	float: none !important;
	margin: 0 !important;
}
.cols-2 .column-1 {
	width: 46%;
	float: left
}
.cols-2 .column-2 {
	width: 46%;
	float: right;
	margin: 0
}
.cols-3 .column-1 {
	float: left;
	width: 29%;
	padding: 0 5px;
	margin-right: 4%
}
.cols-3 .column-2 {
	float: left;
	width: 29%;
	margin-left: 0;
	padding: 0 5px
}
.cols-3 .column-3 {
	float: right;
	width: 29%;
	padding: 0 5px
}
.cols-4 .column-1 {
	width: 23%;
	float: left
}
.cols-4 .column-2 {
	width: 23%;
	margin-left: 1%;
	float: left
}
.cols-4 .column-3 {
	width: 23%;
	margin-left: 1%;
	float: left
}
.cols-4 .column-4 {
	width: 23%;
	margin-left: 0;
	float: right
}
.items-row {
	overflow: hidden
}
.column-1, .column-2, .column-3 {
	padding: 0
}
.column-2 {
	width: 55%;
	margin-left: 40%
}
.column-3 {
	width: 30%
}
/* User Profile */

#users-profile-core, #users-profile-custom {
	margin: 10px 0;
	padding: 5px
}
#users-profile-core dt, #users-profile-custom dt {
	width: 200px;
	padding: 5px 0;
}
#users-profile-core dd, #users-profile-custom dd {
	padding: 5px 0;
}
#member-profile fieldset, .registration fieldset {
	margin: 10px 0;
	padding: 0
}
#users-profile-core legend, #users-profile-custom legend, .profile-edit legend, .registration legend {
	width: 300px;
	float: left;
	font-weight: bold
}
.profile-edit form#member-profile fieldset dd, .registration form#member-registration fieldset dd {
	width: 300px;
	padding: 5px 0
}
.profile-edit form#member-profile fieldset dd input, .profile-edit form#member-profile fieldset dd select, .registration form#member-registration fieldset dd input {
	width: 300px;
	border: 1px solid #FFFFFF
}
.profile-edit form#member-profile fieldset dt, .registration form#member-registration fieldset dt {
	padding: 5px 0;
	width: 200px
}
/* Forms */

#member-registration {
	padding: 0 5px
}
#member-registration span.text {
}
#member-registration fieldset {
}
form fieldset dt {
	clear: left;
	float: left
}
form fieldset dd {
	float: left
}
/* Login */


#login-form ul {
	list-style: none
}
#login-form label {
	display: block;
	float: left
}
#form-login-remember label {
	float: none;
	display: inline
}
#modlgn-remember.inputbox {
	background: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
#form-login-remember, #form-login-username, #form-login-password {
	margin: 5px 0
}
#form-login-username label, #form-login-password label {
	margin: 2px 0;
	float: none
}
#username-lbl, #password-lbl {
	width: 150px;
	float: left
}
.login-fields {
	margin: 5px 0
}
.login-fields label {
	float: left
}
.login-description img, .logout-description img {
	float: left;
	margin-right: 20px
}
.login-description, .logout-description {
	overflow: hidden;
	padding-left: 5px;
	margin: 5px 0
}
.logout-description {
	margin-bottom: 10px
}
/* Search */

form .search label {
	display: none
}
.search legend {
	margin: 5px 0
}
dl.search-results {
}
dt.result-title {
	font-size: 15px;
	font-weight: bold
}
dd.result-category {
}
dd.result-text {
	padding: 5px 0 10px 0
}
dd.result-created {
	padding: 0 0 10px 0
}
/* Category */
.categories-listalphabet ul {
	list-style: none
}
.categories-listalphabet ul li {
	display: inline-block;
	margin: 0 5px !important
}
.category-list {
	margin: 0;
	padding: 0;
	display: block
}
.category-list h1 {
}
.categories-list {
	margin: 0;
	padding: 0
}
.categories-list ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.categories-list ul li {
	margin: 0;
	padding: 0
}
.categories-list ul ul {
	margin: 0;
	padding: 0
}
.categories-list dl dt, .categories-list dl dd {
	margin: 0;
	padding: 0;
	display: inline
}
.cat-list-row0 {
	border-bottom: 1px solid
}
.cat-list-row1 {
	border-bottom: 1px solid
}
.cat-list-row0, .cat-list-row1 {
}
.cat-list-row0 a, .cat-list-row1 a {
}
.cat-list-row0 a:hover, .cat-list-row1 a:hover {
}
/* Inputbox */
.inputbox, input, textarea {
	padding: 6px 10px;
	border: 1px none;
	-webkit-box-shadow: inset 0px 2px 3px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: inset 0px 2px 3px rgba(50, 50, 50, 0.5);
	box-shadow: inset 0px 2px 3px rgba(50, 50, 50, 0.5);
	-webkit-transition: background .5s ease, color .5s ease;
	-moz-transition: background .5s ease, color .5s ease;
	-o-transition: background .5s ease, color .5s ease;
	-ms-transition: background .5s ease, color .5s ease;
	transition: background .5s ease, color .5s ease
}
.inputbox:hover, input:hover, textarea:hover {
}
#jform_email, #mod-finder-searchword.inputbox, #limit.inputbox, #month.inputbox, #year.inputbox {
	margin: 0 5px 5px 5px
}
/* Button */

.button.finder {
	padding: 3px 10px;
	margin: 0 5px
}
.button.finder:hover {
}
.button, .validate, button, input.button, button.button, button.validate {
	font-size: 12px;
	padding: 4px 10px;
	margin: 5px 0;
	cursor: pointer;
	border: 1px none;
	-webkit-transition: background .5s ease, color .5s ease;
	-moz-transition: background .5s ease, color .5s ease;
	-o-transition: background .5s ease, color .5s ease;
	-ms-transition: background .5s ease, color .5s ease;
	transition: background .5s ease, color .5s ease;
	-webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.5);
}
.button:hover, .validate:hover, button:hover, input.button:hover, button.button:hover, button.validate:hover {
	-webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.5);
}
/* Readmore */
.readmore {
	font-size : 12px;
	margin: 10px 0 5px 0;
	padding: 3px 10px;
	cursor: pointer;
	display: inline-block;
	white-space: nowrap;
	-webkit-transition: background .5s ease, color .5s ease;
	-moz-transition: background .5s ease, color .5s ease;
	-o-transition: background .5s ease, color .5s ease;
	-ms-transition: background .5s ease, color .5s ease;
	transition: background .5s ease, color .5s ease;
	-webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.5);
}
.readmore:hover {
	-webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.5);
}
.readmore a, a.readmore {
	-webkit-transition: background .5s ease, color .5s ease !important;
	-moz-transition: background .5s ease, color .5s ease !important;
	-o-transition: background .5s ease, color .5s ease !important;
	-ms-transition: background .5s ease, color .5s ease !important;
	transition: background .5s ease, color .5s ease !important;
}
.readmore a:hover, a:hover.readmore {
}
/* Pagination */
.pagination {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 13px;
	float: left;
	text-align: center;
	width: 100%
}
.pagination ul {
	margin: 0;
	padding: 5px 0
}
.pagination li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
	list-style: none
}
.pagination li span {
	padding: 0 5px
}
.pagination a {
	padding: 0 5px
}
.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	text-decoration: none;
}
li.pagination-start {
}
li.pagination-prev {
}
li.pagination-next {
}
li.pagination-end {
}
/* Pagenav */
ul.pagenav {
	float: left;
	margin: 0 0 10px 0 !important;
	text-align: center;
	list-style: none;
	width: 100%;
}
li.pagenav-prev {
	font-size: 13px;
	font-weight: normal;
	list-style: none;
	float: left;
	padding: 5px 5px 5px 0
}
li.pagenav-next {
	font-size: 13px;
	font-weight: normal;
	list-style: none;
	float: right;
	padding: 5px 0 5px 5px
}
/* Newsfeed */
.newsfeed {
	margin : 10px 0 5px 0 !important;
	padding : 0 !important;
}
div.newsfeed_item {
	margin : 5px 0;
	padding : 0 5px !important;
}
/* Headings */

h1 {
	font-size : 24px;
	font-weight : 600;
	line-height: 110%;
	margin: 0 0 20px 0
}
h2 {
	font-size : 20px;
	font-weight: 500;
	margin: 0 0 20px 0
}
h3 {
	font-size : 16px;
	font-weight : 500;
	margin: 10px 0
}
h4 {
	font-size : 15px;
	font-weight : 500
}
h5, h6 {
	font-size : 14px;
	font-weight : 400
}
h4, h5, h6 {
	margin: 0
}
/* Hover */
a, a:link, a:visited, a:active, a:focus {
	text-decoration : none;
	outline : none;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-o-transition: color .5s ease;
	-ms-transition: color .5s ease;
	transition: color .5s ease;
}
a:hover {
	text-decoration : none
}
.clr {
	clear : both
}
/* List Styles */

ul, ol {
	width: 100%;
	margin : 10px 0;
	padding : 0;
	list-style: inside none
}
li {
	margin : 0;
	padding : 0
}
.newsfeed ul {
	list-style: none
}
.newsfeed li:before {
	content: "\270E";
	padding: 0 5px 0 0;
	font-size: 110%;
	font-weight: normal
}
.items-more ul {
	list-style: none
}
.items-more ul li:before {
	content: "\2713";
	padding: 0 5px 0 0;
	font-size: 100%;
	font-weight: normal
}
.items-more ul li a:before {
	content: "\2713";
	padding: 0 5px 0 0;
	font-size: 100%;
	font-weight: normal
}
/* Archive */

ul.archive-module {
	list-style-type: none;
	margin: 0;
	padding: 0
}
ul.archive-module li:before {
	content: "\270E";
	padding: 0 5px 0 0;
	font-size: 110%;
	font-weight: normal
}
/* List Styles */
ul.arrow {
	list-style: none
}
ul.arrow li:before {
	content: "\25BA";
	padding: 0 5px 0 0;
	font-size: 12px;
	font-weight: normal
}
ul.cross {
	list-style: none
}
ul.cross li:before {
	content: "\271A";
	padding: 0 5px 0 0;
	font-size: 14px;
	font-weight: normal
}
ul.bullet {
	list-style: none
}
ul.bullet li:before {
	content: "\2022";
	padding: 0 5px 0 0;
	font-size: 14px;
	font-weight: normal
}
ul.check {
	list-style: none
}
ul.check li:before {
	content: "\2713";
	padding: 0 5px 0 0;
	font-size: 14px;
	font-weight: normal
}
ul.star {
	list-style: none
}
ul.star li:before {
	content: "\2605";
	padding: 0 5px 0 0;
	font-size: 15px;
	font-weight: normal
}
ul.pencil {
	list-style: none
}
ul.pencil li:before {
	content: "\270E";
	padding: 0 5px 0 0;
	font-size: 15px;
	font-weight: normal
}
ol {
	list-style: none
}
ol li {
	list-style: inside decimal;
}
ol.zero {
	list-style: none
}
ol.zero li {
	list-style: inside decimal-leading-zero;
}
/* Most Latest */
ul.mostread, ul.latestnews, ul.weblinks, ul.categories-module, ul.category-module {
	margin : 0;
	padding : 0 5px;
}
.mostread li, .latestnews li, .weblinks li, .categories-module li, .category-module li {
	list-style : none;
	text-align : left
}
.mostread li a:before, .latestnews li a:before, .weblinks li a:before, .categories-module li a:before, .category-module li a:before {
	content: "\2713";
	padding: 0 5px;
	font-size: 13px;
	font-weight: normal
}
/* Image Styles */
img {
	border : none;
}
.image-left {
	float: left;
	margin: 0 20px 5px 0;
}
.image-right {
	float: right;
	margin: 0 0 5px 20px
}
/* Image xtra Styles */

img.imageleft {
	float: left;
	margin: 0 30px 10px 0;
	border: 3px solid #fff;
	-moz-box-shadow: 0 2px 5px #888;
	-webkit-box-shadow: 0 2px 5px #888;
	box-shadow: 0 2px 5px #888
}
img.imageright {
	float: right;
	margin: 0 0 10px 30px;
	border: 3px solid #fff;
	-moz-box-shadow: 0 2px 5px #888;
	-webkit-box-shadow: 0 2px 5px #888;
	box-shadow: 0 2px 5px #888
}
img.imagecenter {
	float: none;
	text-align: center;
	margin: 0 0 10px 0;
	border: 3px solid #fff;
	-moz-box-shadow: 0 2px 5px #888;
	-webkit-box-shadow: 0 2px 5px #888;
	box-shadow: 0 2px 5px #888
}
.center {
	float: none;
	text-align: center
}
/* xtra Styles */
.small {
	font-size : 12px;
}
.actions {
	list-style: none;
	float: left;
	padding: 0;
	margin: -30px 0 0 0;
	width: 100%;
	height: 20px
}
.print-icon, .email-icon, .edit-icon {
	list-style: none;
	background: none;
	padding: 0 2px;
	margin: 0;
	float: right;
}
.content_rating {
	float: left;
	width: 100%;
	margin : 0 0 10px 0
}
.content_rating img {
	vertical-align: middle
}
.error {
	font-style: normal;
	text-transform : uppercase;
	padding : 5px;
	font-size : 14px;
	font-weight : bold;
}
.highlight {
	padding: 2px 4px;
	font-weight : bold;
	font-style: italic
}
div.message {
	font-weight : bold;
	text-align : center;
	width : auto;
	margin : 0;
	padding : 5px 20px;
}
blockquote {
	float: none;
	text-align: center;
	padding: 20px
}
blockquote.shadow {
	margin: 0 0 10px 0;
	background-color: #FAFAFA;
	border: 3px solid #fff;
	-moz-box-shadow: 0 2px 5px #888;
	-webkit-box-shadow: 0 2px 5px #888;
	box-shadow: 0 2px 5px #888
}
blockquote.inset {
	margin: 0 0 10px 0;
	background-color: #FAFAFA;
	border: 1px none;
	-moz-box-shadow: inset 0 2px 5px #888;
	-webkit-box-shadow: inset 0 2px 5px #888;
	box-shadow: inset 0 2px 5px #888
}
blockquote.shadowblue {
	color: #FFFFFF;
	margin: 0 0 10px 0;
	background-color: #0199E0;
	border: 3px solid #fff;
	-moz-box-shadow: 0 2px 5px #888;
	-webkit-box-shadow: 0 2px 5px #888;
	box-shadow: 0 2px 5px #888
}
blockquote.insetblue {
	color: #FFFFFF;
	margin: 0 0 10px 0;
	background-color: #0199E0;
	border: 1px none;
	-moz-box-shadow: inset 0 2px 5px #222;
	-webkit-box-shadow: inset 0 2px 5px #222;
	box-shadow: inset 0 2px 5px #222
}
fieldset {
	margin : 10px 0;
	padding : 0;
	border: none
}
legend {
	float: left;
	margin : 0;
	padding: 0 5px
}
.ordering-box, .phrases-box {
	padding: 0;
	margin: 5px 0
}
.only, .phrases {
	padding: 0;
	margin: 5px 0
}
label.ordering {
	padding: 0 5px
}
.word {
}
.word input {
}
.word input:focus {
}
.word label {
}
fieldset.only, fieldset.phrases, fieldset.word {
}
fieldset.only label, fieldset.phrases label {
}
.ordering-box label.ordering {
	float: left
}
.counter {
	padding: 0;
	margin: 5px 0
}
.formelm label, .formelm-area label, .edit.item-page legend {
	float: left;
	width: 100%;
	margin : 5px 0;
	padding: 0 5px
}
/* Invalid */
.invalid {
	border: 1px solid
}
label.invalid {
}
/* Bannerheader */
.bannerheader {
}
/* Contact */
.contact {
	margin: 0;
	padding: 0
}
.contact h1 {
}
.contact h2 {
}
.contact h3 {
}
.contact-image {
	float: right;
	margin: 10px 0 0 0
}
#contact-slider {
}
#contact-form label {
}
#contact-form legend {
	margin: 0 0 20px 0;
	padding: 0
}
#contact-form dt {
	width: 130px
}
#contact-form dd {
	margin: 0 0 20px 0;
	padding: 0
}
#jform_contact_emailmsg.required, #jform_contact_message {
	width: 408px
}
address {
}
address span {
	display: block
}
.contact-address {
}
.contact-email label {
}
span.contact-image {
}
#contact-textmsg {
}
#contact-email-copy {
}
.contact-email {
}
/* Contact Panel */
.panel {
}
.panel h3.pane-toggler a {
	display: block;
	padding-left: 15px;
	background-image: url(../images/slider_plus.png);
	background-repeat: no-repeat;
	background-position: 98% center
}
.panel h3.pane-toggler-down a {
	display: block;
	padding-left: 15px;
	background-image: url(../images/slider_minus.png);
	background-repeat: no-repeat;
	background-position: 98% center
}
div.contact-slider {
}
div.panel {
}
div.panel h3.title {
	padding: 5px;
	margin: 0
}
div.panel h3.title a:link, div.panel h3.title a:visited {
	text-decoration: none
}
.panel .pane-toggler {
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #fafafa;
	background-color: #f5f5f5;
}
.panel .pane-toggler-down {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #fafafa;
}
div.panel h3.pane-toggler-down {
}
div.pane-slider {
	padding: 0px 10px !important;
	margin: 0
}
div.pane-down {
	padding: 5px 10px !important;
}
.panel .contact-form, .panel .contact-miscinfo {
}
.contact .panel .contact-form form, .contact .panel .contact-address {
}
.contact li, .contact-links ul li {
}
.contact li:before, .contact-links ul li:before {
	content: "\2713";
	padding: 0 5px 0 0;
	font-size: 100%;
	font-weight: normal
}
.contact ul, .contact ol {
}
dl.tabs dt.open h3 a {
}
dl.tabs {
	float: left;
	margin: 20px 0 0 0;
	z-index: 50;
	clear: both;
}
dl.tabs dt {
	float: left;
	padding: 5px 10px;
	margin-right: 5px;
}
dl.tabs dt.open {
	border-bottom: none;
	background: none;
	z-index: 100
}
div.current {
	clear: both;
	margin: 0;
	padding: 10px
}
div.current dd {
	padding: 0;
	margin: 0;
}
dl#content-pane.tabs {
	margin: 0
}
/* Stats Module */

.stats-module dl {
	margin: 10px 0
}
.stats-module dt {
	float: left;
	margin: 0 0 0 10px
}
.stats-module dt, .stats-module dd {
	padding: 5px 0
}
/* Tips */
.hasTip {
	border : none;
}
.tip {
	width: 200px;
	z-index: 13000;
}
.tip-wrap {
}
.tip-top {
	background: url(../images/bubble.png) top left;
	padding: 15px 25px 0 25px;
}
.tip-bottom {
	background: url(../images/bubble.png) bottom right;
}
.tip-title {
	display: none;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	padding: 15px 25px 0 25px;
	background: url(../images/bubble.png) top left
}
.tip-text {
	font-size: 13px;
	padding: 5px 25px 25px 25px;
	background: url(../images/bubble.png) bottom right;
}
/* System */

#system-message {
	margin : 0;
	padding: 0
}
#system-message dd.message ul li, #system-message dd.error ul li, #system-message dd.notice ul li, #system-message dd.message ul, #system-message dd.error ul, #system-message dd.notice ul, #system-message dd {
	background: none;
	text-align: center;
	line-height : 24px;
	margin : 5px 5px 20px 5px;
	padding: 0;
	font-size : 16px;
	font-weight : bold;
	list-style : none;
	color: #CD0000
}
/**/
#thistory tr td{
 vertical-align:	top;
}
.pane-down {
background-color : #cccccc;
}
#Kunena div.kmsgtext-article,
#Kunena div.kmsgtext-quote,
#Kunena div.kmsgtext-hide,
#Kunena div.kmsgtext-confidential {
	border-color: #000000;
	border-left: #666666 solid 1px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #dddddd;
}
#Kunena div.kmsgtext-quote  div.kmsgtext-quote{
	border-left: #666666 solid 1px;
	background-color: #bbbbbb;
}
#Kunena div.kmsgtext-quote  div.kmsgtext-quote  div.kmsgtext-quote{
	border-left: #666666 solid 1px;
	background-color: #ddeecc;
}
#Kunena div.kmsgtext-quote  div.kmsgtext-quote  div.kmsgtext-quote  div.kmsgtext-quote{
	border-left: #666666 solid 1px;
	background-color: #bbccaa;
}
#Kunena div.kmsgtext-quote  div.kmsgtext-quote  div.kmsgtext-quote  div.kmsgtext-quote  div.kmsgtext-quote{
	border-left: #666666 solid 1px;
	background-color: #bbbb99;
}
#Kunena div.kmsgtext-quote  div.kmsgtext-quote  div.kmsgtext-quote  div.kmsgtext-quote  div.kmsgtext-quote div.kmsgtext-quote{
	border: #666666 solid 1px;
	background-color: #bbbb88;
}
li.klatest-avatar img {
margin-top: 8px;
}

.bg-black {
  background-color: #000000 !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-lime {
  background-color: #a4c400 !important;
}
.bg-green {
  background-color: #60a917 !important;
}
.bg-emerald {
  background-color: #008a00 !important;
}
.bg-teal {
  background-color: #00aba9 !important;
}
.bg-cyan {
  background-color: #1ba1e2 !important;
}
.bg-cobalt {
  background-color: #0050ef !important;
}
.bg-indigo {
  background-color: #6a00ff !important;
}
.bg-violet {
  background-color: #aa00ff !important;
}
.bg-pink {
  background-color: #dc4fad !important;
}
.bg-magenta {
  background-color: #d80073 !important;
}
.bg-crimson {
  background-color: #a20025 !important;
}
.bg-red {
  background-color: #e51400 !important;
}
.bg-orange {
  background-color: #fa6800 !important;
}
.bg-amber {
  background-color: #f0a30a !important;
}
.bg-yellow {
  background-color: #e3c800 !important;
}
.bg-brown {
  background-color: #825a2c !important;
}
.bg-olive {
  background-color: #6d8764 !important;
}
.bg-steel {
  background-color: #647687 !important;
}
.bg-mauve {
  background-color: #76608a !important;
}
.bg-taupe {
  background-color: #87794e !important;
}
.bg-gray {
  background-color: #555555 !important;
}
.bg-dark {
  background-color: #333333 !important;
}
.bg-darker {
  background-color: #222222 !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-darkBrown {
  background-color: #63362f !important;
}
.bg-darkCrimson {
  background-color: #640024 !important;
}
.bg-darkMagenta {
  background-color: #81003c !important;
}
.bg-darkIndigo {
  background-color: #4b0096 !important;
}
.bg-darkCyan {
  background-color: #1b6eae !important;
}
.bg-darkCobalt {
  background-color: #00356a !important;
}
.bg-darkTeal {
  background-color: #004050 !important;
}
.bg-darkEmerald {
  background-color: #003e00 !important;
}
.bg-darkGreen {
  background-color: #128023 !important;
}
.bg-darkOrange {
  background-color: #bf5a15 !important;
}
.bg-darkRed {
  background-color: #9a1616 !important;
}
.bg-darkPink {
  background-color: #9a165a !important;
}
.bg-darkViolet {
  background-color: #57169a !important;
}
.bg-darkBlue {
  background-color: #16499a !important;
}
.bg-lightBlue {
  background-color: #4390df !important;
}
.bg-lightRed {
  background-color: #ff2d19 !important;
}
.bg-lightGreen {
  background-color: #7ad61d !important;
}
.bg-lighterBlue {
  background-color: #00ccff !important;
}
.bg-lightTeal {
  background-color: #45fffd !important;
}
.bg-lightOlive {
  background-color: #78aa1c !important;
}
.bg-lightOrange {
  background-color: #c29008 !important;
}
.bg-lightPink {
  background-color: #f472d0 !important;
}
.bg-grayDark {
  background-color: #333333 !important;
}
.bg-grayDarker {
  background-color: #222222 !important;
}
.bg-grayLight {
  background-color: #999999 !important;
}
.bg-grayLighter {
  background-color: #eeeeee !important;
}
.bg-blue {
  background-color: #00aff0 !important;
}
.fg-black {
  color: #000000 !important;
}
.fg-white {
  color: #ffffff !important;
}
.fg-lime {
  color: #a4c400 !important;
}
.fg-green {
  color: #60a917 !important;
}
.fg-emerald {
  color: #008a00 !important;
}
.fg-teal {
  color: #00aba9 !important;
}
.fg-cyan {
  color: #1ba1e2 !important;
}
.fg-cobalt {
  color: #0050ef !important;
}
.fg-indigo {
  color: #6a00ff !important;
}
.fg-violet {
  color: #aa00ff !important;
}
.fg-pink {
  color: #dc4fad !important;
}
.fg-magenta {
  color: #d80073 !important;
}
.fg-crimson {
  color: #a20025 !important;
}
.fg-red {
  color: #e51400 !important;
}
.fg-orange {
  color: #fa6800 !important;
}
.fg-amber {
  color: #f0a30a !important;
}
.fg-yellow {
  color: #e3c800 !important;
}
.fg-brown {
  color: #825a2c !important;
}
.fg-olive {
  color: #6d8764 !important;
}
.fg-steel {
  color: #647687 !important;
}
.fg-mauve {
  color: #76608a !important;
}
.fg-taupe {
  color: #87794e !important;
}
.fg-gray {
  color: #555555 !important;
}
.fg-dark {
  color: #333333 !important;
}
.fg-darker {
  color: #222222 !important;
}
.fg-transparent {
  color: transparent !important;
}
.fg-darkBrown {
  color: #63362f !important;
}
.fg-darkCrimson {
  color: #640024 !important;
}
.fg-darkMagenta {
  color: #81003c !important;
}
.fg-darkIndigo {
  color: #4b0096 !important;
}
.fg-darkCyan {
  color: #1b6eae !important;
}
.fg-darkCobalt {
  color: #00356a !important;
}
.fg-darkTeal {
  color: #004050 !important;
}
.fg-darkEmerald {
  color: #003e00 !important;
}
.fg-darkGreen {
  color: #128023 !important;
}
.fg-darkOrange {
  color: #bf5a15 !important;
}
.fg-darkRed {
  color: #9a1616 !important;
}
.fg-darkPink {
  color: #9a165a !important;
}
.fg-darkViolet {
  color: #57169a !important;
}
.fg-darkBlue {
  color: #16499a !important;
}
.fg-lightBlue {
  color: #4390df !important;
}
.fg-lighterBlue {
  color: #00ccff !important;
}
.fg-lightTeal {
  color: #45fffd !important;
}
.fg-lightOlive {
  color: #78aa1c !important;
}
.fg-lightOrange {
  color: #c29008 !important;
}
.fg-lightPink {
  color: #f472d0 !important;
}
.fg-lightRed {
  color: #ff2d19 !important;
}
.fg-lightGreen {
  color: #7ad61d !important;
}
.fg-grayDark {
  color: #333333 !important;
}
.fg-grayDarker {
  color: #222222 !important;
}
.fg-grayLight {
  color: #999999 !important;
}
.fg-grayLighter {
  color: #eeeeee !important;
}
.fg-blue {
  color: #00aff0 !important;
}
.accordion > .accordion-frame {
  border: 1px #eaeaea solid;
  margin-bottom: 2px;
}
.accordion > .accordion-frame > .heading {
  display: block;
  text-decoration: none;
  background-color: #eeeeee;
  padding: 10px 20px;
  width: 100%;
  position: relative;
  color: #1d1d1d;
}
.accordion > .accordion-frame > .heading [class*="icon-"] {
  margin-right: 10px;
}
.accordion > .accordion-frame > .content {
  padding: 10px;
}
.accordion > .accordion-frame > .content {
  display: none;
}
.accordion.with-marker .heading:before {
  position: absolute;
  display: block;
  left: 5px;
  top: 12px;
  content: '';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-top: 7px solid transparent;
  border-bottom: 7px solid black;
}
.accordion.with-marker .heading.collapsed:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -4px;
}
