@import url("/css/reset.css");
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #78bae0 url(/img/bodybackground.png) repeat-x scroll top left;
  color: #333;
}
a,
.fakeLink {
  color: #74b64a;
  text-decoration: underline;
  cursor: pointer;
}
a:visited {
  color: #277721;
  text-decoration: underline;
}
a:hover,
.fakeLink:hover {
  color: #cc6600;
  text-decoration: underline;
}
b {
  color: #014A99;
}
div.forcefloat {
  clear: both;
}
h1 {
  font-size: 1.2em;
  color: #74b64a;
  margin-bottom: 0.5em;
  margin-top: 1em;
}
h2 {
  font-size: 1.0em;
  font-weight: bold;
  color: #277721;
  margin-bottom: 0.5em;
  margin-top: 2em;
  border-bottom: 1px solid #277721;
}
h2:target {
  color: #cc6600;
  border-color: #cc6600;
}
h3 {
  font-size: 0.9em;
  font-weight: bold;
  color: #74b64a;
  margin-top: 1em;
  margin-bottom: 0.3em;
}
h4 {
  font-size: 0.9em;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.5em;
}
h2.name {
  font-size: 1em;
  padding: 0;
}
ul li {
  font-size: 0.8em;
}
ul li p {
  font-size: 100%;
}
table {
  background: #fff;
  border: 1px solid #ccc;
  border-right: 0;
  clear: both;
  color: #333;
  margin: 1em 1em 1em 0;
}
th {
  background: #f9f8f6;
  border: 1px solid #bbb;
  text-align: left;
  font-size: 0.9em;
  font-weight: bold;
  padding: 2px 4px;
  color: #014A99;
}
th a {
  background: #f2f2f2;
  display: block;
  padding: 2px 4px;
  text-decoration: none;
}
th a:hover {
  background: #ccc;
  color: #333;
  text-decoration: none;
}
table tr td {
  background: #fff;
  border-right: 1px solid #ccc;
  padding: 4px;
  text-align: left;
  vertical-align: top;
  font-size: 0.8em;
}
td.actions {
  text-align: center;
  white-space: nowrap;
}
td.actions a {
  margin: 0px 6px;
}
p {
  margin: 0.5em 0;
  font-size: 0.8em;
  padding: 0.25em 0 0.25em 0;
}
p.space {
  margin: 1.5em 0;
}
form {
  clear: both;
  margin-right: 20px;
  padding: 0;
  width: 80%;
}
fieldset {
  border: 1px solid #ccc;
  margin-top: 30px;
  padding: 16px 20px;
}
fieldset legend {
  background: #fff;
  color: #e32;
  font-size: 1em;
  font-weight: bold;
}
fieldset fieldset {
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 16px 10px;
}
fieldset fieldset legend {
  font-size: 100%;
  font-weight: normal;
}
fieldset fieldset div {
  clear: left;
  margin: 0 20px;
}
form div {
  margin-bottom: 0em;
  padding: 0.5em;
  clear: both;
}
form div.submit {
  padding: 0.5em 0;
}
form div.noPad {
  padding: 0;
}
form div.input {
  color: #444;
  font-size: 0.8em;
}
form div.date label {
  font-size: 0.8em;
}
label {
  display: block;
  padding-right: 20px;
}
input,
textarea {
  clear: both;
  font-family: verdana;
  padding: 2px;
  font-size: 0.9em;
}
.admin #content .text input,
.admin #content textarea {
  width: 100%;
}
select {
  clear: both;
  vertical-align: text-bottom;
}
select[multiple=multiple] {
  width: 100%;
}
option {
  padding: 0 3px;
}
input[type=checkbox] {
  clear: left;
  float: left;
  margin: 0px 6px 7px 2px;
  width: auto;
}
div.radio input {
  float: left;
  width: auto;
  margin: 0 3px 7px 0;
  clear: left;
}
div.radio label {
  margin: 0 0 6px 20px;
}
input[type=submit] {
  display: inline;
  padding: 2px 5px;
  width: auto;
  vertical-align: bottom;
  font-size: 0.8em;
}
form.fullSize {
  width: 620px;
}
form.fullSize .input input,
form.fullSize .input textarea {
  width: 600px;
}
div.message {
  clear: both;
  color: #900;
  font-size: 0.9em;
  font-weight: bold;
  margin: 0 0 1em 0;
  background-color: #F2F2F2;
  border: 1px dashed;
  padding: 0.5em;
}
div.error-message {
  clear: both;
  color: #900;
  font-weight: bold;
}
p.error {
  background-color: #e32;
  color: #fff;
  font-size: 120%;
  line-height: 140%;
  padding: 0.8em;
  margin: 1em 0;
}
p.error em {
  color: #000;
  font-weight: normal;
  line-height: 140%;
}
.notice {
  background: #ffcc00;
  color: #000;
  display: block;
  font-size: 120%;
  line-height: 140%;
  padding: 0.8em;
  margin: 1em 0;
}
.info {
  background: #fff1b8;
  border: 1px solid #ad8a00;
  padding: 15px;
  font-size: 0.8em;
}
.success {
  background: green;
  color: #fff;
}
div.question_text {
  position: relative;
  font-size: 0.8em;
}
div.question_group {
  padding: 0.2em 0 0 1em;
  border: 1px solid lightgrey;
  margin-bottom: 1em;
  width: auto;
}
ol li p,
ul li p,
ul li ul li {
  font-size: 100%;
}
img.smiley {
  vertical-align: middle;
}
div.website_rating {
  float: right;
}
div.date input {
  width: auto;
}
.conditions {
  padding: 0.5em 5em 0.5em 5em;
}
.accElem {
  position: absolute;
  top: -1000em;
  left: -1000em;
}
#intro_image {
  margin: 0 auto;
  display: block;
}
#greyArea {
  margin-left: -2em;
  margin-right: -2em;
  background: #f3f2ee url(/img/introgreyboxbg.png) repeat-x scroll top left;
  background-color: #f3f2ee;
  padding: 2em 0;
}
#loginArea {
  width: 50em;
  margin: 0 auto;
  font-size: 0.8em;
}
#loginArea .sectionBox {
  background: #fafaf8;
  width: 20.5em;
  height: 11em;
  padding: 0.5em 1em;
  margin: 0 1em;
  float: left;
  _display: inline;
}
#loginArea .sectionBox h2,
#loginArea .sectionBox .headerBar {
  padding: 0.5em 0;
  margin: 0 0 0.5em 0;
  border-bottom: none;
}
#loginArea .sectionBox .headerBar h2 {
  display: inline;
}
#loginArea .sectionBox label {
  float: left;
  font-size: 1.2em;
}
#loginArea .sectionBox input {
  clear: none;
  font-size: 100%;
  float: right;
  margin-bottom: 1em;
  font-size: 1.2em;
}
#loginArea .sectionBox .submit {
  float: right;
  clear: both;
}
#loginArea .sectionBox form div {
  margin: 0;
  padding: 0;
}
#loginArea .sectionBox form {
  width: auto;
  margin: 0;
  clear: none;
}
#loginArea .sectionBox .input input {
  margin-right: 1px;
  width: 13em;
}
.admin_box {
  float: right;
  width: auto;
  font-weight: bold;
}
.admin_box a:link,
.admin_box a:visited {
  color: #014A99;
}
.error-message ul {
  margin: 1em 1em 1em 2em;
}
.error-message ul li {
  list-style-type: disc;
}
.error-message a,
.error-message a:visited {
  color: #900;
}
.error-message a:hover {
  color: #277721;
}
.error {
  background: #f9eaea;
  margin-bottom: 2px;
}
div#smiley_rating_system li {
  margin-top: 1em;
}
.more {
  margin-left: 160px;
}
.star-rating-control div {
  clear: none;
  margin: 0;
  padding: 0;
}
table.comments tr td,
table.comments tr,
table.comments tbody th,
table.comments {
  border: none;
  border-collapse: collapse;
  background-color: #FFF;
}
table.comments tbody th a,
table.comments tbody th a:hover {
  padding: 2px 0;
  background-color: #FFF;
  border: none;
  font-size: 0.8em;
}
table.comments tbody th {
  border-bottom: solid 1px #74b64a;
}
img#my_home_logo_front_page {
  float: left;
  padding-right: 10px;
}
div#visit_categories {
  clear: right;
  float: right;
  font-size: 0.8em;
  margin-top: 30px;
  padding-bottom: 10px;
  width: 40%;
}
div#visit_categories p {
  width: 320px;
  text-align: left;
}
.filter {
  margin-left: 0.5em;
  font-size: 0.8em;
  float: left;
}
#LoadingDiv {
  float: right;
}
.label_disabled,
.question_disabled,
.question_disabled label,
.question_disabled b {
  color: #cccccc;
}
#surveyNag {
  margin-bottom: 3em;
}
#surveyNag form,
#surveyNag .submit {
  margin: 0;
  padding: 0;
  float: right;
  width: auto;
  height: auto;
}
#surveyNag input {
  background: #f0d184;
  color: #ad8a00;
  cursor: pointer;
  border: 0;
}
#surveyNag input:hover {
  background: #ffde8c;
}
#update {
       height: 25px;
       background-color:#ffff00;
       text-align:center;
       font-size: 0.8em;
       color:#014A99;
       padding-top:5px;
       font-weight:bold;
}
#update a:link, #update a:visited {
       color:#014A99;
}
#deleteWebsite,
#deleteUser,
#deleteWebsite .submit,
#deleteUser .submit {
  display: inline;
}
#pageTube {
  margin: 0 auto;
  width: 100%;
  _width: 850px;
  min-width: 850px;
  max-width: 1000px;
}
#content {
  padding: 1em 2em;
}
.fillWidth {
  margin-left: -2em;
  margin-right: -2em;
}
#header,
#promotion,
#searchForm {
  position: relative;
}
#promotion {
  background: #3893cc url(/img/logo-bg.png) repeat-x scroll top left;
}
#header {
  color: #fff;
  line-height: 50px;
}
#header h1,
#header a {
  color: #fff;
  display: inline;
  font-weight: bold;
  font-size: 1em;
}
#loginBox {
  float: right;
  margin: 1em 2em 0 0;
  font-size: 0.85em;
  text-shadow: 0 0 10px #fff;
}
#loginBox a {
  color: #014A99;
}
#loginBox b {
  color: #333;
}
.headerBreadCrumb {
  background-color: #96bf0d;
  height: 50px;
}
.headerBreadCrumb {
  background: #96bf0d url(/img/header_bg.png) repeat-x scroll top left;
}
#footer {
  height: 1.6em;
  background-color: #014A99;
  line-height: 1.5em;
  color: #fff;
  margin-bottom: 3em;
  clear: both;
}
#footer a {
  color: #fff;
  text-decoration: none;
  padding: 0 0.5em;
  font-size: 0.9em;
}
#footer .footer_text {
  font-size: 0.8em;
  padding-left: 1em;
}
#footer a:hover {
  text-decoration: underline;
}
#content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 100px #fff;
  box-shadow: 0 0 100px #fff;
  position: static;
}
#logo,
#bottom_left {
  float: left;
}
#logo-bg-right,
#bottom_right {
  float: right;
}
input.button,
a.button {
  text-indent: -1000em;
  white-space: nowrap;
  overflow: hidden;
  text-transform: capitalize;
  background: url(/img/button_sprite.png) no-repeat top left;
  border: 0;
  cursor: pointer;
  width: 89px;
  height: 29px;
  display: inline-block;
  *display: block;
}
input.button.reset,
a.button.reset {
  background-position: 0px 0;
}
input.button.reset:hover,
a.button.reset:hover {
  background-position: -90px 0;
}
input.button.submit,
a.button.submit {
  background-position: -180px 0;
}
input.button.submit:hover,
a.button.submit:hover {
  background-position: -270px 0;
}
input.button.login,
a.button.login {
  background-position: -360px 0;
}
input.button.login:hover,
a.button.login:hover {
  background-position: -450px 0;
}
input.button.agree,
a.button.agree {
  background-position: -540px 0;
}
input.button.agree:hover,
a.button.agree:hover {
  background-position: -630px 0;
}
input.button.register,
a.button.register {
  background-position: -720px 0;
}
input.button.register:hover,
a.button.register:hover {
  background-position: -810px 0;
}
input.button.search,
a.button.search {
  background-position: -900px 0;
}
input.button.search:hover,
a.button.search:hover {
  background-position: -990px 0;
}
input.button.browseCategories,
a.button.browseCategories {
  width: 195px;
  height: 75px;
  background-position: -1080px 0;
}
input.button.browseCategories:hover,
a.button.browseCategories:hover {
  background-position: -1276px 0;
}
input.button.registerNow,
a.button.registerNow {
  width: 195px;
  height: 75px;
  background-position: -1472px 0;
}
input.button.registerNow:hover,
a.button.registerNow:hover {
  background-position: -1668px 0;
}
dl {
  font-size: 0.8em;
}
dl p {
  font-size: 100%;
  clear: left;
}
dl dt {
  color: #014A99;
  font-weight: bold;
  margin-right: 0.5em;
  float: left;
}
dl dd {
  margin: 0 0 0.5em 0.5em;
}
dl dd h2 {
  margin: 0.5em 0;
  border: 0;
  color: #333;
  font-style: italic;
  font-weight: normal;
}
dl dl {
  font-size: 100%;
  clear: left;
}
dl dl dt {
  color: #000;
  font-weight: normal;
  font-style: italic;
}
dl.faqList dt {
  float: none;
}
dl.faqList dd {
  margin-bottom: 1em;
}
div.navigation {
  width: auto;
  height: 60px;
  padding-left: 20px;
}
.navigation a,
.navigation a:visited {
  text-decoration: none;
  color: #fff;
}
.navItem {
  float: left;
  font-weight: bold;
  line-height: 50px;
  overflow: hidden;
}
.navItem a:hover {
  text-decoration: underline;
  color: #cc6600;
}
img.navImg {
  float: left;
  padding: 0 5px 0 5px;
}
#paginator div {
  display: inline;
}
#paginator_links {
  margin: 0 10px;
}
#paginator_links a {
  margin-left: 5px;
}
.filterForm {
  width: auto;
  margin: 0 0 1em 0;
}
.filterForm fieldset,
.filterForm legend {
  border: 0;
  margin: 0;
  padding: 0;
}
.filterForm legend {
  color: #014A99;
  font-size: 0.9em;
}
.filterForm div {
  clear: none;
  width: auto;
  float: left;
}
.filterForm div.submit {
  margin: 15px 0 0 0;
  clear: none;
}
#subNav {
  text-align: right;
  font-size: 0.8em;
  margin: 1em 0;
  color: #aaa;
}
#subNav ul li {
  font-size: 100%;
  margin-left: 1em;
}
#subNav ul li,
#subNav ul li a {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#subNav.tabs {
  border-bottom: 2px solid #74b64a;
}
#subNav.tabs ul li {
  padding: 8px 10px 5px 10px;
  margin-left: 5px;
  background: #efefef;
}
#subNav.tabs ul li.current,
#subNav.tabs ul li.current a {
  background: #74b64a;
  color: #fff;
}
#subNav.tabs a {
  padding: 8px 10px 5px 10px;
  margin: -8px -10px -8px -10px;
  background: #9dd07c;
  text-decoration: none;
  color: #fff;
}
#subNav.tabs a:hover {
  color: #cc6600;
}
.userRating {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin-top: -3px;
}
.userRating .star,
.userRating .blank {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 16px;
  background-repeat: no-repeat;
}
.userRating .star {
  background-image: url('/css/jquery/star.gif');
  background-position: left -16px;
}
.userRating .blank {
  background-image: url('/css/jquery/star.gif');
  background-position: left top;
}
#searchForm {
  float: right;
  margin-top: -2.2em;
  width: auto;
  display: inline;
}
#searchForm input {
  vertical-align: middle;
  display: inline-block;
  _display: inline;
  clear: none;
}
#introText {
  background: #fff url(/img/beacon_intro_backgound.png) repeat-y scroll top left;
  width: 845px;
  margin: 1em auto;
}
#introText .content {
  padding-left: 4em;
  font-size: 12pt;
  height: auto;
  width: 700px;
}
#introText .bottom {
  margin: 0 auto;
  background: #fff url(/img/beacon_intro_backgound_bottom.png) no-repeat scroll top left;
}
#introText .greenWord {
  color: #96bf0d;
  font-weight: bold;
}
#introText .top {
  padding-top: 0;
  margin-top: 0;
}
#smileyRatingDescription {
  font-size: 0.8em;
  float: right;
  margin-top: -3em;
}
.browseResults {
  font-size: 0.8em;
}
.browseResults h3 {
  margin: 0 0 1.5em 0;
  font-size: 1em;
}
.browseResults .rating {
  float: right;
  *margin-top: 37px;
}
.browseResults .rating img {
  margin-bottom: 0;
  margin-right: 0;
}
.browseResults img {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
.browseResults li {
  clear: left;
  margin-bottom: 3em;
}
.service_detail_view .comment {
  font-style: italic;
}
.service_detail_view ol,
.service_detail_view ul {
  padding-left: 1em;
  margin-bottom: 1em;
  margin-left: 1em;
}
.service_detail_view ol li {
  list-style-type: decimal;
  font-size: 0.8em;
}
.service_detail_view ul li {
  list-style-type: disc;
}
.service_detail_view p {
  margin-top: 0;
}
#right_details {
  float: right;
  width: 40%;
  text-align: right;
  margin: 0 0 0.5em 0.5em;
  font-size: 0.8em;
}
#right_details .rating {
  margin-bottom: 1em;
}
.boldLink,
.boldLink:visited {
  color: #014A99;
  font-weight: bold;
}
.boldLink:hover {
  color: #cc6600;
}
#favouriteToggle {
  display: inline;
  width: auto;
  margin: 0;
  padding: 0;
}
#favouriteToggle .submit {
  display: inline;
  margin: 0;
  padding: 0;
}
#favouriteToggle input {
  background-color: transparent;
  cursor: pointer;
  border: 0;
  font-size: 1em;
  color: #74b64a;
  overflow: visible;
}
#favouriteToggle input:hover {
  color: #cc6600;
}
.service_actions {
  display: block;
  margin: 0 0 1em 0;
  padding: 0;
}
.service_actions li {
  display: inline;
  margin-right: 1em;
  zoom: 1;
}
.service_actions a,
.service_actions .submit input {
  display: inline-block;
  padding: 6px 0 4px 25px;
  text-decoration: none;
}
.service_actions a:visited,
.service_actions .submit input:visited {
  color: #74b64a;
}
.service_actions a:hover,
.service_actions .submit input:hover {
  color: #cc6600;
}
.service_actions .favourite .submit input {
  background: url('/img/view/favourite.png') left center no-repeat;
}
.service_actions .rate a {
  background: url('/img/view/rate.png') left center no-repeat;
}
.service_actions .edit a {
  background: url('/img/view/edit.png') left center no-repeat;
}
.service_actions .contact a {
  background: url('/img/view/contact.png') left center no-repeat;
}
#UserRatingSubmit {
  width: auto;
}
#UserRatingSubmit .input,
#UserRatingSubmit .submit {
  display: inline-block;
  clear: none;
  margin: 0 1em 0 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
#UserRatingSubmit fieldset {
  border: 0;
  display: inline;
  padding: 0;
  margin: 0;
}
#UserRatingSubmit .radio label,
#UserRatingSubmit .radio input {
  display: inline;
  float: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
#UserRatingSubmit .radio label {
  margin: 0 1em 0 0.5em;
}
#UserRatingSubmit.jsEnabled .radio label {
  display: none;
}
#UserRatingSubmit .text label {
  display: none;
}
#UserRatingSubmit .text input {
  width: 20em;
}
#UserRatingSubmit legend {
  display: none;
}
.ratingsList {
  margin: 1em 0;
}
.ratingsList .userRating {
  margin-right: 1.5em;
}
.ratingsList li {
  margin: 0.5em 0;
}
ul#categories li {
  background-image: url(/img/bullet.jpg);
  background-repeat: no-repeat;
  background-color: #ffffff;
  margin: 0 0.5em 0.5em 0em;
  padding-left: 1.5em;
  font-size: 0.9em;
  list-style-type: none;
  width: 40%;
  *width: 70%;
  _width: 70%;
  background-position: 0.2em 0.2em;
}
ul#categories li.column1 {
  margin-left: 0em;
  margin-right: 10%;
  float: left;
  *float: none;
  _float: none;
}
ul#categories li.column2 {
  margin-left: 50%;
  *margin-left: 0px;
  _margin-left: 0px;
}
#categories {
  width: 100%;
}
#categories a {
  color: #74b64a;
}
#categories a:hover {
  color: #cc6600;
}
div#motd ol li {
  list-style-type: decimal;
}
div#motd ul li {
  list-style-type: disc;
}
div#motd li {
  margin-left: 1.5em;
}
div#motd {
  margin-top: 20px;
}
div#my_favourites {
  float: left;
}
div#new_services {
  float: right;
}
div#my_favourites li {
  list-style-type: disc;
  margin-left: 1.5em;
  color: #ffc230;
}
div.vital_signs_box {
  width: 45%;
}
div.vital_signs_box h2 {
  padding: 0.5em 0 0.2em 0;
  margin-bottom: 1em;
}
div.vital_signs_box a:visited {
  color: #74b64a;
}
div.vital_signs_box a:hover {
  color: #277721;
}
div.vital_signs_box img.service_thumbnail_image {
  vertical-align: middle;
}
span.vital_link_and_smiley {
  display: inline-block;
  vertical-align: top;
}
div.vital_signs_box div.vital_category_name {
  margin-bottom: 0.5em;
}
div.vital_signs_box ul span {
  color: #333;
}
div.website_item_details {
  background-color: #fff;
  margin-bottom: 1.5em;
}
div.website_item_details.last {
  margin-bottom: 0;
}
#aboutLogoBar a {
  margin-right: 30px;
}
#aboutLogoBar img {
  vertical-align: middle;
}
div.searchBox .gsc-control-cse {
  padding: 0;
}
div.searchBox table {
  border: 0;
  margin: 0;
}
div.searchBox table tr td {
  border-right: 0;
  font-size: 1em;
}
.gcse-searchresults-only {
  font-size: 0.8em;
  text-align: center;
  padding: 2em 0;
}
#contactForm .recaptchaArea {
  font-size: 0.8em;
}
#contactForm .recaptchaArea div {
  padding: 0;
}
#contactForm .recaptchaArea div.error-message {
  padding: 0.5em;
}
#registrationForm .recaptchaArea {
  font-size: 0.8em;
}
#registrationForm .recaptchaArea div {
  padding: 0;
}
#registrationForm .recaptchaArea div.error-message {
  padding: 0.5em;
}
#twitterModal textarea {
  width: 27em;
  height: 7em;
}
#twitterModal #twitterErrorMessage {
  width: 27em;
}
