/* 
  Those are the main and generic styles for this theme
*/
body {
  background: #FFFFFF url("http://www.ipolish.ie/FRAME/framebg.png") repeat-x;
  color: #3A3C2B;
  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: #6A9D00;
  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:url("/theme/default/images/frame/submit.gif") no-repeat right top;
  font: 10px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  font-weight:normal;
  color: #6A9D00;
  margin: 1px;
  padding: 3px 10px 5px 10px;
  	border: 1px solid #999999;
border-bottom: none;
  border-right: none;
   border-top: none;
}

.submit:hover{
background:url("/theme/default/images/frame/submit_hover.gif") no-repeat right top;
  font: 10px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  font-weight:normal;
  color:#FFFFFF;
  margin: 1px;
  padding: 3px 10px 5px 10px;
  	border: 1px solid #999999;
border-bottom: none;
  border-right: none;
   border-top: none;

}

.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 #6A9D00;
  border-bottom: 1px solid #6A9D00; */
}

/*
  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: #6A9D00;
}

/* 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 dotted 1px;
  background-color: #CC0000;
  text-align: center;
  vertical-align: middle;
  float: left;
  width: 28px;
  height: 26px;
  margin: 1px;
  color:#FFFFFF;
}



#calendar_busyDay a {
  display: block;
  width: 100%;
  height: 100%;
    color:#FFFFFF;
  text-decoration: none;
}

#calendar_row {
  clear: both;
}

#calendar {
}

/* Vote styles */
#votewrap {
  height: 30px;
  width: 145px;
  background: url(/theme/default/images/frame/rank_objects/green_layer.gif) repeat-x;
  overflow:visible;
}

#voteInt {
  height: 10px;
  width: 145px;
  text-align: center;
  font: 8px "Lucida Grande", verdana, helvetica, arial, sans-serif;
}

.votehover {
  width: 20%;
  height: 30px;
  float: left;
  background: url(/theme/default/images/frame/rank_objects/blue_layer.gif) no-repeat;
  font-size: 1px;
  margin: 0px;
}

.voteclear {
  width: 20%;
  height: 30px;
  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 {
color:#1E1E1E;
  font-weight: bold;
  font-size: 23px;
}

h2 {
color:#002F00;
  font-size: 20px;
  font-weight: bold;
}

h3 {
  font-weight: bold;
  color: #6A9D00;
  font-size: 23px;
}

h4 {
  color: #6A9D00;
  font-size: 20px;
  font-weight: bold;
}

h5 {
  color: #666666;
  font-size: 10px;
}

h6 {
  color: #6A9D00;
  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: #6A9D00;
  font-size: 18px;
  font-weight: bold;
  background-color: #DCE6FF;
  width: 100%;
  border: solid 1px #DCE6FF;
}

.fullwidth {
  width: 100%;
}

/* Navigation menu */
#navigation {
  padding-left: 10px;
}

#navigation a {
  font: 13px bold "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  color: #515151;
  padding-left: 8px;
  text-decoration: none;
  font-weight: bold;
}

#topnavigation a {
  font: 10px bold "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  color: #515151;
  padding-left: 8px;
  text-decoration: none;
  font-weight:lighter;
}
#topnavigation a:hover {
  font: 10px bold "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  color:#339900;
  padding-left: 8px;
  text-decoration: none;
  font-weight:lighter;
}

#bottomnavigation a {
	font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
	font-size:10px;
  color: #515151;
  padding-left: 2px;
  text-decoration: none;
  font-weight:lighter;
}
#bottomnavigation a:hover {
    color:#FFFFFF;
  padding-left: 2px;
  text-decoration: none;
  font-weight:lighter;
}

#usercontrol {
  padding-right: 30px;
}

#usercontrol a {
  font: 13px bold "Lucida Grande", "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;
  padding-left: 25px;
}

/* Users pictures */
#picture {
  padding: 2px;
  border: 1px dotted #CECECE;
  background-color: #FFFFFF;
}

/* BodyCodePicture */
#bodyCodeImage {
  padding: 2px;
  border: 1px dotted #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 #6A9D00;
	font: 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 #55AA00;
border-bottom: none;
  border-right: none;
   border-top: none;
background:url("/theme/default/images/frame/tabright.gif") no-repeat right top;
	text-decoration: none;
}



ul.tabbernav li a:link { 
	color: #75874B; 
}
ul.tabbernav li a:visited {
	color: #6A9D00;
}

ul.tabbernav li a:hover
{
	color: #FFFFFF;
background:url("/theme/default/images/frame/tabright_hover.gif") no-repeat right top;
}

ul.tabbernav li.tabberactive a {

background:url("/theme/default/images/frame/tabright_active.gif") no-repeat right top;
	border-bottom: 1px solid #E0E0E0;
}

ul.tabbernav li.tabberactive a:hover {
	color:#FFFFFF;
background:url("/theme/default/images/frame/tabright_hover.gif") no-repeat right top;
	border-bottom: 1px solid #E0E0E0;
}

.tabberlive .tabbertab {
	padding:5px;
	border-top:0;
}

.tabberlive .tabbertab h2 {
	display:none;
}

.tabberlive .tabbertab h3 {
	display:none;
}


#rss_polskidublin {
  background: #FFFFFF url("leftbox.png") no-repeat;
padding-left:15px;
padding-right:2px;

}

#rss_blog {
  background: #FFFFFF url("leftboxtop.gif") no-repeat;
padding-left:15px;

}

#rss_radio {
  background: #FFFFFF url("leftbox.png") no-repeat;
padding-left:15px;

}

#google_sky {
  background: #FFFFFF url("leftbox_sky.png") no-repeat;
padding-left:15px;
}

#wybrane_zdjecie {
  background: #A50D05 url("leftbox_red.gif") no-repeat;
padding-left:15px;
}

#ostatnie_forum {
  background: #FFFFFF url("leftbox_underred.gif") no-repeat;
padding-left:15px;
}



.rss_pd {




  }
  
  
#rss_polskidublin h1 {
color:#1E1E1E;
  font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
height: 33px;
padding-left: 0px;
padding-top: 22px;
  font-weight: bold;
  font-size: 14px;
}

#content {

padding-left:24px;
}


#google_sky h1 {
color:#1E1E1E;
  font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
height: 33px;
padding-left: 0px;
padding-top: 23px;
  font-weight: bold;
  font-size: 14px;
}

#wybrane_zdjecie h1 {
color:#1E1E1E;
  font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
height: 33px;
padding-left: 0px;
padding-top: 23px;
color:#CCCCCC;
  font-weight: bold;
  font-size: 14px;
}

#ostatnie_forum h1 {
color:#1E1E1E;
  font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
height: 33px;
padding-left: 0px;
padding-top: 23px;
  font-weight: bold;
  font-size: 14px;
}

#rss_radio h1 {
color:#1E1E1E;
  font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
height: 33px;
padding-left: 0px;
padding-top: 20px;
  font-weight: bold;
  font-size: 14px;
}
 #rss_blog h1 {
 color:#1E1E1E;
   font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
height: 33px;
padding-left: 0px;
padding-top: 4px;
  font-weight: bold;
  font-size: 14px;
}


#rss_blog h5  { 
   font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  color: #666666;
  font-size: 10px;

 }
 
  #rss_radio h5  { 
   font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  color: #666666;
  font-size: 10px;

 }
  
  #rss_foum h5  { 
   font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  color: #666666;
  font-size: 10px;

 }
  
  #rss_zdjecie h5  { 
   font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  color: #666666;
  font-size: 10px;

 }
  
  #rss_sky h5  { 
   font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  color: #666666;
  font-size: 10px;

 }
  
  #rss_polskidublin h5  { 
   font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  color: #666666;
  font-size: 10px;

 }






 #rss_blog a { 
   font-size: 12px;
   color: #6A9D00;
  text-decoration: none;
 }
 
  #rss_radio a { 
   color: #6A9D00;
  text-decoration: none;
 }
  
  #rss_foum a { 
   color: #6A9D00;
  text-decoration: none;
 }
  
  #rss_zdjecie a { 
   color: #6A9D00;
  text-decoration: none;
 }
  
  #rss_sky a { 
   color: #6A9D00;
  text-decoration: none;
 }
  
  #rss_polskidublin a { 
   color: #6A9D00;
  text-decoration: none;
 }

 
#dropmenudiv{

position:absolute;
margin-top:4px;
border:1px solid grey;
border-bottom-width: 0;
border-top-width: 0;
font:normal 12px Verdana;
line-height:25px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background: #F3F3F3 url("/images/frame/drop_grey.gif") repeat-x;
}

#dropmenudiv a:hover{ /*hover background color*/
background: #F3F3F3 url("/images/frame/drop_grey.gif") repeat-x;
color:#999999;
}

/* small text */

SPAN.small_text {
  font-size: 10px;
  color: #575D5D;
}

SPAN.padding {
padding-bottom:10px;
}

#homecells {
padding-right:22px;

padding-left:22px;
}
#homecellsphotos {
padding-right:5px;

padding-left:5px;
}

#ramka-koszulki
      {
	  
	  background-color:#FFFFFF;
            width: 120px;
border:1px solid #ddd;            padding: 2px;
            
      }
	  
#frame-left {
padding-left:5px;
padding-right:0px;
padding-top:6px;
padding-bottom:1px;
}

/* 
TAGI
*/




.group1 a{
font-size:30px;
font-weight:900;
color:#669900;
}

.group2 a{
font-size:23px;
font-weight:bolder;
color:#CC0000;
}

.group3 a{
font-size:23px;
font-weight:normal;
color:#6A9D00;
}

.defaultgroup a{
font-size:16px;
font-weight:normal;
color:#3A3C2B;
}

#TagCloud a:hover{
 background-color:#669900;
color:#E9FFD2;
}

/*paginacja */

#pages {
	padding: 8px;
}

#pages ul {
margin: 0;
padding: 0;
text-align: center;

		
}
#pages li {
padding:0px;
	display: inline;
	margin: 0 2px 0 0;
}
#pages li a {
	color: #88af3f;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:2px;
	padding-top:2px;
	border: 1px solid #ddd;
	text-decoration: none;
}
#pages li a:hover {
	color: #638425;
	background: #f1ffd6;
	border: 1px solid #85bd1e;
}
#pages li.nolink {
	color: #CCC;
	border: 1px solid #F3F3F3;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:2px;
	padding-top:2px;
}
#pages li.current {
	color: #FFF;
	border: 1px solid #b2e05d;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:2px;
	padding-top:2px;
	background: #b2e05d;
}