/****************************************************************************************************************************
 *
 * Layout with fixed position header and footer (IE7+, FF, Mozilla, Opera) that downgrades for IE 5.01, 5.5 and 6.0 to 
 * a layout with footer at the bottom of screen.
 *
 *****************************************************************************************************************************/

html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	width: 100%;
	min-height: 100%;
	background: #202020 url('../img/bg.png');	
}

html>body, html>body .content {
	height: auto; 
}

body
{
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	color: #fff;
	overflow: auto;
}

td
{
	vertical-align: top;
}

thead th
{
	
}

div.container {
	position:absolute; /* needed for footer positioning*/
	width: 100%;

	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div.header, div.footer 
{
	font-size:10px;
	font-family: Tahoma, Sans-Serif;
	width: 100%;
	background: #eff2e2;
	/*background: #eff2e2;	*/
	color: #556442;
}

.header a:link,
.header a:active,
.header a:visited
{
	color: #556442;
	text-decoration: underline;
}

img.float_left
{
	float: left;
	padding: 0;
	margin: 0 10px 5px 0;
}

img.float_right
{
	float: right;
	padding: 0;
	margin: 0 0 5px 15px;
}

.float_left
{
	float: left;
}

.float_right
{
	float: right;
}

/* need a fix for IE 5.01, 5.5 and 6 / WIN for the line-height bug when there are images. Holy Hack: Begin Hide From IE5/Mac \*/
.ac_net_link
{
	margin: 9px 0;
}

.mini_flag
{
	margin: 9px 0;	
}

.bw_logo
{
	margin: 5px 0;
	vertical-align: middle;
}
/* Holly Hack: End Hide From IE5/Mac */

div.header 
{
	border-bottom: solid 3px #95ba65;
	/*position: fixed !important; /* for real browsers */
	position: absolute; /* for IE6 */
	top: 0;
	line-height: 30px;	
}

div.content 
{
	padding:35px 0 33px; /* bottom padding for footer */
}

div.content a.content_title
{
  height: 270px;
  margin-bottom: 25px;
  display: block;
  text-decoration: none; 
}
	
div.footer 
{
	/*position: fixed !important; /* for real browsers */
	position: absolute; /* for IE6 */
	border-top: solid 3px #95ba65; /*#95ba65;*/
	margin: 0 0;
	bottom: 0; /* stick to bottom */
	line-height: 25px;
}

.text .c1,
.text .c2,
.text .c3
{
	float: left;
}

.text .c1 {	width: 172px; }

.text .c2 {	width: 560px; }

.text .c3 { width: 238px; }


.header .text
{
	width: 970px;
	padding: 0;
	height: 30px;
	margin: 0 auto;
}

.footer .text
{
	width: 970px;
	padding: 0;
	height: 25px;
	margin: 0 auto;
}

a:link,
a:active,
a:visited,
.content a:link,
.content a:active,
.content a:visited
{
	color: #ffffff;
}

/* .content a:hover {	color: #95ba65; }*/

img { border: 0; }

.clear { clear: both; line-height: 1px; font-size: 1px; height:1px; margin: -1px; }

.content h1 { font-size: 30px; }
.content h2 { font-size: 18px; }
.content h3 { font-size: 15px; }
.content h4 { font-size: 12px; }

.content h1, .content h2, .content h3, .content h4, .content h5
{
	border-collapse: collapse;
	padding: 0;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	line-height: normal;
	color: #EBF1D5;
	margin: 10px 0 10px 0;
}

.content h3 a:link,
.content h3 a:visited,
.content h3 a:active
{
	color: #EBF1D5;	
}

/* content */

.page__content
{
	background: url('../img/bg_2.png');
	background-repeat: no-repeat;
	width: 1000px;
	margin: 0 auto 0 auto;
	color: #ffffff;
}

.page__left
{
	width: 152px;
	float: left;
	padding: 30px 20px 0 0;
	min-height: 337px;
	height: 100%;
	height: auto;
}

.page__middle
{
	width: 540px;
	float: left;
/*	background: url('../img/head_img_3.png');*/
	background-repeat: no-repeat;
	padding: 0px 20px 20px 0;
}

.page__right
{
	width: 238px;
	float: left;
	margin: 0;
	padding: 30px 0 0 0;
}

/* panels */

.layout__PanelMiddleHome1,
.layout__PanelMiddleHome2
{
	float: left;
}

.layout__PanelMiddleHome1
{
	width: 266px;
	padding: 0 20px 0 0;
}


.layout__PanelMiddle p,
.layout__PanelMiddleHome1 p
{
	line-height: 150%;
	text-align: left;
}

div.justify,
p.justify
{
	text-align: justify;
}

.layout__PanelMiddleHome2
{
	width: 254px;
	margin-top: 45px;
}

.layout__PanelLeft h3,
.layout__PanelLeft h4,
.layout__PanelRight h3,
.layout__PanelRight h4
{
	margin: 10px 0 5px 0;
}

.layout__PanelLeft p,
.layout__PanelRight p
{
	margin: 10px 0 5px 0;
}

/* various */
.ac_net_link { vertical-align: middle; }

.v_middle { vertical-align: middle; }

/* authorization */
.authorization
{
	height: 265px;
	margin-bottom: 20px;
	display: table;
	position: relative; /* needed for footer positioning*/
	display: table;
	overflow: hidden;
	width: 152px;
}

.authorization h3
{
	margin-top: 0;
}
/*
.authorization .outer_cell
{ *position:absolute;	top:100%; display:table-cell; vertical-align:bottom;}

.authorization div.inner_cell
{ *position:relative; top:-100%;}
*/
/* forms */

.label__required
{
	color: #CC6600;
}

.form__notice
{
	text-align: right;
}

th label,
th .label
{
	line-height: 20px;
}

table.form
{
	width: auto;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

table.form__pad td,
table.form__pad td
{
	padding-right: 15px;
}

table.form tbody th
{
	text-align: left;
}

td.form__size_holder
{
	width: 180px;
}

.form__button img
{
	text-decoration: none;
	vertical-align: middle;
	margin-left: 5px;
}

table.form td
{
	padding-bottom: 3px;
}

input, select, textarea
{
	font-family: Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
}

table.form td input,
table.form td select,
table.form td textarea
{
	width: 100%;
	margin: 0;
	padding: 0;
}

.form__align_right
{
	text-align: right;
}

.form__buttons
{
	
}

a.form__button:link,
a.form__button:active,
a.form__button:visited,
a.form__button:hover
{
	text-decoration: none;
}

a.form__button:hover
{
	color: #ee7700;
}

table.form td span.form__checkbox input
{
	width: auto;
}

.form__clear_pad
{
}

/* - login form */

fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
}

.login__title
{
	/*margin:0;*/
}

.login__nickname
{
	font-weight: bold;
}

.login__panel
{
	font-size: 10px;
}

.login__panel input
{
	font-size: 10px;
	vertical-align: middle;
	font-family: Tahoma, Sans-Serif;
}

a.login__button:link,
a.login__button:active,
a.login__button:visited
{
}

a.login__button img
{
	text-decoration: none;
	vertical-align: middle;
	margin-left: 3px;
}

a.login__button:hover
{
	
}

.login__panel_error
{
	z-index: 10;
	position: absolute;
	line-height: normal;
	margin: 0 auto;
	width: 560px;
	text-align: left;
	top:22px;	
}

.login__panel_error .inner
{
	position: relative;
	left: -5px;
	width: 200px;
	padding-top: 15px;
	font-size: 11px;
	background-image: url('../img/bubble_arrow.png');
	background-position: left top;
	background-repeat: no-repeat;	
	text-align: center;	
	color: #fff !important;
}

.login__c1
{
	width: 55px !important;
}

.login__c2
{
	width: 60px !important;
}

.login__c3
{
	width: 24px !important;
}

.link_icon
{
	vertical-align: middle;
	cursor: pointer;
}

.format_info
{
	float: right;
	width: 140px;
	/*opacity: 0.5;
	filter:alpha(opacity=50);
}

.format_info:hover
{
	
	opacity: 1;
	filter:alpha(opacity=100);*/
}

/* label */
label, .label
{
	font-weight: normal;
}

/* contact */
.contact__label
{
	display: block;
	font-weight: bold;
	color: #95ba65/*#869d62*/;
}

/* banners */

.banner
{
	margin-bottom: 10px;
}

.banner a:link,
.banner a:visited,
.banner a:active
{
	color: #95ba65;
	display: block;
	margin-top: 10px;
}

/* menu */

div.main_menu
{
	margin: 10px 0;
}

.sitemap_ico
{
	margin: 5px 0;
	padding-bottom: 2px;
	vertical-align: middle;
}


div.sitemap a:link,
div.sitemap a:active,
div.sitemap a:visited
{
	text-decoration: none;
}

div.sitemap a:hover
{
	text-decoration: underline;
}

div.sitemap div img,
div.main_menu div img 
{
	display: block;
	float: left;
}

div.main_menu a.level_00:link,
div.main_menu a.level_00:active,
div.main_menu a.level_00:visited
{
	display: block;
}

div.main_menu div.child_menu
{
	margin: 0 0 5px 0;
}

div.sitemap a.level_00:link,
div.sitemap a.level_00:visited,
div.sitemap a.level_00:active,
div.sitemap div.child_menu a:link,
div.sitemap div.child_menu a:active,
div.sitemap div.child_menu a:visited,
div.main_menu div.child_menu a:link,
div.main_menu div.child_menu a:active,
div.main_menu div.child_menu a:visited
{
	text-decoration: none;
	line-height: 20px;
	padding: 0 0 0 5px;
}

div.main_menu div.tree
{
	background-image: url('../img/treeview/bg.png');
	background-position: left bottom;
	background-repeat: repeat-y;
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
}

div.sitemap a.level_00:hover,
div.sitemap div.child_menu a:hover,
div.main_menu div.child_menu a:hover
{
	text-decoration: underline;
}

div.main_menu .selected
{
	font-weight: bold;
}

div.main_menu a.selected:hover
{
	text-decoration: none !important;
}

.content h1.section__title { margin: 10px 0 0 0; }

div.section_menu
{
	text-align: left;
	float:right;
	width: 200px;
	padding: 0 0 0 10px;
}

div.section_menu h3
{
	margin: 0;
	text-align: right;
}

div.section_menu a:link,
div.section_menu a:active,
div.section_menu a:visited
{
	color: #ffffff;
	display: block;
}

.section__menu_item
{
	background-color: #444;
	padding: 2px 2px 2px 5px;
	margin-bottom: 1px;
}

.section__hover_menu_item
{
	background-color: #666;
}

/* breadcrumb */
.breadcrumb
{
	display: block;
	text-align: left;
	margin-top: -3px;
}

.breadcrumb img
{
	vertical-align: middle;
}


/* treningy */

.training__weekday { color: #95BA65; margin: 5px 0 0 0; font-weight: bold; }
.training__location { color: #ccc; }
.training__from_date { color: #ebf1d5; font-weight: bold; }
img.training__exclamation {float: right; margin-right: 10px;}

/* error */

.error_message
{
	display: block; margin: 0 0 4px 0;
	color: #ee7700 !important;
}

/* xbox */

.xb1, .xb2, .xb3, .xb4, .xb5, .xb6, .xb7 {display:block; overflow:hidden; font-size:0;}
.xb1, .xb2, .xb3, .xb4, .xb5, .xb6 {height:1px;}
.xb4, .xb5, .xb6, .xb7 {background:#ccc; border-left:1px solid #353535; border-right:1px solid #353535;}

.xb1 {margin:0 8px; background:#353535;}
.xb2 {margin:0 6px; background:#353535;}
.xb3 {margin:0 4px; background:#353535;}
.xb4 {margin:0 3px; background:#444; border-width:0 5px;}

.xb5 {margin:0 2px; background:#444; border-width:0 4px;}
.xb6 {margin:0 2px; background:#444; border-width:0 3px;} 
.xb7 {margin:0 1px; background:#444; border-width:0 3px; height:2px;} 

.xboxcontent {display:block; background:#444; border:3px solid #353535; border-width:0 3px; padding: 5px;}

/* mesidzboard */

.underline
{
	text-decoration: underline;
}

.msgboard__item_header
{
	margin: 15px 0 5px 0;
}

.msgboard__item_text
{
	clear: both;
	margin-top: 5px;
}

.msgboard__item_text img
{
	vertical-align: middle;
}

.msgboard__item_header img 
{
	vertical-align: text-bottom;
}

.msgboard__author_name,
.msgboard__date_created
{
	width: 50%; float: left;
}

.msgboard__date_created
{
	text-align: right;
	color: #aaa;
}

.msgboard__deleted_item
{
	opacity: 0.5;
	filter:alpha(opacity=50);
}

.msgboard__subject
{
	clear: both;
}

.msgboard__form
{
	width: 390px;
}

.msgboard__form_footer
{
	margin: 10px 0 0 0;
}

.msgboard__form_notice
{
	float: left;
	width: 200px;
	text-align: left;
}

.msgboard__form_button
{
	float: left;
	width: 180px;
	text-align: right;
}

/* grid */

.grid__pager
{
	text-align: right;
	margin-top: 10px;
	color: #aaa;
}

.grid__pager a:link,
.grid__pager a:active,
.grid__pager a:visited
{
	color: #aaaaaa;
}

.grid__pager a:hover
{
	color: #cc6600;
}


/* poll */

p.poll__question_text
{
	margin: 10px 0 10px 0;	
}

.poll__answer
{
	margin: 0 0 2px 0;
}

.poll__vote_button
{
	float: left;
	width: 25px;
	font-family: Monospace;
	font-size: 12px;
	line-height: 10px;
}

.poll__answer .poll__answer_text
{
	float: left;
	width: 125px;
}

.poll__vote_button a:link,
.poll__vote_button a:active,
.poll__vote_button a:visited
{
	text-decoration: none;
	color: #95BA52;
}

.poll__vote_button a:hover
{
	color: #ee7700;
}

.poll__voted_count,
.poll__voted_percents
{
	float: left;
	width: 20px;
	padding: 0 5px 0 0;
	clear: left;
	text-align: left;
}

.poll__voted_count
{
	color: #95BA52;
}

.poll__voted_percents
{
	color: #95BA52;
}

.poll__voted_bar_image_container
{
	float: left;
	padding-top: 4px;
}

.poll__answer_voted
{
	margin: 0 0 5px 0;
}

.poll__answer_voted .poll__answer_text
{
	float: left;
	width: 145px;
}

.poll__voted_bar
{
	float: left;
	width: 125px;
	
}

/* events */

.event__item
{
	margin: 0 0 10px 0;
}

.event__item_name
{
	font-weight: bold;
	color: #95BA52;	
}

.event__item_location
{
	color: #ccc;
	margin-bottom: 3px;	
}

.event__item_date
{
	color: #fff;
}

.event__item_description
{
}

/* registration */

.registration__form
{
	width: 540px;
}

.registration__form td
{
	width: 100px
}

table.registration__form td.width_placeholder_label
{
	width: 100px;
}

table.registration__form td.width_placeholder
{
	width: 140px;
}

.register__form_footer
{
	margin-top: 5px;
	width: 525px;
}

div.register__form_footer div.register__form_notice
{
	width: 200px;
	float: left;
	text-align: left;
}

div.register__form_button
{
	width: 325px;
	text-align: right;
	float: left;
}


.registration__form
{
	margin: 10px 0 10px 0;
}
.registration__form span.spacer,
.registration__form label,
.registration__form .label
{
	width: 110px;
}

.registration__form span.control_1col
{
	float: left;
	width: 140px;
}


.registration__form span.control_3col
{
	float: left;
	width: 410px;
}

.registration__form span.control_2col
{
	float: left;
	width: 270px;
}


.form__float span.spacer,
.form__float .label,
.form__float label
{
	float: left;
	margin: 0 5px 5px 0;
}

.form__float .control
{
	float: left;
	margin: 0 15px 5px 0;
}

.form__float input,
.form__float textarea,
.form__float select
{
	width: 100%;
}


.registration__ok_box
{
	clear: both;
	margin: 10px 0 0 0;
}

.passwordreset__ok_box
{
	clear: both;
	margin: 10px 0 10px 0;
}

.passwordreset__ok_box .pad,
.registration__ok_box .pad
{
	padding: 0 5px 0 5px;
}


.make_space
{
	margin: 10px 0 10px 0;
}

/* multipage */

.multipage
{
	background: #ECECEC;
	border-left: solid #BBBBBB 1px;
	border-bottom: solid #BBBBBB 1px;
	border-right: solid #BBBBBB 1px;
	padding: 5px;
	color: #000;
}

.multipage a:link,
.multipage a:active,
.multipage a:visited
{
	color: #000;
}

.articleedit__form
{
	clear: both;
	margin: 10px 0 10px 0;
}
.articleedit__form span.spacer,
.articleedit__form label,
.articleedit__form .label
{
	width: 100px;
}

.articleedit__form span.control_1col
{
	float: left;
	width: 140px;
}


.articleedit__form span.control_3col
{
	float: left;
	width: 400px;
}

.articleedit__form span.control_2col
{
	float: left;
	width: 260px;
}

.articleedit__form_footer
{
	text-align: left;
	height: 25px;
	margin: 10px 0 10px 0;
}
.articleedit__form_footer .form__button
{
	display: block; float: left; border: solid 1px #BBBBBB; padding: 3px 10px 3px 10px;
	margin: 0 10px 0 0;
	height: 16px;
	line-height: 16px;
}

.articleedit__form_footer .articleedit__form_button a:hover
{
	color: #ee7700;
	background-color: #dddddd;
}

/* galeria */
.gallery
{
	margin-top: 15px;
	margin-bottom: 15px;
}

.gallery div.thumbnail
{
	background-color: #333333;
	margin-bottom: 2px;
	text-align: center;
}

.gallery div.item
{
	display: block; width: 130px; margin: 0 2px 5px 0; float: left;
}

.news_list_item_title 
{
  border-bottom: solid 1px #ebf1d5;
  margin: 10px 0 10px 0;
}

.news_list_item_title h3
{
  float: left;
  width: 450px;
  margin: 0;
}

.news_list_item_title span
{
  float: right;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
}
