
* {
	padding:0;
	margin:0;
}
body {
	background-color:#F0B51D;
	font:70%/145% Verdana, Helvetica, sans-serif;
	text-align:center;
}
button {
	padding-left:6px;
	padding-right:6px;
}
img {
	border: 0;
}
h1 {
	font-size:200%;
	line-height:1em;
}
h2 {
	font-size:160%;
	line-height:1em;
}
h3 {
	font-size:130%;
	line-height:1em;
}
h4 {
	font-size:110%;
	line-height:1em;
}
a:link, a:visited{
	color: #18509A;
	text-decoration:none;
	
}
a:hover, a:active {
	color: #999999;
	text-decoration:none;
}
input.button {
    padding:0 .25em;
    width:1pt;
    overflow:visible;
}
input.button[class] { /*ie ignores [class]*/
    width:auto;
}

/* Global header */
#globalHeader {
	height:180px;
	margin-left:auto; 
	margin-right:auto;
	text-align:left;
	width:770px;
}

/* Global footer */
#globalFooter {
	background:url("/mura/cityraidandros/assets/styles/global_footer_background.png") no-repeat left top;
	font-size:90%;
	margin-left:auto; 
	margin-right:auto;
	padding-top:75px;
	text-align:middle;
	width:760px;
}

/* Local header */
#localHeader { 
	display:none;
}

/* Page */
#page {
	background:url("/mura/cityraidandros/assets/styles/page_background.png") no-repeat left top;
	background-color:#FFFFFF;
	margin-left:auto; 
	margin-right:auto;
	text-align:left;
	width:760px;
}
#pageHeader { 
	height:40px;
	padding-left:2px;
	padding-top:2px;
}
#pageFooter {
	clear:both;
}

/* Nav bar */
#pageHeader {
	color:#F0B51D;
	padding-left:10px;
}
#pageHeader ul {
	float:left;
	list-style-type:none;
	margin-right:20px;
}
#pageHeader ul li {
	display:inline;
}
#pageHeader ul li {
	padding-left: 10px;
}
#pageHeader a:link, #pageHeader a:visited{
	color: #FFFFFF;
}
#pageHeader a:hover,#pageHeader a:active {
	color: #999999;
}
#pageHeader .current a {
	font-weight:bold;
}
#pageHeader input {
	margin-left:10px;
}
#pageHeader:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
#pageHeader {display:inline-block;}
/* Hides from IE-mac \*/
* html #pageHeader {height:1%;}
#pageHeader {display:block;}
/* End hide from IE-mac */

#filterForm {
	display:none;
}

/* Pods */
.pod {
	background-color:#9AD3D8;
	border:1px solid #000000;
	margin-bottom:10px;
	padding:10px;
}
.podHeader {
	background:url("/mura/cityraidandros/assets/styles/pod_search.gif") no-repeat left top;
	height:30px;
	margin-bottom:6px;
}
.podHeader h4 {
	display:none;
}
.podHeader img {
	display:none;
}
.podBody ul {
	list-style:none;
}
.podBody ul .current {
	font-weight:bold;
}

/* Tags */
.tagSmallest { 
	font-size:90%; 
}
.tagSmall { 
	font-size:110%; 
}
.tagMedium { 
	font-size:140%; 
}
.tagLarge { 
	font-size:160%; 
}
.tagLargest { 
	font-size:180%; 
}

/* CSS container shadow */
#shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
}

#shadow-container .shadow1 {
	background: #F1F0F1;
}

#shadow-container .shadow2 {
	background: #DBDADB;
}

#shadow-container .shadow3 {
	background: #B8B6B8;
}

#shadow-container .container {
	background: #ffffff;
	border: 1px solid #848284;
	padding: 10px;
}
/* CSS container shadow */

.homeBody {
	display:inline; /* for IE double margin bug */
	float:left;
	margin-left:40px;
	margin-bottom:20px;
	margin-top:20px;
	width:670px;
}
.homeBody h1 {
	color:#CC071E;
	margin-bottom:20px;
}
.homeBody h2 {
	background:url("/mura/cityraidandros/assets/styles/bullet_foot.gif") no-repeat left top;
	color:#091FA6;
	margin-bottom:10px;
	margin-top:30px;
	padding-left:60px;
}
.homeBody h3 { 
	color:#37972B;
	line-height:1.25em;
	margin-bottom:5px;
	margin-top:20px;
}
.homeBody h4 {
	margin-left:5px;
}
.homeBody .button {
	margin-top:10px;
}
.homeBody ul {
	/*list-style-type:none;
	list-style-type:square;*/
	list-style-image: url(/mura/cityraidandros/assets/styles/bullet_square.gif);
}
.homeBody ul li {
	margin-left:20px;
	margin-top:5px;
}
.homeBody .section {
	margin-left:20px;
}
.homeBody .testimonial {
	background:#CC071E; 
	border:solid #000000; 
	color:#FFFFFF
}

/*.homeBody .bulletPanel {
	background:url("/mura/cityraidandros/assets/styles/bullet_panel.gif") no-repeat left top; 
}*/

#homeSearch {
	margin-left:20px;
	margin-top:20px;
	width:211px;
}
#homeSearch form {
	margin-bottom:10px;
}


.homeBody .emptyImage {
	border:1px solid #000000;
}
.green {
	color:#37972B; 
	font-weight:bold;
}

.solidBorder  {
	border-style: solid;
	border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}
.solidBorder td { 
	border-style: solid;
	margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
}

.left {
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}
.right {
	float:right;
	margin-bottom:10px;
	margin-left:10px;
}

.clear {
   clear: both;
}

#pageBody {
	padding-top:10px;
}
/* SideBar */
#sideBar {
	display:inline; /* IE Fix */
	float:right;
	margin-right:50px;
	margin-top:10px;
	width:200px;
}

/* Main */
#main {
	display:inline; /* IE Fix */
	float:left;
	margin-left:30px;
	width:440px;
}
#mainHeader {
	margin-top:10px;
	margin-bottom:10px;
}
#mainHeader h3 {
	border-bottom:2px solid #919999;
}

/*#mainBody h3 {
	border-bottom:2px solid #919999;
	margin-top:20px;
}*/
#searchForm input  {
	font-size:12px;
}

#navBar {
	margin-bottom: 20px;
	margin-top: 20px;
}
#navBar ul {
	margin-left: 0px;
	margin-top: -20px;
}
#navBar ul li {
	display:inline;
}

#navBar a {
	color: #2A2A2A;
}
#navBar .current a {
	color: #F0B51D;
	font-weight: bold;
	text-decoration: none;
}
#navBar  a:hover {
	text-decoration: underline;
}
#navBar .filters {
	display: none;
}

/* Lists*/


#members .header .title,
#spaces .header .title,
#members .header .meta,
#spaces .header .meta {
	display: none;
}

#members .item .thumbnailWrapper,
#spaces .item .thumbnailWrapper {
	border: 1px solid #DDDDDD;
	float: left;
	height: 60px; 
	overflow: hidden;
	margin-right: 10px;
	width: 60px; 
	/*_margin-left: -35px;*/
}
#contents h4,
#members h4,
#spaces h4 {
	font-size: 1.2em;
	padding-bottom: 4px;	
}
#contents h4 a,
#members h4 a,
#spaces h4 a {
	color: #18509A;	
	font-weight: bold;
}
#contents .item,
#members .item,
#spaces .item {
	border-bottom: 1px #3C9A2C;
	border-bottom-style: solid;
	padding-bottom: 10px;
	padding-top: 10px;
	min-height: 60px;
	_height: 60px;
}
#contents .item .header,
#members .item .header,
#spaces .item .header {
	margin-bottom: 5px;
	margin-top: 5px;
}
#contents .item .header li {
	color: #999999;
	list-style: none;
	margin-top: 2px;
}
#members .item .body,
#spaces .item .body {
	margin-left: 70px;
}
#contents .item .footer,
#members .item .footer,
#spaces .item .footer {
	margin-top: 5px;
}
#members .item .footer,
#spaces .item .footer {
	margin-top: 5px;
}
#contents .item .footer a,
#members .item .footer a,
#spaces .item .footer a {
	color: #CC071E;
	font-size: 11px;
}

/* Items list */
.paging {
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	width: 620px;
}
.paging a {
	border: 1px solid #656565; 
	color: #656565;
	font-size: 9px;
	font-weight: bold;
	padding: 2px 5px;
	text-decoration: none;
}
.paging a:hover {
	border: 1px solid #CC071E; 
	color: #A70E5E;
}
.paging a.current {
	background-color: #CC071E;
	border: 1px solid #CC071E; 
	color: #FFFFFF;
}
