/* $Id: style.css,v 1.13 2006/04/03 22:20:48 unconed Exp $ */

/*
** HTML elements
*/
body {
	margin: 0;
	padding: 0;
	color: #ffffff;
	background-image: url(/es/themes/bingostreet/images/bg.gif);
	font: 76% Verdana, Arial, Helvetica, sans-serif;
}

.main-content {
	background-color: #b99052;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
}
h1 {
	font-size: 1em;
	display: inline;
}
h2 {
	font-size: 1em;
	display: inline;
}
h3, h4, h5, h6 {
	font-size: 1.1em;
}
hr {
	color: #ffffff;
	border-top-width: thin;
	border-style: hidden;
	visibility: hidden;
	border-width: 1px;
	height: 1px;
}
p {
	margin-top: 0.5em;
	margin-bottom: 0.9em;
}
A {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

#block-block-1 .not_bold_link {
	font-weight: normal;
}

fieldset {
	border: 1px solid #b99052;
}
pre {
	background-color: #eee;
	padding: 0.75em 1.5em;
	font-size: 12px;
	border: 1px solid #ddd;
}
table {
	/* make <td> sizes relative to body size! */
	font-size: 1em;
}
image {
	border: 0px;
}

a img {
	border: none;
	text-decoration: none;
}

.form-item label {
	font-size: 1em;
	color: #fff;
}
.webform-component-textarea .description {
	margin: 7px 0 0 0;
}
.item-list .title {
	font-size: 1em;
	color: #fff;
}
.links {
	margin-bottom: 0em;
}
.comment .links {
	margin-bottom: 0em;
}


/*
** Page layout blocks / IDs
*/
#header, #content {
	width: 100%;
}
#header {
	background-color: #69c;
}
#logo {
	vertical-align: middle;
	border: 0;
}
#logo img {
	float: left;
	padding: 0em 1.0em 0em 1em;
	border: 0;
}
#menu {
	padding: 0.5em 0.5em 0 0.5em;
	text-align: right;
	vertical-align: middle;
}
#primary {
	font-size: 1.0em;
	padding: 0em 0.8em 0.5em 0;
	color: #9cf;
}
#primary a {
	font-weight: bold;
	color: #fff;
}
#secondary {
	padding: 0 1em 0.5em 0;
	font-size: 0.8em;
	color: #9cf;
}
#secondary a {
	font-weight: bold;
	color: #9cf;
}
#search .form-text, #search .form-submit {
	border: 1px solid #369;
	font-size: 1.1em;
	height: 1.5em;
	vertical-align: middle;
}
#search .form-text {
	width: 8em;
	padding: 0 0.5em 0 0.5em;
}
#mission {
	background-color: #369;
	padding: 1.5em 2em;
	color: #fff;
}
#mission a, #mission a:visited {
	color: #9cf;
	font-weight: bold;
}
.site-name {
	margin: 0.6em 0em 0em 0em;
	padding: 0em;
	font-size: 2em;
}
.site-name a:link, .site-name a:visited {
	color: #fff;
}
.site-name a:hover {
	color: #369;
	text-decoration: none;
}
.site-slogan {
	font-size: 1em;
	color: #eee;
	display: block;
	margin: 0em 0em 0em 0em;
	font-style: italic;
	font-weight: bold;
}
#main {
	/* padding in px not ex because IE messes up 100% width tables otherwise */
	padding: 10px;
}
#mission, .node .content, .comment .content {
	line-height: 1.4;
}
#help {
	font-size: 0.9em;
	margin-bottom: 1em;
}
.breadcrumb {
	margin-bottom: .5em;
}
.messages {
	background-color: #eee;
	border: 1px solid #b99052;
	padding: 0.3em;
	margin-bottom: 1em;
}
.error {
	border-color: red;
}
#sidebar-left, #sidebar-right {
	background-color: #ddd;
	width: 16em;
	/* padding in px not ex because IE messes up 100% width tables otherwise */
	padding: 10px;
	vertical-align: top;
}
#footer {
	background-color: #eee;
	padding: 1em;
	font-size: 0.8em;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
	font-weight: bold;
	font-size: 1.3em;
	color: #777;
	margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
	color: #999;
	font-size: 0.8em;
}
.links {
	color: #999;
}
.links a {
	font-weight: bold;
}
.block, .box {
	padding: 0 0 0 0;
}
.block {
/*	padding-bottom: 0.75em;
	margin-bottom: 1.5em; */
}
.block .title {
	margin-bottom: .25em;
}

.block-advpoll {
	padding-top: 25px; 
}

.box .title {
	font-size: 1.1em;
}
.node {
	margin: 0px;
	padding: 0px;
}
.sticky {
	padding: .5em;
	background-color: #eee;
	border: solid 1px #ddd;
}
.node .content, .comment .content {
	margin: 0px;
}
.node .taxonomy {
	color: #999;
	font-size: 0.8em;
	padding: 1.5em;
}
.node .picture {
	border: 1px solid #ddd;
	float: right;
	margin: 0.5em;
}
.comment {
/*	border: 1px solid #abc; */
	padding: .5em;
	margin-bottom: 1em;
}

.comment .links {
	visibility: hidden;
}

.comment .title a, .comment .title a:visited {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.comment .new {
	text-align: right;
	font-weight: bold;
	font-size: 0.8em;
	float: right;
	color: red;
}
.comment .picture {
	border: 1px solid #abc;
	float: right;
	margin: 0.5em;
}

.comment .content {
	margin-bottom: -30px;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1em;
	margin: 1em 0 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
	color: #999;
	font-style: italic;
	font-size: 0.9em;
}
#aggregator .title {
	margin-bottom: 0.5em;
	font-size: 1em;
}
#aggregator h3 {
	margin-top: 1em;
}
#forum table {
	width: 100%;
}
#forum td {
	padding: 0.5em 0.5em 0.5em 0.5em;
}
#forum td.forum, #forum td.posts {
	background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
	background-color: #ddd;
}
#forum td.container {
	background-color: #ccc;
}
#forum td.container a {
	color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
	height: 1.5em;
	border: 1px solid #bbb;
}
#forum td .name {
	color: #96c;
}
#forum td .links {
	padding-top: 0.7em;
	font-size: 0.9em;
}
#profile .profile {
	clear: both;
	border: 1px solid #abc;
	padding: .5em;
	margin: 1em 0em 1em 0em;
}
#profile .profile .name {
	padding-bottom: 0.5em;
}
.block-forum h3 {
	margin-bottom: .5em;
}
.calendar a {
	text-decoration: none;
}
.calendar td, .calendar th {
	padding: 0.4em 0;
	border-color: #888;
}
.calendar .day-today {
	background-color: #69c;
}
.calendar .day-today a {
	color: #fff;
}
.calendar .day-selected {
	background-color: #369;
	color: #fff;
}
.calendar .header-week {
	background-color: #ccc;
}
.calendar .day-blank {
	background-color: #ccc;
}
.calendar .row-week td a:hover {
	background-color: #fff; color: #000;
}


#block-menu-2 .title {
	display: none;
}

#block-menu-2 ul.menu {
	text-align:center;
	line-height: 20px;
	list-style: none;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 3px;
	padding-left: 0px;
	padding-top: 1px;
}

#block-menu-2 ul.menu li.expanded ul.menu li.expanded a, #block-menu-2 ul.menu li.expanded ul.menu li.collapsed a {
	font-weight: normal;
	padding-left: 8px;
}

#block-menu-2 ul.menu li.expanded ul.menu li.expanded, #block-menu-2 ul.menu li.expanded ul.menu li.collapsed {
	border-bottom: 0px;
}

#block-menu-2 ul.menu li.expanded ul.menu li.expanded ul.menu li.leaf {
	font-weight: normal;
	padding-left: 12px;
}

#block-menu-2 ul.menu li.expanded ul.menu li.leaf a {
	font-weight: normal;
	padding-left: 4px;
}

#block-menu-2 ul.menu li.expanded ul.menu li.leaf {
	border: 0px;
	padding-left: 8px;
}

#block-menu-2 li.leaf, li.collapsed {
	background: url(/es/themes/bingostreet/images/menu_bg.jpg) repeat-y;
	height: 24px;
	padding-top: 1px;
	align: left;
}

#block-menu-2 li.expanded {
	background: url(/es/themes/bingostreet/images/menu_bg.jpg) repeat-y;
}

#block-menu-2 .menu li a {
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
  	text-align:center;
}

#block-menu-2 .menu li a:hover {
	color: #f8c643;
	text-align:center;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-right: 0px;
}

#block-menu-2 .menu li .active {
	color: #f1a931;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
}

#block-menu-2 .menu li .active:hover {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

#block-user-1 .title {
	display: none;
}

#block-user-1 {
	width: 135px;
}

.submitted {
	display: none;
}

#youarehere {
	color: #fff;
	font-size: 10px;
	line-height: normal;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	text-align: left;
	padding: 3px;
	margin-bottom: 13px;
}

#youarehere a, a:link {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

.header-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c30e01;
	text-align:center;
	border: none;
	padding: 3px;
	vertical-align: middle;
	width: 468px;
	border-top: #f1a931 1px solid;
	border-left: #f1a931 1px solid;
	border-right: #f1a931 1px solid;
	background-image: url(/es/themes/bingostreet/images/middle_header_bg.gif);
}

.taxonomy {
	display: none;
}

.content {
	color: #ffffff;
	font-size: 10px;
	line-height: normal;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	padding-bottom: 20px;
}

.node .content {
	color: #ffffff;
	font-size: 11px;
	line-height: normal;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	padding: 3px;
	width: 476px;
	height: 100%;
	background-image: url(/es/themes/bingostreet/images/middle_content_bg.gif);
}

.content2 {
	color: #ffffff;
	font-size: 11px;
	line-height: normal;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	padding: 3px;
	width: 476px;
	background-image: url(/es/themes/bingostreet/images/middle_content_bg.gif);
/*
	border: #E6E6E6;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-bottom: 10px;
*/
}

#middle_top_banner {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

table.best_bonuses {
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	border: 0px;
}

table.best_bonuses .best_bonuses_header_h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	border: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

table.best_bonuses .best_bonuses_header {
	border-top: #f1a931 1px solid;
	border-left: #f1a931 1px solid;
	border-right: #f1a931 1px solid;
	background-image: url(/es/themes/bingostreet/images/middle_header_bg.gif);
	padding-top: 1px;
	padding-bottom: 2px;
}

table.best_bonuses .best_bonuses_content {
	background-image: url(/es/themes/bingostreet/images/middle_content_bg.gif);
}

#block-block-2 h2.title {
	display: none;
}

div.review_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #f8c643;
	border: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	vertical-align: text-bottom;
}

.border {
	border-top-width: thin;
	border-style: dotted;
	border-width: 1px;
	padding: 5px;
	border-color: #999999;
	text-align: center;
}

.home_table1 {
	display: none;
}

.links {
	visibility: hidden;
}

.links-comments {
	visibility: visible;
}

div.site-map div.box h2.title {
	visibility: hidden;
}

div.site-map div.box div.content {
	width: 420px;
}

div.site-map div.box div.content ul.tree {
	margin: 10px;
	margin-top: 0px;
	padding: 0;
}

div.site-map div.box div.content ul.tree li.leaf {
	margin: 0px;
	margin-bottom: 10px;
	list-style: none;
}

div.site-map div.box div.content ul.tree li.leaf a {
	text-decoration: none;
}

div.site-map div.box div.content ul.tree li.leaf a:hover {
	text-decoration: underline;
}

div.site-map div.box div.content ul.tree li.expanded {
	list-style: none;
	margin-bottom: 10px;
	padding: 0px;
}

div.site-map div.box div.content ul.tree li.expanded a {
	text-decoration: none;
}

div.site-map div.box div.content ul.tree li.expanded a:hover {
	text-decoration: underline;
}

div.site-map div.box div.content ul.tree li.expanded ul.tree {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.site-map div.box div.content ul.tree li.expanded ul.tree li.expanded a {
	font-weight: normal;
}

div.site-map div.box div.content ul.tree li.expanded ul.tree li.leaf a {
	font-weight: normal;
	margin-bottom: 10px;
	text-decoration: none;
}

div.site-map div.box div.content ul.tree li.expanded ul.tree li.leaf a:hover {
	text-decoration: underline;
}

.webform-component-textfield label, .webform-component-email label, .webform-component-captcha label, .webform-component-captcha .description, .webform-component-textarea label {
	margin-top: 3px;
	display: block;
	font-weight: bold;
}

.webform-component-captcha, .form-image- {
	padding-top: 8px;
}

/* .webform-component-captcha image {

} */

.form-item {
	padding-bottom: 8px;
}

.form-item textarea {
	width: 320px;
}

.form-item input {
	width: 160px;
}

.hidden_element {
	visibility: hidden;
}

div.messages error {
	padding-top: 10px;
	padding-bottom: 0px;
}

table.content2first {
	color: #ffffff;
	font-size: 11px;
	line-height: normal;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	padding: 0px;
	width: 468px;
	background-image: url(/es/themes/bingostreet/images/middle_content_bg.gif) no-repeat;
	margin-bottom: 10px;
}

table.content2 .home_table2 {
	width: 462px;
}

table.content2 .home_table2 .top10bingosite_header:link, table.content2 .home_table2 .top10bingosite_header:visited, table.content2 .home_table2 .top10bingosite_header:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

table.content .top10bingosite_teaser p {
	display: inline;
}

table.content2 .home_table2 .top10bingosite_teaser p {
	display: inline;
}

.newsletter_signup {
	display: none;
}

#block-user-1 {
	display: none;
}

#block-banner-55 .content {
	margin-left: 5px;
}
#block-banner-40 .content img, #block-banner-55 .content img {
	border: 1px #666 solid;
}

.arrow {
	display: none;
}

.friend {
	display: none;
}

.playnow {
	display: none;
}

.learn {
	display: none;
}

.boxbackground {
	background-image: url(/es/themes/bingostreet/images/middle_content_bg.gif);
}

.form-submit {
  width: 53px;
  height: 19px;
  margin-top: 8px;
/*  padding: 0; */
  border: 0;
  background: transparent url(/es/themes/bingostreet/images/buttons/online-bingo-submit.gif) no-repeat center top;
  text-indent: -1000em;
  padding-top: 19px;
  cursor: pointer; /* hand-shaped cursor */
/*  cursor: hand; */ /* for IE 5.x */
}

.form-signup {
  width: 63px;
  height: 19px;
  margin-top: 8px;
/*  padding: 0; */
  border: 0;
  background: transparent url(/es/themes/bingostreet/images/buttons/online-bingo-signup.gif) no-repeat center top;
  text-indent: -1000em;
  padding-top: 19px;
  cursor: pointer; /* hand-shaped cursor */
/*  cursor: hand; */ /* for IE 5.x */
}

.form-comment-preview-button {
  width: 53px;
  height: 19px;
  margin-top: 8px;
/*  padding: 0; */
  border: 0;
  background: transparent url(/es/themes/bingostreet/images/buttons/online-bingo-preview.gif) no-repeat center top;
  text-indent: -1000em;
  padding-top: 19px;
  cursor: pointer; /* hand-shaped cursor */
/*  cursor: hand; */ /* for IE 5.x */
}

.voting {
	display: none;
}


div.diggthis_button {
float:left;
margin:.2em .4em;
position: absolute;
height: 100px;
}

div#pager {
	font-size: 10px;
	margin: 5px;
}


span.pager-list a  {
	padding: 5px;
}

.pager-last {
	padding-right: 5px;
}

.feed-icon {
	display: none;
}

div.poll .text, div.poll .percent {
	padding: 2px;
}

div.poll .percent {
	margin-bottom: 3px;
	text-align: right;
}

div.poll .bar {
	width: 100%;
	height: 10px;
	background-color: #F4EFE1;
}

div.poll .foreground {
	height: 10px;
	background-color: #f8c643;
}

div.poll .text {
	color: #f8c643;
	font-weight: bold;
}

div.choice-form .form-item {
	padding-bottom: 2px;
	border-bottom: none;
}

div.choice-form .form-item label {
	color: #f8c643;
	font-weight: bold;
}

div.advpoll-electoral-list {
	color: #f8c643;
	font-weight: bold;
}

div.choice-form .form-item .form-radio {
	width: 16px;
}

div.choice-form .form-submit {
  width: 46px;
  height: 19px;
  margin-top: 8px;
/*  padding: 0; */
  border: 0;
  background: transparent url(/es/themes/bingostreet/images/buttons/online-bingo-vote.gif) no-repeat center top;
  text-indent: -1000em;
  padding-top: 30px;
  cursor: pointer; /* hand-shaped cursor */
/*  cursor: hand; */ /* for IE 5.x */
}

div.digg_buttons {
	padding: 3px;
	width: 460px;
	background-color: #E6DAB2;
}

.horoscope {
	padding-top: 10px;
	padding-left: 3px;
}

.horoscope_sub {
}

div#block-advpoll-mostrecent {
	width: 132px;
	margin-top: -30px;
	margin-left: auto;
	margin-right: auto;
}

div#block-advpoll-mostrecent h2.title {
	display: none;
}

div#block-advpoll-mostrecent div.content {
	background: url(/es/themes/bingostreet/images/middle_content_bg.gif);
}

div#block-advpoll-mostrecent div.content div.header {
	border-top: #f1a931 1px solid;
	border-left: #f1a931 1px solid;
	border-right: #f1a931 1px solid;
	background: url(/es/themes/bingostreet/images/middle_header_bg.gif) repeat-x;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #C30E01;
	text-align:left;
	text-transform: uppercase;

/*	ez az adblock bugja miatt kellene, de akkor meg adblock nelkul szar :)

	background: url(/es/themes/bingostreet/images/middle_header_bg.gif) repeat scroll center 0px;
	margin: 0; 
	padding:0;
	padding-left: 7px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #C30E01;
	text-align:left;
	text-transform: uppercase; 
	line-height: 16px;	*/
}

div#block-advpoll-mostrecent div.content div.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	padding: 2px;
}

div#block-advpoll-mostrecent div.content label {
	display: none;
}

div#block-advpoll-mostrecent div.content label.option {
	display: inline;
}

div#block-advpoll-mostrecent div.content div.advpoll div.choice-form {
	padding-left: 5px;
}

div#block-advpoll-mostrecent div.content div.poll {
	padding: 5px;
}

div#block-advpoll-mostrecent div.content div.advpoll-electoral-list {
	padding: 5px;
}

div.rating{
  float:left;
  padding: 1em 0;
  margin-right: 2em;
}

.rating .cancel,
.rating .star {
  float: left;
  width: 17px;
  height: 15px;
  overflow: hidden;
  text-indent: -999em;
}

.rating .cancel,
.rating .cancel a {
  background: url(/es/modules/jrating/images/delete.gif) no-repeat 0 -16px;
}

.rating .star,
.rating .star a {
  background: url(/es/modules/jrating/images/star.gif) no-repeat 0 0px;
}

.rating .cancel a,
.rating .star a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0px;
}

.rating div.on a {
  background-position: 0 -16px;
}

.rating div.hover a.mod,
.rating div a.mod:hover {
  background-position: 0 -32px;
}

.rating .rating-text {
  margin-left: 1em;
}

.rating .rating-message {
  margin-top: 1.5em;
  padding: 0 1em;
  clear: both;
}

.rating .num-votes {
  clear: left;  
}

form.rating {
  display: none;
}

/* hack for clearing the float */
.rating-item:after { 
    content: "."; 
    display: block; 
    height: 0;
    font-size:0;
    clear: both; 
    visibility: hidden;
}

.rating-item {
  display: inline-block;
 }

table.content .horoscope-dates {
	font-size: 10px;
}

form#comment_form .form-item label {
	font-size: 12px;
	display: block;
	font-weight: bold;
}

form#comment_form .form-submit {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}

.form-comment-filter {
	visibility: hidden;
	height: 0px;
}

form#comment_controls .box {
	visibility: hidden;
}

.sIFR-alternate {
	display: none;
}

.captionbox {
	display: inline; 
	float: left; 
	margin: 3px 10px 8px 5px;
	text-align: center;
	width: 150px;
}

.captionimage {
	display: block;
}


.hidden {
	display: none; 
}
.visible {
	display: inline;
}
.tabbedcontainer .header-title {
	display: none;
}
.tabbedcontainer #contentid1 .content2 {
	padding-top: 5px;
	margin-bottom: -20px;
} 

.tableRatingsReview2 {
	margin: 10px auto 20px auto;
}

.tableRatingsReview2 thead td {
	border-bottom: 1px solid white;
	font-weight: bold;
	padding: 4px;
}
.tableRatingsReview2 .room2 {
	font-weight: bold;
}
.tableRatingsReview2 tbody td {
	padding: 2px;

}
.tableRatingsReview2 td.hl {
	font-weight: bold;
}
.tableRatingsReview2 td.ar {
	text-align: right;
}



#rsidebar h3 { 
	color: #C30E01;
}


