* {
  margin: 0;
  padding: 0;
  outline:none;
}

a:active {
  outline:none;
}


body {
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height:100%;
}
p {
	margin:0 0 5px 0;
	line-height:18px;
 }



#headerCSS {
	width:1000px;
	height:135px;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-color:#FFFFFF;
	z-index:9990;
}


#headerCSS a {
	width:100%;
	height:100%;
}

#container {
	width:1000px;
	height:100%;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	display:block;
}

#leftCol {
	width:207px;
	min-height:100%;
	margin:0;
	padding:0;
	float:left;
	position:relative;
}


#mainColumn {
	width:783px;
	min-height:100%;
	margin:0;
	padding:0;
	float:right;
	position:relative;
	background-color:#FFFFFF;
}

#mainColumn li {
	margin-left:20px;
}


#leftCalCol {
	width:207px;
	min-height:100%;
	margin:0;
	padding:0 0 10px 0;
	background-image:url(images/leftcolumn-calender-bottom.gif); 
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:center;
	position:relative;
}

#leftBlueCol {
	width:207px;
	min-height:100%;
	margin:0;
	padding:0;
	background-image:url(images/bluebox-bg.gif);
	background-position:bottom;
	text-align:center;
	clear:left;
	position:relative;
	top:10px;
}

#headerLogo {
	width:265px;
	height:64px;
	margin:0;
	padding:0;
	float:left;
	position:relative;
	background-image:url(images/spaceblender-logo2.png);
	background-repeat:no-repeat;
	background-position:left top;
}

#headerLogo a {
	width:100%;
	height:100%;
	display:block;
}

#headerRight {
	margin:0;
	padding:0;
	float:right;
	position:relative;
}

#headerLinks {
	width:490px;
	margin:0;
	padding:0;
	float:right;
	position:relative;
	font-size:9px;
	text-align:right;
	padding-right:5px;
}

#footer {
	width:850px;
	height:30px;
	margin:0 auto;
	padding:20px 150px 0 0;
	clear:both;
	position:relative;
	text-align:right;
	
}


#myAccount {
	display: block;
	width: 80px;
	height: 25px;
	background: url("images/btn-my_account-set.gif") no-repeat 0 0;
}
#myAccount:hover {
	background-position: 0 -25px;
}
#myAccount: span {
	display: none;
}	

#headerSocial {
	margin:0;
	padding:8px 0 0 0;
	clear:right;
	float:right;
	position:relative;
}

#searchBar {
	width:1000px;
	height:32px;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/navtop-blue.gif);
	background-repeat:no-repeat;
	clear:both;
	position:relative;
}

/* blue topnav style */
#topNavBar {
	width:1000px;
	height:32px;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	position:relative;
	text-align:left;
}


#blueNav {
	width:1000px;
	height:32px;
	margin:0;
	padding:0;
	background-image:url(images/topnav-sprite.png);
	background-repeat:no-repeat;
	position:relative;
}


#blueNav span {
	display: none;
}

#blueNav a {
	height:100%;
	width:100%;
}


#blueNav li {
    height:32px;
	margin:0;
	padding:0;
    display:block;
	float:left;
    list-style:none;
}

#blueNavMain a {
	width: 206px;
	height:32px;
	display:block;
	background:url("images/topnav-sprite.png") 0 0 no-repeat;
	overflow:hidden; 
}

#blueNavMain a:hover {
	width: 206px;
	height:32px;
	display:block;
	background:url("images/topnav-sprite.png") 0 -32px no-repeat;
	overflow:hidden; 
}

#blueNavFAQ a {
	width: 59px;
	display:block;
}
#blueNavFAQ a:hover {
	background:url("images/topnav-sprite.png") -758px -32px no-repeat;
}

#blueNavMalingList a {
	width:183px;
	display:block;
}
#blueNavMalingList a:hover {
	background:url("images/topnav-sprite.png") -817px -32px no-repeat;
}



#blueNavSearch {
	width:552px;
	height:32px;
	background:url("images/topnav-sprite.png") 552px 0px no-repeat;
	text-align:center;
}

/* end blue nav */




/* megamenu style */
.makeApost a {
	font-size:13px;
	color: #970F00;
	font-weight:bold;
}

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	width:1000px;
	height:30px;
	margin:0;
	padding:0;
	background: url("images/bottomnav-sprite.png") 0 0 no-repeat;
	position:relative;
}
ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 30px;
}






ul#topnav a.theFreeSpace {
	width: 138px;
	display:block;
	background: url("images/bottomnav-sprite.png") 0 0 no-repeat;
	overflow:hidden; 
	
}

ul#topnav a.theFreeSpace:hover {
	width: 138px;
	display:block;
	background:url("images/bottomnav-sprite.png") 0 -30px no-repeat;
	overflow:hidden; 
	
}

ul#topnav a.JobSpace {
	width: 101px;
	display:block;
	background: url("images/bottomnav-sprite.png") 138px 0 no-repeat;
	overflow:hidden; 
	
}

ul#topnav a.JobSpace:hover {
	display:block;
	background:url("images/bottomnav-sprite.png") -138px -30px no-repeat;
	overflow:hidden; 
	
}

ul#topnav a.HousingSpace {
	width: 141px;
	display:block;
	background: url("images/bottomnav-sprite.png") 239px 0 no-repeat;
	overflow:hidden; 
	
}

ul#topnav a.HousingSpace:hover {
	width: 141px;
	display:block;
	background:url("images/bottomnav-sprite.png") -239px -30px no-repeat;
	overflow:hidden; 
	
}

ul#topnav a.ShoppingSpace {
	width: 148px;
	display:block;
	background: url("images/bottomnav-sprite.png") 380px 0 no-repeat;
	overflow:hidden; 
	
}

ul#topnav a.ShoppingSpace:hover {
	width: 148px;
	display:block;
	background:url("images/bottomnav-sprite.png") -380px -30px no-repeat;
	overflow:hidden; 
	
}

ul#topnav a.PeopleSpace {
	width: 125px;
	display:block;
	background: url("images/bottomnav-sprite.png") 528px 0 no-repeat;
	overflow:hidden; 
	
}

ul#topnav a.PeopleSpace:hover {
	width: 125px;
	display:block;
	background:url("images/bottomnav-sprite.png") -528px -30px no-repeat;
	overflow:hidden; 
	
}


ul#topnav a.BizSpace {
	width: 96px;
	display:block;
	background: url("images/bottomnav-sprite.png") 653px 0 no-repeat;
	overflow:hidden; 
	
}

ul#topnav a.BizSpace:hover {
	width: 96px;
	display:block;
	background:url("images/bottomnav-sprite.png") -653px -30px no-repeat;
	overflow:hidden; 
	
}

ul#topnav a.SocialBlender {
	width: 128px;
	display:block;
	background: url("images/bottomnav-sprite.png") 749px 0 no-repeat;
	overflow:hidden; 
	
}

ul#topnav a.SocialBlender:hover {
	width: 128px;
	display:block;
	background:url("images/bottomnav-sprite.png") -749px -30px no-repeat;
	overflow:hidden; 
	
}

ul#topnav a.ForumSpace {
	width: 123px;
	display:block;
	background: url("images/bottomnav-sprite.png") 877px 0 no-repeat;
	overflow:hidden; 
	
}

ul#topnav a.ForumSpace:hover {
	width: 123px;
	display:block;
	background:url("images/bottomnav-sprite.png") -877px -30px no-repeat;
	overflow:hidden; 
	
}









ul#topnav li .sub {
	/*background-color: #e4ebf8;*/
	position: absolute;	
	top: 29px; left: 0;
	padding: 15px 15px 15px;
	float: left;
	background: #ffffff;
	background: url(images/mega-sub-bg.gif) repeat-x bottom left;
	border: 1px solid #c0c0c0;
	font-size: 11px;
	display: none;
	line-height:15px;
	z-index:1000;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-moz-box-shadow: 3px 5px 5px #6E6E6E;
	-webkit-box-shadow: 3px 5px 5px #6E6E6E;
	box-shadow: 3px 5px 5px #6E6E6E;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#6E6E6E')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#6E6E6E');


}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 160px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #970F00;
	font-weight:bold;
}
ul#topnav .sub ul li h3 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #29333d;
}
ul#topnav .sub ul li h3 a {
	padding: 5px 0;
	background-image: none;
	color: #29333d;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0;
	height: auto;
	padding: 3px 12px 3px 0;
	display: block;
	text-decoration: underline;
	color: #970F00;
	
}
ul#topnav .sub ul li a:hover {
	color: red;
	text-decoration: none;
}







/* end mega menu */





li {
	line-height:20px;
}
.generic {
	font-family: Verdana;
	font-size: 12px;
}
.homeTitle {
	font-family: Verdana;
	font-size: 15px;
	color: #970F00;
}

td {
	font-size: 12px;
}

a {
	color: #970F00;/*#006595;*/
	text-decoration: underline;
}

a:active {
  outline:none;
}

a:hover {
	color: red;
	text-decoration: none;
}


a.whiteLink:link {
	color: #ffffff;/*#006595;*/
	text-decoration: underline;
}

a.whiteLink:hover {
	color: #ffffff;
	text-decoration: none;
}


h1 {
	font-size: 17pt;
	margin: 0px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}

th {
	font-size: 13px;
	text-align: left;
}

form {
	margin: 0px;
}

textarea, optgroup {
	padding:1px;
}

select, option {
	font-size: 12px;
	padding:1px;
}

input {
	font-family: Arial;
	font-size: 16px;
}

.searchButton2 {
	width:63px;
	height:23px;
	margin:0;
	padding:0;
	background:url(images/new-search-btn.png) no-repeat 0 0;
	border:none;
}

#searchButton {
	width:63px;
	height:23px;
	margin:0;
	padding:0;
	background:url(images/form_buttons-sprite.png) no-repeat 0 0;
	border:none;
	position:relative;
	text-indent: -9999px;
	top:0;
}

#searchButton:hover {
	width:63px;
	height:23px;
	margin:0;
	padding:0;
	background:url(images/form_buttons-sprite.png) no-repeat 0 -23px;
	border:none;
	position:relative;
	text-indent: -9999px;
	top:0;
}

#submitButton {
	width:63px;
	height:23px;
	margin:0;
	padding:0;
	background:url(images/form_buttons-sprite.png) no-repeat -63px 0;
	border:none;
	position:relative;
	text-indent: -9999px;
}

#submitButton:hover {
	width:63px;
	height:23px;
	margin:0;
	padding:0;
	background:url(images/form_buttons-sprite.png) no-repeat -63px -23px;
	border:none;
	position:relative;
	text-indent: -9999px;
}

#updateButton {
	width:63px;
	height:23px;
	margin:0;
	padding:0;
	background:url(images/new-update-btn.png) no-repeat 0 0;
	border:none;
	position:relative;
	text-indent: -9999px;
}

#updateButton:hover {
	width:63px;
	height:23px;
	margin:0;
	padding:0;
	background:url(images/new-update-btn.png) no-repeat 0 -23px;
	border:none;
	position:relative;
	text-indent: -9999px;
}


#upgradeButton {
	width:156px;
	height:23px;
	margin:0;
	padding:0;
	background:url(images/new-upgrade-btn.png) no-repeat 0 0;
	border:none;
	position:relative;
	text-indent: -9999px;
}

#upgradeButton:hover {
	width:156px;
	height:23px;
	margin:0;
	padding:0;
	background:url(images/new-upgrade-btn.png) no-repeat 0 -23px;
	border:none;
	position:relative;
	text-indent: -9999px;
}

#upgradeButton a{
	width:156px;
	height:23px;
	display:block;
}



#cancelButton {
	width:63px;
	height:23px;
	margin:0;
	padding:0;
	background:url(images/new-cancel-btn.png) no-repeat 0 0;
	border:none;
	position:relative;
	text-indent: -9999px;
}

#cancelButton:hover {
	width:63px;
	height:23px;
	margin:0;
	padding:0;
	background:url(images/new-cancel-btn.png) no-repeat 0 -23px;
	border:none;
	position:relative;
	text-indent: -9999px;
}

#resetButton {
	width:3px;
	height:23px;
	margin:0;
	padding:0;
	background:url(images/new-reset-btn.png) no-repeat 0 0;
	border:none;
	position:relative;
	text-indent: -9999px;
}


#resetButton:hover {
	width:63px;
	height:23px;
	margin:0;
	padding:0;
	background:url(images/new-reset-btn.png) no-repeat 0 -23px;
	border:none;
	position:relative;
	text-indent: -9999px;
}

#deleteButton {
	width:73px;
	height:23px;
	margin:0;
	padding:0;
	background:url(images/new-delete-btn.png) no-repeat 0 0;
	border:none;
	position:relative;
	text-indent: -9999px;
}

#deleteButton:hover {
	width:73px;
	height:23px;
	margin:0;
	padding:0;
	background:url(images/new-delete-btn.png) no-repeat 0 -23px;
	border:none;
	position:relative;
	text-indent: -9999px;
}

#gobackButton {
	width:73px;
	height:23px;
	margin:0;
	padding:0;
	background:url(images/new-goback-btn.png) no-repeat 0 0;
	border:none;
	float:right;
	position:relative;
	text-indent: -9999px;
}

#gobackButton:hover {
	width:73px;
	height:23px;
	margin:0;
	padding:0;
	background:url(images/new-goback-btn.png) no-repeat 0 -23px;
	border:none;
	float:right;
	position:relative;
	text-indent: -9999px;
}

#chooseButton {
	width:95px;
	height:23px;
	margin:0;
	padding:0;
	background:url(images/new-choose-btn.png) no-repeat 0 0;
	border:none;
	float:right;
	position:relative;
	text-indent: -9999px;
}

#chooseButton:hover {
	width:95px;
	height:23px;
	margin:0;
	padding:0;
	background:url(images/new-choose-btn.png) no-repeat 0 -23px;
	border:none;
	float:right;
	position:relative;
	text-indent: -9999px;
}







#understandButton {
	width:118px;
	height:23px;
	margin:0;
	padding:0;
	background:url(images/new-understand-btn.png) no-repeat 0 0;
	border:none;
	position:relative;
	text-indent: -9999px;
}

#understandButton:hover {
	width:118px;
	height:23px;
	margin:0;
	padding:0;
	background:url(images/new-understand-btn.png) no-repeat 0 -23px;
	border:none;
	position:relative;
	text-indent: -9999px;
}

/*
button {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #E9EEF3;
	border: 1px outset #26486B;
	color: black;
}
*/

pre {
	font-family: "Courier New";
	font-size: 12px;
	text-align: left;
}

.err {
	color: red;
	font-weight: bold;
	margin-bottom: 5px;
}

.imp {
	color: #CC3300;
	font-weight: bold;
	margin-bottom: 5px;
}

.msg {
	color: #970F00;
	font-weight:bold;
	margin-bottom: 5px;
	background-color:#faec9e;
	padding:8px;
}

.marker {
	color: red;
	font-weight: bold;
}

.hint {
	font-size: 10px;
	font-style: italic;
	color: gray;
}

#header {
	padding: 10px;
}

.logo {
	font-size: 14px;
	font-weight: bold;
}

#logo a {
	color: black;
}

#today {
	font-size: 10px;
}

#nav {
	text-align: right;
}

#city {
	font-weight: bold;
	font-size: 14px;
	display: block;
}

#sidebar_left {
	padding-top: 10px;
	background-color: #E4EBF8; /*#F0F4FB*/
	border-right: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}
/*
.buttons td {
	text-align: center;
	background-image: url(images/rounded-btn.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 180px;
}
*/
.buttons a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: black;
	padding: 3px;
}

.searchtext {
	color: black;
	font-size:10px;
	}

.bottomlinks {
	color: white;
	}
	
.bottomlinks:hover {
	color: white;
	}

#sidebar_left .head {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}

#sidebar_left .head2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	text-align:center;
}

#sidebar_left table.linkbox {
	margin-bottom: 15px;
}

#sidebar_left table.linkbox a {
	display: block;
	text-align: center;
	padding: 3px;
	border-bottom: 1px solid #DDDDDD;
}

table.sidebox {
	margin-bottom: 10px;
}

table.sidebox td {
	text-align: left;
}

table.sidebox2 {
	margin-bottom: 10px;
}

table.sidebox2 td {
	text-align: left;
}

table.sidebox a {
	color:#FFFFFF;
}

#contentcell {
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}

#content {
	padding: 10px;
}

#path {
	background-color: #F5F5F5;
	font-size: 12px;
	margin-bottom: 5px;
}

#path td {
	padding: 2px;
	font-size: 10px;
}

#path a {
	color: #777777;
	font-size: 12px;
	text-decoration: none;
}

#path a:hover {
	color: black;
	font-size: 12px;
	text-decoration: underline;
}


.eventnav {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
}

table.dir {
}

table.dir_cat {
	
}

table.dir_cat th {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	margin: 0px;
	padding-top: 5px;
}

table.dir_cat td {

}

table.dir_cat .count {
	color: #999999;
	font-size: 10px;
}

table.dir_cat th .count {
	color: gray;
	font-size: 10px;
}

table.postlisting { /* Version 5.0 */
}



table.postlisting td { /* Version 5.0 */
	padding: 0;
}

table.postlisting td.head, table.postlisting tr.head td { /* Version 5.0 */
	font-weight: bold;
	background-color: #EAEAEA;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 0px;
}

table.postlisting td.datehead {/* Version 5.0 */
	background-color: #e7edf2;
	/*border-bottom: 1px solid #CCCCCC;*/
	border-bottom: 0px;
	font-size:10px;
	color: #29333D;
}

table.postlisting td.icon { /* Version 5.0 */
}

table.postlisting td.icon img { /* Version 5.0 */
}

table.postlisting .posttitle { /* Version 5.0 */
	font-weight: bold;
}

table.postlisting .date { /* Version 5.0 */
	font-style: italic;
}

.postheader { /* Version 5.0 */
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #E0E0E0;
}

.postheader .icon { /* Version 5.0 */
	/*vertical-align: top;*/
}

.postheader .posttitle { /* Version 5.0 */
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.postheader .postarea { /* Version 5.0 */
	font-size: 11px;
	font-weight: normal;
}

.post { /* Version 5.0 */
	margin-bottom: 10px;
}

.post .link_marker { /* Version 5.0 */
	color: darkorange;
	font-weight: bold;
}

.ad a {
	color: #29333D;/*#006595;*/
	text-decoration: none;
	font-weight:bold;
}

.ad a:hover {
	color: #970F00;/*#006595;*/
	text-decoration: underline;
	font-weight:bold;
	font-size:16px;
}

.disclosures {
	padding: 5px;
}

.disclosure_yes {
	color: green;
}

.disclosure_no {
	color: red;
}

.disclosures b {
}

.postpics { /* Version 5.0 */
	margin-bottom: 10px;
	/*border-bottom: 1px solid #DDDDDD;*/
}

.postpics img { /* Version 5.0 */
	border: 1px;
	border-color: #970F00;
	/*padding: 10px;
	background-color: #FAFAFA;*/
	padding: 4px;
	
}

.imglisting {
	border: dashed 1px #970F00;
}

.imgitem {
	margin-bottom: 30px;
}

.imgitem .head {
	font-size: 12px;
	font-weight: bold;
}

.imgitem img.img {
	margin-top: 5px;
	border: 1px solid #29333D;
}

.imgitem .caption {
}

.imgitem .poster {
	font-weight: bold;
}

.imgitem .time {
	font-weight: bold;
}

.imgitem .desc {
	margin-top: 5px;
}

.linkbox2 a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	background-color: darkorange;
	color: white;
	text-align: center;
}

.linkbox2 a:hover {
	color: white;
	text-align: center;
}

.imagecredits {
}

.imagecredits .head {
	font-weight: bold;
	text-transform: uppercase;
}

.imagecredits a {
}

.imagecredits .count {
	color: #BBBBBB;
	font-size: 10px;
}

.comments {
}

.comments .head {
	font-size: 12px;
	font-weight: bold;
}

.commentitem {
	margin-bottom: 10px;
}

.commentitem .poster {
	font-weight: bold;
	display: block;
}

.commentitem .time {
	color: gray;
	display: block;
}

.commentitem .comments {
	display: block;
}

#sidebar_right_cities {
	background-color: #E9EEF3;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	padding: 0px 5px 5px 5px;
}

#sidebar_right {
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	padding: 5px 5px 5px 5px;
}

#sidebar_right a {
}

.citylist_country {
	display: block;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 10px;
}

.citylist_city {
	color: #777777;
	font-size: 12px;
	margin-left: 10px;
}

#footer {
	color: #A0A0A0;
}

#footer td {
	font-size: 10px;
	padding-left: 2px;
	padding-top: 0px;
}

table.postad {
}

img.thumb {
	border: 1px solid #29333D;
}

.postpath {
	padding: 5px;
	border: 1px solid #DBC06F;
	background-color: #F7F0DD;
	font-size: 12px;
	color: brown;
	margin-bottom: 10px;
}

.postpath b {
	color: black;
}

.postpath a {
	font-weight: bold;
	color: #003399;
	font-size: 11px;
}

#search_top {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FAFAFA;
	border: 1px solid #EAEAEA;
}

.invoice {
	background-color: #F0F0F0;
	border-right: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
}

.invoice td {
	background-color: white;
	padding: 5px;
	border-left: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}

.invoice .empty {
	background-color: white;
	border: 1px solid white;
}

.invoice .firstcell {
	font-weight: bold;
}

.invoice .maincell {
	/*background-color: #FAFAFA;*/
	text-align: right;
}

.invoice .totalrow td {
	background-color: #FAFAFA;
}

.invoice .totalrow .totalcell {
	background-color: #F3F3F3;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}
/*
.featuredad_first, .featuredad_first td {
	width:783px;
	height:87px;
	padding: 0;
	margin: 0;
	background: url(images/featuredAdListingBG.png) no-repeat 0 0;
}
*/
.featuredad_first {
	width:783px;
	height:87px;
	padding: 0;
	margin: 0;
	background: url(images/featuredAdListingBG.png) no-repeat 0 0;
}

.featuredevent_first {
	width:783px;
	height:87px;
	padding: 0;
	margin: 0;
	background: url(images/featuredEventListingBG.png) no-repeat 0 0;
}


/*
.featuredad, .featuredad td {
	padding: 5px 5px 2px 5px;
	margin-bottom: 10px;
	background-image:url(images/featured-gradient-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

*/

.featuredad {
	width:783px;
	height:87px;
	padding: 0;
	margin: 0;
	background: url(images/featuredAdListingBG.png) no-repeat 0 0;
}

.featuredevent {
	width:783px;
	height:87px;
	padding: 0;
	margin: 0;
	background: url(images/featuredEventListingBG.png) no-repeat 0 0;
}

/*
.featuredad, .featuredad td {
	width:783px;
	height:87px;
	padding: 0;
	margin: 0;
	background: url(images/featuredAdListingBG.png) no-repeat 0 0;
}
*/



.featuredad a, .featuredad_first a {
	font-weight: bold;
}

.post_note {
	color: #970F00;
}

.latestposts { /* Version 5.0 */
	border-top: 1px solid #F0F0F0;
	padding: 5px;
}

.latestposts .head { /* Version 5.0 */
	font-weight: bold;
	text-transform: uppercase;
	font-size:15px;
}
.latestposts td { /* Version 5.0 */
	border-top: 1px solid #F0F0F0;
}


.adcat {
	font-size: 10px;
	color: #444444;
	/*text-decoration: underline;*/
}

table.latestads_table td {
	padding: 1px;
}

table.latestads_table a.featured {
	font-weight: bold;;
}

.catlist .cat {
	padding: 1px;
	display: block;
}

.catlist .cat a {
	font-weight: bold;
	color: white;
}

.catlist .subcat {
	padding: 1px;
	display: block;
	color: white;
}

.catlist .count {
	color: white;
}

.adpreview {
	display: block;
	font-size: 10px;
	color: gray;
}

select.formSelect {
    font-size: 11;
	font-weight:bold;
    color: #000000;
    background-color: #e7edf2;
	background-image:url(/images/rounded-btn.png);
	height:22px;
	width:176px;
    cursor: pointer;
	border:0;
	padding:4px;
}
/* Begin Version 5.0 */
.hits {
	font-size: smaller;
	text-align: right;
}

.wmd-preview {
	border: 1px solid silver;
	background-color: #FAF9F5;
	padding: 10px;
	margin-bottom:  10px;
}
/* End Version 5.0 */

/* Begin Version 5.1 */
#citytitle {
	font-size: 14px;
	font-weight: bold;
}

#citytitle a {
	color: black;
	text-decoration: none;
}

#citytitle a:hover {
	color: #DF971E;
	text-decoration: none;
}

#demo {
    background-color: #F0E68C;
    padding: 5px 5px 5px 10px;
    margin: 3px 0px 0px -10px;
    width: 160px;
    font-family: Georgia, serif;
    font-size: 13px;
}

#demo a {
	text-decoration: underline;
	color: crimson;
	margin-left: 5px;
}

.flatnavsep {
	font-weight: bold;
	color: #DF971E;
}
/* End Version 5.1 */

/* BEGIN David26 Account (If you have a custom design you may need to change these values) */
.acc_row_light {
	background-color: #FFFFFF;
}

.acc_row_dark {
	background-color: #E4EBF8;
}

table.panel_border {
	border: 1px #A5A5A5 solid;
}

#fImage {
   border: 1px #949494 solid;
}

.welcome {
   color: #003366;
   font-weight:bold;
}

.pro_header {
	padding-top: 10px;
	margin-bottom: 10px;
   font-size: 14px;
   font-weight:bold;
   color: steelblue;
}


/* END David26 Account */


/* New Navbar */

#nav00 {
	display: block;
	width: 119px;
	height: 30px;
	background: url("images/nav-rent_space-set.gif") no-repeat 0 0;
}
#nav00:hover {
	background-position: 0 -30px;
}
#nav00: span {
	display: none;
}
#nav0 {
	display: block;
	width: 108px;
	height: 30px;
	background: url("images/nav-job_space-set.gif") no-repeat 0 0;
}
#nav0:hover {
	background-position: 0 -30px;
}
#nav0: span {
	display: none;
}
#nav1 {
	display: block;
	width: 209px;
	height: 30px;
	background: url("images/nav-post_free_deal-set.gif") no-repeat 0 0;
}
#nav1:hover {
	background-position: 0 -30px;
}
#nav1: span {
	display: none;
}

#nav2 {
	display: block;
	width: 182px;
	height: 30px;
	background: url("images/nav-free_events&concerts-set.gif") no-repeat 0 0;
}
#nav2:hover {
	background-position: 0 -30px;
}
#nav2: span {
	display: none;
}

#nav3 {
	display: block;
	width: 138px;
	height: 30px;
	background: url("images/nav-the_free_space-set.gif") no-repeat 0 0;
}
#nav3:hover {
	background-position: 0 -30px;
}
#nav3: span {
	display: none;
}	

#nav4 {
	display: block;
	width: 51px;
	height: 30px;
	background: url("images/nav-faq-set.gif") no-repeat 0 0;
}
#nav4:hover {
	background-position: 0 -30px;
}
#nav4: span {
	display: none;
}

#nav5 {
	display: block;
	width: 193px;
	height: 30px;
	background: url("images/nav-mailing_list-set.gif") no-repeat 0 0;
}
#nav5:hover {
	background-position: 0 -30px;
}
#nav5: span {
	display: none;
}	

#headerNav1 {
	display: block;
	width: 80px;
	height: 25px;
	background: url("images/btn-my_account-set.gif") no-repeat 0 0;
}
#headerNav1:hover {
	background-position: 0 -25px;
}
#headerNav1: span {
	display: none;
}
#headerNav1 a {
	display: block;
	width: 100%;
	height: 100%;
}	

#headerNav2 {
	display: block;
	width: 60px;
	height: 25px;
	background: url("images/btn-contact-set.gif") no-repeat 0 0;
}
#headerNav2:hover {
	background-position: 0 -25px;
}
#headerNav2: span {
	display: none;
}	

#nextAd {
	display: block;
	width: 64px;
	height: 18px;
	background: url("images/btn-next-ad-set.gif") no-repeat 0 0;
}
#nextAd a {
	display: block;
	width: 100%;
	height: 100%;
}
#nextAd:hover {
	background-position: 0 -18px;
}
#nextAd: span {
	display: none;
}

#prevAd {
	display: block;
	width: 64px;
	height: 18px;
	background: url("images/btn-prev-ad-set.gif") no-repeat 0 0;
}
#prevAd a {
	display: block;
	width: 100%;
	height: 100%;
}
#prevAd:hover {
	background-position: 0 -18px;
}
#prevAd: span {
	display: none;
}



#nextDay {
	display: block;
	width: 80px;
	height: 18px;
	background: url("images/btn-next-day-set.gif") no-repeat 0 0;
}
#nextDay a {
	display: block;
	width: 100%;
	height: 100%;
}
#nextDay:hover {
	background-position: 0 -18px;
}
#nextDay: span {
	display: none;
}

#prevDay {
	display: block;
	width: 80px;
	height: 18px;
	background: url("images/btn-prev-day-set.gif") no-repeat 0 0;
}
#prevDay a {
	display: block;
	width: 100%;
	height: 100%;
}
#prevDay:hover {
	background-position: 0 -18px;
}
#prevDay: span {
	display: none;
}



/* end nav */


.prev_next {
	vertical-align:bottom;
}
.prev_next a {
	color:#970F00;
	text-decoration:underline;
}
.prev_next a:hover {
	color:#970F00;
	text-decoration:none;
}

.nextImage {
	background-image:url(images/next_ad-arrow.gif);
	width:100px;
	height:50px;
	background-repeat:no-repeat;
}
.prevImage {
background-image:url(images/prev_ad-arrow.gif);
width:135px;
	height:50px;
	background-repeat:no-repeat;
}
.prev_nextImage a {
	color:#970F00;
	text-decoration:underline;
}
.prev_nextImage a:hover {
	color:#970F00;
	text-decoration:none;
}

@media print { 
.remove{ 
        display:none; 
    } 
}


#testCell {
	margin:0;
}

#testCell tr {
	padding-top:20px;
	background-color:#ffffff;
}

a#link {
	display:block;
	width:100%;
	height:100%; 
}

#testCell tr:hover {
	background-color:#edf2fa;
}

/* simple css-based tooltip */
.tooltip {
	background-color:#970F00;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font: bold 10px Verdana;


	/* outline radius for mozilla/firefox only */
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}

/* error message */
.error {
	/* supply height to ensure consistent positioning for every browser */
	height:16px;
	font: 10px Arial, Helvetica, sans-serif;
	color:red;
	padding: 0 10px 20px 0; 
	margin:0;
	line-height:16px;
	z-index:9999;

}

