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

html {
	height : 100%;
}
body {
	line-height: 135%;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	padding: 0;
	margin: 0;
	color: #5c5c5c;
	background-color: #f1f2f3;
}
/* Body Print */
body.contentpane {
	color : black;
	background : none;
	background-color : white;
}
/* Layout */
#wrapper {
	margin-left : auto;
	margin-right : auto;
	display : block;
	width: 1020px;
}
#wrap {
	display : block;
	width: 1020px;
	float: left;
	background-image: url(../images/wrapper_float.gif);
	background-repeat: repeat-y;
}
#top_menu {
	width : 1020px;
	float : left;
	height : 50px;
	padding : 0;
	margin : 0;
	overflow : visible;
	background-image : url(../images/topmenu_bg.png);
	background-repeat : no-repeat;
	display: block;
	background-position: center;
}
.top_menu_inner {
	width: auto;
	float: right;
	height: 35px;
	padding-right: 20px;
	margin: 5px 0 0 0;
}
#menu-moo {
	overflow : visible;
	padding-left : 20px;
	width: auto;
	float: left;
	height: 50px;
}
#search_modul {
/*	float: right; */
	width: auto;
/*	margin-top: 11px;
	padding-right: 30px; */
	padding-left: 30px;
}
#header {
	height : 300px;
	float : left;
	width : 1020px;
	padding : 0;
	margin : 10px 0;
	display: block;
}
.header {
	width: 980px;
	height: 300px;
	margin: 0 auto;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}
#frontslide {
	float: left;
	margin: 0px;
	overflow: hidden;
	background-color: #fafafa;
	width: 618px;
	height: 300px;
	padding: 0px;
	border-right: 1px solid #ececec;
}
.frontslide_inner {
	padding: 0;
	margin: 0 0 0 1px;
}
#fronttab {
	float: right;
	overflow: hidden;
/*	background-color: #383838;  */
	background-color: #ffffff;
	width: 360px;
	height: 300px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #666;
}
.fronttab_inner {
	padding: 0;
	margin: 0;
}
#topnav {
	width: 1020px;
	height: 40px;
	background-image: url(../images/topnav_bg.png);
	background-repeat: no-repeat;
	float: left;
	background-position: center;
}
#fxContainer {
	position : absolute;
	z-index : 99999;
	width : 100%;
	height : 0;
	left: 0px;
	right: 0px;
}
#fxTarget {
	top : 0;
	z-index : 99999;
	height : auto;
	overflow : hidden;
	width: 980px;
	position: relative;
	background-color: #ffffff;
	margin: 0 auto;
}
#fxPadding {
	visibility : hidden;
	padding : 0;
}
#fxTrigger {
	position : relative;
	cursor : pointer;
}
#fxTab {
	z-index : 99999;
	height : 22px;
	text-align: center;
	width: 25px;
}
span#fxTrigger {
	cursor : pointer;
}
#top_panel_buttons {
	width: 30px;
	z-index: 999;
	height: 50px;
	position: absolute;
	background-image: url(../images/panel_button_r.gif);
	background-repeat: no-repeat;
	margin-left: 1010px;
	float: right;
}
#newsflash {
	float : left;
	color : #fafafa;
	width: 980px;
}
.newsflash_inner {
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 20px;
}
#banner {
	float : right;
	padding-top : 200px;
	padding-right : 40px;
}
.banner_inner {
	border : 1px solid #ebebeb;
}
#user5 {
	width: 1020px;
	float: left;
	padding: 0;
	margin: 0;
}
#user5_inner {
	height: 40px;
	margin: 0;
	padding: 0;
}
.user5_modul {
	width: 960px;
	margin: 0 20px;
	background-color: #fafafa;
	padding: 10px;
	height: 30px;
	color: #999999;
}
.fontsize {
	float: left;
	position: fixed;
	top: 0px;
	right: 0px;
	background-image: url(../images/font_bg.png);
	width: 70px;
	height: 40px;
	background-repeat: no-repeat;
}
#panel_buttons {
	margin: 0;
	padding: 0;
	position: absolute;
	margin-left: -20px;
	float: left;
	background-image: url(../images/panel_button.gif);
	background-repeat: no-repeat;
	width: 30px;
	height: 50px;
}
#content_outer {
	width : 1020px;
	padding : 0;
	float: left;
	margin: 5px 0;
	display: block;
}
.content_float {
	width: 1020px;
	display: block;
	height: auto;
	float: left;
}
.content_small {
	margin-bottom: 10px;
	width: 595px;
	float: left;
}
.content_med {
	margin-bottom: 10px;
	width: 770px;
	float: left;
}
.content_large {
	margin-bottom: 10px;
	width: 1005px;
	float: left;
}
#main_content {
	float : none !important;
	float : none;
	padding : 10px;
	margin : 5px 5px 5px 20px;
}
#breadcrumbs {
	float: left;
	padding-left: 35px;
	padding-top: 10px;
}
.breadcrumbs {
	font-size: 11px;
	color: #ddd;
}
.pathway {
	height : 20px;
	line-height : 20px !important;
	line-height : 22px;
	font-size: 11px;
	color: #dff5ff;
}
.pathway a, .pathway a:link {
	color : #ddd;
	text-decoration : none;
	font-size: 11px;
	font-weight: normal;
}
.pathway a:visited {
	color : #ececec;
	text-decoration : none;
	font-size: 11px;
	font-weight: normal;
}
.pathway a:hover {
	color : #dff5ff;
	text-decoration : none;
}
#left_outer {
	float : left;
	width : 220px;
	margin: 5px;
	padding: 5px;
}
.left_inner {
	float : none;
	padding : 0px;
	margin: 0;
	font-size: 12px;
}
.left_inner_float {
	width : 210px;
	margin: 5px;
}
#right_outer {
	float : left;
	width : 165px;
	margin: 5px 0;
	padding: 0px;
}
.right_inner {
	float : none;
	padding : 0;
	margin: 0;
	font-size: 12px;
}
.right_inner_float {
	width : 155px;
	margin: 5px;
}
.user_inner {
	margin: 10px 35px;
}
#top_module {
	width: 1020px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
#top_module_inner {
	display: block;
	margin: 0 auto;
	width: 980px;
}
#bottom_module {
	width: 1020px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
#bottom_module_inner {
	width: 980px;
	display: block;
	margin: 0 auto;
}
#footer {
	height : 45px;
	width : 1020px;
	font-size : 11px;
	margin: 0;
	float: left;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#gototop {
}
#gotop_left {
	float: left;
	padding: 5px 0 0 45px;
}
#gotop_right {
	float: right;
	padding: 5px 45px 0 0;
}
.copy {
	text-align: center;
	height: 28px;
	padding-top: 15px;
	color: #ececec; 
}
/* USERS */
.user_inner {
	padding: 0;
	margin: 0;
}
#users_top {
	margin: 0;
	font-size: 90%;
}
.users, .users_med, .users_big {
	overflow: hidden;
	float: left;
	margin-left: 1%;
}
.users_med {
	width: 32.6%;
}
.users_big {
	width: 49.5%;
}
div:first-child.users_med, div:first-child.users_big {
	margin-left: 0;
}
#users_bottom {
	margin: 0;
	font-size: 90%;
}
.users_bottom, .users_med_bottom, .users_big_bottom {
	overflow: hidden;
	float: left;
	margin-left: 1%;
}
.users_med_bottom {
	width: 32.6%;
}
.users_big_bottom {
	width: 49.5%;
}
div:first-child.users_med_bottom, div:first-child.users_big_bottom {
	margin-left: 0;
}
/* Tables */
td {
	text-align : left;
	margin : 0;
	padding : 0;
}
.contentpaneopen {
	width : 100%;
	padding : 0;
	margin : 0;
}
.contentpaneopen_edit {
	background-color: #fafafa;
}
table.contentpane {
	width : 100%;
	padding : 0;
	margin : 0;
}
table.searchinto {
	width : 100%;
}
table.poll {
	padding : 0;
	width : 99%;
	border-collapse : collapse;
}
table.pollstableborder {
	padding : 0;
	width : 100%;
	border : none;
	text-align : left;
}
table.pollstableborder img {
	vertical-align : baseline;
	padding-left : 10px;
}
table.pollstableborder td {
	padding : 2px;
	border-collapse : collapse;
	border-spacing : 0;
}
table.pollstableborder tr.sectiontableentry1 td {
	margin : 1px;
	padding : 4px 5px 3px 5px;
}
table.pollstableborder tr.sectiontableentry2 td {
	margin : 1px;
	padding : 4px 5px 3px 5px;
}
table.pollstableborder tr.sectiontableentry0 td {
	margin : 1px;
	padding : 4px 5px 3px 5px;
}
table.contenttoc {
	font-size : 11px;
	border : 1px solid #ebebeb;
	padding : 2px;
	margin-left : 10px;
	margin-bottom : 10px;
	float : right;
}
.toclink {
	padding: 4px;
}
table.contenttoc a:link, table.contenttoc a:visited {
	font-size : 11px;
	color : #666;
}
table.contenttoc a:hover {
	text-decoration : none;
	color : #999;
	font-size : 11px;
}
table.contenttoc td {
	font-size : 11px;
	padding : 2px;
	margin : 2px;
}
table.contenttoc th {
	font-size : 12px;
	font-weight : normal;
	background-color : #484848;
	color : #efefef;
	text-align : left;
	padding : 5px 10px;
	margin : 5px;
}
table.moduletable td {
	font-size : 90%;
	padding : 0;
	margin : 0;
	font-weight : normal;
}
table.moduletable {
	width : 90%;
	margin : 0;
	padding : 0;
}
/* Moduletable h3 */
.moduletable_text h3, .module_text h3, div.moduletable h3 {
	color : #fff;
	background-color: #bbda5b;
	background-image: url(../images/module_text_h3.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #b3d057;
	border-left: 1px solid #aac655;
	border-right: 1px solid #aac655;
	border-bottom: 1px solid #95ae45;
	text-align : left;
	font-weight: normal;
	height : 30px;
	line-height : 30px;
	font-size : 13px;
	padding-left : 15px;
	margin: 10px 0 2px 0;
	overflow : hidden;
}
div.moduletable {
	margin-bottom: 20px;
	padding : 0;
}
/* Module h3 */
div.module h3 {
	margin: -12px 0 2px 0;
	padding-left: 15px;
	font-size: 13px;
	font-weight: normal;
	height : 35px;
	line-height : 20px;
	color : #fff;
}
/* Module */
div.module {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	width: 210px;
}
div.module div div div {
	padding: 20px 8px 25px 8px;
	width: 190px;
}
div.module div div div div {
	background: none;
	padding: 0;
	margin: 0;
}
div.module {
	background: url(../images/modul_boxen_br.gif) 100% 100% no-repeat;
}
div.module div {
	background: url(../images/modul_boxen_bl.gif) 0 100% no-repeat;
}
div.module div div {
	background: url(../images/modul_boxen_tr.gif) 100% 0 no-repeat;
}
div.module div div div {
	background: url(../images/modul_boxen_tl.gif) 0 0 no-repeat;
}
/* Module Menu h3 */

div.module_menu h3 {
	margin: -12px 0 2px 0;
	padding-left: 15px;
	height : 30px;
	line-height : 25px;
	font-size: 13px;
	font-weight: normal;
	color : #dff5ff;
}
/* Module Menu */

div.module_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	width: 210px;
}
div.module_menu div div div {
	padding: 20px 8px 25px 8px;
	width: 194px;
}
div.module_menu div div div div {
	background: none;
	padding: 0;
	margin: 0;
}
div.module_menu {
	background: url(../images/module_boxen_br.gif) 100% 100% no-repeat;
}
div.module_menu div {
	background: url(../images/module_boxen_bl.gif) 0 100% no-repeat;
}
div.module_menu div div {
	background: url(../images/module_boxen_tr.gif) 100% 0 no-repeat;
}
div.module_menu div div div {
	background: url(../images/module_boxen_tl.gif) 0 0 no-repeat;
}
/* Menu */


/* Level 1 */
div.module_menu ul.menu {
	margin: 0 0 2px 0;
	padding : 0;
	list-style : none;
	background : none;
	width: auto;
}
div.module_menu ul.menu li {
	margin : 0;
	padding : 0;
	list-style : none;
	background : none;
}
div.module_menu ul.menu li a {
	color : #f3f2f1;
	background-color: #383838;
	background-image: url(../images/mainmenu.gif);
	background-repeat: no-repeat;
	background-position: center;
	display : block;
	vertical-align : middle;
	font-size : 12px;
	font-weight: normal;
	text-align : left;
	height : 28px;
	line-height: 28px;
	padding-left : 30px;
	text-decoration : none;
	margin : 0;
}
div.module_menu ul.menu li a span {
	background : none;
}
div.module_menu ul.menu li a:hover {
	text-align : left;
	text-decoration : none;
	color : #dff5ff;
	background-image: url(../images/mainmenu_hover.gif);
	background-repeat: no-repeat;
	background-position: center;
}
div.module_menu ul.menu li.active a {
	text-decoration : none;
	text-align : left;
	color : #dff5ff;
	background-image: url(../images/mainmenu_active.gif);
	background-repeat: no-repeat;
	background-position: center;
}
div.module_menu ul.menu li.active a:hover {
	text-decoration: none;
	text-align: left;
	color: #f3f2f1;
	background-image: url(../images/mainmenu_hover.gif);
	background-repeat: no-repeat;
	background-position: center;
}
div.module_menu ul.menu li.active a span {
	background : none;
}
/* Level 2 */
div.module_menu ul.menu li ul {
	margin : 0;
	padding : 0;
	list-style : none;
}
div.module_menu ul.menu li li {
	margin : 0;
	padding : 0;
	list-style : none;
	background : none;
}
div.module_menu ul.menu li li a {
	list-style : none;
	background-image: url(../images/sub_menu.gif) !important;
	background-repeat: no-repeat;
	vertical-align : middle;
	font-size : 11px;
	text-align : left;
	text-decoration : none;
	height : auto;
	line-height: 24px;
	padding-left : 45px;
	margin : 0;
}
div.module_menu ul.menu li li a:hover {
	text-decoration : none;
	text-align : left;
	background-image: url(../images/sub_menu_hover.gif) !important;
	background-repeat: no-repeat;
}
div.module_menu ul.menu li li.active a {
	text-decoration : none;
	text-align : left;
	background-image: url(../images/sub_menu_active.gif) !important;
	background-repeat: no-repeat;
}
div.module_menu ul.menu li li.active a:hover {
	text-decoration : none;
	text-align : left;
	background-image: url(../images/sub_menu_hover.gif) !important;
	background-repeat: no-repeat;
}
div.module_menu ul.menu li li a span {
	list-style : none;
	background : none;
}
/* Topmenu */
ul#mainlevel-nav {
	list-style : none;
	padding : 0;
	margin : 0;
}
ul#mainlevel-nav li {
	color : #f3f2f1;
	height : 38px;
	line-height : 37px;
	float : left;
	margin : 0;
	padding : 0;
	white-space : nowrap;
	background: none;
}
ul#mainlevel-nav li a {
	background-image : url(../images/top-menu.gif);
	background-repeat : no-repeat;
	height: 50px;
	text-align : center;
	display : block;
	padding-top: 5px;
	padding-left : 15px;
	padding-right : 15px;
	text-decoration : none;
	color : #f3f2f1;
	font-size : 11px;
	font-weight : normal;
}
ul#mainlevel-nav li a:hover {
	background-image : url(../images/top-menu_hover.gif);
	background-repeat : no-repeat;
	color : #dff5ff;
	float : left;
	white-space : nowrap;
	height: 50px;
}
ul#mainlevel-nav li a#active_menu-nav {
	background-image : url(../images/top-menu_active.gif);
	background-repeat : no-repeat;
	color : #dff5ff;
	float : left;
	white-space : nowrap;
}
ul#mainlevel-nav li a#active_menu-nav:hover {
	background-image : url(../images/top-menu_hover.gif);
	background-repeat : no-repeat;
	text-align : center;
	display : block;
	padding-left : 15px;
	padding-right : 15px;
	text-decoration : none;
	color : #ebe6e2;
	font-size : 11px;
	font-weight : normal;
}
/* Blog */
.blog {
	width : 100%;
}
.blog_more {
	margin : 10px 5px 20px 5px;
}
.blog_more strong {
	margin : 2px;
	display : block;
	font-size : 14px;
	font-weight : bold;
}
.blog_more ul {
	margin : 5px;
	padding : 0;
}
.blog_more ul li {
	text-align : left;
	padding-left : 25px;
	background-image : url(../images/li.png);
	background-repeat : no-repeat;
	background-position : 0 2px;
}
.blog_more ul li:hover {
	text-align : left;
	padding-left : 25px;
	background-image : url(../images/li_hover.png);
	background-repeat : no-repeat;
	background-position : 0 2px;
}
.blog_more ul li a {
	color : #666;
}
.blog_more ul li a:hover {
	color : #C04442;
}
/* Article */
.article-content {
	display: block;
}
.article-tools {
	border: 1px solid #ebebeb;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 10px;
	display: block;
	background-color: #fafafa;
}
.article-tools a {
	font-size: 13px;
}
.article-tools a:hover {
	font-size: 13px;
}
.article-meta {
	padding: 5px;
	width: auto;
	float: left;
}
.article_separator {
	clear : both;
	display : block;
	height : 25px;
	line-height: 25px;
	padding-bottom: 15px;
	background-image: url(../images/article_sep.gif);
	background-repeat: repeat-x;
}
.article_column {
	padding : 10px;
	margin : 5px;
}
.article_column column_separator {
	padding : 10px;
	margin : 5px;
}
/* Inputbox */
.inputbox {
	padding : 3px;
	margin : 2px;
	border : 1px solid #ebebeb;
	background-color : #fafafa;
	color : #666;
}
#top_menu .inputbox {
	color: #efefef;
	font-size : 11px;
	padding : 5px 3px 4px 3px;
	margin : 0 5px 0 5px;
	border : 1px solid #2c2c2c;
	background-color : #3c3c3c;
}
/* Button */
.button, .validate {
	color : #efefef;
	background-color : #3c3c3c;
	text-align : center;
	font-size : 10px;
	border : 1px solid #2c2c2c;
	padding : 3px 4px;
	margin : 2px;
}
.button:hover, .validate:hover {
	color : #dff5ff;
}
#top_menu .button {
	color : #efefef;
	background-color : #3c3c3c;
	text-align : center;
	font-size : 10px;
	border : 1px solid #2c2c2c;
	padding : 4px 4px 3px 4px;
	margin : 2px;
}
#top_menu .button:hover {
	color : #dff5ff;
}
.invalid {
	border-color : #ebebeb;
}
label.invalid {
	color : #903a3a;
}
.pagenav {
	text-align : center;
	font-size : 11px;
	padding : 1px 3px;
	margin : 5px 1px 0px 1px;
	color : #999;
}
.back_button {
	text-align : center;
	font-size : 11px;
	margin : 2px;
}
/* Banner */
.bannerheader {
	font-size : 13px;
	font-weight : bold;
	color : #484848;
	padding-left : 5px;
}
.banneritem_text {
	padding : 2px 5px;
}
.banneritem_text a {
	color : #A02723;
}
.banneritem_text a:hover {
	color : #C04442;
}
.bannerfooter_text {
	padding : 2px 5px;
	font-size : 12px;
	font-weight : bold;
}
/* Form */
#form-login .input {
	padding : 2px;
	margin : 2px;
	color : #888;
	background : none;
	border : none;
	font-size : 11px;
}
form {
	margin : 0;
	padding : 0;
	border : none;
}
#form-login {
	border : none;
	margin: 0;
	padding: 0;
}
#form-login-username {
	border : none;
	margin: 0;
	padding: 5px 0;
}
#form-login-password {
	border : none;
	margin: 0;
	padding: 5px 0;
}
#form-login-username {
	border : none;
	margin: 0;
	padding: 5px 0;
}
#form-login-remember {
	border : none;
	margin: 0;
	padding: 5px 0;
}
#form-login ul {
	padding : 0;
	margin : 0;
	list-style : none;
}
#form-login li {
	padding : 2px;
	margin : 0;
	background : none;
	list-style : none;
}
#form-login li a {
	font-size : 11px;
}
#form-login li a:hover {
	font-size : 11px;
}
/* Section */
.sectiontableheader {
	border-top : 1px solid #ececec;
	border-bottom : 1px solid #dcdcdc;
	color : #cecece;
	background-color : #484848;
	text-align : left;
	height: 33px;
	margin : 0;
	padding : 0 5px;
}
.sectiontableheader img {
	vertical-align : baseline;
	margin: 0px 5px 0px 5px;
}
.sectiontableheader a, .sectiontableheader a:link, .sectiontableheader a:visited {
	padding-left : 5px;
	color : #cecece;
}
.sectiontableheader a:hover {
	padding-left : 5px;
	color : #fafafa;
}
.sectiontablefooter {
	padding : 2px;
	margin : 0;
	text-align : left;
}
.sectiontableentry1 {
	background-color : #fafafa;
	text-align : left;
}
.sectiontableentry2 {
	background-color : #fefefe;
	text-align : left;
}
.sectiontableentry0 {
	background-color : #fff;
	text-align : left;
}
.sectiontableentry1 td {
	padding : 4px 5px 3px 5px;
	margin : 2px;
}
.sectiontableentry2 td {
	padding : 4px 5px 3px 5px;
	margin : 2px;
}
.sectiontableentry0 td {
	padding : 4px 5px 3px 5px;
	margin : 2px;
}
/* Readon */
.readon {
	font-size : 11px;
}
a.readon a:link {
	color : #A02723;
	font-size : 11px;
}
a.readon a:visited {
	color : #A02723;
	font-size : 11px;
}
a.readon a:hover {
	color : #C04442;
	font-size : 11px;
	text-decoration : none;
}
/* Most Latest */
ul.mostread, ul.latestnews, ul.users_med, ul.users_big, ul.users {
	margin : 0;
	padding : 0;
}
.mostread li, .latestnews li, .users_med li, .users_big li, .users li {
	background-image: url(../images/user_li.png);
	background-repeat: no-repeat;
	background-position : 15px center;
	background-color: #484848;
	border: 1px solid #484139;
	list-style : none;
	text-align : left;
	padding: 5px 25px;
	margin: 1px 0;
}
.mostread li:hover, .latestnews li:hover, .users_med li:hover, .users_big li:hover, .users li:hover {
	background-image: url(../images/user_li_hover.png);
	background-repeat: no-repeat;
	background-position : 15px center;
	border: 1px solid #4c4641;
}
.mostread li a, .latestnews li a, .users_med li a, .users_big li a, .users li a {
	color: #f3f2f1;
	padding-left : 15px;
	font-size: 90%;
}
.mostread li a:hover, .latestnews li a:hover, .users_med li a:hover, .users_big li a:hover, .users li a:hover {
	color: #dff5ff;
}
/* Headings */
.componentheading {
	color : #4c4c4c;
	font-size : 22px;
	font-weight : bold;
	padding : 6px 0px 5px 0px;
	margin : 2px;
}
.contentheading, h2 .contentheading {
	color : #A02723;
	font-size : 20px;
	font-weight : bold;
	padding : 0px 0px 5px 0px;
	margin : 2px;
}
.contentpagetitle, h2 .contentpagetitle {
	color : #A02723;
	font-size : 20px;
	padding : 0px 0px 5px 0px;
	margin : 2px;
}
h1 {
	color : #4c4c4c;
	font-weight : bold;
	font-size : 24px;
	line-height : 26px;
	font-weight : normal;
}
h2 {
	font-size : 20px;
	line-height : 22px;
	color : #463e3e;
	font-weight : normal;
}
h3 {
	color : #A02723;
	font-size : 20px;
	line-height : 20px;
	font-weight : normal;
}
h4 {
	color : #4c4c4c;
	font-size : 16px;
	line-height : 18px;
	font-weight : bold;
}
h5 {
	color : #A02723;
	font-size : 14px;
	line-height : 16px;
	font-weight : bold;
}
h6 {
	color : #463e3e;
	font-size : 12px;
	line-height : 14px;
	font-weight : bold;
}
/* General */
.clr {
	clear : both;
}
ul, ol, li {
	margin : 0;
	padding : 0;
}
ul, ol {
	margin : 10px 0;
	padding-left : 10px;
}
ol li {
	list-style-type : decimal;
	line-height : 14px;
}
ul {
	margin : 5px;
	padding : 2px;
	list-style : none;
}
li {
	text-align : left;
	padding-left : 25px;
	background-image : url(../images/li.png);
	background-repeat : no-repeat;
	background-position : 0 2px;
	list-style-type : none;
}
li:hover {
	text-align : left;
	padding-left : 25px;
	background-image : url(../images/li_hover.png);
	background-repeat : no-repeat;
	background-position : 0 2px;
}
a, a:link, a:visited, a:active, a:focus {
	color : #A02723;
	text-decoration : none;
	outline : none;
}
a:hover {
	color : #C04442;
	text-decoration : none;
	outline : none;
}
.contact_email {
	padding : 5px;
	margin : 5px;
}
#component-contact {
	margin-top : 10px;
}
.content_vote {
	font-size: 12px;
}
.content_rating {
	font-size: 12px;
}
.content_rating img {
	margin: 1px 2px 1px 2px;
}
.content_vote {
}
img {
	border : none;
}
div.mosimage {
	border : 2px solid #ebebeb;
	background-color : #fcfcfc;
}
.mosimage {
	margin : 0;
	background-color : #fdfefe;
}
.mosimage_caption {
	margin-top : 0;
	background-color : #fdfefe;
	padding : 0;
	color : #888;
	font-size : 10px;
}
.error {
	font-style: normal;
	text-transform : uppercase;
	padding : 5px;
	color : #A02723;
	font-size : 14px;
	font-weight : bold;
}
div.message {
	font-weight : bold;
	font-size : 14px;
	color : #888;
	text-align : center;
	width : auto;
	background-color : #fafafa;
	border-left : 5px solid #ebebeb;
	border-top : none;
	border-bottom : none;
	border-right : none;
	margin : 3px 0 10px;
	padding : 3px 20px;
}
.small {
	color : #666;
	font-size : 11px;
}
.create_date {
	position: absolute;
	width: 60px;
	height: 62px;
	float: none;
	margin-left: -80px;
	padding: 0;
	background-image: url(../images/date_sheet.png);
	background-repeat: no-repeat;
	text-align: center;
}
.date {
	font-size : 20px;
	line-height: 33px;
	font-weight: bold;
	color : #dff5ff;
}
.month {
	font-size : 10px;
	line-height: 12px;
	color : #ccc;
}
.year {
	font-size : 9px;
	line-height: 10px;
	color : #bbb;
}
.createdate {
	font-size : 12px;
	color : #555;
}
.written_by {
	font-size : 11px;
	color : #797979;
}
.modifydate {
	color : #888;
	font-size : 11px;
	padding: 5px 0px;
	float: right;
}
div.buttonheading {
	float: right;
	width: auto;
	padding: 5px 0;
}
.buttonheading {
	width: 20px;
	height: 18px;
	padding: 0;
	margin: 0;
}
.section_link {
	font-size : 14px;
	line-height: 18px;
}
.highlight {
	background-color : #fafafa;
	color : #4c4c4c;
	padding : 0;
}
.code {
	background-color : #fafafa;
	border-left : 5px solid #ebebeb;
}
fieldset {
	margin : 10px;
	padding : 10px;
	border-left : 5px solid #ebebeb;
	border-top : none;
	border-bottom : none;
	border-right : none;
	background-color : #fafafa;
}
/* Tips */
.hasTip {
	color : #666;
	border : none;
}
.tool-tip {
	color: #efefef;
	width: 145px;
	z-index: 13000;
}
.tool-title {
	font-weight: bold;
	font-size: 13px;
	line-height: 11px;
	margin: 0;
	color: #dff5ff;
	padding: 8px 8px 2px 8px;
	background: url(../images/bubble.png) top left;
}
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}
.tipper {
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.tipper-tip {
	color: #efefef;
	width: 145px;
	z-index: 13000;
}
.tipper-title {
	font-weight: bold;
	font-size: 13px;
	line-height: 11px;
	margin: 0;
	color: #dff5ff;
	padding: 8px 8px 2px 8px;
	background: url(../images/bubble.png) top left;
}
.tipper-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}
/* System */
table.paramlist {
	margin-top : 5px;
}
table.paramlist td.paramlist_key {
	width : 128px;
	text-align : left;
	height : 30px;
}
#system-message {
	margin : 0;
}
#system-message dd.message ul li {
	background: none;
	line-height : 24px;
	margin : 5px;
	color : #484848;
	font-size : 16px;
	font-weight : bold;
	list-style-image : none;
}
#system-message dd.error ul li {
	background: none;
	line-height : 24px;
	margin : 5px;
	color : #484848;
	font-size : 16px;
	font-weight : bold;
	list-style-image : none;
}
#system-message dd.notice ul li {
	background: none;
	line-height : 24px;
	margin : 5px;
	color : #484848;
	font-size : 16px;
	font-weight : bold;
	list-style-image : none;
}
