* {
	margin: 0;
	padding: 0;
}

ul {
	list-style: square;
	margin: 0;
	padding: 0;
}

body {
	color: #646464;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 15px;
	background: #781400 url(../images/body_bg.png) repeat-x scroll 0 0;
	text-align: center; /*center hack*/
}

.glava {
	background: url(../images/back1.jpg);
}

table {
	border-collapse: collapse;
	border: 0;
}

td {
	border: none;
	padding: 0;
	vertical-align: top;
}

a {
	color: #b40000;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

img {
	border: 0;
}

.column {
	float: left;
}

.clear {
	clear: both;
}

ul {
	list-style: none;
}

/**********************************************/
input,textarea {
	font-family: Tahoma;
	font-size: 11px;
	color: #646464;
	vertical-align: middle;
	font-weight: normal;
	background: #FFFFFF;
	text-align: left;
	border: 1px solid #c8c8c8;
	padding: 2px 3px;
}

/**********************************************/
.main_warp {
	width: 988px; /*center hack*/
	margin: 0 auto; /*center hack*/
	text-align: left; /*center hack*/
	background: url(../images/shadowv.png) repeat-y;
}

.main {
	margin: 0 auto;
	width: 980px;
}

#header {
	height: 140px;
	background: #FFF5EB url(../images/header_shadow.png) repeat-x right bottom;
}

#header_shadow180 {
	height: 27px;
	background: #FFF5EB url(../images/header_shadow180.png) repeat-x right top;
}

#language {
	position: relative;
	top: -60px;
	right: 10px;
}

.txt1 {
	color: #33a7ff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

#content {
	height: auto;
	background: url(../images/back2.jpg) repeat;
	width: 100%;
}

.txt2 {
	font-size: 14px;
}

#footer_warp {
	width: 988px;
	margin: 0 auto;
	background: url(../images/shadowb.png) no-repeat 0 0;
}

#footer {
	width: 980px;
	margin: 0 auto;
	font-size: 1.01em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #cdbea0;
	text-align: center;
}

#footer .indent {
	padding: 28px 0 28px 0;
	text-align: center;
}

#footer a {
	color: #cdbea0;
	text-decoration: underline;
}

#footer a:hover {
	color: #fff5eb;
	text-decoration: none;
}

/************************** ALWAYS NEED ******************************************/
.moduletable_search h3 {
	float: left;
	color: #ff0000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding-top: 2px;
}

#search .inputbox_search {
	width: 156px;
	background-color: #ffffff;
	border: solid 1px #c8c8c8;
	height: 14px;
	color: #b40000;
	margin: 0 2px 0 4px;
}

.button_search {
	background: url(../images/button4.gif) no-repeat 0 0;
	height: 16px;
	width: 48px;
	border: none;
	font-size: 1em;
	text-align: left;
	color: #eff7ed;
	font-weight: normal;
	text-align: center;
	margin-left: 0px !important;
	vertical-align: middle;
	text-transform: lowercase;
	padding: 0 0 2px 0;
}

.over_article1 {
	
}

.over_article2 {
	
}

.over_article3 {
	
}

.over_article4 {
	
}

.over_article5 {
	
}

.over_article6 {
	
}

.content_articles {
	width: 100%;
}

.content_articles .indent {
	padding: 24px 19px 24px 19px;
}

#menu {
	width: 100%;
	border-collapse: inherit;
	border-top: solid 2px #911b00;
	border-bottom: solid 2px #911b00;
}

#form-login span {
	color: #b40000;
	font-size: 1.09em;
}

#form-login .st1 {
	width: 100px;
	margin-top: 2px;
	background: url(../images/log_back1.html) no-repeat 92% 5px;
	color: #b40000;
}

#form-login .st1 a {
	color: #b40000;
	text-decoration: none;
}

#form-login .st1 a:hover {
	text-decoration: underline;
}

#form-login .st2 a {
	color: #b40000;
	text-decoration: none;
}

#form-login .st2 a:hover {
	text-decoration: underline;
}

#custom_block {
	padding-left: 39px;
}

#custom_block h4 {
	font-size: 13px;
	color: #fff29d;
	font-weight: bold;
}

#custom_block ul {
	margin-top: 7px;
}

#custom_block li a {
	color: #b9852f;
	text-decoration: underline;
}

#custom_block li a:hover {
	text-decoration: none;
}

/* Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */
textarea#contact_text {
	height: 200px;
	width: 280px;
}

.content_articles strong {
	color: #ff3826;
}

ol.list {
	list-style: decimal;
}

ol.list li {
	padding-bottom: 5px;
}

ol.list li a {
	margin-left: 25px;
	background: none !important;
	padding-left: 0 !important;
	margin-left: 2px;
}

ol li {
	background: none !important;
	padding-left: 0 !important;
	margin-left: 25px;
}

#contact_email_copy {
	background: none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 0px;
	margin: 0 0 2px 17px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 17px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* End Images */
	/************************* on my way *************************************************************/
a.link1 {
	color: #d52d00;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

a.link1:hover {
	text-decoration: none;
}

.bannerheader {
	background: none !important;
}

.banneritem {
	background: none !important;
}

.banneritem_s1 {
	background: none !important;
}

.banneritem {
	background: none !important;
}

div.bannerfooter {
	background: none !important;
}

div.bannerfooter_s1 {
	background: none !important;
}

#contact_name {
	width: 200px;
}

#contact_subject {
	width: 200px;
}

#articles ul {
	
}

#articles li {
	background: url(../images/line1.html) repeat-x left bottom;
	line-height: 24px;
	font-size: 12px;
	color: #e44a0b;
	padding-left: 11px;
}

#articles li a {
	color: #e44a0b;
	text-decoration: none;
}

#articles li a:hover {
	text-decoration: none;
	color: #FFCC00
}

/************************* additional styles *************************************************************/
.contentpane ul {
	margin-left: 26px;
	padding-right: 15px;
}

li .category {
	margin-left: 0;
}

.contentdescription {
	padding: 0 0 20px 0;
	font-weight: bold;
}

/*****************************************/
	/*************** modules description *************/
table.moduletable th,legend,.moduletable h3 {
	font-weight: bold;
	font-size: 14px !important;
	margin-bottom: 10px;
	color: #b40000 !important;
	padding: 0 !important;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none !important;
}

.module a {
	color: #b40000;
	text-decoration: underline;
}

.module a:hover {
	color: #116600;
	text-decoration: none;
}

.module_fffaf5 {
	margin-bottom: 7px;
	color: #646464;
}

.module_s1 div {
	
}

.module_s1 div div {
	
}

.module_s1 div div div {
	
}

.module_s1 div div div div {
	background: none;
	width: 100%;
}

.module_s1 div div div td.over {
	padding: 0;
}

.module_s1  h3 {
	/*background: url(../images/title_back.gif) repeat-x left top;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #646464;
	font-size: 1.18em;
	font-weight: bold;
	padding: 14px 0 14px 29px;
	margin-bottom: 5px;
	text-transform: uppercase;
	width: 204px;
}

.module_s1 ul {
	padding-bottom: 5px !important;
	margin-left: 0 !important;
	width: 237px;
}

.module_s1 li {
	color: #cdbea0 !important;
	font-size: 1.09em !important;
	background: url(../images/menu_line.gif) repeat-x left bottom !important
		;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	line-height: 14px;
}

.module_s1 li a {
	color: #cdbea0 !important;
	text-decoration: none !important;
	display: block;
	background: url(../images/menu_line.gif) repeat-x left bottom !important
		;
}

.module_s1 li a:hover {
	color: #fffaf5 !important;
	text-decoration: none !important;
	display: block;
	background: url(../images/menu_back3.gif) repeat-x left bottom
		!important;
}

.module_s1 li a span {
	background: url(../images/mwnu_back1.gif) no-repeat 97% 15px;
	display: block;
	padding: 10px;
	margin-top: 1px;
}

.module_s1 li a:hover span {
	text-decoration: none !important;
	color: #fffaf5;
	display: block;
	background: url(../images/menu_back4.gif) no-repeat 97% 15px;
}

.module_s1 li#current a {
	color: #fffaf5 !important;
	text-decoration: none !important;
	display: block;
	background: url(../images/menu_back3.gif) repeat-x left bottom;
}

.module_s1 li#current a span {
	background: url(../images/menu_back4.gif) no-repeat 97% 15px;
	display: block;
	padding: 10px;
	margin-top: 1px;
}

.module_s1 li.active a {
	color: #fffaf5 !important;
	text-decoration: none !important;
	display: block;
	background: url(../images/menu_back3.gif) repeat-x left bottom
		!important;
}

.module_s1 li.active a span {
	background: url(../images/menu_back4.gif) no-repeat 97% 15px !important;
	display: block;
	padding: 10px;
	margin-top: 1px;
}

.module_s1 li ul li {
	color: #cdbea0 !important;
	font-size: 0.91em !important;
	background: none !important;
	text-transform: none;
	font-weight: bold;
	display: block;
	line-height: 14px;
}

.module_s1 li ul li a {
	color: #cdbea0 !important;
	text-decoration: none !important;
	display: block;
	background: none !important;
}

.module_s1 li ul li a span {
	background: none !important;
	display: block;
	padding-bottom: 1px !important;
	padding-top: 5px !important;
	padding-left: 30px !important;
	margin-top: 1px;
}

.module_s1 li.active ul li a {
	color: #fffaf5 !important;
	text-decoration: none !important;
	display: block;
	background: none !important;
}

.module_s1 li.activeul li a span {
	background: none !important;
	display: block;
	padding-bottom: 1px !important;
	padding-top: 5px !important;
	padding-left: 30px !important;
	margin-top: 1px;
}

.module_s2 {
	margin-bottom: 11px;
	background: url(../images/s2_back1.jpg) repeat-y left top;
}

.module_s2 div {
	background: url(../images/s2_back2.jpg) no-repeat left bottom;
}

.module_s2 div div {
	
}

.module_s2 div div div {
	width: 100%;
}

.module_s2 div div div div {
	background: none;
}

.module_s2 div div div td.over {
	padding: 11px 21px 21px 21px;
}

.module_s2  h3 {
	background: url(../images/h2_back1.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #cdbea0;
	font-size: 1.18em;
	font-weight: bold;
	padding: 9px 0 14px 44px;
	text-transform: uppercase;
}

.module_s3 {
	margin-bottom: 11px;
	background: url(../images/s2_back1.jpg) repeat-y left top;
}

.module_s3 div {
	background: url(../images/s2_back2.jpg) no-repeat left bottom;
}

.module_s3 div div {
	
}

.module_s3 div div div {
	width: 100%;
}

.module_s3 div div div div {
	background: none;
}

.module_s3 div div div td.over {
	padding: 11px 21px 21px 21px;
}

.module_s3 h3 {
	background: url(../images/h2_back2.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #cdbea0;
	font-size: 1.18em;
	font-weight: bold;
	padding: 9px 0 14px 44px;
	text-transform: uppercase;
}

.module_s3 ul {
	padding-bottom: 5px !important;
	margin-left: 0 !important;
	width: 197px;
}

.module_s3 li {
	color: #b40000 !important;
	font-size: 1.01em !important;
	background: url(../images/menu_line2.gif) repeat-x left bottom
		!important;
	text-transform: none;
	font-weight: normal;
	display: block;
	padding-bottom: 2px;
	padding-top: 2px;
}

.module_s3 li a {
	color: #b40000 !important;
	text-decoration: none !important;
	display: block;
	margin-left: 10px;
	background: url(../images/pimp6.gif) no-repeat 0px 5px;
	padding-left: 9px;
}

.module_s3 li a:hover {
	color: #ff0000 !important;
	text-decoration: none !important;
	display: block;
	padding-left: 14px;
}

.module_s3 li ul li {
	background: none !important;
	padding-left: 20px;
}

.module_s3 li#current a {
	color: #b40000 !important;
	text-decoration: none !important;
	display: block;
	font-weight: bold;
}

.module_s4 {
	margin-bottom: 11px;
	background: url(../images/s2_back1.jpg) repeat-y left top;
}

.module_s4 div {
	background: url(../images/s2_back2.jpg) no-repeat left bottom;
}

.module_s4 div div {
	
}

.module_s4 div div div {
	width: 100%;
}

.module_s4 div div div div {
	background: none;
}

.module_s4 div div div td.over {
	padding: 11px 21px 21px 21px;
}

.module_s4 h3 {
	background: url(../images/h2_back3.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #cdbea0;
	font-size: 1.18em;
	font-weight: bold;
	padding: 9px 0 14px 44px;
	text-transform: uppercase;
}

.module_s5 {
	margin-bottom: 11px;
	background: url(../images/s2_back1.jpg) repeat-y left top;
}

.module_s5 div {
	background: url(../images/s2_back2.jpg) no-repeat left bottom;
}

.module_s5 div div {
	
}

.module_s5 div div div {
	width: 100%;
}

.module_s5 div div div div {
	background: none;
}

.module_s5 div div div td.over {
	padding: 11px 21px 21px 21px;
}

.module_s5  h3 {
	background: url(../images/h2_back5.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #cdbea0;
	font-size: 1.18em;
	font-weight: bold;
	padding: 9px 0 14px 44px;
	text-transform: uppercase;
}

.module_b1 {
	margin 0;
	padding: 0;
	background: url(../images/b1_back1.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #EEEEEE;
}

.module_b1 div {}

.module_b1 div div {}

.module_b1 div div div {
	width: 100%;
	margin: 0;
	padding: 8px;
}

.module_b1 div div div div {}

.module_b1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #b40000;
	font-size: 1.18em;
	font-weight: bold;
	padding: 9px 0 14px 44px;
	text-transform: uppercase;
}

.module {
	margin-bottom: 11px;
	background: url(../images/s2_back1.jpg) repeat-y left top;
}

.module div {
	background: url(../images/s2_back2.jpg) no-repeat left bottom;
}

.module div div {
	
}

.module div div div {
	width: 100%;
}

.module div div div div {
	background: none;
}

.module div div div td.over {
	padding: 11px 21px 21px 21px;
}

.module  h3 {
	background: url(../images/h2_back4.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #b40000;
	font-size: 1.18em;
	font-weight: bold;
	padding: 9px 0 14px 44px;
	text-transform: uppercase;
}

.module ul {
	padding-bottom: 5px !important;
	margin-left: 0 !important;
	width: 197px;
}

.module li {
	color: #b40000 !important;
	font-size: 1.01em !important;
	background: url(../images/menu_line2.gif) repeat-x left bottom
		!important;
	text-transform: none;
	font-weight: normal;
	display: block;
	padding-bottom: 2px;
	padding-top: 2px;
}

.module li a {
	color: #b40000 !important;
	text-decoration: none !important;
	display: block;
	margin-left: 10px;
	background: url(../images/pimp6.gif) no-repeat 0px 5px;
	padding-left: 9px;
}

.module li a:hover {
	color: #38682e !important;
	text-decoration: none !important;
	display: block;
}

.module li ul li {
	background: none !important;
	padding-left: 20px;
}

.module li#current a {
	color: #38682e !important;
	text-decoration: none !important;
	display: block;
}

.who_is_online {
	color: #b40000;
}

.who_is_online b {
	font-weight: normal;
	color: #b40000;
}

#form-login-username,#form-login-password {
	color: #646464;
	font-weight: normal;
	text-transform: capitalize;
	width: auto;
	font-size: 1.01em;
	background: url(../images/pimp4.gif) no-repeat 72px 0px;
}

#modlgn_username.inputbox,#modlgn_passwd.inputbox {
	width: 190px;
	background: none;
	border: solid 1px #266cb8;
	height: 16px;
	color: #b40000
}

#form-login-remember {
	color: #b32b91;
	padding-top: 0px;
	font-size: 1.01em;
	font-weight: normal;
	font-size: 11px;
}

#modlgn_remember {
	background: none;
	color: #b32b91;
	line-height: 0.91em;
	padding: 0;
}

select.inputbox {
	width: 176px;
	background: #ffffff;
	height: 21px;
	border: solid 1px #b6cad2;
	color: #000000
}

.button {
	background: url(../images/button4.gif) no-repeat 0 3px;
	height: 19px;
	width: 48px;
	border: none;
	font-size: 1.01em;
	text-align: left;
	color: #fffaf5;
	font-weight: normal;
	text-align: center;
	margin-left: 0px !important;
	vertical-align: middle;
	padding-bottom: 0px;
	text-transform: lowercase;
}

.button1 {
	background: url(../images/button1.gif) no-repeat 0 3px;
	height: 19px;
	width: 40px;
	border: none;
	font-size: 1.01em;
	text-align: left;
	color: #fffaf5;
	font-weight: normal;
	text-align: center;
	margin-left: 0px !important;
	vertical-align: middle;
	padding-bottom: 0px;
	text-transform: none;
}

.button3 {
	background: url(../images/button3.gif) no-repeat 0 3px;
	height: 19px;
	width: 40px;
	border: none;
	font-size: 1.01em;
	text-align: left;
	color: #fffaf5;
	font-weight: normal;
	text-align: center;
	margin-left: 0px !important;
	vertical-align: middle;
	padding-bottom: 0px;
	text-transform: lowercase;
}

.button4 {
	background: url(../images/button4.gif) no-repeat 0 3px;
	height: 19px;
	width: 48px;
	border: none;
	font-size: 1.01em;
	text-align: left;
	color: #fffaf5;
	font-weight: normal;
	text-align: center;
	margin-left: 0px !important;
	vertical-align: middle;
	padding-bottom: 0px;
	text-transform: lowercase;
}

form#form-login {
	color: #aaaaaa;
	margin-left: 0;
}

.module_s2 ul.log_list {
	font-family: Tahoma;
	margin: 10px 0 0 0 !important;
	font-style: normal !important;
	text-transform: none;
	color: #33a7ff;
	font-size: 11px;
	font-weight: normal !important;
}

.module_s2 ul.log_list li {
	background: none !important;
	line-height: 18px;
	font-style: normal !important;
	padding-bottom: 0;
	padding-left: 0 !important;
}

.module_s2 ul.log_list li a {
	color: #33a7ff !important;
	line-height: 1.21em;
	font-size: 1.01em !important;
	text-decoration: underline;
	background: url(../images/pimp5.gif) no-repeat 0px 6px;
	margin-left: 0 !important;
	padding-left: 9px !important;
	font-weight: normal !important;
	display: inline
}

.module_s2 ul.log_list li a:hover {
	text-decoration: none;
}

.poll_s4 b {
	font-weight: bold;
}

.poll_s4 {
	color: #646464;
	font-family: Arial, Helvetica, sans-serif
}

.poll_s4 td {
	padding-bottom: 1px !important;
}

.poll_s4 .sectiontableentry1_s4 input {
	background: none;
	padding-right: 10px;
}

.poll_s4 .sectiontableentry2_s4 input {
	background: none;
}

.pollstableborder_s4 {
	margin-top: 0;
	color: #646464;
	background: none;
}

.pollstableborder_s4 .sectiontableentry1_s4 {
	padding-bottom: 1px !important;;
	color: #646464;
	font-size: 1.01em;
	background: none;
}

.pollstableborder_s4 .sectiontableentry2_s4 {
	padding-bottom: 1px !important;;
	color: #646464;
	font-size: 1.01em;
	background: none;
}

.sectiontableentry2_s4 { /*vertical-align: 659ed6;*/
	padding-right: 10px;
	background: none;
}

.message  ul li {
	height: 37px;
	padding-top: 19px;
	width: 99%;
}

.required {
	width: 200px;
}

.search_result {
	width: 95%;
	margin: auto;
	color: #b40000;
}

.mceEditor {
	width: 300px;
}

.search_result h3 {
	font-size: 14px;
	font-weight: bold;
}

.results h3 {
	font-size: 16px;
	font-weight: bold;
}

.results h4 a {
	font-size: 11px;
	font-weight: bold;
}

.phrase {
	color: #b40000;
}

.only {
	color: #b40000;
}

.word {
	color: #b40000;
}

.search_result legend {
	font-size: 12px;
}

.searchintro {
	width: 95%;
	margin: 5px 5px 15px 5px;
}

/*****************************************/
	/*************** frontpage description *************/
h2,.contentheading,.componentheading {
	font-size: 2.18em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.29em;
	font-weight: normal;
	color: #b40000;
	border-bottom: 2px solid #EBB6B2;
	text-align: left;
	padding: 0 0 0 0;
	background: url(../images/readon_back.gif) no-repeat left;
}

.contentheading a {
	font-size: 16px;
	color: #b40000;
	font-weight: bold;
	text-decoration: none;
}

.contentheading a:hover {
	text-decoration: none;
}

.under_title {
	background: url(../images/title_back.html) repeat-x 0px 10px;
	height: 20px;
}

table.contentpaneopen {
	height: auto;
	width: 100%;
	margin-bottom: 1px;
}

table.contentpaneopen2 {
	height: auto;
	width: 100%;
	background: url(../images/line.html) repeat-x left bottom;
}

.contentpaneopen2 td {
	
}

.in_title9 {
	padding-bottom: 0;
}

.small {
	color: #b40000 !important;
	font-size: 11px;
	font-weight: normal;
}

.write_by {
	color: #34642b;
	font-size: 10px;
	font-weight: normal;
	padding-left: 7px;
}

.createdate {
	color: #5E0C00;
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 5px;
	background: url(../images/date_pimp.gif) no-repeat 0px 7px;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
}

/* spacers */
.article_separator {
	display: block;
	height: 1px;
}

table.blog span.article_separator {
	display: block;
	background: url(../images/article_separator.gif) repeat-x 0 20px;
	height: 40px;
}

.modifydate {
	font-size: 10px;
	color: #5E0C00;
	padding-bottom: 5px;
	display: block;
	float: left;
	width: auto;
}

.my_indent {
	padding: 12px 20px 1px 20px;
}

.my_indent img {
	/*padding-right: 20px;*/
}

.my_indent span {
	color: #b40000;
}

.my_indent h2 {
	background: none;
}

.my_indent h3 {
	font-size: 1.01em;
	color: #b40000;
}

.contentpaneopen td {
	padding-left: 20px;
	padding-right: 20px;
}

.contentpaneopen td td {
	padding-left: 0;
	padding-right: 0;
}

.my_indent li {
	list-style: square;
	margin-left: 15px;
}

a.readon {
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	padding-right: 32px;
	font-size: 14px;
	color: #b40000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	float: right;
	background: url(../images/readon.gif) no-repeat right;
}

a:hover.readon {
	text-decoration: underline;
}

.contentpaneopen img {
	margin-right: 15px;
}

.contentpaneopen p {
	margin-left: 0;
}

.blog_more {
	margin: 0 0 20px 0;
}

.blog_more {
	padding-left: 23px;
	padding-top: 16px;
	padding-bottom: 7px;
	color: #b40000;
	background-color: #f0e8db;
	border: solid 1px #911b00;
}

.blog_more strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.63em;
	font-weight: normal;
	color: #646464
}

.blog_more ul {
	margin-bottom: 15px;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.blog_more li {
	background: none !important;
	color: #b40000;
	font-size: 14px;
	line-height: 15px;
}

.blog_more li a {
	color: #b40000;
	text-decoration: underline;
	font-weight: normal;
	background: url(../images/pimp2.gif) no-repeat 0px 5px;
	padding-left: 10px;
}

.blog_more li a.blogsection {
	color: #b40000;
	text-decoration: none;
	font-size: 14px;
}

.blog_more li a:hover.blogsection {
	text-decoration: underline;
}

.page_links_back3 {
	color: #b40000;
	font-family: Arial, Helvetica, sans-serif;
}

a.pagenav {
	color: #b40000;
}

span.pagenav {
	color: #b40000;
}

table.pagenav th {
	border: 1px dashed #b40000;
	padding: 4px;
	text-align: center;
}

table.pagenav {
	margin-top: 30px;
}

table.pagenav a {
	color: #b40000;
}

#searchphraseall {
	background: none;
}

#searchphraseany {
	background: none;
}

#searchphraseexact {
	background: none;
}

#area_content {
	background: none;
}

#area_weblinks {
	background: none;
}

#area_contacts {
	background: none;
}

#area_categories {
	background: none;
}

#area_sections {
	background: none;
}

#area_newsfeeds {
	background: none;
}

/*****************************************************************************/
	/*** Template specific layout elements ***/
input.button {
	cursor: pointer;
}

p {
	margin-top: 0;
	margin-bottom: 5px;
}

#page_bg {
	padding: 10px 0;
	margin-bottom: 1px;
}

div.center {
	text-align: center;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
}

body.width_medium div#wrapper {
	width: 950px;
}

body.width_fmax div#wrapper {
	min-width: 750px;
	max-width: 1050px;
}

div#newsflash {
	width: auto;
	margin-left: 350px;
	margin-right: 30px;
	border: 1px solid #00f;
}

#pathway {
	padding: 0px 10px 8px;
	width: auto;
	margin-top: -2px;
	margin-right: 250px;
	text-align: left;
	color: #cdbea0;
	font-size: 1.01em !important;
	font-family: Arial, Helvetica, sans-serif
}

.pathway {
	color: #fffaf5;
	font-size: 1.01em !important;
	font-family: Arial, Helvetica, sans-serif;
}

a.pathway {
	color: #cdbea0;
	font-size: 1.01em !important;
	text-decoration: none;
}

a.pathway:hover {
	text-decoration: underline;
}

form.search_search {
	float: left;
}

form#searchForm input {
	vertical-align: middle;
}

form#searchForm table {
	border-collapse: collapse;
}

form#searchForm td {
	padding: 0;
}

#mod_search_searchword {
	padding-left: 3px;
}

#area {
	padding: 0;
}

#whitebox {
	margin: 0 21px 0px 21px;
	background: #fff;
	width: auto;
}

#whitebox div {
	text-align: left;
}

#whitebox_t {
	background: #fff url(../images/mw_content_t.html) 0 0 repeat-x;
}

#whitebox_tl {
	background: url(../images/mw_content_t_l.html) 0 0 no-repeat;
}

#whitebox_tr {
	height: 10px;
	overflow: hidden;
	background: url(../images/mw_content_t_r.html) 100% 0 no-repeat;
}

#whitebox_m {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: auto;
	padding: 1px 8px;
}

#whitebox_b {
	margin-top: -5px;
	background: url(../images/mw_content_b.html) 0 100% repeat-x;
}

#whitebox_bl {
	background: url(../images/mw_content_b_l.html) 0 100% no-repeat;
}

#whitebox_br {
	height: 13px;
	background: url(../images/mw_content_b_r.html) 100% 100% no-repeat;
}

/* horizontal pill menu */
table.pill {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

td.pill_l {
	background: url(../images/mw_menu_cap_l.html) no-repeat;
	width: 20px;
	height: 32px;
}

td.pill_m {
	background: url(../images/mw_menu_normal_bg.html) repeat-x;
	padding: 0;
	margin: 0;
	width: auto;
}

td.pill_r {
	background: url(../images/mw_menu_cap_r.html) no-repeat;
	width: 19px;
	height: 32px;
}

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

table.nopad td.middle_pad {
	width: 20px;
}

/*****************************************/
	/*** Joomla! specific content elements ***/
	/*****************************************/
div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway {
	display: block;
	margin: 0 20px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}

/* headers */
h1 {
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #b40000;
	text-align: left;
	width: 100%;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #b40000;
	font-size: 1.01em;
	font-weight: bold;
}

/* form validation */
.invalid {
	border-color: #ff0000;
}

label.invalid {
	color: #ff0000;
}

/** overlib **/
.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
	background-color: #666;
}

.ol-textfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}

.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {
	
}

/* menu links */
a.mainlevel:link,a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {
	
}

.article_column {
	padding: 0;
}

.column_separator {
	padding-left: 10px;
}

td.buttonheading {
	padding-top: 10px;
}

td.buttonheading img {
	border: none;
}

.clr {
	clear: both;
}

td.greyline {
	width: 20px;
	background: url(../images/mw_line_grey.html) 50% 0 repeat-y;
}

div#maindivider {
	border-top: 1px solid #ddd;
	margin-bottom: 10px;
	overflow: hidden;
	height: 1px;
}

/* edit button */
.contentpaneopen_edit {
	float: left;
}

/* table of contents */
table.contenttoc {
	margin: 5px;
	border: 1px solid #ccc;
	padding: 5px;
	float: right;
}

table.contenttoc td {
	padding: 0 5px;
}

/* content tables */
td.sectiontableheader {
	color: #b40000;
	font-weight: bold;
	padding: 10px 0 10px 0;
}

tr.sectiontableentry0 td,tr.sectiontableentry1 td,tr.sectiontableentry2 td
	{
	
}

td.sectiontableentry0,td.sectiontableentry1,td.sectiontableentry2 {
	
}

/* content styles */
table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

.highlight {
	background-color: #FB7373;
	padding: 0 2px;
}

/* forms */
#content textarea {
	width: 300px !important;
}

table.adminform textarea {
	width: 300px !important;
	height: 400px;
	font-size: 1.01em;
	color: #000099;
}

form#form-login fieldset {
	border: 0 none;
	margin: 0em;
	padding: 0.2em;
}

form#com-form-login fieldset {
	border: 0 none;
	margin: 0em;
	padding: 0.2em;
}

/* thumbnails */
div.mosimage {
	margin: 5px;
}

div.mosimage_caption {
	font-size: .90em;
	color: #666;
}

div.caption {
	padding: 0 10px 0 10px;
}

div.caption img {
	border: 1px solid #CCC;
}

div.caption p {
	font-size: .90em;
	color: #666;
	text-align: center;
}

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
	
}

div.message {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #c30;
	text-align: center;
	width: auto;
	background-color: #ffffff;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Default skyscraper style */
.bannergroup {
	
}

.banneritem img {
	
}

/* Text advert style */
.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

/* System Messages */ /* see system general.css */
.pagination span {
	padding: 2px;
}

.pagination a {
	padding: 2px;
}

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* WebLinks */
span.description {
	display: block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom: none;
	color: #b40000;
}

.adminform .inputbox {
	margin-top: 5px;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.html) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message {
	margin-bottom: 20px;
}

#system-message dd.message ul {
	background: #eeeeee url(../../system/images/notice-info.png) 4px center
		no-repeat;
	border-top: 3px solid #ff0000;
	border-bottom: 3px solid #ff0000;
	margin: 0px;
	padding-left: 40px;
	text-indent: 0px;
}

/* System Error Messages */
#system-message dd.error ul {
	color: #c00;
	background: #eeeeee url(../../system/images/notice-alert.png) 4px center
		no-repeat;
	border-top: 3px solid #ff0000;
	border-bottom: 3px solid #ff0000;
	margin: 0px;
	padding-left: 40px;
	padding-right: 20px;
	text-indent: 0px;
}

/* System Notice Messages */
#system-message dd.notice ul {
	color: #c00;
	background: #eeeeee url(../../system/images/notice-note.png) 4px center
		no-repeat;
	border-top: 3px solid #ff0000;
	border-bottom: 3px solid #ff0000;
	margin: 0px;
	padding-left: 40px;
	text-indent: 0px;
}

#system-message dd.notice ul li {
	
}

#syndicate {
	float: left;
	padding-left: 25px;
}

#power_by {
	float: right;
	padding-right: 25px;
}

/* Component Specific Fixes */
#component-contact table td {
	padding: 2px 0;
}

#component-contact {
	width: 96%;
	margin: auto;
}

#component-contact .contentheading {
	background: none;
}

.error li {
	background: none !important;
}

.error h2 {
	background: none !important;
	padding: 0;
}

.level3 #height {
	height: auto !important;
}

.level3 #height1 {
	height: auto !important;
}

.level3 #height2 {
	height: auto !important;
}

.level3 #height3 {
	height: auto !important;
}

.level3 #height4 {
	height: auto !important;
}

.display {
	color: #b40000;
}

/* TEHNICNE TABELE */
.tech_caption {
	padding: 5px 15px;
	background: url('../images/tech_bg.png') no-repeat top;
}

.tech_caption h3 {
	font-size: 16px;
	color: #cdbea0;
	text-transform: uppercase;
	line-height: 24px;
	margin-bottom: 10px;
}

.tech_table {
	width: 560px;
	margin-left: 15px;
}

.tech_table_left {
	width: 170px;
	font-weight: bold;
}

.tech_table_right {
	color: #b40000;
}

.tech_naslov {
	color: #b40000;
	height: 25px;
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0 5px 0;
	border-bottom: #b40000 dashed 1px;
}

tr.tech_row1 {
	
}

tr.tech_row1 td,tr.tech_row2 td {
	padding: 5px;
}

tr.tech_row1:hover,tr.tech_row2:hover {
	color: #646464;
	background-color: #EDE3D3;
}

tr.tech_row2 {
	
}

.navodila {
	display: block;
	height: 32px;
	line-height: 32px;
	padding-left: 60px;
	margin-bottom: 5px;
	vertical-align: middle;
	background: url('../images/pdf.gif') no-repeat 20px 0;
}

.ohim {
	display: block;
	height: 32px;
	line-height: 32px;
	padding-left: 60px;
	margin-bottom: 5px;
	vertical-align: middle;
	background: url('../images/ohim.gif') no-repeat 20px 0;
}

.ursil {
	display: block;
	height: 32px;
	line-height: 32px;
	padding-left: 60px;
	margin-bottom: 5px;
	vertical-align: middle;
	background: url('../images/ursil.gif') no-repeat 20px 0;
}

.primerjaj {
	display: block;
	height: 32px;
	line-height: 32px;
	padding-left: 60px;
	margin-bottom: 5px;
	vertical-align: middle;
	background: url('../images/tabela.gif') no-repeat 20px 0;
}

.navodila a,.primerjaj a,.ohim a,.ursil a {
	font-size: 12px;
	font-weight: bold;
}