
/*

	CityOffices Details Pages

*/


/* Data */

table#detailstable {
	font-size: 11px;
	background-color: #efefef;
	width: 500px;
	margin: 10px 0 50px 0;
	border-top: 1px solid #55bbfc;
}

table#detailstable th {
	color: #333;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	background-color: #fff;
	border-bottom: 2px solid #55bbfc;
}

table#detailstable td {
	color: #333;
	padding: 5px;
	border-bottom: 1px solid #55bbfc;
}



div.building-detail
{
	width:700px;
	padding: 10px;
	margin: 0 0 20px 0;
	background-color: #fff;
	border: 1px solid #55bbfc;
	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	border-radius: 10px;
  	-webkit-box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
}

div.building-detail h3
{
	font-size: 0.75em;
	padding: 10px 0 5px 0!important;
	margin: 0 0 5px 0!important;
	border-bottom: 1px solid #91d4fe;
	width: 450px;
}

div.building-detail p
{
	font-size: 0.75em;
	padding: 0 0 5px 0;
	margin: 0 0 7px 0;
	width: 400px;
}



div#building-image
{
	float: right;
	padding-left: 20px;
	background-color: #fff;
}

div#building-image p
{
	width:220px;
	border: none;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
}




/* For Player Name in H1 */

span#player-name
{
	color: #999;
}




/* Promos */

h3.promo
{
	font-size: 1em!important;
	line-height: 1.2em;
	padding: 10px 0 10px 0!important;
	margin: 0 0 5px 0!important;
	border-bottom: 5px solid #fec439!important;
	width: 450px;
}


/* For landing pages */

div#cityoffices-landing-promo
{
	width:690px;
	padding: 10px;
	margin: 0 0 20px 0;
	background-color: #46a5e2;
	border: 5px solid #55bbfc;
	-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
}


div#cityoffices-landing-promo h2
{
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3em;
	padding: 10px 10px 5px 10px;
	margin: 0 0 0 0;
}

div#cityoffices-landing-promo p
{
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	padding: 0 10px 1px 10px;
	margin: 0 0 0 0;
}



div#cityoffices-landing-promo h2 a
{
	color: #abdeff;
}


/* Landing button */

#getstarted
{
  display: block;
  width: 304px;
  height: 44px;
  background: url("../images/shared/getstarted.gif") no-repeat 0 0;

}

#getstarted:hover
{ 
  background-position: 0 -44px;
}

#getstarted span
{
  display: none;
}






