html, body, form {
  margin: 0;
  padding: 0;
}

body {
  background: white;
  color: black;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4em;
  min-width: 900px;
  text-align: center;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 1em;
  margin: 0 0 0.5em 0;
  padding: 0;
}

h1 {
  color: #ed2124;
  font-size: 30px;
  font-variant: small-caps;
  font-weight: bold;
}

h2 {
  color: #ed2124;
  font-size: 20px;
  font-variant: small-caps;
  font-weight: bold;
}

h3 {
  font-size: 14px;
  font-weight: bold;
}

a:link, a:visited {
  color: blue;
}

a:hover {
  color: red;
}

a img {
  border: none;
}

img.heading {
  margin-bottom: 2em;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

blockquote, p {
  line-height: 1.5em;
  margin: 0 0 1em 0;
}

ul {
  list-style: disc;
  padding-left: 2em;
}
ul li {
  margin-bottom: 0.5em;
}

blockquote {
  margin: 1em;
}

cite {
  font-weight: bold;
}

.red {
  color: #ed2124;
}

.gray {
  color: gray;
}

.larger {
  font-size: larger;
}

.large {
  font-size: large;
}

#container {
  margin: 0 auto;
  background-color: white;
  min-height: 100%;
  overflow: visible;
  width: 900px;
}

#header {
  margin-bottom: 1em;
  text-align: right;
}
#header #banner {
  background: white url(/images/banner.png) no-repeat scroll top left;
  clear: both;
  height: 107px;
  width: 900px;
}
#header #banner h1 {
  color: #ed2124;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  padding: 20px 20px 0pt 0pt;
}

#status_bar {
  color: #9a9a9a;
  font-size: 11px;
  float: right;
  margin: 0.5em 0;
}

#left_column {
  color: #666;
  float: left;
  margin-right: 19px;
  width: 190px;
}

#content {
  float: left;
  text-align: left;
}
#content p {
  text-align: justify;
}

.two_column {
  margin-right: 0pt;
  width: 690px;
}

.three_column {
  margin-right: 19px;
  width: 482px;
}

#right_column {
  color: #666;
  float: left;
  width: 190px;
}

#login {
  background-color: white;
  border: 1px solid #ddd;
  margin-top: 1em;
  margin: 10px auto;
  text-align: left;
  width: 440px;
}

#column {
  margin: 10px 10px 10px 10px;
}

#footer {
  clear: both;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1em;
  padding-top: 1em;
}
#footer p {
  margin-bottom: 0.5em;
}

.widget {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin-bottom: 1.5em;
  text-align: left;
}
.widget .header {
  text-align: center;
}
.widget .header h3 {
  color: white;
  font-size: 13px;
  font-weight: bold;
  margin: 0pt;
  padding: 0.5em 0pt;
}
.widget .header .sb-inner {
  background-color: #ed2124;
}
.widget .content {
  background-attachment: scroll;
  background-color: #aaaaab;
  background-position: bottom left;
  background-repeat: repeat-x;
  color: black;
  font-size: 11px;
  padding: 0.5em;
}
.widget .content h1 {
  color: red;
  font-size: 1.25em;
  font-weight: bold;
  margin-top: 0pt;
}
.widget .content img.business_image {
  margin-bottom: 1em;
}
.widget .content p {
  line-height: 1.2em;
  margin-bottom: 0.5em;
}

.widget .long {
  background-image: url(/images/widget_bg_long.gif);
}
.widget .normal {
  background-image: url(/images/widget_bg.gif);
}
.widget .short {
  background-image: url(/images/widget_bg_short.gif);
}

.panel {
  color: black;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin-bottom: 1.5em;
  text-align: left;
}
.panel .content {
  font-size: 10px;
}
.panel .content p {
  line-height: 10px;
}

#front_panel {
  background-color: #ffcd33;
}

#mission {
  background-color: #ffcd33;
  font-style: italic;
  padding: 0.5em 1em;
}

img.envelope, img.bartercard {
  float: left;
  clear: none;
  margin-right: 1em;
}

.clickable {
  cursor: pointer;
}

#find_business_widget select {
  width: 100%;
}

#package_two_widget .content {
  border: 1px solid;
  border-color: #ed2124;
}

table#welcome {
  margin-top: 15px;
}
table#welcome th {
  color: #ed2124;
  font-size: 20px;
  font-variant: small-caps;
  font-weight: bold;
}
table#welcome td {
  font-size: 95%;
  padding-right: 1em;
  vertical-align: top;
}

/* ****************************************************************************** */
/* Menu Bar */
/* ****************************************************************************** */
ul.menu_bar {
  list-style: none;
  margin: 1px 0 0 0;
  padding: 0;
  height: 40px;
  width: 900px;
}
ul.menu_bar li {
  float: left;
  text-align: center;
}
ul.menu_bar li a {
  background: #bbb url(/images/main_menu_bg.gif) repeat-x scroll top left;
  color: black;
  float: left;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin-right: 1px;
  text-decoration: none;
  width: 179px;
}
ul.menu_bar li a:hover {
  background-color: #ccc;
  color: white;
}
ul.menu_bar li a.selected {
  background: #ccc url(/images/main_menu_bg_selected.gif) repeat-x scroll top left;
  color: white;
}
ul.menu_bar li.last a {
  margin-right: 0;
  width: 180px;
}

div.context_menu_container {
  overflow: hidden;
}

ul.context_menu {
  height: 2em;
  list-style: none;
  margin: 7px 0 0;
  padding: 0;
}
ul.context_menu li {
  border-left: 1px solid #9a9a9a;
  float: left;
  line-height: 1.1em;
  margin: 0 0.5em 0 -0.5em;
  padding: 0 0.5em;
}
ul.context_menu li a.selected {
  font-weight: bold;
}

/* ****************************************************************************** */
/* Message Bar */
/* ****************************************************************************** */
#message_bar {
  color: #fff;
  font-size: 10pt;
  margin: 10px;
  margin-bottom: 1em;
  padding: 1em 1em 0 60px;
  text-align: left;
}
#message_bar p {
  margin: 0 0 1em 0;
  padding: 0;
}

#message_bar.information {
  background: #e2f9e3 url(/images/icons/32x32/information.png) no-repeat scroll top left;
  background-position: 10px;
  border: 1px solid #9c9;
  color: #060;
}

#message_bar.warning {
  background: #c00 url(/images/icons/32x32/warning.png) no-repeat scroll top left;
  background-position: 10px;
  border: 1px solid #c99;
}

#message_bar.error {
  background: #c00 url(/images/icons/32x32/error.png) no-repeat scroll top left;
  background-position: 10px;
  border: 1px solid #c99;
}

/* ****************************************************************************** */
/* Grid */
/* ****************************************************************************** */
table tr th {
  vertical-align: top;
}

table.grid {
  border-collapse: collapse;
  margin: 2em 0;
  width: 100%;
}
table.grid tr {
  border-bottom: 1px solid #ddd;
}
table.grid thead tr {
  background-color: #fff;
  border-bottom: 2px solid #ddd;
}
table.grid thead tr th {
  text-align: left;
}
table.grid thead tr th a {
  color: black;
  text-decoration: none;
}
table.grid thead tr th a:hover {
  text-decoration: underline;
}
table.grid tbody tr {
  background-color: #fff;
}
table.grid tbody tr.alt {
  background-color: #eee;
}
table.grid tbody tr.selected {
  background-color: #ffffcc;
}

.pager_container {
  font-size: 95%;
  height: 39px;
}

.bottom .pager_container {
  border-top: 1px solid #ddd;
}

.top .pager_container {
  border-bottom: 1px solid #ddd;
}

.pagination, .bulk_action_container {
  line-height: 22px;
  margin: 10px 13px 0 13px;
}

.pagination {
  float: right;
}

.bulk_action_container {
  float: left;
}

/* ****************************************************************************** */
/* Form */
/* ****************************************************************************** */
fieldset {
  border: 1px solid #B5B8C8;
  margin: 0 0 1em 0;
  padding: 10px;
}
fieldset legend {
  color: #777;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

textarea {
  height: 100px;
  width: 100%;
  -moz-box-sizing: border-box;
}

form div.block {
  margin-bottom: 20px;
}
form div.block h3 {
  background-color: #ddd;
  color: #333 !important;
  margin: 0;
  padding: 5px;
}
form div.block .content {
  background-color: #f3f3f3;
  color: #333 !important;
  padding: 10px;
}
form div.block .fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

form dl {
  margin: 10px 10px 0 10px;
}
form dl dt label {
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-shadow: #fff 2px 2px;
}
form dl dt label.required em {
  color: red;
  position: absolute;
}
form dl dd {
  line-height: normal;
  margin: 0;
  padding: 1px;
  margin-bottom: 10px;
}

p.actions {
  background-color: #f3f3f3;
  padding: 0.5em;
  text-align: right;
}

p.hint {
  color: #777;
  font-size: 92%;
  margin: 0 !important;
  padding: 0 !important;
}

form.search_form {
  float: right;
}

/* ****************************************************************************** */
/* Events */
/* ****************************************************************************** */
div#events h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.25em;
}
div#events ul {
  list-style: none;
  margin: 0;
  padding: 0;
  postion: relative;
  width: 100%;
}
div#events ul li {
  padding: 0.5em;
  postion: relative;
}
div#events ul li span.icon img.icon {
  vertical-align: middle;
}
div#events ul li span.date {
  color: #999;
  font-size: smaller;
}
div#events ul li ul {
  list-style: disc;
  margin-left: 2em;
}
div#events ul li.alt {
  background-color: #eee;
}

/* ****************************************************************************** */
/* Business */
/* ****************************************************************************** */
.business_summary {
  padding-bottom: 1em;
}
.business_summary .content {
  margin-left: 180px;
}
.business_summary .content h1 {
  font-size: 2em;
  margin: 0 0 0.25em 0;
}
.business_summary .content .price {
  color: #666;
  font-size: small;
  margin-bottom: 1em;
}

img.business_image {
  margin: 0;
  padding: 0;
}

div#remove_business_image {
  background-color: #ffffcc;
  border: 1px dashed #000;
  color: #666;
  font-size: large;
  font-weight: bold;
  margin: 1em 0 1em 0;
  width: 100%;
  height: 64px;
  line-height: 64px;
  text-align: center;
}

ul#business_images {
  margin: 0;
  padding: 0;
}
ul#business_images li {
  cursor: move;
  float: left;
  list-style: none;
  margin: 10px 10px 0 0;
  padding: 0;
  overflow: hidden;
}

table.businesses thead tr th#business_name {
  width: 65%;
}
table.businesses thead tr th#business_category {
  width: 20%;
}
table.businesses thead tr th#price {
  width: 15%;
}

/* ****************************************************************************** */
/* Links */
/* ****************************************************************************** */
dl.links dt {
  color: #666;
  float: left;
  margin-right: 1em;
}

/* ****************************************************************************** */
/* Contacts */
/* ****************************************************************************** */
p#selection_details {
  background-color: #ffffcc;
  margin-top: 1em;
  padding: 1em;
  text-align: center;
}

p#selection_details.selected {
  background-color: #ffff80;
}

#email_fieldset #subject {
  width: 100%;
}

#contact_tags_widget input#tag {
  width: 120px;
}
#contact_tags_widget #popular_tags {
  margin-top: 1em;
}
#contact_tags_widget #popular_tags a {
  margin-right: 0.5em;
}

.tag_normal {
  font-size: 1.0em;
}

.tag_large {
  font-size: 1.2em;
}

.tag_larger {
  font-size: 1.4em;
}

.tag_largest {
  font-size: 1.6em;
}

table#contact_details {
  margin-bottom: 2em;
}

ul.businesses, ul.enquiries {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.businesses ul.business, ul.businesses li.enquiry, ul.enquiries ul.business, ul.enquiries li.enquiry {
  clear: left;
  padding-bottom: 2em;
}

table.contacts thead tr th#business_name {
  width: 25%;
}
table.contacts thead tr th#name {
  width: 25%;
}
table.contacts thead tr th#type {
  width: 10%;
}
table.contacts thead tr th#tags {
  width: 25%;
}
table.contacts thead tr th#mobile {
  width: 15%;
}

/* ****************************************************************************** */
/* Order */
/* ****************************************************************************** */
table.order {
  margin: 0 0 2em 0;
}
table.order tfoot th {
  text-align: right;
}
