body {
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
  background-color: #555;
  background-repeat: repeat-x;
  font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
  font-size: 13px;
  color: #333;
}

#gray_out {
  background-color: #555;
  position: absolute;
  top: 0px;
  left: 0px;
  min-height: 300%;
  min-width: 100%;
}

h1 {
  font-size: 28px;
  color: #333;
}

a  {
	color: #03c;
	text-decoration: none;
	}
a:hover {
  text-decoration: underline;
}

a.footer_link{
	color: #222;
}

a.footer_link:hover{
	color: #111;
}

#admin_bar {
  background-color: #ffffff;
  background-image: url(../images/30x1RedBg.gif);
  background-repeat: repeat-x;
  height: 24px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  padding-top: 6px;
  border: 1px solid;
  border-width: 1px 0px 1px 0px;
  border-top-color: #ff4040;
  border-bottom-color: #111;
  text-align: center;
}

#logged_in_status{ 
	background: #121212;
	color:#ddd;
	margin-right: 20px;
	margin-top: 20px;
	padding-top: 1px; 
	padding-bottom: 2px; 
	padding-left:10px;
	padding-right:10px;
	border: 1px solid #010101; 
	border-top-color: #000; 
	border-bottom-color: #222; 
}

#logged_in_status a{
	color: #7396ff;
	text-decoration: none;
}

#logged_in_status a:hover{
	color: #99b2ff;
	background: #121212;
	text-decoration: underline;
}

#full_page_top {
	position: relative;
	background-color: #777;
	background-image: url(../images/5x5GrayBgDiag.gif); */
}

#page {
  background-color: #fff;
  width: 755px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  border-left: 10px solid #888;
  border-right: 10px solid #888;
}

#full_page_bottom {
	background-color: #fff;
}

#content {
  float: left;
  background-color: #fff;
  padding: 25px;
  width: 500px;
}

#content h1 {
	font-size: 20px;
}

#content h2 {
	font-size: 16px;
}

#sidebar {
  float: right;
  width: 205px;
  background: #fff;
}

#footer {
  clear: both;
  background-color: #555;
 background-image: url(../images/30x1GrayBg.gif);
  background-repeat: repeat-x;
  height: 24px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  padding-top: 6px;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #444;
}

#footer_text{ 
	color:#333;
}


#header {

  padding-right: 30px;
}

#about {

  padding-right: 30px;
}


#header {
  background-repeat: no-repeat;
  background-position: top left;
  margin-bottom: 45px;
  
}

#header h1, #header h2 {margin: 0}
#header h1{
  padding-bottom: 3px;
  border-bottom: 1px solid #333;
}

#header h2 {
  text-align: right;
  color: #888;
  font-weight: normal;
  padding-top: 1px;
  font-size: 16px;
}

#logo{
	padding-right: 20px;
}


#about h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

#about-content {
  background-color: #ffd;
  border: 1px solid #fc0;
  margin-left: -11px;
}
#about-content table {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 11px;
  border-collapse: collapse;
}
#about-content td {
  padding: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}
#about-content td.name  {color: #555}
#about-content td.value {color: #000}

#about-content.failure {
  background-color: #fcc;
  border: 1px solid #f00;
}
#about-content.failure p {
  margin: 0;
  padding: 10px;
}


#getting-started {
  border-top: 1px solid #ccc;
  margin-top: 25px;
  padding-top: 15px;
}
#getting-started h1 {
  margin: 0;
  font-size: 20px;
}
#getting-started h2 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  margin-bottom: 25px;
}
#getting-started ol {
  margin-left: 0;
  padding-left: 0;
}
#getting-started li {
  font-size: 18px;
  color: #888;
  margin-bottom: 25px;
}
#getting-started li h2 {
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  color: #333;
}
#getting-started li p {
  color: #555;
  font-size: 13px;
}


#search {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 11px;
}
#search input {
  font-size: 11px;
  margin: 2px;
}
#search-text {width: 170px}


#sidebar ul {
  margin-left: 0;
  padding-left: 0;
  padding-right: 25px;
  padding-bottom: 5px;
}
#sidebar ul h3 {
  background: #7b7b7b;
  background-image: url(../images/27x1GraySheen.gif);
  background-repeat: repeat-x;
  color: #222;
  margin-top: 25px;
  font-size: 14px;
  font-weight: normal;
  padding: 5px;
  padding-left: 10px;
  border-top: 1px solid #eee;
  border-left: 1px solid #888;
  border-right: 1px solid #888;
  border-bottom: 1px solid #333;
}
#sidebar li {
  list-style-type: none;
}

#sidebar ul.links li {
  padding-left: 0px;
  margin-bottom: 5px;
}

img.rounded {
  position: relative;
  top: 3px;
  margin: 0px;
  padding:0px;
  border: 0px;
}

#sidebar ul.links li .vcard {
  padding-left: 10px;
}

#sidebar ul.links li a {
  height: 16px;
  color: #333;
  padding-left: 10px;
  padding-right: 0px;
  background: #fff;
  text-decoration: none;
}

a.listing_link  {
  height: 16px;
  padding-left: 10px;
  padding-right: 0px;
  background: #fff;
  text-decoration: none;
}


#sidebar ul.links li a:hover {
  background-image: url(../images/roundedLeft.gif);
}

a.listing_link:hover {
  color: #333;
  background-image: url(../images/roundedLeft.gif);
}

.tel .type {
	display: none;
}


pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}


.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

.with_photo {
	float:left;
	width: 100px;
}

.without_photo{
	float:left;
	width: 90px;
	padding-left: 10px;
	line-height: 60px;
}

.listing_details{
	padding-top: 5px;
}

.index_listing{
	clear:left;
	height: 60px;
	border: 1px solid #ccc;
	border-top-color: #eee;
	border-bottom-color: #aaa;
	margin-bottom: 5px;
	background: url(../images/60x1LiteGraySheen.gif);
	/* background: #f3f3f3 */ 
	cursor: pointer;
}

#featured{
  margin-right: 30px;
	background-color: #777;
	background-image: url(../images/60x1DarkGraySheen.gif);
border: 1px solid #bbb; /* #FFC884; */
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #999;
  text-align: center;
}

#featured h1{
  color: #333;
  font-weight: normal;
}

.listing_container{
 		background-color: #777;
		background-image: url(../images/60x1DarkGraySheen.gif); 
	border: 1px solid #bbb; /* #FFC884; */
	  border-top: 1px solid #ddd;
	  border-bottom: 1px solid #999;

}

.listing_container h2{
	margin-left: 30px;
	font-weight: normal;
	color: #333;
}

#listing{
	background: #eee;
	border-top: 1px solid #999;
	padding-top: 10px;
	padding-bottom:30px;
  padding-left: 30px;
  padding-right: 30px;
}

#featured_listings{
	border-top: 1px solid #999;
	padding: 5px;
	padding-top: 15px;
	padding-bottom: 1px;
	background: #eee;
}