/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1.2em;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

/* remember to define focus styles! */
:focus {
	outline:0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0;
}

.clearfix {
	display:inline-block;
}

* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}

/* Tools */
.f-left 		{ float:left; }
.f-right 		{ float:right; }
.clear_b 		{ clear:both; }
.center 		{ text-align:center; }
.left			{ text-align:left; }
.right			{ text-align:right; }
.justify		{ text-align:justify; }
.bold			{ font-weight:bold; }
.v-top			{ vertical-align:top; }
.v-middle		{ vertical-align:middle; }
.v-bottom		{ vertical-align:bottom; }
.no-display		{ display:none !important; }

.H5  { height:5px; }
.H10 { height:10px; }
.H15 { height:15px; }
.H20 { height:20px; }
.H25 { height:25px; }
.H30 { height:30px; }

.M5  { margin:5px; }
.M10 { margin:10px; }
.M15 { margin:15px; }
.M20 { margin:20px; }
.M30 { margin:30px; }

.MR5  { margin-right:5px; }
.MR10 { margin-right:10px; }
.MR15 { margin-right:15px; }
.MR20 { margin-right:20px; }
.MR30 { margin-right:30px; }

.ML5  { margin-left:5px; }
.ML10 { margin-left:10px; }
.ML10 { margin-left:15px; }
.ML20 { margin-left:20px; }
.ML30 { margin-left:30px; }

.MB5  { margin-bottom:5px; }
.MB10 { margin-bottom:10px; }
.MB15 { margin-bottom:15px; }
.MB20 { margin-bottom:20px; }
.MB30 { margin-bottom:30px; }

.MT5  { margin-top:5px; }
.MT10 { margin-top:10px; }
.MT15 { margin-top:15px; }
.MT20 { margin-top:20px; }
.MT30 { margin-top:30px; }

.P5  { padding:5px }
.P10 { padding:10px; }
.P15 { padding:15px; }
.P20 { padding:20px; }
.P25 { padding:20px; }
.P30 { padding:30px; }

.PL5 { padding-left:5px; }
.PL10 { padding-left:10px; }
.PL15 { padding-left:15px; }
.PL20 { padding-left:20px; }
.PL30 { padding-left:30px; }

.PR5	{ padding-right:5px; }
.PR10	{ padding-right:10px; }
.PR15	{ padding-right:15px; }
.PR20	{ padding-right:20px; }
.PR30	{ padding-right:30px; }

.PB5	{ padding-bottom:5px; }
.PB10	{ padding-bottom:10px; }
.PB15	{ padding-bottom:15px; }
.PB20	{ padding-bottom:20px; }
.PB30	{ padding-bottom:30px; }

.PT5	{ padding-top:5px; }
.PT10	{ padding-top:10px; }
.PT15	{ padding-top:15px; }
.PT20	{ padding-top:20px; }
.PT30	{ padding-top:30px; }

.debug { background-color:#930}

/* CSS HEADINGS */
h1 { font:normal 38px/1.5em Arial, Helvetica, sans-serif; margin:0px; color:#183A91; }
h2 { font:normal 34px/1.5em Arial, Helvetica, sans-serif; margin:0px; color:#183A91; }
h3 { font:normal 26px/1.5em Arial, Helvetica, sans-serif; margin:0px; color:#183A91; }
h4 { font:normal 24px/1.5em Arial, Helvetica, sans-serif; margin:0px; color:#183A91; }
h5 { font:normal 22px/1.5em Arial, Helvetica, sans-serif; margin:0px; color:#183A91; }
h6 { font:normal 20px/1.5em Arial, Helvetica, sans-serif; margin:0px; color:#183A91; }

p { margin:0; padding:0}

.box		{  }
.box-content{  }
.box-title 	{  }
.box-text 	{  }
.TC { width:100%; background:none 0 0 repeat-x; }
.TL { width:100%; background:none 0 0 no-repeat; }
.TR { width:100%; background:none 100% 0 no-repeat; }
.BC	{ width:100%; background:none 0 100% repeat-x; }
.BL { width:100%; background:none 0 100% no-repeat; }
.BR { width:100%; background:none 100% 100% no-repeat; }
.ML	{ width:100%; background:none 0 0 repeat-y; }
.MR	{ width:100%; background:none 100% 0 repeat-y; }
.MM	{ width:100%; }
.MTC{ width:100%; background:none 0 0 repeat-x; }
.MBC{ width:100%; background:none 0 100% repeat-x; }

::selection 			{ background:#0A7627; color:#FFFFFF; }
::-moz-selection 		{ background:#0A7627; color:#FFFFFF; }
::-webkit-selection 	{ background:#0A7627; color:#FFFFFF;  }

/*##############################################################################################################################*/
/* CSS PAGE */
body  								{ background:#232323 url(images/footer.png) repeat-y 50% 0; color:#444444; text-align:left; font-family:Verdana, Geneva, sans-serif; font-size:13px; line-height:1.5em; }

a, a:link, a:visited				{ color:#004C8D; text-decoration:none; cursor:pointer; cursor:hand; }
a:hover								{ color:#183A91; text-decoration:none; }

#top								{ background:url(images/mainbg.jpg) repeat 50% 0; }
.page-bg							{ background:url(images/page-bg.png) repeat-y 50% 0; }

.header-container					{ background:url(images/header-container.png) repeat-x 0 100%; padding:10px 0px; margin-bottom:10px; }
.language-links						{ height:24px; padding:0px 0px 20px 0px; text-align:right; margin-right:10px; }
.language-links a					{ display:inline-block; margin-left:2px; }
.logos								{ float:right; margin-right:10px; }
.logos img							{ display:inline-block; margin-left:5px; }


.navigation-container				{ height:38px; background:url(images/nav-bg.png) repeat-x 0 0; border:1px #0A7627 solid; }

.page-container						{  }
.page-body							{ background:url(images/page-body.png) repeat-x 0 0; }
/*.page-body.grid_16					{ width:640px !important; margin-left:0px !important; }
.page-menu.grid_8					{ width:300px !important; margin-right:0px !important; }
*/
.home-page-menu-bottom a,
.home-page-bottom a					{ color:#0A7627; }
.home-page-menu-bottom a:hover,
.home-page-bottom a:hover			{ color:#FFFFFF; }

.welcome-box						{ margin-bottom:30px; padding:0px 10px; }
.welcome-box-title					{ padding:10px 0px; }
.welcome-box-title h1				{ background:url(images/title-bg.png) no-repeat 0 50%; padding-left:40px; font-size:24px; color:#183A91; font-weight:bold; }
.welcome-box-content				{ text-align:justify; }


.home-page-bottom					{ padding-bottom:30px; }

.page-menu .homebottom-col-box		{ padding:10px 10px; background:#E2E4E3 url(images/homebottom-col-box.png) repeat-y 50% 0; margin-bottom:20px; }
.homebottom-col-box					{ padding:10px 10px; background:#E2E4E3 url(images/homebottom-col-box.png) repeat-y 50% 0; margin-bottom:0px; }
.homebottom-col-title				{ margin-bottom:10px; }
.homebottom-col-title h3			{ background:url(images/title-bg.png) no-repeat 0 50%; padding-left:40px; font-size:24px; color:#183A91; font-weight:bold;}
.homebottom-col-title h3 a			{ color:#183A91; text-decoration:none; }
.homebottom-col-title h3 a:hover	{ color:#183A91; text-decoration:none; }
.homebottom-col-content				{ }
.homebottom-col-content table		{ width:95%; margin:auto auto; }
.homebottom-col-content a			{  }
.homebottom-col-content a:hover		{ color:#0A7627; }

.page-menu-right .homebottom-col-content				{ font-style:normal; margin-bottom:10px; }
.page-menu-right .homebottom-col-content img			{ padding:0px; border:0px #0A7627 none; background-color:transparent; }

.home-page-bottom .homebottom-col-content	{ min-height:250px; }

.content-col-box					{ margin:0px 0px 20px 0px; padding:10px; }
.content-col-title					{  }
.content-col-title h3				{ background:url(images/title-bg.png) no-repeat 0 50%; padding-left:40px; font-size:24px; color:#183A91; font-weight:bold; }
.content-col-content				{ margin-top:10px; }

.page-content						{  }
.page-menu-right					{ padding-top:10px; }

a, a:link, a:visited				{ color:#004C8D; text-decoration:none; cursor:pointer; cursor:hand; }
a:hover								{ color:#0A7627; text-decoration:none; }

.footer-menu-container				{ background:#2D2D2D url(images/footer.png) repeat-y 50% 0; }
.footer-col-box						{ color:#FFFFFF;margin:10px 0px; }
.footer-col-title					{  }
.footer-col-title h4				{ color:#FFFFFF; font-size:13px; line-height:1.2em; font-weight:bold; padding:5px 0px; }

.footer-col-content					{  }
.footer-col-content table			{ width:95%; margin:auto auto; }

.footer-container					{ color:#FFFFFF; padding:20px 0px; border-top:1px #363636 solid; text-align:center; }
.footer-menu-container a,
.footer-container a					{ color:#0A7627; text-decoration:none; }
.footer-menu-container a:hover,
.footer-container a:hover			{ color:#FFFFFF; text-decoration:underline; }
.footer-follow						{ text-align:left; padding-top:10px; }
.footer-follow a,
.footer-follow a:hover				{ text-decoration:none; }
.footer-follow img					{ width:24px; height:24px; display:inline-block; margin-right:3px; }
.footer-pagetop						{ text-align:right; padding-top:15px; font-size:11px; }


/* NEWS */
.news-item							{ margin:0px 0px 20px 0px; padding:10px; }
.news-title							{ margin:0px 0px; }
.news-title h2						{ background:url(images/title-bg.png) no-repeat 0 50%; padding-left:40px; font-size:24px; color:#183A91; font-weight:bold; line-height:1.1em; }
.news-title h2 a					{ color:#183A91; text-decoration:none; }
.news-title h2 a:hover				{ color:#0A7627; }
.news-box-date						{ color:#0A7627; margin-bottom:10px; font-size:11px; }
.news-box-date a					{ color:#0A7627; text-decoration:none; }
.news-box-date a:hover				{ color:#183A91; text-decoration:none; }
.news-body							{ text-align:justify; }
.news-image							{ max-width:220px; float:left; margin-right:20px; margin-top:5px; padding:2px; border:1px #D5D2D2 solid; background-color:#FFFFFF; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
.news-image	img						{ max-width:220px; text-align:center; display:block; }
.news-info-bottom					{ margin-top:5px; }
.news-icons a img					{ margin-right:5px; display:inline-block; vertical-align:middle; }

.news-list-item						{ margin-bottom:20px; padding-bottom:10px; border-bottom:1px #D5D2D2 solid; }
.news-list-item h3					{ font-size:15px; line-height:1.1em; margin:0px; padding-bottom:5px; }
.news-summary						{ padding:0px 10px; font-size:12px; }

a.news-extended-category-link,
a.news-extended-overview-link		{ line-height:3em; }

.news-category						{ font-weight:bold; margin-bottom:10px; }

.news-category-item 				{ padding-bottom:20px; }
.news-category-item-link			{ margin-bottom:10px; }

.newsarchive-item					{ font-size:11px; padding-bottom:5px; margin-bottom:5px; }

.comments-box						{ margin-bottom:10px; padding:10px; border:1px #D5D2D2 solid; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
.comments-box-top					{ margin-bottom:5px; padding-bottom:5px; border-bottom:1px #8A8A5C dashed;  }

/*##############################################################################################################################*/
/* E107 REALTED */
.tbox 								{ background-color:#FFFFFF; color:#333333; border:1px solid #D5D2D2; font-weight:normal; padding:5px 5px; margin:5px 5px; }
input.input-text, 
textarea.tbox 						{ width:90% !important; }
#submitnews_item					{ width:90%; }
.tbox.chatbox 						{ width:90%; margin:10px auto; }
.tbox.signature 					{ width:350px;}
.npdropdown 						{ width:auto; margin:0px 0px; padding:2px; height:auto; text-align:left; }
.tbox.comment.subject 				{ width:98%; background-color:transparent; border:0px none; }
.comment.tbox.comment 				{ width:98%; }
#contactForm textarea.tbox 			{ width:90%; }
input#helpb.helpbox 				{ margin-top:2px; margin-bottom:2px; background-color:transparent; border:0px none; font-size:10px; color:#000000; text-align:left; }
#commentform .helpbox				{ width:98%; border-collapse:collapse; padding:1px; }
.helpbox 							{ width:98%; background-color:transparent; border:0px none; border-collapse:collapse; padding:3px; }
.indent 							{ color:#000000; background-color:#F5F5F5; border:1px solid #D5D2D2; padding:5px 15px; font-size:90%; margin:10px 10px 5px 15px; font-style:italic; }

.tbox:focus							{ background-color:#F5F5F5; color:#000000; border:1px #B0B0B0 solid; }

.nextprev							{ color:#183A91; border:0px none; background-color:transparent; margin:0px 0px 30px 0px; text-align:left; width:auto; font-size:14px; font-weight:normal; }
a.nextprev_link 					{ color:#183A91; margin:0px; padding:2px 10px; text-decoration:none; background-color:#8A8A5C; border:1px #000000 solid; }
a.nextprev_link:hover 				{ color:#0A7627; text-decoration:none; background-color:#2C2916; border:1px #8A8A5C solid; }
.nextprev_current 					{ color:#0A7627; margin:0px; padding:2px 10px; text-decoration:none; }

.smalltext 							{ font-size:12px; font-weight:normal; }
.smallblacktext 					{ font-size:12px; font-weight:bold; }
.defaulttext, 	
.caption, 
.bodytable, 
.mediumtext 						{ font-size:13px; font-weight:normal; }

.button								{ color:#FFFFFF; cursor:pointer; cursor:hand; background:url(images/nav-bg.png) repeat-x 0 0; border:1px solid #0A7627; padding:3px 10px; margin:5px; }
.button:hover						{  background:url(images/nav-bg-hover.png) repeat-x 0 0; border:1px solid #06C; }

.fborder 							{ background-color:transparent; border:0px none; padding:3px; margin-top:3px; text-align:left; }
.nforumcaption,
.forumheader,
.fcaption							{ font-size:16px; border:1px #D5D2D2 solid; color:#0A7627; padding:5px 10px; text-align:left; vertical-align:middle; }
.fcaption a 						{ text-decoration:underline; }
.fcaption a:hover 					{ text-decoration:none; }
.forumheader2,						
.forumheader3,						
.forumheader4,
.forumheader5,
.forumheader6,
.finfobar							{ border:1px #D5D2D2 solid; padding:5px 10px; text-align:left; vertical-align:middle; }
.forumborder 						{ background-color:transparent;vertical-align:top;text-align:left; }

/* NEWS MENU */
.news-menu-item						{ padding-bottom:5px; margin-bottom:10px; border-bottom:1px #CFCFD0 solid; }
.news-menu-item-date				{ font-weight:bold; padding-bottom:5px; }
.news-menu-item-title				{ font-weight:bold; padding-bottom:5px; }
.news-menu-item-title a				{ text-decoration:underline; }
.news-menu-item-summary				{ font-size:12px; line-height:1.3em; }
.news-menu-newslink					{ text-align:right; font-size:14px; padding-top:10px; }
.news-menu-newslink a				{ text-decoration:none; }


ul.bbcode							{ list-style-image:url(images/bullet.png); list-style-position:inside; }
li.bbcode							{ font-style:italic; padding-bottom:5px; }
.cpage_body							{ text-align:justify; }
a.login_menu_link					{ padding-left:5px; }

/* FBOX */
.fbox-container										{ background:url(images/fbox-bg.png) repeat 0 0; }
.fbox-body											{ height:300px;  }
#fbox-scroller										{ width:960px; position:relative; z-index:10; margin:0px auto; }
.fbox-scroller										{ height:300px; }

.fbox-jumper-navigation								{ width:940px; padding:10px; text-align:center; position:absolute; bottom:0px; left:0px; z-index:99; background:url(images/pixel.png) repeat 0 0; }
.jumpers											{ text-align:center; line-height:13px; }
.fbox-jumper-navigation a.jumper					{ width:13px; height:13px; border:0px none; display:inline-block; margin:5px 3px; overflow:hidden; text-decoration:none !important; background:url(images/fbox-jumper.png) 0 0 no-repeat; }
.fbox-jumper-navigation a.selected					{ background:url(images/fbox-jumper-selected.png) 0 0 no-repeat; border:0px none; }

#fbox-navigation									{  }
#fbox-navigation .thbeam-prev						{ position:absolute; top:40%; left:-50px; z-index:99; }
#fbox-navigation .thbeam-next						{ position:absolute; top:40%; right:-50px; z-index:99; }
#fbox-scroller .slider 								{ width:960px; margin:auto auto; overflow:hidden; }
#fbox-scroller .scroller							{ width:999em; }
.slider-container									{  }
#fbox-scroller .slide								{ width:960px; height:300px; float:left; position:relative; }

.fbox-slide-item									{ height:300px; margin:0px; position:relative; z-index:11; overflow:hidden; }
.fbox-slide-info-left								{ width:500px; position:absolute; z-index:12; bottom:54px; left:10px; background:url(images/pixel.png) repeat 0 0; }
.fbox-slide-info-right								{ width:500px; position:absolute; z-index:12; bottom:54px; right:10px; background:url(images/pixel.png) repeat 0 0; }
.fbox-slide-info-default							{ width:960px; position:absolute; z-index:12; bottom:46px; left:0px; background:url(images/pixel.png) repeat 0 0; }
.fbox-slide-title									{ padding:10px 20px 10px 20px; }
.fbox-slide-title h2								{ font-size:30px; line-height:1em; color:#FFFFFF; margin:0px; }
.fbox-slide-content									{ padding:0px 20px 10px 20px; color:#FFFFFF; text-align:justify; }

.fbox-slide-image									{ width:960px; height:300px; overflow:hidden; text-align:center; }
.fbox-slide-image img								{ width:960px; display:block; text-align:center; }

.fbox-more											{ font-size:14px; text-align:right; line-height:30px; padding:10px 10px 0px 10px; }
.fbox-more a										{ color:#FFFFFF; text-decoration:none; }

.cpage_title										{ font-size:26px; color:#183A91; }
.nextprev_custom									{ clear:both; margin-top:20px; }