/* adpost.css: Citynews posted ads style sheet
   Phil Glatz  4/4/2005
*/   

html, body { height: 100%; }
body {
  margin: 5px 5px 5px 5px;
}
body,td,form,option {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: normal;
}
body {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 5px auto 5px auto;
  background-color: #ffe68c;
  text-align: center;
  width: 50em;
}


/* standard hyperlinks */
a {
  color: #0000FF;
  font-weight: normal;
}
a:link {  color: #0000FF; }
a:visited { color: #800080; }
a:active { color: #FF0000; }
a:hover{ color: #0000FF; }

.b-top { border-top: 1px solid #444444; }
.b-right { border-right: 1px solid #444444; }
.b-bottom { border-bottom: 1px solid #444444; }
.b-left { border-left: 1px solid #444444; }

/* ---------------------------------------- */
/* Divisions                                */
/* ---------------------------------------- */

div#envelope{
  width: 720px;
  text-align: left;
}

div#main {
}

p.adphoto {
  margin: 0.5em 0px 1em 0px;
  text-align: center;
}

/* page footer */
div#footer {
  text-align: center;
  margin-top: 2em;
	font-size: 76%;
	width: 100%;
	border-top: 1px solid #333;
	padding: 0.5em 0 0 0;
}
div#footer A, div#footer A:link, div#footer A:visited, div#footer A:active {
	color: #666666;
}
div#footer A:hover {
	color: #222;
}
div#footer p.leftside {
	float: left;
	color: #666666;
	padding: 0.5em 0 0 1.5em;
}
div#footer p.rightside {
	float: right;
	color: #666666;
	padding: 0.5em 1.5em 0 0;
}
div#footer p.bottom-banner{
  margin: 0 0 1em 0;
  text-align: center;
}


div.adtop {
  background-image: url(/global-img/toplogo1.gif);
  width: 720px;
  height: 160px;
  background-repeat: no-repeat;
}
div.adtop p.adsense {
  margin: 6px 0px 6px 140px;
  padding-top: 6px;     
}
div.adtop p.head {
  margin: 6px 0px 6px 190px;
  padding-top: 6px;
  vertical-align: bottom; 
  font-size: 200%;
  font-weight: bold;
}


/* this replaces div#global-nav */
div.global-navigation {
  background-color: #eeeeee;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #444444;
  text-align: center;
  font-size: 90%;
}
div.global-navigation a:link,
  div.global-navigation a.:visited,
  div.global-navigation a.:active {
  color: black;
  text-decoration: none;
}
div.global-navigation a:hover {
  color: black;
  text-decoration: none;
  background-color: #DDDDFF;
}
div.global-navigation div.rborder1 {
  border-right: 1px solid #444444;
  display: inline;
  padding: 2px 4px 2px 4px;
  font-size: 90%;
}
div.global-navigation div.rcell {
  display: inline;
  padding: 2px 4px 2px 4px;
  font-size: 90%;
}
   
/* user image division */
div.user-image {
  margin: 12px 0px 24px 0px;
  text-align: center;
}

/* links to other places */
div.adlinks {
  margin: 0px 0px 0px 0px;
  padding: 6px 0px 0px 0px;
  font-size: 80%;
  text-align: left;
  background-color: transparent;
}
div.adlinks ul {
  margin-bottom: 0px;
  margin-left: 12px;
  margin-top: 0px; 
}
div.adlinks li {
  margin-left: 6px;
  text-indent: 0px;
}
div.adlinks p {
  margin: 6px 0px 0px 6px;
  font-size: 75%;
}

/* text of the ad */
div#ad-text {
  margin: 12px 10px 6px 10px;
  color: #000000;
  text-align: left;
  background-color: White; 
  padding: 12px 0 12px 6px;
}

div#ad-text p.adtitle {
  margin: 0px 40px 18px 40px;
  color: #000000;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
}
div#ad-text p.featured {
  margin: 3px 3px 12px 3px;
  border: 1px solid Red;
  padding: 0px 6px 6px 6px;
}


