/* 
  Those are the main and generic styles for this theme
*/
body {
  background: #2C4384 url("images/frame/background.gif") repeat-y 50% 0 fixed;
  color: #050d24;
  font: 12px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  margin: 0px;
}


td, p {
  font: 12px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  margin: 0px;
}

a {
  color: #2f63b3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

input, select, textarea {
  font-size: 100%;
  line-height: 150%;
  font: 11px "Lucida Grande", verdana, helvetica, arial, sans-serif;
}

.submit {
  background: #DCE6FF;
  font: 11px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #2f63b3;
  margin: 1px;
  padding: 3px 15px 3px 15px;
  border: solid 1px #2f63b3;
}

.submit_disabled {
  background: #CCCCCC;
  font: 11px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #999999;
  margin: 1px;
  padding: 3px 15px 3px 15px;
  border: solid 1px #999999;
}

/* Text hilight */
.hilight {
  background-color:#FFFF00; /* #DCE6FF; 
  border-top: 1px solid #2f63b3;
  border-bottom: 1px solid #2f63b3; */
}

/*
  Gauges Styles
*/
#gaugewrapper {
  border: solid 1px #000; 
  width: 100%;
}

#gaugelevel {
  position: relative; 
  left: 0; 
  top: 0; 
  background-color: #CCFF00;
}

#gaugelabel {
  width: 100%; 
  position: relative; 
  top: 0; 
  left: 0; 
  text-align: center;
}

/*
  This small hack will force the main table
  to expand vertically and stretch it so it
  fills the browser viewport.
*/
html,body{
  margin: 0;
  padding: 0;
  height: 100%;
  border: none;
}

.fullheight {
  height: 100%;
}

/*
  The following "homeColorSet" and "footerColorSet"
  styles are color switches for elements that are outside
  the main white-backgrounded area, the home one is
  located on the homepage (which has a dark blue background)
  and the footer covers the bottom of each page which
  is also using a dark blue background color
*/
.homeColorSet1 {
  color: #FFFFFF;
}

.homeColorSet2 {
  color: #6699CC;
}

.footerColorSet1 {
  color: #FFFFFF;
}

.footerColorSet2 {
  color: #2f63b3;
}

/* Inkspot styles */
#inkspotMainPostBody {
  position: relative;
  background-color: #F2F5FF;
  padding: 20px;
  width: 660px;
  border: 1px solid #BBD4F9;
}

/* Calendars Styles */
#calendar_emptyday {
  border: #FFFFFF solid 1px;
  float: left;
  width: 28px;
  height: 26px;
  margin: 1px;
}

#calendar_day {
  border: #CCCCCC solid 1px;
  text-align: center;
  vertical-align: middle;
  float: left;
  width: 28px;
  height: 26px;
  margin: 1px;
}

#calendar_busyDay {
  border: #CCCCCC solid 1px;
  background-color: #DCE6FF;
  text-align: center;
  vertical-align: middle;
  float: left;
  width: 28px;
  height: 26px;
  margin: 1px;
  color: #2f63b3;
}

#calendar_busyDay a {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f63b3;
  text-decoration: none;
}

#calendar_row {
  clear: both;
}

#calendar {
}

/* Vote styles */
#votewrap {
  height: 10px;
  width: 50px;
  background: url(/theme/default/images/frame/rank_objects/green_layer.gif) repeat-x;
  overflow:visible;
}

#voteInt {
  height: 10px;
  width: 50px;
  text-align: center;
  font: 8px "Lucida Grande", verdana, helvetica, arial, sans-serif;
}

.votehover {
  width: 20%;
  height: 10px;
  float: left;
  background: url(/theme/default/images/frame/rank_objects/blue_layer.gif) repeat-x;
  font-size: 1px;
  margin: 0px;
}

.voteclear {
  width: 20%;
  height: 10px;
  float: left;
  font-size: 1px;
  margin: 0px;
  display: block;
}

/* Quotes styles */
blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #6699FF;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
  font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}

h1 {
  font-weight: bold;
  font-size: 25px;
}

h2 {
  font-size: 20px;
  font-weight: bold;
}

h3 {
  font-weight: bold;
  color: #658EFD;
  font-size: 25px;
}

h4 {
  color: #658EFD;
  font-size: 20px;
  font-weight: bold;
}

h5 {
  color: #666666;
  font-size: 10px;
}

h6 {
  color: #2f63b3;
  font: 13px "Lucida Grande", verdana, helvetica, arial, sans-serif;
}

/* Some special form fields classes */
#formTitle_DISABLED {
  font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  color: #658EFD;
  font-size: 18px;
  font-weight: bold;
  background-color: #DCE6FF;
  width: 100%;
  border: solid 1px #DCE6FF;
}

.fullwidth {
  width: 100%;
}

/* Navigation menu */
#navigation {
  padding-left: 30px;
}

#navigation a {
  font: 13px bold "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  color: #515151;
  padding-left: 8px;
  text-decoration: none;
  font-weight: bold;
}

#usercontrol {
  padding-right: 30px;
}

#usercontrol a {
  font: 13px bold "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  color: #515151;
  padding-right: 8px;
  text-decoration: none;
  font-weight: bold;
}

/* Copyright */
#copyright {
  font: 10px Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

/* Users pictures */
#picture {
  padding: 2px;
  border: 1px solid #CECECE;
  background-color: #FFFFFF;
}

/* BodyCodePicture */
#bodyCodeImage {
  padding: 2px;
  border: 1px solid #CECECE;
  background-color: #FFFFFF;
}

/* CHAT StyleSheet */
.chatNickEntity {
  clear: both; 
  border-bottom: solid 1px #BBD4F9; 
  padding: 2px; 
  background-color: #DCE6FF;
}

.chatNickEntity:hover {
  clear: both; 
  border-bottom: solid 1px #BBD4F9; 
  padding: 2px; 
  background-color: #BBD4F9;
}

.selectedChatNickEntity {
  clear: both; 
  border-bottom: solid 1px #BBD4F9; 
  padding: 2px; 
  background-color:#FFCC66;
}

#chatContent {
	width: 100%;
	height: 400px;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 5px;
}

#nickList {
  width: 100%;
  height: 400px;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 5px;
}

#shadeWrapper {
  background-color: #000;
  filter: alpha(opacity=40);
  -moz-opacity: .40;
  opacity: .40;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
  visibility: hidden;
}

#noShadeContent {
  top: 30%;
  left: 30%;
  filter: alpha(opacity=99);
  -moz-opacity: .99;
  opacity: .99;
  position: absolute;
  z-index: 11;
  visibility: hidden;
  padding: 2px;
  border: 1px solid #CECECE;
  background-color: #fff; 
}

/* TABS STYLESHEET */
.tabberlive .tabbertabhide {
	display:none;
}

.tabber {}

.tabberlive {
	margin-top:1em;
}

ul.tabbernav {
	margin:0;
	padding: 3px 0;
	border-bottom: 1px solid #2f63b3;
	font: bold 11px Verdana, sans-serif;
}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #2f63b3;
	border-bottom: none;
	background: #AEC9F4;
	text-decoration: none;
}

ul.tabbernav li a:link { 
	color: #2f63b3; 
}
ul.tabbernav li a:visited {
	color: #2f63b3;
}

ul.tabbernav li a:hover
{
	color: #FFFFFF;
	background: #2f63b3;
	border-color: #2f63b3;
}

ul.tabbernav li.tabberactive a {
	background-color: #DCE6FF;
	border-bottom: 1px solid #DCE6FF;
}

ul.tabbernav li.tabberactive a:hover {
	color: #0D5D9C;
	background: #DCE6FF;
	border-bottom: 1px solid #DCE6FF;
}

.tabberlive .tabbertab {
	padding:5px;
	border-top:0;
}

.tabberlive .tabbertab h2 {
	display:none;
}

.tabberlive .tabbertab h3 {
	display:none;
}


/*cssy do topu*/
/*PASEK CZARNY U GORY*/
tr.pasek_czsz		{height:33px; background:url(../../../../pliki/pasek_czsz.gif) repeat-x;}
td.razem_teraz		{color:#FFFFFF; text-align:left; line-height:28px; width:270px; font-size:12px; padding-left:10px; font-family:verdana; font-weight:normal; padding-bottom:5px;}
td.top_form			{color:#FFFFFF; line-height:30px; font-size:11px; font-family:verdana; font-weight:normal; padding-right:20px;}
tr.top_form2		{color:#FFFFFF; text-align:right; height:33px; font-size:11px; font-family:verdana; font-weight:normal;}
td.top_form_tyt		{vertical-align:middle; padding-bottom:5px;}
form.top_form		{margin:0px; padding-bottom:5px;}
input.top_form		{height:16px; background:#FFF; border-width:0px; font-family:verdana; font-size:11px; color:#000; text-align:center; width:173px; padding:0px;}
input.top_form_newsletter   {height:14px; border:1px #FFFFFF solid; vertical-align:middle; width:173px; text-align:center;}
input.top_form_butt	{height:15px; height:15px; background:#000; border-width:0px; font-family:verdana; font-size:11px; color:#FFF;}
div.razem_teraz {height:20px;}

/*GRANATOWY BANNER*/
div.top_banner		{width:100%; height:102px; text-align:left; vertical-align: top; background:url(../../../../pliki/eko_bg.jpg) repeat-x; background-position:top left;}
div.top_banner_forum		{width:100%; text-align:left; vertical-align: top; background:url(../../../../pliki/eko_bg.jpg) repeat-x; background-position:top left;}
td.top_banner_nav	{text-align:right; padding-right:20px; line-height:30px; font-family:verdana; font-size:11px; color:#FFF; vertical-align:top;}
a.linki:link, a.linki:visited	{color:#FFF; text-decoration:none; font-size:11px!important;}
a.linki:hover, a.linki:active	{color: #FFF; text-decoration:none; background-color:#0c5ccf; font-size:11px!important;}
a.ekoenergia:link, a.ekoenergia:visited {font-size:30px; color:#FFF; text-decoration:none; font-family:verdana;}
a.ekoenergia:hover, a.ekoenergia:active {font-size:30px; color:#FFF; text-decoration:none; font-family:verdana;}
.ekoenergia {font-size:30px; color:#FFF; text-decoration:none; font-family:verdana;}

/*ZAKLADKI*/
div.zakladka		{float:left; font-family:verdana; width:100%;}
table.zakladka		{font-size:11px; color:#FFF; width:100%; }
td.zakladka_n		{background:#1c57a5 url(../../../../pliki/zakladka_nbg.gif) repeat-x; padding-bottom:4px; text-align:center;}
td.zakladka_z		{background:#ffcb67 url(../../../../pliki/zakladka_zbg.gif) repeat-x; color:#000; padding-bottom:4px; text-align:center;}
td.zakladkan		{background:url(../../../../pliki/tabn.gif) right repeat-x;  padding:0px 0px 4px 0px; height:26px; text-align:center;}
td.zakladkaz		{background:url(../../../../pliki/tabz.gif) right repeat-x; color:#000; padding:0px 0px 4px 0px; height:26px; text-align:center;}
a.zakladka_z:link, a.zakladka_z:visited	{color:#000; text-decoration:none; font-size:11px; font-weight:bold;}
a.zakladka_z:hover, a.zakladka_z:active	{color: #000; text-decoration: underline; font-size:11px; font-weight:bold;}
a.zakladka_n:link, a.zakladka_n:visited	{color:#FFF; text-decoration:none; font-size:11px; font-weight:bold;}
a.zakladka_n:hover, a.zakladka_n:active	{color: #FFF; text-decoration: underline; font-size:11px; font-weight:bold;}
a.zakladka_nb:link, a.zakladka_nb:visited	{color:#FFF; text-decoration:none; font-size:11px; font-weight:bold;}
a.zakladka_nb:hover, a.zakladka_nb:active	{color: #FFF; text-decoration: underline; font-size:11px; font-weight:bold;}
a.zakladka_m:link, a.zakladka_m:visited	{color:#FFF; text-decoration:none; font-size:11px; font-weight:bold;}
a.zakladka_m:hover, a.zakladka_m:active	{color: #FFF; text-decoration: underline; font-size:11px; font-weight:bold;}
div.linia_zolta		{background-color:#ffcc67; color:#ffcc67; height:2px; border:0px; margin:0px; font-size:2px; clear:both; line-height:2px; }
div.kreska_czarna	{background-color:#000; color:#000; height:1px; border:0px; margin:0px; font-size:1px; clear:both; line-height:1px;}

td.zakladkang		{background:url(../../../../pliki/tabn-gr-gif.gif) right repeat-x;  padding:0px 0px 4px 0px; height:26px; text-align:center;}
td.zakladkazg		{background:url(../../../../pliki/tabn-gr-gif.gif) right repeat-x; color:#000; padding:0px 0px 4px 0px; height:26px; text-align:center;}
td.zakladkanb		{background:#1c57a5 url(http://www.ekoenergia.pl/pliki/tabn.gif) right repeat-x;  padding:0px 0px 4px 0px; height:26px; text-align:center;}

td.zakladkanr		{background:url(../../../../pliki/tabn-red-gif.gif) right repeat-x;  padding:0px 0px 4px 0px; height:26px; text-align:center;}
td.zakladkazr		{background:url(../../../../pliki/tabn-red-gif.gif) right repeat-x; color:#000; padding:0px 0px 4px 0px; height:26px; text-align:center;}

/*TYTUL*/
tr.tytul			{background:#1c57a5 url(../../../../pliki/pasek_zn.gif) repeat-x;}
td.tytul			{font-family:arial; font-size:15px; height:30px; font-weight:bold; color:#000;}
div.vortal_eko		{text-align:right; padding-right:10px; font-size:13px!important; font-weight:normal; font-family:verdana; color:#000;}

/*REKLAMA TOP*/
div.reklama			{margin-top:6px;  padding-bottom:5px; text-align:center; color:#828282; font-family:verdana; font-size:10px;}
div.reklama3		{padding-left:10px; padding-right:10px; padding-top:4px; text-align:center; color:#828282; font-family:verdana; font-size:10px;}

table.margin-ie {margin-top:17px;}


