/* $Id: blocks.css,v 1.4 2009/11/05 11:05:39 johnalbin Exp $ */

/**
 * @file
 * Block Styling
 */


.block /* Block wrapper */ {
  margin-bottom: 0;
}

.block.region-odd /* Zebra striping for each block in the region */ {
}

.block.region-even /* Zebra striping for each block in the region */ {
}

.block.odd /* Zebra striping independent of each region */ {
}

.block.even /* Zebra striping independent of each region */ {
}

.region-count-1 /* Incremental count for each block in the region */ {
}

.count-1 /* Incremental count independent of each region */ {
}

.block h2.title /* Block title */ {
}

.block .content /* Block's content wrapper */ {
}

#block-aggregator-category-1 /* Block for the latest news items in the first category */ {
}

#block-aggregator-feed-1 /* Block for the latest news items in the first feed */ {
}

#block-block-1 /* First administrator-defined block */ {
}

#block-blog-0 /* "Recent blog posts" block */ {
}

#block-book-0 /* "Book navigation" block for the current book's table of contents */ {
}

#block-comment-0 /* "Recent comments" block */ {
}

#block-forum-0 /* "Active forum topics" block */ {
}

#block-forum-1 /* "New forum topics" block */ {
}

#block-menu-primary-links /* "Primary links" block */ {
}

#block-menu-secondary-links /* "Secondary links" block */ {
}

#block-node-0 /* "Syndicate" block for primary RSS feed */ {
}

#block-poll-0 /* "Most recent poll" block */ {
}

#block-profile-0 /* "Author information" block for the profile of the page's author */ {
}

#block-search-0 /* "Search form" block */ {
	float:right;
	margin: 1px 20px 0 0;
}

#block-statistics-0 /* "Popular content" block */ {
}

#block-user-0 /* "User login form" block */ {
}

#block-user-1 /* "Navigation" block for Drupal navigation menu */ {
}

#block-user-2 /* "Who's new" block for a list of the newest users */ {
}

#block-user-3 /* "Who's online" block for a list of the online users */ {
}

.tooltip{
    display:none; /*Initially hidden*/
    float:right;
    font-size:1.5em;
    font-weight:bold;
}
.hasTooltip{
    padding: 5px;
    border-top: solid 1px #ccc;
    font-size:1.3em;
    padding:0.5em;
}

.firsttooltip {
    border-top:none;
    }

.helptext {
    position:absolute;
    display:none;
    z-index:1000;
    background-color:#efefef;
    color:#444;
    border: 1px solid #ccc;
    padding:5px 10px;
}

.pane-block-12 {
    width:500px;
    }
    
.pane-block-12 li {
    list-style-type:none;
    margin:0 10px;
    }
    
.game-city-budget {
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:40px;
    }

.game-property-tax {}
    
#main .game-property-tax h2,
#main .game-city-budget h2 {
	color:#fff;
	font-size:1.5em;
    background:#448ccb;
    color:#fff;
    text-align:center;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    padding:10px;
    text-shadow: 2px 2px 4px #333333;
    filter: dropshadow(color=#333333, offx=2, offy=2);
    line-height:1.5em;
    margin:0;
    }
    
.game-city-budget .gamehint,
.game-property-tax .gamehint {
    background:#005b7f;
    padding:5px 10px;
    color:#fff;
    }
    
.game-property-tax-inner,
.panel-2col .panel-col-first .game-city-budget ul {
    margin:0;
    padding:0;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    -webkit-box-shadow:  0px 3px 3px 0px rgba(00, 00, 00, 0.5);
    box-shadow:  0px 3px 3px 0px rgba(00, 00, 00, 0.5);   
}

.game-property-tax-inner {
	padding:10px 20px;
	}
.proptaxdept {}

.gameright {float:right;}
?
