/* CSS Document */
.jsclass body .randomcontent {
  /*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
  display: none;
}

.randomcontent {
  
}

.cleared {
  clear: both;
  overflow: hidden;
  height: 0;
  padding: 0;
  margin: 0;
}

br {
  margin: 0;
  padding: 0;
  height: 0;
}

strong {
  font-weight: bold;
}

body {
  margin: 0;
  padding: 0;
  background: url(/images/page-tile.gif) #000 repeat-x;
  text-align: center;
}

p,td,body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: justify;
  line-height: 20px;
  color: #4b4b4b;
}

p {
  margin: 5px 0 15px 0;
}

/* STRUCTURE */
#container {
  background: url(/images/container-tile.gif) #fff repeat-x;
  width: 860px !important;
  width: 900px;
  width /**/: /**/ 860px;
  margin: 0 auto;
  padding: 5px 20px;
  overflow: hidden;
  z-index: 10;
}

#head {
  width: 860px;
  margin: 0 0 5px 0;
  padding: 0;
  overflow: hidden;
}

#exclusive {
  float: right;
  top: 0;
  width: 175px;
  height: 133px;
  background: url(/images/exclusive.png) top right no-repeat;
  z-index: 300;
  padding: 0;
  margin: 0;
}

#logo {
  float: left;
  margin: 0;
}

#login {
  float: right;
  margin: 25px 0 10px 0;
}

#login label{
  margin-right:5px;
}

#loginMessage{
  display:block;
  color:#c00;
  font-style:italic;
  height:15px;
  margin-bottom:5px;
}

#nav {
  width: 860px;
  height: 41px;
  background: url(/images/nav-back.gif);
  margin: 0;
  padding: 0;
  text-align: left;
  overflow: hidden;
}

#nav ul {
  margin: 10px 0 0 6px;
  padding: 0;
}

#nav li {
  list-style-type: none;
  display: inline;
  padding-right: 4px;
  margin-right: 2px;
  border-right: 1px solid #5a5a5a;
}

#nav li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 13px;
}

#nav li a.yellow {
  color: #fedd00;
  text-decoration: none;
  font-size: 13px;
}

#nav li a:hover {
  color: #fedd00;
}

#affiliateNav {
  width: 860px;
  height: 41px;
  background: url(/images/nav-back.gif);
  margin: 0;
  padding: 0;
  font-size: 13px;
  text-align: left;
  overflow: hidden;
}

#affiliateNav ul {
  margin: 12px 0 0 10px;
  padding: 0;
  font-size: 13px;
}

#affiliateNav li {
  list-style-type: none;
  display: inline;
  padding-right: 7px;
  margin-right: 7px;
  border-right: 1px solid #5a5a5a;
  font-size: 13px;
}

#affiliateNav li a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
}

#affiliateNav li a.yellow {
  color: #fedd00;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
}

#affiliateNav li a:hover {
  color: #fedd00;
}

#icon a {
  text-decoration: none;
}

#icon {
  width: 860px;
  height: 249px;
  background: url(/images/icon-back.jpg);
  margin-top: 20px;
  padding: 0;
  overflow: hidden;
}

#icon ul {
  margin: 0;
  padding: 0;
}

#icon li.filter,#icon li.rate,#icon li.report {
  float: left;
  list-style: none;
  margin-left: 20px;
  padding-top: 120px;
  margin-top: 25px;
  width: 258px;
}

#icon p {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 19px;
  margin: 3px 0 0 0;
  padding: 0;
  text-align: left;
  font-weight: bold;
}

#icon li.filter {
  background: url(/images/icon-filter.gif) top center no-repeat;
}

#icon li.rate {
  background: url(/images/icon-rate.gif) top center no-repeat;
}

#icon li.report {
  background: url(/images/icon-report.gif) top center no-repeat;
}

#leftCol {
  float: left;
  margin: 0 15px 0 0;
  width: 390px;
}

#leftColFull {
  width: 840px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

#rightCol {
  float: left;
  width: 390px;
  margin: 30px 0 0 15px;
}

#affiliate {
  background: url(/images/affiliate-tile.gif) #bfc9b5 repeat-x;
}

/* TYPOGRAPHIC */
h1,h2,h3,h4 {
  font-weight: normal;
  text-align: left;
  line-height: 130%;
  padding: 0;
}

h1 {
  color: #d70000;
  font-size: 24px;
  line-height: 130%;
  margin: 15px 0 10px 0;
}

h2 {
  color: #4b4b4b;
  font-size: 19px;
  margin: 20px 0 5px 0;
}

h3 {
  color: #4b4b4b;
  font-size: 16px;
  margin: 0 0 5px 0;
  padding: 0;
}

h4 {
  color: #000;
  font-size: 20px;
  margin: 5px 0 5px 0;
  padding: 0;
}

h5 {
  text-indent: -999em;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  height: 18px;
}

h6 {
  text-indent: -999em;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  height: 22px;
}

img a {
  border: 0;
}

a {
  font-weight: bold;
  color: #19aebc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* FOOTER */
#footer {
  text-align: center;
  border-top: 1px dashed #e5e5e5;
  padding: 10px 0 20px 0;
  margin: 0;
}

#footer li {
  display: inline;
  padding-right: 7px;
  margin-right: 5px;
  border-right: 1px solid #eeeeee;
}

.divide {
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#footer a {
  color: #b8b8b8;
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
}

#footer a:hover {
  text-decoration: underline;
}

.last {
  border-right: 0;
}

#quirk {
  text-align: center;
}

/* BUTTONS & FORMS */
form {
  margin: 0;
  padding: 0;
}

a img {
  border: none;
}

.submitButton,.loginButton,.subscribeButton,.searchButton,.deleteButton,.submitButtonRSS
  {
  border: none;
  cursor: pointer;
  text-decoration: none;
  height: 29px;
  padding: 0;
  margin: 0;
  text-align: center;
}

.deleteButton {
  background: url(/images/delete-button.png) top left no-repeat;
  width: 52px;
}

.submitButton {
  background: url(/images/btn-submit.gif) top left no-repeat;
  width: 66px;
}

.submitButtonRSS {
  background: url(/images/submit_rss_email.gif) top left no-repeat;
  width: 66px;
}

.searchButton {
  background: url(/images/btn-search.gif) top left no-repeat;
  width: 65px;
}

.subscribeButton {
  background: url(/images/btn-subscribe.gif) top left no-repeat;
  width: 80px;
  margin-top: 5px;
}

.loginButton {
  background: url(/images/btn-login.gif) top left no-repeat;
  width: 60px;
}

.commentBox,.textField,.dropField,.searchField,.subscribeField,.blogsearchField,.adminTextField,.adminLinkField,.adminDropField,.rssEmailField
  {
  background-image: url(/images/input-bg.png);
  padding: 5px 0 0 5px;
  color: #171717;
  height: 21px;
  text-align: left;
  vertical-align: top;
  font-size: 11px;
  border: 1px solid #d9e6e6;
}

.adminTextField,.adminLinkField {
  width: 300px;
}

.adminDropField {
  height: 120%;
  margin: -2px 5px 0 0;
}

.textField {
  width: 95%;
}

.subscribeField {
  width: 65%;
  margin: 5px 0 0 0;
}

.searchField {
  width: 120px;
}

.blogsearchField {
  width: 150px;
}

.commentBox {
  width: 95%;
  height: 80px;
}

.dropField {
  margin: -2px 5px 0 0;
}

.red {
  color: #d70000;
}

.pdf {
  margin: 15px 0 0 15px;
  padding: 0;
}

.brand {
  margin: 10px 0 0 0;
  padding: 0;
}

.sub {
  margin: 20px 0 0 20px;
  padding: 0;
}

.newsletter {
  width: 370px;
  height: 155px !important;
  height: 160px;
  height /**/: /**/ 155px;
  margin: 0 0 13px 0;
  padding-top: 5px;
  background: url(/images/subscribeback.gif) left top no-repeat;
}

.caseStudy1,.caseStudy2,.caseStudy3 {
  background: url(/images/casestudyone.gif) left top no-repeat;
  width: 735px !important;
  width: 855px;
  width /**/: /**/ 735px;
  float: left;
  padding-left: 105px;
  border-bottom: 1px dashed #eeeeee;
  margin-bottom: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}

.caseStudy2 {
  background: url(/images/casestudytwo.gif) left top no-repeat;
}

.caseStudy3 {
  background: url(/images/casestudythree.gif) left top no-repeat;
}

.rightStuff {
  float: right;
  margin: 15px 0 0 30px;
  overflow: hidden;
  width: 370px;
}

.rightStuffOverride {
  float: right;
  margin: 15px 0 0 30px;
  overflow: hidden;
  width: 488px;
}

.screen {
  margin: 0 0 25px 0;
  padding: 0;
}

.screen p {
  font-style: italic;
  text-align: center;
  font-size: 10px;
  color: #000;
  padding: 0;
  margin: 0;
}

.stat {
  width: 370px;
  margin: 0 0 20px 0;
  background: url('/images/stat-tile.gif');
}

.stat p {
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 13px;
  line-height: 140%;
  color: #536142;
}

p.small {
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 11px;
  line-height: 140%;
  color: #536142;
}

.top-left,.top-leftscreen {
  margin-right: 20px; /* clip right corner */
  background-image: url('/images/corners1280x18.gif');
  height: 20px;
  /* vertical: show first half of the image with the top-corners in it */
  font-size: 2px; /* correct height for IE */
}

.top-leftscreen {
  background-image: url('/images/screen1280x18.gif');
}

.top-right,.top-rightscreen {
  margin-top: -20px; /* to level of top-left corner */
  margin-left: 20px; /* clip left corner */
  background-image: url('/images/corners1280x18.gif');
  background-position: 100% 0; /* show bg-image starting at the right */
  height: 20px;
  font-size: 2px;
}

.top-rightscreen {
  background-image: url('/images/screen1280x18.gif');
}

.bottom-left,.bottom-leftscreen {
  margin-right: 9px; /* clip right corner */
  background-image: url('/images/corners1280x18.gif');
  background-position: 0 -20px; /* show under half of the image */
  height: 20px;
  font-size: 2px;
}

.bottom-leftscreen {
  background-image: url('/images/screen1280x18.gif');
}

.bottom-right,.bottom-rightscreen {
  margin-top: -20px; /* to level of bottom-left corner */
  margin-left: 20px; /* clip left corner */
  background-image: url('/images/corners1280x18.gif');
  background-position: 100% -20px; /* under half, right side */
  height: 20px;
  font-size: 2px;
}

.bottom-rightscreen {
  background-image: url('/images/screen1280x18.gif');
}

.inside {
  width: 330px !important;
  width: 370px;
  width /**/: /**/ 330px;
  background: url('/images/stat-tile.gif');
  color: #000000;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.insidescreen {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  background: url('/images/screen1280x18.gif');
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

/* Captcha */
div#spamGuardForm.off {
  display: none;
}

div#spamGuardForm.on {
  display: block;
}

div#spamGuardCaptcha {
  border: 1px solid #ff9393;
  padding: 10px;
  background-color: #fbd0d0;
  width: 300px;
}

/* Juice Stuff for demo page */
.displayItem,.displayItemVar {
  margin: 30px 10px 20px 0;
  display: block;
  text-align: center;
}

.expandableTable {
  margin: 10px 40px;
  border: 1px solid #d4d4d0;
}

.expandableTable th.firstCol,.expandableTable td.firstCol {
  width: 41px !important;
  width: 50px;
  width /**/: /**/ 41px;
}

.expandableTable th.secondCol,.expandableTable td.secondCol {
  width: 411px !important;
  width: 420px;
  width /**/: /**/ 411px;
}

.expandableTable th.thirdCol,.expandableTable td.thirdCol {
  width: 91px !important;
  width: 100px;
  width /**/: /**/ 91px;
}

.expandableTable th.fourthCol,.expandableTable td.fourthCol {
  width: 131px !important;
  width: 140px;
  width /**/: /**/ 131px;
}

.expandableTable th {
  background: url(/images/th-bg.png) top left repeat-x;
  color: #fff;
  vertical-align: middle;
  height: 29px;
  padding: 0 5px 0 2px;
}

.expandableTable td {
  border-bottom: 1px solid #d4d4d0;
  padding: 5px 5px 5px 4px;
}

td.expandedContent {
  padding: 0;
  border: 0;
  background-color: #C0E6F7;
  font-size: 12px;
  line-height: 18px;
  color: #333;
}

.expandedContentPara {
  width: 490px !important;
  width: 550px;
  width /**/: /**/ 490px;
  padding: 13px 20px;
}

.expandableTable a:link {
  font-weight: normal;
  color: #d11f07;
  text-decoration: underline;
}

.expandableTable a:visited {
  font-weight: normal;
  color: #d11f07;
  text-decoration: underline;
}

.expandableTable a:hover {
  font-weight: normal;
  color: #d49610;
  text-decoration: underline;
}

.expandableTable a:active {
  font-weight: normal;
  color: #e72208;
  text-decoration: underline;
}

/* Blog styles */
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

div#leftCol.blog {
  width: 560px;
  margin-left: 10px;
}

div#rightCol.modules {
  width: 250px;
}

div.module {
  margin: 0 0 10px 0;
  text-align: left;
}

div.module .top-left {
  margin-right: 20px; /* clip right corner */
  background-image: url('/images/oldcorners1280x18.gif');
  height: 20px;
  /* vertical: show first half of the image with the top-corners in it */
  font-size: 2px; /* correct height for IE */
}

div.module .top-right {
  margin-top: -20px; /* to level of top-left corner */
  margin-left: 20px; /* clip left corner */
  background-image: url('/images/oldcorners1280x18.gif');
  background-position: 100% 0; /* show bg-image starting at the right */
  height: 20px;
  font-size: 2px;
}

div.module .bottom-left {
  margin-right: 9px; /* clip right corner */
  background-image: url('/images/oldcorners1280x18.gif');
  background-position: 0 -20px; /* show under half of the image */
  height: 20px;
  font-size: 2px;
}

div.module .bottom-right {
  margin-top: -20px; /* to level of bottom-left corner */
  margin-left: 20px; /* clip left corner */
  background-image: url('/images/oldcorners1280x18.gif');
  background-position: 100% -20px; /* under half, right side */
  height: 20px;
  font-size: 2px;
}

div.module p {
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 16px;
  line-height: 0%;
  text-align: left;
}

div.module div.inside-module {
  border-left: 1px solid #a9b49c;
  border-right: 1px solid #a9b49c;
  background: url('/images/oldbgtile.gif') left top repeat-x;
  color: #000000;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}

div.module div.inside-module {
  padding: 0 10px;
  margin-bottom: -5px;
}

div.module div.inside-module h3 {
  margin: -5px 0 10px 0;
  color: #3e3e3e;
}

div.module div.inside-module ul {
  padding: 0;
  margin: 0;
  min-height: 45px;
  height: auto;
}

/* for Internet Explorer */ /*\*/
* html div.module div.inside-module ul {
  height: 45px;
}

/**/
div.module div.inside-module ul li {
  list-style-type: none;
  color: #3e3e3e;
  font-size: 11px;
  line-height: 16px;
  margin: 5px 0 5px 0;
}

div.module div.inside-module form {
  padding: 0;
  margin: 0;
  min-height: 45px;
  height: auto;
}

div.module div.inside-module form input.submitButton {
  position: relative;
  top: 5px;
  padding-bottom: 4px;
  background: url(/images/btn-submit-module.gif) top left no-repeat;
  width: 71px;
  color: #1e1e1e;
}

/* for Internet Explorer */ /*\*/
* html div.module div.inside-module form {
  height: 45px;
}

/**/
div.module div.inside-module form fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

div.post {
  padding-bottom: 15px;
  border-bottom: 1px dashed #e5e5e5;
}

div.comment {
  border-bottom: 1px dashed #e5e5e5;
  padding: 0;
  margin: 0;
}

div.comment p {
  margin: 5px 0;
}

div.post h2 {
  font-size: 140%;
}

div.post h3 {
  font-size: 95%;
  margin-bottom: 15px;
}

div.post div.body {
  margin: 0;
}

div.post div.body p {
  margin: 3px 0;
}

div.post ul.actions {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 2px 5px 2px 5px;
  border: 1px solid #efefef;
  background-color: #f8f8f8;
  font-size: 95%;
}

div.post ul.actions span.socialMediaInline {
  position: relative;
  top: 4px;
}

div.post ul.actions li {
  display: inline;
  padding-right: 5px;
}

ul.errorMessage {
  padding: 0 5px 0 15px;
  margin: 0;
}

ul.errorMessage li {
  list-style-type: square;
  color: #c00;
  font-weight: bold;
  margin: 0;
}

ul.commentMessage {
  padding: 0 5px 0 15px;
  margin: 0;
}

ul.commentMessage li {
  list-style-type: square;
  color: #fedd00;
  font-weight: bold;
  margin: 0;
}

table.authorPosts {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

table.authorPosts th {
  background-color: #f8f8f8;
}

table.authorPosts td,table.authorPosts th {
  border-right: 1px solid #e5e5e5;
  padding: 0 5px;
  border-bottom: 1px solid #e5e5e5;
}

#openblogs {
  cursor: pointer;
}

/* new pages by Gavin */
.buyTable {
  margin-top: 15px;
  /*border: 1px solid #9b9b9b;*/
}

.buyTable td {
  border-right: 1px dashed #dcdcdc;
  border-bottom: 1px dashed #dcdcdc;
  border-left: 1px dashed #dcdcdc;
  padding: 2px 5px;
  text-align: left;
  font-size: 12px;
}

.buyTableOver {
  margin-top: 15px;
  /*border: 1px solid #9b9b9b;*/
}

.buyTableOver td {
  border-right: 1px dashed #dcdcdc;
  border-bottom: 1px dashed #dcdcdc;
  border-left: 1px dashed #dcdcdc;
  padding: 2px 5px;
  text-align: left;
  font-size: 11px;
}

.tableHeading { /*background-color: #000;*/
  color: #FFFFFF;
  font-size: 12px;
  border-top: none;
}

.sectionTable {
  background-color: #e9e9e9;
}

.upgradeText {
  font-size: 18px;
  font-weight: bold;
  background-color: #494949;
  color: #FFFFFF;
}

.buyButtons {
  margin-bottom: 30px;
}

.getButton {
  margin-top: 0;
  padding-right: 10px;
  padding-bottom: 14px;
}

a:hover .getButton {
  padding-right: 8px;
  padding-bottom: 12px;
}

.buttonTable {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

.buttonTable td {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

a.yellowbutton {
  background: transparent url('/images/left-yellow-button.png') no-repeat
    top left;
  display: block;
  float: left;
  line-height: 22px;
  /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
  height: 52px; /* Height of button background height */
  padding-left: 16px; /* Width of left menu image */
  text-decoration: none;
}

a:link.yellowbutton,a:visited.yellowbutton,a:hover.yellowbutton,a:active.yellowbutton
  {
  color: #000;
}

a.yellowbutton span {
  background: transparent url('/images/right-yellow-button.png') no-repeat
    top right;
  display: block;
  padding: 12px 16px 18px 2px;
  /*Set 10px to be equal or greater than'padding-left' value above*/
  width: 300px;
  text-align: center;
}

a:hover.yellowbutton { /* Hover state CSS */
  text-decoration: underline;
}

a.redbutton {
  background: transparent url('/images/left-red-button.png') no-repeat top
    left;
  display: block;
  float: left;
  line-height: 22px;
  /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
  height: 52px; /* Height of button background height */
  padding-left: 16px; /* Width of left menu image */
  text-decoration: none;
}

a:link.redbutton,a:visited.redbutton,a:hover.redbutton,a:active.redbutton
  {
  color: #000;
}

a.redbutton span {
  background: transparent url('/images/right-red-button.png') no-repeat
    top right;
  display: block;
  padding: 12px 16px 18px 2px;
  /*Set 10px to be equal or greater than'padding-left' value above*/
  width: 300px;
  text-align: center;
}

a:hover.redbutton { /* Hover state CSS */
  text-decoration: underline;
}

.buttonwrapper {
  /* Container you can use to surround a CSS button to clear float */
  overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
  width: 370px;
}

.tdadmin {
  font-size: 9px;
  text-align: left;
}

.warn {
  background-color: #fed8dc;
}

.free {
  background-color: #ccffcc;
}

#newsletterpopup {
  text-align: left;
  color: #19AEBC;
}

#loginForm span.emailPass{
  position:relative;
}