@charset "utf-8";



/* GLOBAL */

body {
   background: #C5E1A3 url(/img/page/background.jpg) top center repeat-y;
   font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: #333;
}

* {
   margin: 0px;
   padding: 0px;
}

ul {
   padding-left: 1em;
   margin-left: 0;
}

li {
   margin-left: 1em;
}

a img, a .img {
   border: 0px;
}

input, select, textarea {
   border: 1px solid #dadada;
   margin: 2px;
}

input[type="radio"], 
input[type="checkbox"], 
input[type="image"] {
   border: 0px;
}

h1 {
   font-size: 18px;
   font-weight: bold;
   color: #305401;
   margin-bottom: 10px;
}

h2 {
   margin-bottom: 10px;
   font-size: 15px;
   font-weight: normal;
   font-style: italic;
}

h3 {
   font-size: 14px;
   font-weight: bold;
}

h4 {
   font-size: 12px;
   font-weight: bold;
}

fieldset {
	padding: 10px;
   border: 1px dotted #BABABA;
}
fieldset legend {
	padding: 0 5px;
	font-style: italic;
	font-weight: bold;
	color: #333;
	background-color: white;
}

a, a:active, a:focus, a:hover, a:link, a:visited {
	color: #305401
}

.clear,
.float-remover {
   clear: both;
}

.nobottommargin {
   margin-bottom: 0px;
}

table td {
	vertical-align: top;
}



#container-site {
   margin: auto;
	width: 980px;
   text-align: left;
}



/* HEADER */

#container-header {
}

.container-header-nameday {
   color: #305401;
   padding: 10px 0px 0px 19px;
}

.container-header-left {
   float: left;
}

.container-header-right {
   float: right;
   padding: 6px 30px 0px 19px;
   width: 480px;
}

.container-header-flags {
   float: left;
}

.container-header-lw {
   float: right;
}

.container-header-imagebox {
   margin-top: 4px;
   border-top: 1px solid #305401;
   border-bottom: 1px solid #305401;
}

.container-header-image-left {
   float: left;
   padding: 1px 0px 0px 64px;
}

.container-header-image-right {
   float: right;
   margin-top: 4px;
}

.container-header-path {
   float: left;
   padding: 6px 0px 0px 20px;
	color: #910021;
}

.container-header-path a {
   color: #910021;
   text-decoration: none;
}

.container-header-path a:hover {
   text-decoration: underline;
}

.container-header-brand {
   float: right;
   padding: 5px 20px 5px 0px;
   color: #305401;
   font-weight: bold;
   font-size: 14px;
	text-transform: uppercase;
}



/* LEFT COLUMN */

#container-left {
   width: 174px;
   float: left;
}

.container-left-box-top {
   height: 5px;
   background: #ffffff url(/img/page/left-frame-border-top.jpg) no-repeat;
   margin-left: 7px;
}

.container-left-box {
   width: 164px;
   background: #ffffff url(/img/page/left-frame-border-bgnd.jpg) repeat-y;
   margin-left: 7px;
   line-height: 18px;
}



/* LEFT MENU */

.container-left-box-menu {
   /*padding-left: 8px;
   width: 158px;
   */
}

.container-left-box-menu .menu-submenu-item {
   padding-left: 8px;
}

.container-left-box a {
   color: #305401;
   text-decoration: none;
}

.container-left-box a:hover {
   color: #305401;
   text-decoration: underline;
}

.container-left-box-bottom {
   height: 4px;
   background: #ffffff url(/img/page/left-frame-border-bottom.jpg) no-repeat;
   margin-left: 7px; 
}

.container-left-box1-header {
   border-bottom: 1px solid #dadada;
/*   width: 98%;*/
   color: #305401;
	padding-left: 7px;
}

.container-left-box1-header.has_submenu {
   cursor: pointer;
}

.container-left-box1-header:hover {
   background-color: #ecf5e0;
   margin: 0 1px;
}

.container-left-box1-header.has_submenu.open {
   font-weight: bold;
}

.container-left-box1-header.last_menu_item {
	border-bottom: 0px;
}

.container-left-box1-content ul {
   list-style: none;
   padding-left: 7px;
	margin: 0px;
}

.container-left-box1-content li {
   padding-left: 0px;
   margin-left: 4px;
   border-bottom: 1px solid #dadada;
}

.container-left-box1-content li:hover {
   background-color: #ecf5e0;
   margin-left: 5px;
	margin-right: 1px;
}



/* RIGHT COLUMN */

#container-right {
   float: right;
   width: 219px;
   margin: 0px;
}

.container-right-box-top {
   height: 4px;
   background: #ffffff url(/img/page/right-frame-border-top.jpg) no-repeat;
   margin-left: 0px;
}

.container-right-box {
   width: 212px;
   background: #ffffff url(/img/page/right-frame-border-bgnd.jpg) repeat-y;
   margin-left: 0px;
   line-height: 17px;
   /*padding: 0px 2px 0px 2px;*/
	padding: 0 1px;
}

.container-right-box-bottom {
   height: 4px;
   background: #ffffff url(/img/page/right-frame-border-bottom.jpg) no-repeat;
   margin: 0px 0px 5px 0px; 
}

.container-right-header {
   background: #ffffff url(/img/page/headbar.jpg) top no-repeat;
   height: 25px;
   width: 210px;
   padding: 0;
	margin-left: 1px;
}

.container-right-header-txt {
   padding: 5px 0px 0px 8px;
   font-weight: bold;
   color: #305401;
}



/* FOOTER */

#container-footer {
   height: 102px;
   border-top: 1px solid #305401;
   margin-top: 3px;
}

#container-footer a {
   color: #910021;
   text-decoration: none;
}

#container-footer a:hover {
   color: #910021;
   text-decoration: underline;
}

.container-footer-leftbox, 
.container-footer-center1box {
   width: 185px;
   float:left;
   border-right: 1px dashed #dadada;
   padding-left: 16px;
   padding-top: 10px;
   line-height: 20px;
}

.container-footer-center2box {
   float: left;
   width: 350px;
   padding: 40px 0px 0px 20px;
   color: #4C4B4B;
}

.container-footer-rightbox {
   float: right;
   padding: 15px 10px 0px 0px;
}




/* RIGHT BOX */

.right-box-content {
   padding: 6px 0px 6px 3px;
}

.right-box-content-center {
   padding: 6px;
   text-align: center;
}

.right-box-inner-content {
   padding: 4px 0px 0px 7px;
}

.right-box-content a {
   color: #305401;
   font-size: 11px;
   text-decoration: none;
}

.right-box-content a:hover {
   color: #305401;
   font-size: 11px;
   text-decoration: underline;
}



/* LOGIN BOX */

.right-box-content .email_input {
	width: 197px;
}

.right-box-content .password_input {
   width: 125px;
}

.right-box-content .submit_button {
	width: 65px;
	margin-left: 5px;
}



/* LABEL CLOUD */

.label-cloud {
   line-height: 24px;
   text-align: justify;
   width: 200px;
   padding-top: 7px;
}

.label-cloud-small a, .label-cloud-small a:hover {
   font-size: 10px;
   font-weight: bold;
}

.label-cloud-med a, .label-cloud-med a:hover {
   font-size: 14px;
   font-weight: bold;
}

.label-cloud-big a, .label-cloud-big a:hover {
   font-size: 18px;
   font-weight: bold;
}

.label_item a:hover {
   padding: 3px;
   color: #f0f0e6;
   background-color: #305401;
   text-decoration: none;
}

.advert {
   font-size: 8px;
   color: #C1C1C1;
   text-align: center;
}

.b-left-sidebar {
   text-align: center;
   padding: 5px 0px 5px 0px;
}

.container-banner-horizontal {
   margin: 5px auto 15px;
}

.box-spacer {
   margin-bottom: 4px;
}

.green-dart {
   color: #305401;
   padding-left: 8px;
   padding-right: 8px;
}



/* EVENET CALENDAR */

.calendar-tab {
	cursor: pointer;
   height: 21px;
   text-align: center;
   padding-top: 3px;
}

.calendar-tab-1 {
   width: 70px;
   background: #ffffff url(/img/page/calendar-tab-normal-default.jpg) no-repeat top;
   font-weight: bold;
}

.calendar-tab-1:hover {
   width: 70px;
   background: #ffffff url(/img/page/calendar-tab-normal-highlight.jpg) no-repeat top;
}

.calendar-tab-2 {
   width: 49px;
   background: #ffffff url(/img/page/calendar-tab-monthly-default.jpg) no-repeat top;
   font-weight: bold;
}

.calendar-tab-2:hover {
   width: 49px;
   background: #ffffff url(/img/page/calendar-tab-monthly-highlight.jpg) no-repeat top;
}

.calendar-tab-3 {
   width: 71px;
   background: #ffffff url(/img/page/calendar-tab-search-default.jpg) no-repeat top;
   font-weight: bold;
}

.calendar-tab-3:hover {
   width: 71px;
   height: 21px;
   background: #ffffff url(/img/page/calendar-tab-search-highlight.jpg) no-repeat top;
}

.calendar-tab-1 a, 
.calendar-tab-2 a, 
.calendar-tab-3 a {
   color: #305401;
   text-decoration: none;
}

.calendar-table {
   padding-top: 6px;
   padding-left: 5px;
   text-align: center;
}

.calendar-content {
   border-top: 1px solid #A6A6A6;
   /* width: 203px; */
   padding: 3px;
}

.calendar-tabs {
   margin-bottom: -5px;
   padding-bottom: 0px;
}

#c-tab2 input[type="submit"],
#c-tab1 input[type="submit"] {
   background: #ffffff url(/img/buttons/button_25.png) no-repeat top;
   width: 25px;
   height: 22px;
   font-size: 12px;
   font-weight: bold;
   border: 0px;
   color: #A6A6A6;
   vertical-align: top;
   line-height: 0px;
}

#c-tab3 input[type="submit"] {
   background: #ffffff url(/img/buttons/button_56.png) no-repeat top;
   width: 56px;
   height: 22px;
   font-size: 10px;
   font-weight: bold;
   border: 0px;
   color: #A6A6A6;
   vertical-align: top;
}

#c-tab1 p, #c-tab2 p, #c-tab3 p {
   text-align: center;
   font-weight: bold;
   color: #305401;
   padding: 8px 0px 8px 0px;
}

#c-tab3 .label_text {
   font-size: 11px;
   font-weight: bold;
   color: #305401;
   width: 70px;
   float: left;
   padding-left: 10px;
}



/* CONTENT AREA */

#container-center {
   width: 575px;
   float: left;
	margin: 0px 1px;
}

.container-center-box-top {
   height: 5px;
   background: #ffffff url(/img/page/center-frame-border-top.jpg) no-repeat;
   width: 582px;
}

.container-center-box {
   /* width: 566px; */
	width: 562px;
   background: #ffffff url(/img/page/center-frame-border-bgnd.jpg) repeat-y;
   line-height: 17px;
	padding: 8px 10px;
	overflow: hidden;
}

.container-center-box-bottom {
   height: 4px;
   background: #ffffff url(/img/page/center-frame-border-bottom.jpg) no-repeat;
   width: 582px;
}



/* CONTENT LIST PAGE */

.content-list .content-list-item {
	margin: 0 0 20px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #DADADA;
}

.content-list-item .article {
   padding-bottom: 10px;
}



/* CONTENT DETAIL PAGE */

.content-note {
   margin-bottom: 20px;
	text-align: center;
	/* font-weight: bold; */
	color: #910021;
	font-style: italic;
}

.content-header h1 {
	margin-bottom: 20px;
   padding-bottom: 10px;
   border-bottom: 1px solid #DADADA;
}

.content-data .content-detail-linkrow {
   margin-bottom: 20px;
}

.content-data .content-detail-linkrow.nobottommargin {
   margin-bottom: 0px;
}

.content-data .content-detail-linkrow .left-col {
   float: left;
	width: 150px;
}

.content-data .content-detail-linkrow .op_links {
   float: right;
	text-align: right;
}

.content-data .content-detail-linkrow .op_links a {
   margin-left: 5px;
}

.content-author-row {
	text-align: right;
   border-bottom: 1px dashed #DADADA;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.content-author-row .addthis_toolbox {
   float: right;
	width: 20px;
	margin-left: 5px;
}

.content-subtitle-row {
   margin-bottom: 10px;
	font-weight: bold;
}

.content-lead {
	margin-bottom: 20px;
	font-style: italic;
}

.content-subtitle-row .article {
   color: #305401;
   font-size: 13px;
}

.content-text {
   margin-bottom: 20px;
}

.content-group {
	margin-bottom: 35px;
}

.content-label {
	font-weight: bold;
}

.related_labels > h2, 
.content-group > h2, 
.content-group > h3,
.content-group > h4 {
   padding: 2px;
	background-color: #ecf5e0;
}



/* ARTICLES */

.emphased_articles {
	margin: 30px 0;
}

.emphased_articles a {
   color: #910021;
}

.important-text {
   color: #910021;
}



/* FORUM */

.forum_padlock {
   float: left;
	width: 16px;
	height: 16px;
   margin-right: 4px;
}

.forum_title a {
	float: left;
}

.forum_comment_header {
	background-color: #D5F1B3;
	/* background-color: #C5D1A3; */
	border: 1px solid #C5D1A3;
   padding: 1px 4px;
	margin-bottom: 10px;
}

.forum_comment_text {
	padding: 1px 4px;
	margin-bottom: 10px;
}


