body {
  background: url(images/background.gif) repeat left top;
  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

#logoDiv {
  position: absolute;
  left: 19px;
  top: 28px;
  z-index: 2;
}

#logoDiv a {
  text-decoration: none;
  cursor: pointer;
}

#logoDiv img {
  border: none;
}

#masthead {
  position: absolute;
  display: block;
  left: 248px;
  top: 35px;
  width: 540px;
  height: 94px;
  background: url(images/masthead.jpg) no-repeat left top;
  z-index: 2;
}

.menuBtn {
  position: absolute;
  display: block;
  top: 5px;
  width: 79px;
  height: 18px;
  padding: 70px 0px 0px 0px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  color: #000000;
  font-weight: bold;
  font-size: .9em;
  letter-spacing: -.06em;
}

#homeBtn { left: 94px; }

#homeBtn:hover,
#homeBtn.selected {
  background: url(images/home_over.jpg) no-repeat left top;
  color: #FFFFFF;
}

#createBtn { left: 204px; }

#createBtn:hover,
#createBtn.selected {
  background: url(images/create_over.jpg) no-repeat left top;
  color: #FFFFFF;
}

#pricesBtn { left: 314px; }

#pricesBtn:hover,
#pricesBtn.selected {
  background: url(images/prices_over.jpg) no-repeat left top;
  color: #FFFFFF;
}

#contactBtn { left: 424px; }

#contactBtn:hover {
  background: url(images/contact_over.jpg) no-repeat left top;
  color: #FFFFFF;
}

#content,
#accountContent {
  position: absolute;
  display: block;
  left: 61px;
  top: 129px;
  background-color: #E7F3F8;
  width: 714px;
  height: 496px;
  z-index: 1;
  border: 1px solid #2D4897;
  padding-bottom: 20px;
}

#dsContents,
#bbContents {
  position: absolute;
  display: block;
  top: 129px;
  left: 61px;
  min-height: 496px;
  width: 714px;
  padding-bottom: 20px;
  border: 1px solid #2D4897;
  text-align: center;
  background-color: #E7F3F8;
  z-index: 1;
}

.pageTitle {
  color: #0000FF;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 40px 0px 5px 0px;
}

#selectCityLabel {
  display: block;
  font-weight: bold;
  text-align: center;
  margin: 20px auto 20px auto;
  font-size: 1.2em;
}

#selectCity {
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 0px 0px;
}

div.descPanel {
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 20px auto 20px auto;
  width: 382px;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #2D4897;
}

#descriptionDiv {
  text-align: center;
}

#dsDescription {
  height: 130px;
}

#bbDescription {
  height: 140px;
}

#dsDescription p,
#bbDescription p {
  padding: 9px 15px 9px 15px;
  font-size: 1em;
  text-align: left;
}

#dsDescription h3,
#bbDescription h3 {
  color: #FFFFFF;
  background-color: #5475D8;
  width: 382px;
  height: 25px;
  text-align: center;
  padding: 3px 0px 6px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 1.5em;
}

#dsDescription span.showMeBtn,
#bbDescription span.showMeBtn {
  position: absolute;
  right: 8px;
  bottom: 8px;
  border: 1px solid #2D4897;
  cursor: pointer;
  text-align: center;
  color: #000000;
  font-size: .9em;
  padding: 1px 3px 2px 3px;
  text-decoration: none;
}

#dsDescription span.over,
#bbDescription span.over {
  background-color: #5475D8;
  color: #FFFFFF;
}

#dsCategories {
  margin: 40px auto 0px auto;
  width: 70%
}

#bbCategories {
  margin: 40px auto 0px auto;
  width: 75%
}

#dsCategories div.colLeft,
#bbCategories div.colLeft {
  float: left;
}

#dsCategories div.colRight,
#bbCategories div.colRight {
  float: right;
}

#dsCategories a.categoryBtn,
#bbCategories a.categoryBtn {
  display: block;
  margin: 10px auto 10px auto;
  padding: 2px 8px 5px 8px;
  border: 1px solid #2D4897;
  background-color: #5475D8;
  cursor: pointer;
  font-size: 1.55em;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
}


#dsCategories a.categoryBtn:hover,
#bbCategories a.categoryBtn:hover {
  border: 1px solid #0000FF;
  background-color: #00B894;
}

#dsTitle {
  width: 373px;
  height: 85px;
}

#bbTitle {
  width: 592px;
  height: 82px;
  margin-top: 15px;
}

/* table styles ------------------------------------ */
table {
  width: 677px;
  margin: 0px auto 0px auto;
  border-spacing: 0px 0px;
  border-collapse: collapse;
  empty-cells: show;
  border: 1px solid #2D4897;
}

thead.main {
  height: 23px;
  background-color: #5475D8;
  color: #FFFFFF;
  font-size: larger;
  font-weight: bold;
  text-align: left;
}

thead.main th.col1 {
  width: 33%;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

#dsEntries thead.main th.category {
  width: 33%;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

#bbEntries thead.main th.category {
  width: 33%;
  text-align: right;
  padding-left: 0px;
  padding-right: 10px;
  margin-left: 0px;
  margin-right: 0px;
}

tr.row1 {
  background-color: #C1E7F7;
}

tr.row1 .col2 {
  text-align: left;
}

tr.row1 * {
  padding-top: 10px;
  padding-bottom: 2px;
}

th {
  padding-left: 10px;
  white-space: nowrap;
}

#dsEntriesSub .col1 {
  width: 150px;
  text-align: center;
}

#bbEntries .col1,
#bbEntriesSub .col1 {
  padding-left: 8px;
  text-align: left;
}

.col3 {
  min-width: 200px;
  text-align: right;
  white-space: nowrap;
  padding-right: 10px;
}

table.sub {
  margin-bottom: 6px;
  border-top: none;
  border-right: none;
  border-left: none;
}

table.sub img {
  width: 117px;
  height: 117px;
  border: 2px solid #000000;
}

table.sub tr.odd {
  background-color: #CEF3F8;
  height: 38px;
}

table.sub tr.even {
  background-color: #F3F9FC;
  height: 38px;
}

table.sub tr.odd td,
table.sub tr.even td {
  width: 500px;
}

table.sub tr.even td div,
table.sub tr.odd td div {
  width: 60px;
  height: 10px;
  font-weight: bold;
  float: left;
}

table.sub td {
  padding: 1px 9px 1px 5px;
  text-align: left;
  width: 100%;
}

table.sub p.eventDate {
  display: block;
  float: right;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
  text-align: right;
  font-weight: bold;
}

table.sub a.webaddress {
  display: block;
  float: left;
  width: 300px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

table.sub a{
  text-decoration: none;
}

table.sub a:hover {
  font-weight: bold;
}

table.sub a img {
  border: 2px solid #5475D8;
}

table.sub a:hover img {
  border: 2px solid #CEF3F8;
}

p.phone {
  font-weight: bold;
  text-align: center;
}

#purchaseAd {
  position: absolute;
  display: block;
  left: 61px;
  top: 129px;
  width: 714px;
  border: 1px solid #2D4897;
  padding-bottom: 70px;
  background-color: #E7F3F8;
  z-index: 1;
}

#adContents {
  position: absolute;
  display: block;
  left: 61px;
  top: 129px;
  width: 714px;
  border: 1px solid #2D4897;
  padding-bottom: 70px;
  background-color: #E7F3F8;
  text-align: center;
  z-index: 1;
}

#adIntro {
  margin: 6px auto 20px auto;
  text-align: left;
  width: 90%;
}

#adOptions {
  list-style-type: none;
  width: 90%;
  text-align: left;
  margin: 6px auto 20px auto;
  padding: 0px 0px 0px 0px;
}

#adOptions li.header p.title {
  display: block;
  height: 30px;
  width: 50%;
  padding: 3px 0px 0px 8px;
  margin: 20px -9px 6px 0px;
  text-align: left;
  font-weight: bold;
  font-size: 1.3em;
  float: left;
  color: #000000;
  background-color: #5475D8;
}

#adOptions li.header p.title2 {
  display: block;
  height: 30px;
  width: 97%;
  padding: 3px 8px 0px 8px;
  margin: 20px 0px 6px 0px;
  text-align: left;
  font-weight: bold;
  font-size: 1.3em;
  clear: both;
  color: #000000;
  background-color: #5475D8;
  white-space: nowrap;
}

#adOptions li.header p.price {
  display: block;
  height: 30px;
  width: 50%;
  padding: 3px 8px 0px 0px;
  margin: 20px 0px 6px -9px;
  text-align: right;
  font-weight: bold;
  font-size: 1.3em;
  float: right;
  color: #FFFFFF;
  background-color: #5475D8;
}

#adOptions ul.sub {
  list-style-type: disc;
}

#adContents table {
  width: 300px;
  margin: 20px auto 10px auto;
  border-spacing: 0px 0px;
  border-collapse: collapse;
  empty-cells: show;
  border: 1px solid #2D4897;
  clear: both;
  text-align: center;
}

#adContents thead {
  background-color: #5475D8;
}

#adContents tr.even {
  background-color: #C1E7F7;
}

#adContents div.tableDiv {
  text-align: center;
}

#adContents p.trailer {
  width: 90%;
  text-align: center;
  font-size: .9em;
  margin: 0px auto 0px auto;
}
.invisible {
  display: none;
  visibility: hidden;
}

.cntr {
  text-align: center;
}

#debug {
  display: block;
  background-color: #AAAAAA;
  color: #000000;
  border: 1px solid #000000;
  position: absolute;
  z-index: 10000;
  right: 200px;
  top: 400px;
  width: 300px;
  height: 260px;
}

#orderFormDiv {
  position: absolute;
  display: block;
  left: 61px;
  top: 129px;
  background-color: #E7F3F8;
  width: 714px;
  z-index: 1;
  border: 1px solid #2D4897;
  padding-bottom: 70px;
  text-align: center;
}

#formContents {
  text-align: left;
  display: block;
  width: 90%;
  margin: 10px auto 10px auto;
}

#formContents table#dsEntries,
#formContents table#bbEntries,
#formContents table#dsEntriesSub,
#formContents table#bbEntriesSub {
  position: relative;
  left: -15px;
}

textarea {
  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
  font-size: .9em;
  height: 50px;
  width: 500px;
  overflow: hidden;
}

#orderFormDiv label {
  display: block;
  font-size: .9em;
  font-weight: bold;
  padding-bottom: 17px;
}

#orderFormDiv label span,
#logoCBLabel span {
  font-weight: normal;
  font-size: .75em;
}

p.required {
  font-size: .85em;
  color: #FF0000;
  font-style: italic;
  font-weight: normal;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

span.required {
  color: #FF0000;
  font-style: italic;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

#customerIDCBLabel {
  width: 670px;
  height: 38px;
  clear: both;
  font-weight: bold;
  font-size: .9em;
  margin-bottom: 8px;
}

#customerIDCB {
  padding: 0px 0px 0px 0px;
  margin: -3px 3px 0px 0px;
}

#customerID {
  width: 220px;
}

#businessNameLabel {
  width: 340px;
  float: left;
}

#businessName {
  width: 326px;
}

#contactNameLabel {
  width: 290px;
  float: right;
}

#contactName {
  width: 285px;
}

#addressLabel {
  width: 290px;
  float: left;
}

#address {
  width: 266px;
}

#cityLabel {
  width: 200px;
  margin-left: 30px;
  float: left;
}

#phoneLabel {
  float: right;
}

#phone {
  width: 116px;
}

#email1Label {
  width: 315px;
  float: left;
}

#email2Label {
  width: 326px;
  float: left;
}

#email1,
#email2 {
  width: 262px;
}

#webAddressCBLabel {
  width: 670px;
  height: 38px;
  clear: both;
  font-weight: bold;
  font-size: .9em;
  margin-bottom: 17px;
}

#webAddressCBLabel span {
  font-weight: normal;
  font-size: .75em;
}

#webAddressCB {
  padding: 0px 0px 0px 0px;
  margin: -3px 3px 0px 0px;
}

#webAddress {
  width: 446px;
}

#dsStartDateLabel {
  width: 100px;
  float: left;
  text-align: center;
}

#dsStartDate {
  margin-top: 7px;
}

#radioDiv {
  font-weight: bold;
  font-size: .9em;
  width: 110px;
  float: left;
}

#radioDiv p {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px -4px 0px;
}

#radioDiv label {
  padding: 3px 0px 0px 0px;
  margin: 0px 0px -3px 0px;
}

#radioDiv input {
  padding: 0px 0px 0px 0px;
  margin: 0px 3px -4px 0px;
}

#dsCategoryLabel {
  width: 185px;
  float: left;
}

#dsCategory {
  width: 160px;
  margin-top: 7px;
}

#dsOfferTypeLabel {
  width: 125px;
  float: left;
}

#dsOfferType {
  width: 110px;
  margin-top: 7px;
}

#dsOfferTypeLabel2 {
  width: 300px;
  float: right;
}

#dsOfferType2 {
  width: 110px;
}

#dsAdDurationLabel {
  float: right;
}

#dsAdDuration {
  width: 110px;
  margin-top: 7px;
}

#logoCBLabel {
  display: block;
  width: 100%;
  clear: both;
  padding-top: 9px;
  font-weight: bold;
  font-size: .9em;
}

#logoCB {
  padding: 0px 0px 0px 0px;
  margin: -3px 3px 0px 0px;
}

#logoFile {
  margin-top: 3px;
}

#entriesLabel {
  clear: both;
  font-weight: bold;
  font-size: .9em;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 0px 0px;
}
#entriesLabel span {
  font-weight: normal;
  font-size: .75em;
}

#entriesDiv {
  border: 2px solid #2D4897;
  margin: 5px 0px 15px 0px;
  width: 100%;
  height: 375px;
}

#entriesDiv label.dayLabel {
  font-weight: bold;
  padding: 10px 0px 0px 10px;
  margin: 0px 0px 0px 0px;
  float: left;
}

#entriesDiv textarea {
  float: right;
  margin-right: 10px;
  margin-top: -20px;
  width: 565px;
  height: 40px;
}

#bbCategoryLabel {
  width: 215px;
  float: left;
}

#bbCategory {
  width: 160px;
  margin-top: 7px;
}

#bbStartDateLabel {
  float: left;
  text-align: center;
  font-weight: bold;
  font-size: .9em;
  padding-left: 5px;
}

#bbDurationLabel {
  float: left;
  text-align: center;
  font-weight: bold;
  font-size: .9em;
  width: 100px;
  margin-left: 20px;
}

#bbStartMonth {
  margin-top: 7px;
  margin-right: 7px;
}

#bbDuration {
  margin-top: 7px;
  margin-right: 7px;
  width: 30px;
}

#bbStartDay1,
#bbStartDay2,
#bbStartDay3 {
  margin-top: 7px;
}

#bbAdTitleLabel,
#bbAdTitle{
  clear: both;
  width: 260px;
}

#bbAdBodyLabel,
#bbAdBody{
  width: 100%;
}

#accountContent {
  text-align: center;
}

#accountContent p {
  margin: 20px 20px 20px 20px;
  padding: 3px 3px 3px 3px;
  text-align: center;
}

a.clickHere {
  display: block;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.5em;
  margin: 10px auto 20px auto;
  width: 220px;
  border: 1px solid #5475D8
}

a.clickHere:hover {
  cursor: pointer;
  font-weight: bold;
  background-color: #5475D8;
  color: #FFFFFF;
}

p.confirm {
  text-align: left;
  padding: 3px 3px 3px 3px;
  margin: 20px 20px 20px 20px;
}

p.confirm strong {
  font-weight: bold;
  font-size: 1.3em;
}

#total {
  text-align: center;
}

#sendBtn {
  text-align: center;
}

#buttonPlace {
  position: absolute;
  top: 200px;
  left: 550px;
}

#confContent, 
#sitemapContent {
  position: absolute;
  display: block;
  left: 10px;
  top: 129px;
  background-color: #E7F3F8;
  width: 800px;
  height: 950px;
  z-index: 1;
  border: 1px solid #2D4897;
  padding-bottom: 20px;
}
