/* CSS Document */


/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION A : COMMON ELEMENTS
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
HTML	{width:100%;height:100%;}
BODY	{
		background:#FFFFFF;color:#333333;font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:11px;visibility:visible;margin:0px;
		padding:0px;width:100%;height:100%;text-align:center;
		}
IMG		{border:none;margin:0px;padding:0px;}
UL		{margin-top:10px;margin-bottom:10px;}
OL		{margin-top:10px;margin-bottom:10px;}
LI		{padding-top:2px;padding-bottom:2px;}
/*TABLE	{border-spacing:0px;border-collapse:collapse;}*/

TD		{font-family:Verdana,Arial,Helvetica,sans-serif;text-align:left;font-size:11px;vertical-align:top;}

/*----------------------------------------------------------------------------*/

FORM			{margin:0px;}
TEXTAREA		{
				border:1px solid #999999;background:#FFFFFF;color:#333333;
				font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;
				padding:5px;margin-top:5px;height:45px;
				}
TEXTAREA.add 	{ width:535px;
				}
INPUT			{
				border:1px solid #999999;background:#FFFFFF;color:#333333;
				font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;;
				padding-left:2px;padding-right:2px;
				}
SELECT			{
				border:1px solid #999999;background:#FFFFFF;color:#333333;font-weight:normal;
				font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;;
				padding-left:2px;
				}	
SELECT.add		{
				width:545px;
				}						

INPUT.submit_1 {
				border:1px solid #999999;color:#006600;background-image: url(../_img/bg_P2B.gif);background-repeat: repeat-x;
				font-family:Verdana,Arial,Helvetica,sans-serif;font-size:9px;font-weight:bold;
				padding:0px;padding-left:2px;padding-right:2px;height:16px;
				}
INPUT.submit_2 {
				border:1px solid #999999;color:#666666;background-image: url(../_img/bg_P2B.gif);background-repeat: repeat-x;
				font-family:Verdana,Arial,Helvetica,sans-serif;font-size:9px;
				padding:0px;padding-left:2px;padding-right:2px;padding-bottom:1px;height:16px;
				}
INPUT.submit_3 {
				border:1px solid #999999;color:#333333;background-image: url(../_img/bg_P2B.gif);background-repeat: repeat-x;
				font-family:Verdana,Arial,Helvetica,sans-serif;font-size:9px;
				padding-left:2px;padding-right:2px;height:16px;
				}				
				
INPUT.add {
				width:540px;
				}				
				
				
INPUT.submit_image {
				border:0px;padding:0px;
				}
INPUT.checkbox {
				border:0px;padding:0px;background:none;width:13px;
				}
INPUT.file {
				border:1px solid #999999;background:#FFFFFF;color:#333333;
				font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;;
				padding-left:2px;padding-right:2px;width:100%;
				}
INPUT.add_post { margin-top:0px; width:400px;
}
TEXTAREA.add_post { width:395px; height:150px;margin:0px;}

/*----------------------------------------------------------------------------*/

HR	{
	background:#FFFFFF;border:none;margin-top:2px;
	margin-bottom:2px;height:1px;width:100%;border-bottom:1px solid #2d2d65;;
	}
HR.thick	{
	background:#FFFFFF;border:none;margin-top:2px;
	margin-bottom:2px;height:1px;width:100%;border-bottom:2px solid #2d2d65;;
	}

/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION B : HYPERLINKS
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
A				{text-decoration:none;color:#333333;}
A:link			{text-decoration:none;color:#333333;}
A:active		{text-decoration:none;color:#333333;}
A:visited		{text-decoration:none;color:#333333;}
A:hover			{text-decoration:underline;color:#666666;}

A.img			{text-decoration:none;border:none;}
A.img:link		{text-decoration:none;border:none;}
A.img:active	{text-decoration:none;border:none;}
A.img:visited	{text-decoration:none;border:none;}
A.img:hover		{text-decoration:none;border:none;}
/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION C : TEXT MANIPULATION
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
.xsmall		{font-size:9px;}
.small		{font-size:10px;}
.normal		{font-size:11px;}
.medium		{font-size:12px;}
.big		{font-size:13px;}
.xbig		{font-size:14px;}

/*----------------------------------------------------------------------------*/

.arial		{font-family:Arial,Helvetica,sans-serif;}
.verdana	{font-family:Verdana,Arial,Helvetica,sans-serif;}

/*----------------------------------------------------------------------------*/

.white		{color:#FFFFFF;}
.black		{color:#000000;}
.green		{color:#006600;}
.orange		{color:#CC6600;}
.gray		{color:#333333;}
.red		{color:#CC0000;}
.yellow		{color:#ffcc33;}
.light		{color:#666666;}
.lighter	{color:#999999;}

/*----------------------------------------------------------------------------*/

.bold		{font-weight:bold;}
.nobold		{font-weight:normal;}
.italic		{font-style:italic;}
.uppercase	{text-transform:uppercase;}
.lowercase	{text-transform:lowercase;}
.underline	{text-decoration:underline;}
.nowrap		{white-space:nowrap;}
.nodeco		{text-decoration:none;}
.nopadding	{padding:0px;}
.noborder	{border:none;}
.sup		{vertical-align:super;}

.pointer	{cursor:pointer;}
.help		{cursor:help;}

/*----------------------------------------------------------------------------*/

.justify	{text-align:justify;}
.top		{vertical-align:top;}
.middle		{vertical-align:middle;}
.bottom		{vertical-align:bottom;}

/*----------------------------------------------------------------------------*/

.center	img		{display:inline;}
.top img		{vertical-align:top;}
.middle img		{vertical-align:middle;}
.bottom img		{vertical-align:bottom;}
td.top img		{vertical-align:top;}
td.middle img	{vertical-align:middle;}
td.bottom img	{vertical-align:top;}

/*----------------------------------------------------------------------------*/

.center		{margin-left:auto;margin-right:auto;text-align:center;}
.left		{text-align:left;margin-left:0px;margin-right:auto;}
.right		{text-align:right;margin-left:auto;margin-right:0px;}

/*----------------------------------------------------------------------------*/

img.left	{float:left;}
img.right	{float:right;}
img.center	{float:center;}

table.right	{float:right;}
table.left	{float:left;}
table.center{float:center;}

/*----------------------------------------------------------------------------*/

.fullwidth	{width:100%;}
.fullheight	{height:100%;}
.blockquote	{margin-left:40px;}
.spacer_5	{height:5px;}
.spacer_10	{height:10px;}
.spacer_15	{height:15px;}
.spacer_20	{height:20px;}

.right_pad_frame2	{padding-right:2px;}
.right_pad_frame5	{padding-right:5px;}
.right_pad_frame10	{padding-right:10px;}
.right_pad_frame20	{padding-right:20px;}
/*----------------------------------------------------------------------------*/

.size_11 {   font-size:11px;}
.size_12 {   font-size:12px;}
.size_13 {   font-size:13px;}


/*----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------*/

.bold { font-weight:bold;}
.black {color:#000000;}
.light_blue {color:#6699cc; font-family: Verdana, Arial, Helvetica, sans-serif;}


/*----------------------------------------------------------------------------*/

.center		  {margin-left:auto;margin-right:auto;text-align:center;}
.left		  {text-align:left;margin-left:0px;margin-right:auto;}
.right		  {text-align:right;margin-left:auto;margin-right:0px;}
.no_underline {text-decoration:none; }
.underline 	  {text-decoration: underline; }
.border 	  {border: 1px #000000 solid;}

/*----------------------------------------------------------------------------*/


/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
MAIN WEBSITE CONTENT
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
table#CONTENT_FRAME{
	width:100%;
	border:1px solid #CCCCCC;
	height:600px;
}

table#CONTENT_FRAME td#LEFT{
	width:250px;
	border:1px solid #CCCCCC;	
}
table#CONTENT_FRAME td#CENTER{
	width:auto;
	background-image:url(spacer.png);
	border:1px solid #CCCCCC;	
}
table#CONTENT_FRAME td#RIGHT{
	border:1px solid #CCCCCC;
	width:250px;	
}
table#CONTENT_FRAME td#TOP{
	border:1px solid #CCCCCC;	
	height:120px;
	vertical-align:bottom;
	text-align:center;
}


table#FORM_TABLE			{margin-left:auto;margin-right:auto;margin-top:0px;margin-bottom:20px;text-align:center;border:1px #CCCCCC solid;background:#F7F7F7;width:500px;}
table#FORM_TABLE td			{padding:none;padding-left:3;padding-right:3px;vertical-align:middle;height:21px;}
table#FORM_TABLE td#HEAD	{background-image: url(../_img/BG_menu_3.gif);background-repeat: repeat-x;border-bottom:1px #CCCCCC solid;padding:2px;padding-left:5px;padding-right:5px;font-size:11px;font-weight:bold;text-align:center;height:15px;}
table#FORM_TABLE td#SUBMIT	{background:#E7E7E7;padding:5px;text-align:center;}
/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
OTHER
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
table#MENU_LEFT	   		  	{background:none; border:none;padding:none;margin:none; width:202px;}
table#MENU_LEFT td#HEADER 	{background-image:url(../images/header.png); height:29px; text-align:center; vertical-align:middle;}
table#MENU_LEFT td#SZCZEBEL {background-image:url(../images/szczebel_left.gif);height:22px; cursor:pointer; border-bottom:#CCCCCC dashed 1px; vertical-align:middle; height:27px;}


table#ADD_ADV 				{ width:100%;}
table#ADD_ADV td#ROW 		{ vertical-align:middle; background-color: #efefef; height:30px; text-align:center;}

table#FILL_FRAME 			{ width:100%;}
table#FILL_FRAME td#ONE 	{ vertical-align:middle; background-color: #efefef; height:150px; text-align:center;}

table#ADD_FORUM 			{width:100%; border:#EFEFEF solid 2px; background-color:#f1f9d8;}
table#ADD_FORUM	 td#HEADER  {background-image:url(../images/bar.png); height:21px; color:#FFFFFF; vertical-align: middle; margin-left:auto;margin-right:auto;text-align:center; font-weight:bold;}
table#ADD_FORUM	 td#CONT table{border: 1px #EFEFEF solid; margin-top:30px; margin-bottom:30px; margin-left:auto;margin-right:auto;text-align:center;}
table#ADD_FORUM	 td#CONT td{ padding:10px;}

/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
GREEN NEWS SECTION
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
DIV.containter {
margin-left:65px;
width:230px; 
height:200px; 
float:left; 
text-align:center; 
cursor:pointer;
}

DIV.containter div.inside_div{
border: 2px solid #EFEFEF; 
width:205px; 
padding:10px; 
text-align:center; 
float:left; 
height:150px;  
position:relative;
}

DIV.containter div.inside_div:hover{
border: 2px solid #CCCCCC; 
width:205px; 
padding:10px; 
text-align:center; 
float:left; 
height:150px;  
position:relative;
}

.menuover{ 
background-color:#efefef;
}

table#NEWS_WINDOW {
width:100%; 
border: 1px solid #dedede;
}
table#NEWS_WINDOW td#TAB{
background-image:url(../images/bar.png);
height:21px;
font-weight:bold;
color:#FFFFFF;
vertical-align:middle;
text-align:center;
}
table#NEWS_WINDOW td#FRAME{
height:150px;
}

/* TABS */

.NewsTab{
background-image:url(../images/CategoryBar_green.gif);
width:210px;
background-repeat:repeat-x;
overflow:hidden;
height:24px;
line-height:23px;
color:#FFFFFF;
font-weight:bold;
}
.ContentTab {
background-image:url(../images/section-gradient.gif);
background-repeat:repeat-x;
height:140px;
}

/* MENU */

#menu {
list-style: none;
padding-top: 35px;
padding-left: 50px;
background: url(../_img/_css_menu/background.png) no-repeat;
}
#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu a:link{
color: #b8b8b8;
font-family: Trebuchet MS;
font-size: 14px;
height: 23px;
display:block;
text-decoration: none;
padding: 8px 0 0 0px;
font-weight:normal;
}

#menu a:visited{
text-decoration: line-through;
}

#menu a:hover{
color: #595959;
}

#menu a:active{
color: #dbdbdb;
}