 /*------------------*\
|* global interface *|
\*------------------*/

body {
  margin: 0px;
  padding: 0px;
  color: #444444;
  background: #E9EAEC;
  /* background: #092437; */
  font: normal 11px verdana, tahoma, geneva, sans-serif;
  text-align: left;
}

img {
  border: 0px;
}

/* forms */
form {
  margin: 0px;
  
}
fieldset {
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #695844;
}
legend {
  color: #695844;
  background: #fff;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}

input, textarea {
  font: normal 13px verdana, tahoma, geneva, sans-serif;
}
input.text, input.password, textarea {
  padding: 1px 0px 1px 2px;
  border: 1px solid #57594b;
}

/* links */
a {
  color: #212126;
}
a:visited {
  color: #212126;
}
a:hover {
  color: #8e8d9a;
  text-decoration: none;
}

/* tag links */
.tags a {
  text-decoration: none;
}
.tags a:hover {
  text-decoration: underline;
}


/* CSS TABS */

.dhtmlgoodies_tabPane{
		height:21px;	/* Height of tabs */
		border-bottom:1px solid #919b9c;
}

.dhtmlgoodies_aTab{
		border-left:1px solid #919b9c;
		border-right:1px solid #919b9c;
		border-bottom:1px solid #919b9c;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		padding:5px;		
		
}

.dhtmlgoodies_tabPane DIV{
		float:left;
		height:100%;	/* Height of tabs */
		padding-left:3px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:0px;
		margin-right:0px;
}

.dhtmlgoodies_tabPane .tabActive{
		background-image:url('../images/tab_left_active.gif');
		margin-left:0px;
		margin-right:0px;	
		z-index:10;	
}

.dhtmlgoodies_tabPane .tabInactive{
		background-image:url('../images/tab_left_inactive.gif');
		margin-left:0px;
		margin-right:0px;
		z-index:1;
}

.dhtmlgoodies_tabPane .inactiveTabOver{
		background-image:url('../images/tab_left_over.gif');
		margin-left:0px;
		margin-right:0px;
}

.dhtmlgoodies_tabPane span{
		font-family:arial;
		vertical-align:top;
		font-size:11px;
		padding-left:3px;
		padding-right:3px;		
		line-height:21px;
		float:left;
}

.dhtmlgoodies_tabPane .tabActive span{
		padding-bottom:1px;
		line-height:20px;
}
	
.dhtmlgoodies_tabPane img{
		float:left;
}

/* headings */

h1 {
  font-size: 22px;
  color: #695844;
  font-weight: bold;
  line-height: 100%;
}

h2 {
  font-size: 17px;
  color: #695844;
  font-weight: bold;
  line-height: 100%;
  margin: 5px 0px 5px 0px;
  padding: 5px 0px 5px 0px;
}

h3 {
  color: #695844;
  margin-top:3px;
  margin-bottom:3px;
  font-size: 14px;
}
h4 {
  margin: 0px 0px 3px 0px;
  padding: 0px 0px 5px 0px;
  font-weight: bold;
  font-size: 12px;
  color: #695844;
}
h5 {
  font-weight: normal;
  font-size: 11px;
}

h1 a,h2 a,h3 a {
  color: #695844;
  text-decoration:none;
}

h4 a,h5 a {
  color: #695844;
}

h1 a:visited,h2 a:visited,h3 a:visited {
  color: #695844;
  text-decoration:none;
}

h4 a:visited,h5 a:visited {
  color: #695844;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover {
  color: #695844;
  text-decoration: none;
}

/* use this with text in headings you wish to make small */
.hnormal {
  font: normal 11px verdana, tahoma, geneva, sans-serif;
  color: #212126;
}

.hsmall {
  color: #212126;
  font-weight: normal;
  font-size: 9px;
}

.hsmall a:hover{
  text-decoration: none;
}

.hsmall a{
  text-decoration: underline;
}

.hsmall a:visited{
  text-decoration: underline;
}


.info {
  margin-top: 5px;
  font: normal 9px verdana, tahoma, geneva, sans-serif;
  color: #212126;
}


#wrapper {
  width: auto;
  min-width: 990px;
  min-height: 880px;
  margin: 0px auto;
  text-align: left;
  /* background: transparent url(/images/global/background.jpg) repeat-x; */
  /* IE Dynamic Expression to set the width */
  width:expression(document.body.clientWidth < 991 ? "990px" : "100%" );
}

blockquote { border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #A5A4A4;
    font-style: italic;
    font-size: 15px;
    margin: 30px;
    padding: 30px;
    text-align: center;
}

/*--------*\
|* header *|
\*--------*/
#logo {
  width: 230px;
  height: 70px;
  background: transparent url(/images/global/logo_white.jpg) top left no-repeat;
  margin: 33px 5px 0px 0px;
  text-indent: -9999px;
}

#logo h1, #logo a {
  margin: 0px;
  width: 100%;
  height: 100%;
}

#logo a {
  text-decoration: none;
  display: block;
}
#headercontainer {
  position:relative;
  background: #445569;
  color: #cccccc;
}

#header {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: #445569;
}

#header-forum {
  min-width: 1000px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: #445569;
}


#login {
  padding: 5px 20px 5px 0px;
  text-align: right;
}
#login a {
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  color: #cccccc;
}
#login a:hover {
  color: #CCCCCC;
  text-decoration: underline;
}

#loginbar {
  float: left;
  text-align: left;
  width: 100%;
}

#loginbar a {
  margin-top: 5px;
  padding: 0px 20px 0px 0px;
  color: #435569;
  font-weight: bold;
  display: block;
  
  text-decoration: none;
  font-size: 11px;
  float: left;
  position:relative;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
#loginbar a:hover {
  color: #CCCCCC;
  text-decoration: underline;
}
#loginbar a.in {
  background: none;
}
#loginbar a.out {
  background: none;
}
#leaderboard {
  padding: 17px 0px 7px 0px;
  height: 95px;
  position:relative;
  background: #445569;
  margin-left: 240px;
}
#leaderboard img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#leaderboard.homepage img {
  margin-left: 240px;
}

#help {
  padding: 8px 20px 0px 0px;
  text-align: right;
}
#help a {
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #cccccc;
}
#help a:hover {
  color: #cccccc;
  text-decoration: underline;
}

/*------------*\
|* navigation *|
\*------------*/
#navbarcontainer {
  width: 100%;
  background: #35465a;
}

#navbar {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: #35465a;
}

#navbar-forum {
  min-width: 1000px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: #35465a;
}

/*TODO: Confirm!!!!!!! */
.navbar {
  margin-bottom: 1px;
}

ul.globalnav, ul.primarynav, ul.secondarynav  {
  margin: 0px 0px 0px -10px;
  padding: 0px;
  border-bottom: 0px solid #ffffff;
  float: left;
  position: relative;
  list-style: none;
}
ul.globalnav {
  padding: 0px;
  border: 0px solid #ff66cc;
}
ul.globalnav li, ul.primarynav li, ul.secondarynav li {
  float: left;
  list-style: none;
}
ul.globalnav li {
}
ul.globalnav a {
  margin-right: 0px;
  padding: 9px 12px 9px 12px;
  float: left;
  color: #cccccc;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
ul.globalnav a:visited {
  color: #cccccc;
}
ul.globalnav a:visited.live {
  color: #141414;
}
ul.globalnav a:hover {
  color: #141414;
  background: #E9EAEC none repeat scroll 0 0;
}
ul.globalnav li.home {
  border-right: 0px solid #ffffff;
}
ul.globalnav li.home a {
  margin-right: 0px;
}
ul.globalnav li.live a {
  color: #141414;
  background: #E9EAEC none repeat scroll 0 0;
}

ul.primarynav {
  padding: 7px 5px 10px 10px;
  background: transparent;
  width: auto;
}

ul.primarynav li {
  float: left;
  background: transparent url(images/betweennav.gif) bottom right no-repeat;
}
ul.primarynav a {
  margin-right: 0px;
  padding: 0px 7px 0px 7px;
  float: left;
  color: #141414;
  font-size: 11px;
  text-decoration: underline;
  background: transparent;
}
ul.primarynav a:visited {
  color: #141414;
}
ul.primarynav a:hover {
  color: #8e8d9a;
  background: transparent;
  text-decoration: none;
}
ul.primarynav li.home {
  border-right: 1px solid #DADADA;
  background: #383741;
}
ul.primarynav li.home a {
  margin-right: 0px;
}
ul.secondarynav {
  background: #fff;
  width: auto;
  border-left: 1px solid #C9CFD5;
  margin-left: 10px;
  margin-bottom: -5px;
}
ul.secondarynav li.first {
  padding-left: 0px;
}
ul.secondarynav a {
  margin-right: 0px;
  padding: 2px 5px;
  float: left;
  color: #141414;
  font-size: 11px;
  text-decoration: none;
  border-top: 1px solid #C9CFD5;
  border-right: 1px solid #C9CFD5;
}
ul.secondarynav a:visited {
  color: #141414;
}
ul.secondarynav a:hover {
  color: #141414;
  background: #C9CFD5;
}
ul.secondarynav li.live a {
  color: #141414;
  background: #C9CFD5;
}


/*--- localnav ---*/

.localnav {
  font-size: 11px;
  padding: 5px;
  line-height: 80%;
}

ul.localnav {
  margin-left: 0px;
  padding-left: 0px;
  float: left;
  position: relative;
  list-style: none;
}
li.localnav a {
    background: transparent url(/images/global/icons/arrow_small_gray_single_r.gif) 0px 0px no-repeat;
    padding-left: 12px; 
}

/*--- Sidecontent ---*/

#sidecontent {
  border: 0px;
  background: #fff;
  margin-bottom: 10px;
}

.sidecontent {
  margin-bottom: 10px;
  line-height: 130%;
  font-size: 11px;
}

.bodycontent {
  margin-bottom: 10px;
}


/*--- Colors ---*/
.primarydark {
  background: #C9CFD5;
}
.primarymedium {
  background: #E2E2E2;
  border: 0px;
}
.primarylight {
  background: #EEEDED;
}
.secondarydark {
  background: #CCD2DE;
}
.secondarymedium {
  background: #E8E8E8;
}
.secondarylight {
  background: #FFFFFF;
}


/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #sidecontent, #sidecontent.user, #sidecontentbody.user, #sidecontentbody.user, .primarydark, .primarymedium, .primarylight, .secondarydark, .secondarylight  {
  height: 1%;
}
/* end non ie/mac css */


/*-----------*\
|* searchbar *|
\*-----------*/
.searchbar {
  margin-bottom: 0px;
  padding: 3px 3px;
  border-bottom: 0px solid #57594b;
  text-align: left;
  background: #C9CFD5;
  float: left;
  position: relative;
}
.searchbar input.text, .searchbar input.submit {
  margin-right: 5px;
}
/* setting this in mozilla causes rendering issues */
* html .searchbar input.submit {
  height: 21px;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
.searchbar a {
  color: #212126;
  font-size: 10px;
}
.searchbar a:hover {
  color: #141414;
}

/*------------------*\
|* global searchbar *|
\*------------------*/

#searchwrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
  margin-top: 7px;
}

#searchwrapper-forum {
  min-width: 1000px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
  margin-top: 7px;
}

.globalsearchbar {
  margin-bottom: 0px;
  padding: 5px 10px 3px 0px;
  text-align: right;
  float:right;
  position: relative;

}
.globalsearchbar input.text, .globalsearchbar input.submit {
  margin-right: 5px;


}
/* setting this in mozilla causes rendering issues */
* html .globalsearchbar input.submit {
  height: 21px;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
.globalsearchbar a {
  color: #212126;
  font-size: 10px;
}
.globalsearchbar a:hover {
  color: #141414;
}


/*--------*\
|* footer *|
\*--------*/
#footer {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: none;
}

#footer img {
  float: right;
}
#footer p {
  margin: 0px;
  padding: 10px 0px;
  color: #CCCCCC;
  font-size: 9px;
}
#footer .copyright {
  padding: 7px 5px 10px 0px;
  background: none;
  float: right;
  position: relative;
}

/*--------*\
|* forumfooter *|
\*--------*/
#forumfooter {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 8px;
  padding-right: 8px;
  
  width:expression(document.body.clientWidth > 1200? '1200px': 'auto' );
  max-width: 1200px;
  min-width: 1000px;
  
  margin-left: auto;
  margin-right: auto;
  background: none;
}

#forumfooter img {
  float: right;
}
#forumfooter p {
  margin: 0px;
  padding: 10px 0px;
  color: #CCCCCC;
  font-size: 9px;
}
#forumfooter .copyright {
  padding: 7px 5px 10px 0px;
  background: none;
  float: right;
  position: relative;
}

/*---------------*\
|* contentheader *|
\*---------------*/
#contentheader {
  background: none;
  padding: 10px 0px 5px 0px;
}

#contentheader .error, #contentheader .message {
  margin: 0px 0px 0px 0px;
  padding: 2px;
  border: 1px solid #ffffff;
  color: #141414;
  font-size: 12px;
  text-align: left;
}
#contentheader .error {
  background: #ffc;
  border: 1px solid #fc0;
  color: #c60000;
  padding: 5px 5px 5px 20px;
}
#contentheader .message {
  background: #E1E1E1;
}
#contentheader .error *, #contentheader .message * {
  margin: 0px;
  padding: 0px;
}
.alert {
  background: #ffc;
  border: 1px solid #fc0;
  color: #c60000;
  padding: 5px;
}

/*---------------*\
|* contentfooter *|
\*---------------*/
#contentfooter {
  background: none;
}

/*---------*\
|* content *|
\*---------*/
#ocwrapper {
  width: 660px;
  margin-left: auto;
  margin-right: auto;
/* background colour of left sidebar */
/* background colour of right sidebar */
  border-right: 340px solid transparent;
  background: none;
  border-left: 0px solid #e2e1eb;
  z-index:9999;
}

#ocwrapper .home {
  width: 1000px;
}

#icwrapper {
  margin: 0px;
  background: none;
  width: 670px;
}

#leftsidebar {
  margin-left: -200px;
  padding: 10px 0px 10px 10px;
  width: 180px;
  float: left;
  position: relative;
/* hide the left sidebar by default */
  display: none;
  background: #E1E1E1;
}

#leftsidebarforum {
  width: 180px;
  float: left;
  position: relative;
/* hide the left sidebar by default */
  display: block;
}

#rightsidebar {
  margin-right: -340px;
  margin-top: -8px;
  padding: 8px 0px 10px 10px;
  width: 320px;
  float: left;
  position: relative;
  background: none;
  z-index:9;
}

#rightsidebar-forum {
  margin-top: -8px;
  padding: 8px 0px 10px 10px;
  width: 180px;
  float: left;
  position: relative;
  background: none;
  z-index:9;
}

#titlebar {
  float: left;
  vertical-align: text-center;
  background: transparent url(/images/hanging_climber_1px.jpg) right repeat;
}

#titleimage {
  width: 200px;
  height: 120px;
  float: right;
  background: url(/images/hanging_climber.jpg) right no-repeat;
  position: relative;
  text-indent: -9999px;
}

#contentwrapper {
  width: 100%;
  float: left;
  position: relative;
  background: none;
  z-index:10;
}

#contentwrapperdetailed {
  width: 1000px;
  float: left;
  position: relative;
  background: none;
  z-index:10;
}

#content {
  margin: 0px 0px 0px 0px;
  font-size: 13px;
  padding: 0px 0px 0px 0px;
  line-height: 19px;
  /*  margin: 0px 10px;*/
  /*background: #ffffff;*/
}

#catwrapper {
  background: #C9CFD5;
  padding: 0px;
  line-height: 150%;
  margin-left: 0px;
 
}

#graphwrapper {
  float: left;
  position: relative;
  padding: 15px 15px 15px 15px;
  margin: 25px 0px 0px 15px;
}

#halfblock {
  position: relative;
  width: 48%;
  padding: 2px;
}

/* Replacement for #halfblock*/
.halfblock {
  position: relative;
  width: 48%;
  padding: 2px;
}


.quarterblock {
  position: relative;
  width: 30%;
  padding: 2px;
  border: 0px solid #000000;
}
.threequarterblock {
  position: relative;
  width: 68%;
  padding: 2px;
}

#padright {
  padding-right: 10px;
}
#padleft {
  padding-left: 10px;
}
#padsides {
  padding-left: 10px;
  padding-right: 10px;
}
#padleftbottom {
  padding-left: 10px;
  padding-bottom: 10px;
}
#padall {
  padding: 10px;
}
.padall {
  padding: 10px;
}
.padcontent {
  padding: 0px 10px 0px 10px;

}

/*Replacement for pads*/
.padsides {
  padding-left: 10px;
  padding-right: 10px;
}



#catlisting {
  line-height: 160%;
}

/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #content {
  height: 1%;
}
/* end non ie/mac css */


/*-----------------*\
|* global elements *|
\*-----------------*/

.quote {
    background-color: #E9EAEC;
    border: 1px solid #a6b2bb;
   -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 5px;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
 }

/* links */
.linklisting {
  margin-top: 10px;
 margin-right: 10px;
  padding: 10px;
  border: 1px solid #C9CFD5;
   -moz-border-radius: 15px;
    border-radius: 15px;
  background: #fafafd;
  width: 96%;
  float:left;
}

.linklistinghome {
  margin-top: 10px;
 margin-right: 10px;
  padding: 10px;
  border: 1px solid #C9CFD5;
   -moz-border-radius: 15px;
    border-radius: 15px;
  background: #fafafd;
  width: 97%;
}

.linklistingprofile {
  margin: 0px 0px 10px 0px;
  padding: 10px;
  border: 1px solid #C9CFD5;
   -moz-border-radius: 15px;
    border-radius: 15px;
  background: #fafafd;
  min-width: 480px;
  max-width: 580px
  width: 480px;
  float:left;
}

.linklistingsquare {
  margin: 0px 0px 10px 0px;
  padding: 5px;
  border: 1px solid #C9CFD5;
  background: #fafafd;
  width: 98%;
  float:left;
}


.linklisting.user {
  border: 1px solid #CCD2DE;
   -moz-border-radius: 15px;
    border-radius: 15px;
  background: #E8E8E8;
  padding: 10px;
}
.linklisting p.linkurl, .linklisting p.linkrating {
  margin: 2px 0px;
}
.linklisting p.linkurl a {
  font-size: 9px;
  text-decoration: none;
}
.linklisting p.linkrating {
  font-size: 9px;
}
.linklisting p.linkrating .linkexpired {
  color: #8c3030;
  font-weight: bold;
}
.linklisting .linkdescription, .review .reviewcontent {
  margin: 0px 0px 5px 0px;
  padding: 5px;
  border: 0px solid #939B8C;
   -moz-border-radius: 15px;
    border-radius: 15px;
  padding: 10px;
  background: #fafafd;
  overflow: hidden;
}
/* overflow: hidden doesn't work in ie unless the width is set */
* html .linklisting .linkdescription, * html .review .reviewcontent {
  width: 96%;
}
.linklisting p.linkactions {
  margin: 0px;
}
.linklisting p.linkactions a, #detailed p.actions a, #category.actions a, #jump_frame .actions a {
  padding: 1px 4px;
  border: 1px solid #939B8C;
  font-size: 9px;
  text-decoration: none;
  background: #E1E1E1;
}
.linklisting p.linkactions a:hover, #detailed p.actions a:hover, #category.actions a:hover, #jump_frame .actions a:hover {
  background: #fafafd;
}

#imagewrapper {
  width: 120px;
  height: 120px;
  position: relative;
  background: #91998B;
  padding: 15px 15px 15px 15px;
}

#linkimage {
  background: url(/images/route_thumb.jpg) center no-repeat;
  text-indent: -9999px;
}

.floatleft {
float: left;
}
.floatright {
float: right;
}
.floatcenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.smallthumb {
  width: 50px;
}

/* reviews */
.review {
  margin: 0px 0px 10px 0px;
  padding: 5px;
  width: 98%;
  background: #fff;
  position: relative;
}

.review.user {
  border: 1px solid #CCD2DE;
  background: #E8E8E8;
}

.review h4.reviewsubject {
  margin: 10px 0px 0px 0px;
}
.review h5.reviewbyline {
  margin: 0px;
  font-weight: normal;
}
.review p.reviewer {
  margin: 0px 0px 2px 0px;
}
.review .reviewcontent {
  margin: 0px 0px 0px 0px;
  padding: 5px;
  border-top: 0px dotted #939B8C;
  position: relative;
}
.reviewratings {
  margin: 0px 5px 0px 0px;
  border: 1px solid #C9CFD5;
  background: #ffffff;
  float: right;
  position: relative;
}
.review .reviewhelpful span {
  float: left;
  font-size: 9px;
  clear: left;
}
.review .reviewhelpful form span {
  float: left;
  clear: left;
}
.review .reviewhelpful input {
  padding: 0px 3px;
  border: 1px solid #939B8C;
  background: #ffffff;
  font-size: 9px;
}
/* overflow: hidden doesn't work in ie unless the width is set */
* html .review .reviewcontent {
  width: auto;
}

/* comments */
.comment {
  width: 100%;
  background: #E2E2E2;
  float: left;
  position: relative;
}

.commentheader {
  margin: 15px 0px 0px 0px;
  border-bottom: 0px dotted #939B8C;
  background: #fff;
}

.comment .commentcontent {
  padding: 5px;
  z-index: -1;
}

/* overflow: hidden doesn't work in ie unless the width is set */
* html .comment .commentcontent {
  width: auto;
}


/* add link */
.addform {
  border: 1px solid #C9CFD5;
  background: #fafafd;
}


/* link/bookmark status icons */
.new-item, .updated-item, .popular-item, .unpaid-item, .expired-item, .free-item, .bookmark-public, .bookmark-default {
  background: transparent url(/images/button-left.gif) top left no-repeat;
  font-weight: normal;
  font-size: 9px;
  color: #ffffff;
  vertical-align: text-top;
}
.new-item {
  background-color: #8c3030;
}
.updated-item {
  background-color: #c5a600;

}
.popular-item {
  background-color: #314fb1;
}
.unpaid-item {
  background-color: #555555;
}
.expired-item {
  background-color: #92589c;
}
.free-item {
  background-color: #a7a87c;
}
.bookmark-public {
  background-color: #cc6613;
}
.bookmark-default {
  background-color: #7fb131;
}
.new-item span, .updated-item span, .popular-item span, .unpaid-item span, .expired-item span, .free-item span, .bookmark-public span, .bookmark-default span {
  padding: 0px 3px;
  background: transparent url(/images/button-right.gif) top right no-repeat;
}

/* paging */
.paging {
  text-align: right;
  margin: 3px 0px 3px 0px;
}
.paging img, .paging select, .paging input {
  vertical-align: middle;
}

.crumb {
	font-size: 11px;
	padding: 5px 0px 15px 0px;
	border-bottom: 1px solid #D8D8D8;
}

/* tables */
.ftable, .ptable, .pctable, .galleryTable, .pltable {
  margin-top: 0px;
  margin-bottom: 0px;
  border-left: 1px solid #C9CFD5;
  border-top: 1px solid #C9CFD5;
  border-collapse: collapse;
  border-bottom: 1px solid #bbbfa1;
/* ie5-5.5 don't inherit the font style properly */
  font-size: 11px;
  width: 100%;
}

.articletableforum {
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px solid #cdd0d4;
  background-color: #f4f4f5;
/* ie5-5.5 don't inherit the font style properly */
  font-size: 13px;
  width: 98%;
}

.contenttable {
  margin-top: 0px;
  margin-bottom: 0px;
  border-left: 1px solid #C9CFD5;
  border-top: 1px solid #C9CFD5;
  border-collapse: collapse;
  border-bottom: 1px solid #bbbfa1;
/* ie5-5.5 don't inherit the font style properly */
  font-size: 12px;
  width: 645px;
}

.contentcol {
  border-right: 1px solid #C9CFD5;
}

.dtable {
  width: 100%;
  background: #fafafd;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
}

.dtable td {
  border: 1px solid #CCCCCC;
  padding: 3px;
}

.dtable td.noborder {
  border: 0px solid #CCCCCC;
  padding: 3px;
}

.galleryTable {
  width: 100%;
  border-right: 1px solid #C9CFD5;
  background: #fafafd;
}
.galleryTable td {
  background: #fafafd;
  width: 20%;
  border-right: 1px solid #C9CFD5;
  border-bottom: 1px solid #C9CFD5;
}
.galleryTable td.photothumb {
  padding: 8px;
}

.listingTable {
  margin-bottom: 15px;
  border-left: 1px solid #C9CFD5;
  border-top: 1px solid #C9CFD5;
  border-right: 1px solid #C9CFD5;
  border-collapse: collapse;
  width: 100%;

/* ie5-5.5 don't inherit the font style properly */
  font-size: 11px;
}

.listingTable th {
  background: #C9CFD5;
  text-align: left;
  width: 85px;
  padding: 8px;
}
.listingTable td {
  padding: 8px;
  border-bottom: 1px solid #C9CFD5;
}

.ftable.user {
  border-left: 1px solid #CCD2DE;
  border-top: 1px solid #CCD2DE;
  border-bottom: 1px solid #CCD2DE;
}

.ftable {
  border-bottom: 1px solid #C9CFD5;
}

.ftable, .ptable, .pltable {
  width: 100%;
}
.ftable th, .ptable th {
  background: #C9CFD5;
  text-align: left;
}
.ftable th.user {
  background: #CCD2DE;
  text-align: left;
}

.ftable th, .ftable td {
  padding: 0px 0px 3px 5px;
}
.ptable th, .ptable td {
  padding: 3px 5px;
}

.ptable td {
  background: #C9CFD5;
  width: 20%;
  text-align: center;
  border-bottom: 1px solid #C9CFD5;
}
.ftablecol, .ptablecol {
  border-right: 1px solid #C9CFD5;
}
.ftablecol.user {
  border-right: 1px solid #CCD2DE;
}
.ftablecol.photothumb {
  border-right: 1px solid #CCD2DE;
  width: 24%;
}
.ptablefooter {
  font-size: 9px;
  text-align: left;
  width: 100%;
  /* display: block; */
  line-height: 12px;
  padding: 0px 0px 4px 0px;
}

/* Main tables */
.mainTable {
  padding: 2px;
  text-align: left;

/* ie5-5.5 don't inherit the font style properly */
  font-size: 11px;
}

/* photo comment tables */
.pctable {
  width: 100%;
}
.pctable th, .pltable th {
  padding: 8px;
  background: #C9CFD5;
  width: 10%;
  border-bottom: 1px solid #CCCCCC;
}

.pctable td, .pltable td {
  padding: 8px;
  background: #fff;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

.pctablecol, .pltablecol {
  border-right: 1px solid #CCCCCC;
}

/* route ratings tables */
.ratingtable {
  width: 180px;
  margin: 5px;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  float: right;
  position: relative; 
/* ie5-5.5 don't inherit the font style properly */
  font-size: 11px;
}
.ratingtable th {
  background: #C9CFD5;
  text-align: left;
}
.ratingtable th.user {
  background: #CCD2DE;
}
.ratingtable td {
  padding: 2px;
  background: #ffffff;
}


/* sub headings */




h3.noseparator {
  border-bottom: none;
  margin: 5px 0px 5px 0px;
  padding: 5px 0px 5px 0px;
}


/*
  margin: 0px 0px 3px 0px;
  font-weight: bold;
  font-size: 12px;
  color: #695844;*/
  


/* lists */
#content ul {
  margin: 10px 0px 0px 20px;
  padding: 0px;
  font-size: 12px;
  list-style: none;
}

#content ul.categories {
  margin: 0px;
}

#content li {
  font-size: 12px;
  list-style: disc;
}

/* forms */
.row {
  margin-bottom: 1px;
  padding: 2px;
}
.row label.name {
  padding-right: 5px;
  width: 25%;
  float: left;
}
.row label.name span {
  color: #8c3030;
}
.row .value {
  z-index: -1;
}
.row .value.wrappedtext {
  margin-left: 25%;
  padding-left: 5px;
}
/* hack for ie 5.5 text/textarea resizing */
.row .value input.text, .row .value input.password, .row .value textarea {
  width: expression(this.parentNode.offsetWidth * 0.74 + 'px');
}
/* the previous style causes problems with long sidebars in ie6 */
.row .value input.text, .row .value input.password, .row .value textarea {
  width: 72%;
}
.row .value input.text.shorttext {
  width: 100px;
}
.mediumtext {
  width: 300px;
}
.row.required {
  background: #fafafd;
}
.row.invalid {
  color: #8c3030;
  background: #eedddd;
  font-weight: bold;
}

.formsubmit {
  margin-top: 10px;
  text-align: right;
}

.form {
	background-color: #fafafd;
	color: #212126;
	font: 11px verdana, tahoma, geneva, sans-serif;
 	border: 1px solid #939B8C; 
 	margin-right: 0px; 
}

.bigsearch {
	background-color: #fafafd;
	color: #212126;
	font: 15px verdana, tahoma, geneva, sans-serif;
 	border: 1px solid #939B8C; 
 	margin-right: 0px;
    height:18px; 
}

.bigsearchBtn {
	margin: 0px 0px 5px 0px;
}

#searchbox {
	background-color: #fafafd;
	color: #212126;
	font: 11px verdana, tahoma, geneva, sans-serif;
 	border: 1px solid #939B8C; 
 	margin-right: 0px; 
}
/*replacement for #searchbox*/
.searchbox {
	background-color: #fafafd;
	color: #212126;
	font: 11px verdana, tahoma, geneva, sans-serif;
 	border: 1px solid #939B8C; 
 	margin-right: 0px; 
}

/* generic messages */
.errormessage {
  color: #8c3030;
  font-weight: bold;
}
.infomessage {
  color: #3a5841;
  font-weight: bold;
}

/* treecats */
#content .treecats-selection-summary ul, #content .treecats-selection ul {
  margin: 0px;
}
.treecats-selection-summary li a, .treecats-selection li a {
  margin-top: 2px;
  margin-left: 5px;
}
.treecats-selection-summary a, .treecats-selection a {
  font-size: 9px;
}
.treecats-selection-summary a:visited, .treecats-selection a:visited {
  color: #212126;
}
.treecats-selection-current {
  font-weight: bold;
}
.treecats-category-info img {
  border: 0px;
  padding: 2px;
  vertical-align: middle;
}
.treecats-children {
  padding-left: 15px;
}
.treecats-selected span, li.treecats-selected {
  font-weight: bold;
}
.treecats-category a:link, .treecats-category a:visited {
  color: #212126;
  text-decoration: none;
}
.treecats-category a:hover {
  text-decoration: underline;
}
#content ul.treecats-links {
  padding-left: 15px;
  margin: 0px;
}
.treecats-links li {
  line-height: 1.25em;
  list-style: circle;
}

/* search highlighting */
.searchhl-1, .searchhl-2, .searchhl-3, .searchhl-4, .searchhl-5 {
  font-weight: bold;
}
.searchhl-1 {
  background: #ffff80;
}
.searchhl-2 {
  background: #aaaaff;
}
.searchhl-3 {
  background: #aaffaa;
}
.searchhl-4 {
  background: #ffaaaa;
}
.searchhl-5 {
  background: #aaffff;
}

/* indent */
.indent1 {
  margin-left: 20px;
}
.indent2 {
  margin-left: 40px;
}
.indent3 {
  margin-left: 60px;
}
.indent4 {
  margin-left: 80px;
}
.indent5 {
  margin-left: 100px;
}

.hide {
  display: none;
}

.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear {
  display: inline-block;
}

.clear:right
{
clear: right;
}


/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* end non ie/mac css */

/*---------------*\
|* page specific *|
\*---------------*/
#bookmark_list input.checkbox {
  float: left;
}
#bookmark_list .folders .description, #bookmark_folder_view .folders .description {
  margin: 0px 0px 10px 20px;
}
.bookmark_link .comments label {
  font-weight: bold;
}
.bookmark_link .comments label span {
  font-weight: normal;
}

#category dl, #home dl {
  margin: 10px 0px 0px 0px;
  width: 49%;
  float: left;
}
#category dt a {
  font-weight: bold;
  font-size: 12px;
}
#category dt, #category dd, #home dt, #home dd {
  margin: 0px 0px 0px 20px;
}
#category dd, #home dd {
  padding-bottom: 10px;
}

#detailed p.description {
  overflow: hidden;
}
/* ie needs a width for overflow: hidden to work */
* html #detailed p.description {
  width: 100%;
}
#detailed p.linknav {
  margin: 0px;
  text-align: right;
}
#detailed p.linknav img {
  vertical-align: middle;
}
#detailed p.linknav a {
  text-decoration: none;
}
#detailed p.reviewsfooter {
  margin: 20px 0px 0px 0px;
  text-align: right;
}
/* #detailed p.actions a, #detailed p.actions a:hover => see .linklisting p.linkactions a */

#home dt a {
  font-weight: bold;
  font-size: 12px;
}


/* #home dl, #home dt, #home dd, #home dd => see #category dl */

#jump_frame .jumpwrapper {
  height: 40px;
  background: transparent url(/images/swirls.gif) bottom right no-repeat;
}
#jump_frame img.jumplogo {
  padding: 2px 0px 0px 2px;
  float: left;
}

/* #jump_frame .actions a, #jump_frame .actions a:hover => see .linklisting p.actions a */

#modify_select input.radio {
  float: left;
}

#search .searchoption {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px dotted #939B8C;
}



/*---------------*\
|*  Star Rater   *|
\*---------------*/
.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 50px;
	height: 10px;
	position: relative;
	background: url(/images/global/icons/stars_rating.gif) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:10px;
	height: 10px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 10;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(/images/global/icons/stars_rating.gif) left bottom;
	z-index: 1;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:10px;
}
.star-rating a.two-stars{
	left:10px;
}
.star-rating a.two-stars:hover{
	width: 20px;
}
.star-rating a.three-stars:hover{
	width: 30px;
}
.star-rating a.three-stars{
	left: 20px;
}
.star-rating a.four-stars{
	left: 30px;
}	
.star-rating a.four-stars:hover{
	width: 40px;
}
.star-rating a.five-stars{
	left: 40px;
}
.star-rating a.five-stars:hover{
	width: 50px;
}

/*---------------*\
|*  Thumbnails   *|
\*---------------*/

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 150;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
width: 200px;
top: 50px;
left: 80px; /*position where enlarged image should offset horizontally */
}

/*---------------*\
|*   Shadows    *|
\*---------------*/

.shadowtop, .shadowbottom, .shadowleft, .shadowright {
  background: none;
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: auto;
  height: auto;
  float: none;
  background: none;
  font-size: 1px;
}

/*---------------*\
|*   Buttons     *|
\*---------------*/

.button80
{
  width:85px;
  height:22px;
  text-align:center;
  background:url(/images/global/button80.gif) no-repeat;
  background-position:left;
  font-family:Verdana;
  font-size:10px;
  font-weight:normal;
  color:#486e90;
  display: inline-block;
  border:0 solid #FFFFFF;
}

a.button80
{
  padding: 3px 0px 0px 0px;
  text-decoration:none;
}

.button80_orange
{
  width:85px;
  height:22px;
  text-align:center;
  background:url(/images/global/button80_orange.gif) no-repeat;
  background-position:left;
  font-family:Verdana;
  font-size:10px;
  font-weight:normal;
  color:#486e90;
  display: inline-block;
  border:0 solid #FFFFFF;
}

a.button80_orange
{
  padding: 3px 0px 0px 0px;
  text-decoration:none;
}

.button100
{
  width:105px;
  height:22px;
  text-align:center;
  background:url(/images/global/button100.gif) no-repeat;
  background-position:left;
  font-family:Verdana;
  font-size:10px;
  font-weight:normal;
  color:#486e90;
  display: inline-block;
  border:0 solid #FFFFFF;
}

a.button100 
{
  padding: 3px 0px 0px 0px;
  text-decoration:none;
}

.button100_orange
{
  width:105px;
  height:22px;
  text-align:center;
  background:url(/images/global/button100_orange.gif) no-repeat;
  background-position:left;
  font-family:Verdana;
  font-size:10px;
  font-weight:normal;
  color:#486e90;
  display: inline-block;
  border:0 solid #FFFFFF;
}

a.button100_orange
{
  padding: 3px 0px 0px 0px;
  text-decoration:none;
}

.button120
{
  width:125px;
  height:22px;
  text-align:center;
  background:url(/images/global/button120.gif) no-repeat;
  background-position:left;
  font-family:Verdana;
  font-size:10px;
  font-weight:normal;
  color:#486e90;
  display: inline-block;
  border:0 solid #FFFFFF;
}

a.button120 
{
  padding: 3px 0px 0px 0px;
  text-decoration:none;
}

.button28
{
  width:33px;
  height:22px;
  text-align:center;
  background:url(/images/global/button28.gif) no-repeat;
  background-position:center;
  font-family:Verdana;
  font-size:10px;
  font-weight:normal;
  color:#486e90;
  display: inline-block;
  border:0 solid #FFFFFF;
}

a.button28 
{
  padding: 3px 0px 0px 0px;
  text-decoration:none;
}

.button40
{
  width:45px;
  height:22px;
  text-align:center;
  background:url(/images/global/button40.gif) no-repeat;
  background-position:left;
  font-family:Verdana;
  font-size:10px;
  font-weight:normal;
  color:#486e90;
  display: inline-block;
  border:0 solid #FFFFFF;
}

a.button40 
{
  padding: 3px 0px 0px 0px;
  text-decoration:none;
}

.playbutton
{
position:absolute;
botton:0;
right:154;
height:16;/*or whatever*/
width:18;/*or whatever*/
z-level: 100;
}

/*--- bullets ---*/

.arrowbullet {
  padding: 1px;
}

ul.arrowbullet {
  margin-left: 0px;
  padding-left: 0px;
  float: left;
  position: relative;
  list-style: none;
}
li.arrowbullet a {
    background: transparent url(/images/global/icons/arrow_small_gray_single_r.gif) 0px 0px no-repeat;
    padding-left: 12px; 
}

#accessibility {
  position: absolute;
  left: -9000px;
  width: 9000px;
}



/*--- Rounded Corners CSS ---*/

.whiteBox {
	background:#ffffff;
}

.whiteBox .whiteHeader {
	background:#ffffff url(/images/RoundedCorners/white_blue_TR3.png) no-repeat scroll 100% 0pt;
	height:8px;
	overflow:hidden;
}

.whiteBox .whiteHeader div {
	background:#ffffff url(/images/RoundedCorners/white_blue_TL3.png) no-repeat scroll 100% 0pt;
	height:8px;
	overflow:hidden;
	width:8px;
}

.whiteBox .whiteFooter {
	background:#ffffff url(/images/RoundedCorners/white_blue_BR3.png) no-repeat scroll 100% 0pt;
	height:8px;
	overflow:hidden;
	text-align:left;
}

.whiteBox .whiteFooter div {
	background:#ffffff url(/images/RoundedCorners/white_blue_BL3.png) no-repeat scroll 100% 0pt;
	height:8px;
	overflow:hidden;
	width:8px;
}

.blueBox {
	background:#E2E2E2;
}

.blueBox .blueHeader {
	background:url(/images/RoundedCorners/blue_white_TR.png) no-repeat scroll 100% 0pt;
	height:8px;
	overflow:hidden;
}

.blueBox .blueHeader div {
	background:url(/images/RoundedCorners/blue_white_TL.png) no-repeat scroll 100% 0pt;
	height:8px;
	overflow:hidden;
	width:8px;
}

.blueBox .blueFooter {
	background: url(/images/RoundedCorners/blue_white_BR.png) no-repeat scroll 100% 0pt;
	height:8px;
	overflow:hidden;
}

.blueBox .blueFooter div {
	background:url(/images/RoundedCorners/blue_white_BL.png) no-repeat scroll 100% 0pt;
	height:8px;
	overflow:hidden;
	width:8px;
}

.lightblueBox {
    background:url(/images/RoundedCorners/lightblue_white_T.png) repeat-x top right;
}

.lightblueBox .lightblueHeader {
	background:url(/images/RoundedCorners/lightblue_white_TL.png) no-repeat top left;
	height:8px;
}

.lightblueBox .lightblueHeader div {
	background:url(/images/RoundedCorners/lightblue_white_TR.png) no-repeat top right;
	height:8px;
}

.lightblueBox .lightblueFooter {
	background: url(/images/RoundedCorners/lightblue_white_B.png) repeat-x bottom left;
	height:8px;
}

.lightblueBox .lightblueFooter div {
	background:url(/images/RoundedCorners/lightblue_white_BL.png) no-repeat bottom left;
	height:8px;
}
.lightblueBox .lightblueFooter div div{
	background:url(/images/RoundedCorners/lightblue_white_BR.png) no-repeat bottom right;
 }

.lightblueBox .boxContent {
	background:#E9EAEC;
    border-left: 1px solid #DDDDFF;
    border-right:1px solid #DDDDFF;
}

.mediumblueBox {
    background:url(/images/RoundedCorners/mediumblue_white_T.png) repeat-x top right;
}

.mediumblueBox .mediumblueHeader {
	background:url(/images/RoundedCorners/mediumblue_white_TL.png) no-repeat top left;
	height:8px;
}

.mediumblueBox .mediumblueHeader div {
	background:url(/images/RoundedCorners/mediumblue_white_TR.png) no-repeat top right;
	height:8px;
}

.mediumblueBox .mediumblueFooter {
	background: url(/images/RoundedCorners/mediumblue_white_B.png) repeat-x bottom left;
	height:8px;
}

.mediumblueBox .mediumblueFooter div {
	background:url(/images/RoundedCorners/mediumblue_white_BL.png) no-repeat bottom left;
	height:8px;
}
.mediumblueBox .mediumblueFooter div div{
	background:url(/images/RoundedCorners/mediumblue_white_BR.png) no-repeat bottom right;
 }

.mediumblueBox .boxContent {
	background:#FFFFFF;
    border-left: 1px solid #E2E2E2;
    border-right:1px solid #E2E2E2;
}

.mediumblueBox .boxHeader {
	background:#FFFFFF;
    border-left: 1px solid #E2E2E2;
    border-right:1px solid #E2E2E2;
}

.boxContent {
	padding: 2px 10px 2px 10px;
}

.boxHeader {
	
}


/*--- End of Rounded Corner CSS ---*/

#bookmark {
	text-align: center;
}

/*--- Begin include_css_dropdown --*/

#mystuff a {
border-bottom:1px solid #003D88;
color:#003D88;
display:block;
font-weight:bold;
padding:1px 0;
text-decoration:none;
text-indent:3px;
width:100%;
}

#mystuff a:hover {
background-color:#003D88;
color:#DADADA;
}

#mystuff {
border-color:#003D88;
border-style:solid;
border-width:1px 1px 0;
font-family:Verdana;
font-size:12px;
line-height:18px;
position:absolute;
background-color:#DADADA;
width:150px;
z-index:100;
text-align:left;
}

/*--- End include_css_dropdown --*/
/*--- Begin include_css_dropdown (global demo) --*/

.dropdownmenu a {
border-bottom:1px solid #003D88;
color:#003D88;
display:block;
font-weight:bold;
padding:1px 0;
text-decoration:none;
text-indent:3px;
width:100%;
}

.dropdownmenu a:hover {
background-color:#003D88;
color:#DADADA;
}

.dropdownmenu {
border-color:#003D88;
border-style:solid;
border-width:1px 1px 0;
font-family:Verdana;
font-size:12px;
line-height:18px;
position:absolute;
background-color:#DADADA;
width:150px;
z-index:100;
text-align:left;
}

/*--- End include_css_dropdown (global demo)  --*/

/* Tool Tip Styles */
.ToolText {
  position:relative; 
  z-index: 124 
} 
.ToolTextHover {
  position:relative; 
  z-index: 125
} 
.ToolText span {
  display: none
} 
.ToolTextHover span { 
  display:block;
  padding: 5px;
  position:absolute;
  top:2em; left:2em; width:20em;
  border:1px solid #fc0;
  background-color:#ffc; 
  color:#c60000;
  font-size: 11px;
  font-weight: normal;
  text-decoration:none;
  text-align: left
  white-space: normal;
}
.ToolTextHover.left span {
  left:-22em
 }

/* Forum user profile tab styles*/
.mtabcontainer {
    width: 100%;
    max-width: 1400px;
    float:left;
}

.mtab {
    float: left;
}

.mtab .unselected {
    border-bottom: 1px solid #c2c8d3;
}

.mtab .selected {
    background: #fff;
    border-bottom: 1px solid #fff;
}

.mcontent {
    width:100%;
    min-width: 1000px;
    border-bottom: 1px solid #ccd2de;
    border-left: 1px solid #ccd2de;
    border-right: 1px solid #ccd2de;
    border-top: 1px solid #ccd2de;
    float: left;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:0px;
    padding-right:0px;
}

.mtab a {
    background: #ffffff; /* Old browsers */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#e0eef7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 1%,#e0eef7 100%); /* Chrome10+,Safari5.1+ */
    background:    -moz-linear-gradient(top, #ffffff 1%, #e0eef7 100%); /* FF3.6+ */
    background:      -o-linear-gradient(top, #ffffff 1%,#e0eef7 100%); /* Opera 11.10+ */
    background:         linear-gradient(to bottom, #ffffff 1%,#e0eef7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0eef7',GradientType=0 ); /* IE6-9 */
    border: 1px solid #c2c8d3;
    border-radius: 5px 5px 0 0;
    line-height: 22px;
    margin-right: 1px;
    text-decoration: none;
    padding: 3px;
    outline: none;
}

.mtabfinal a {
    height:22px;
    border-right: 1px solid #c2c8d3;
    border-top: 1px solid #c2c8d3;
    font-family:Verdana;
    font-size:10px;
    font-weight:700;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:5px;
    padding-right:5px;
    float: left;
    outline: none;
}


.mtab .tabfiller {
    height:23px;
    float: left;
    width: 100%;
    min-width:740px;
    border-left:1px solid #c2c8d3;
    border-bottom:1px solid #c2c8d3;
    
}    


ul.localnav {
    float:none;
}

.thumbs {
	background: #ffffff;
    border: 1px solid #ddddee;
    padding: 3px;
}

.thumbs-small {
	background: #ffffff;
    border: 1px solid #ddddee;
    padding: 3px;
    width: 150px;
    height: 150px;
}

/*tree browser*/

.backcanvas{
        position: absolute;
        top:0;
        left:0;
        background:#112417;
        filter:alpha(opacity=25);
        -moz-opacity:.25;
        opacity:.25;
        z-index:9998;
        width:0px;
        height:0px;
}
.windowwrapper {
       position: absolute;
        z-index:9999;
        padding:10px;
        text-align:left;
}

/*Replacement for align="absmiddle"*/
.absmiddle{
    vertical-align:middle;
}

/*Additional classes required by the hidden SEO content on category pages

/*Community Tables*/
.col_header{
    
    background:#ccd2de;
    
}

.button_register {
background:transparent url(/images/global/register_red.gif) no-repeat scroll left center;
border:0 solid #FFFFFF;
color:#486E90;
display:inline-block;
font-family:Verdana;
font-size:10px;
font-weight:normal;
height:21px;
text-align:center;
width:99px;
}

.button_login {
background:transparent url(/images/global/login_red.jpg) no-repeat scroll left center;
border:0 solid #FFFFFF;
color:#486E90;
display:inline-block;
font-family:Verdana;
font-size:10px;
font-weight:normal;
height:21px;
text-align:center;
width:99px;
}

/*class for imbedded images*/
.articleinsert{
    text-align:center;
    font-size: 11px;
    font-style: italic;
}

#toprow {
    background:#003D88;
}

#category dt a {
font-size:13px;
font-weight:bold;
}

/*--- Begin include_css_dropdown --*/

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{

width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#003d88;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #003d88;
	color:#dadada ;
}

#share42blue {display: inline-block; padding: 6px 0 0 6px; background: #E9EAEC;}
#share42blue a {opacity: 1}
#share42blue:hover a {opacity: 1}
#share42blue a:hover {opacity: 0.5}

#share42 {padding: 6px 6px 0; background: #FFF; border: 1px solid #E9E9E9; border-radius: 4px; margin-left: -48px; margin-top: 48px;}
#share42:hover {background: #F6F6F6; border: 1px solid #D4D4D4; box-shadow: 0 0 5px #DDD;}
#share42 a {opacity: 0.5}
#share42:hover a {opacity: 0.7}
#share42 a:hover {opacity: 1}

#share42 a {position:relative;}
#share42 a span {display: none; position: absolute; z-index: 10; top: 0; left: 100%; height: 19px; margin-left: 5px; padding: 0 5px; background: #FFF; border-radius: 4px; border: 1px solid #AAA; box-shadow: 0 0 5px rgba(0,0,0,0.25); text-align: center; color: #666; font: 12px/20px Arial, sans-serif;}
#share42 a:hover span {display: block}
#share42 a span:before {content: ''; position: absolute; top: 50%; left: -5px; margin-top: -3px; width: 5px; height: 7px; background: url(data:image/gif;base64,R0lGODlhBQAHAJEDAKqqqsnJyf///////yH5BAEAAAMALAAAAAAFAAcAAAIMnBEXMijiXlts1lkAADs=) no-repeat;}

[class*="ico-"] {
  display: inline-block;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 10px center; }

.ico-facebook {
  background-image: url("http://www.facebook.com/favicon.ico"); }

.ico-twitter {
  background-image: url("http://twitter.com/favicons/favicon.ico"); }

.ico-google {
  background-image: url("https://ssl.gstatic.com/s2/oz/images/faviconr2.ico"); }

.ss-share {
  padding-left: 0;
  list-style: none; }

.ss-share-item {
  display: inline;
  margin-right: 1em; }

.ss-share-link {
  /* crude button styles */
  text-decoration: none;
  color: #444;
  font-weight: bold;
  padding: .5em .75em .5em 35px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px; }

  .ss-share-link:hover, .ss-share-link:active, .ss-share-link:focus {
    color: #891434; }

/*--- End include_css_dropdown --*/

/*--- CSS DROP DOWN FORUM START --*/

/*Initialize*/
ul#menu, ul#menu ul.sub-menu {
    padding:0;
    margin: 0;
}
ul#menu li, ul#menu ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
}

ul#menu2 li, ul#menu ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
}

/*Link Appearance*/
ul#menu li a, ul#menu li ul.sub-menu li a {
    text-decoration: none;
    color: #2f353f;
    background: #E9EAEC;
    padding: 5px;
    display:inline-block;
    width: 100px;
    border: 1px solid #656e7f;
    border-radius:3px;
}

ul#menu2 li a, ul#menu li ul.sub-menu li a {
    text-decoration: none;
    color: #2f353f;
    background: #E9EAEC;
    padding: 5px;
    display:inline-block;
    width: 100px;
    border: 1px solid #656e7f;
}
/*Make the parent of sub-menu relative*/
ul#menu li {
    position: relative;
}
/*sub menu*/
ul#menu li ul.sub-menu {
    display:none;
    position: absolute;
    top: 23px;
    left: 0;
    width: 100%;
}
ul#menu li:hover ul.sub-menu,
ul#menu li ul.sub-menu:hover {
display: block;
}

ul#menu li:hover a:hover {background-color:#E9EAEC}
@media only screen and (min-width: 1199px) {
.is-mobile {
display: none;
}
}

@media only screen and (max-width: 1200px) {
.is-not-mobile {
display: none;
}
}


#share42hor {display: inline-block; float: right;}
#share42hor a {opacity: 0.5}
#share42hor:hover a {opacity: 0.7}
#share42hor a:hover {opacity: 1}

#share42hor a {position:relative;}
#share42hor a span {display: none; position: absolute; z-index: 10; top: 0; left: 100%; height: 19px; margin-left: 5px; padding: 0 5px; background: #FFF; border-radius: 4px; border: 1px solid #AAA; box-shadow: 0 0 5px rgba(0,0,0,0.25); text-align: center; color: #666; font: 12px/20px Arial, sans-serif;}
#share42hor a:hover span {display: block}
#share42hor a span:before {content: ''; position: absolute; top: 50%; left: -5px; margin-top: -3px; width: 5px; height: 7px; background: url(data:image/gif;base64,R0lGODlhBQAHAJEDAKqqqsnJyf///////yH5BAEAAAMALAAAAAAFAAcAAAIMnBEXMijiXlts1lkAADs=) no-repeat;}

.fb-like {
    height: 20px;
    overflow: hidden;
}

.click-nav {
    text-decoration: none;
    color: #2f353f;
    background: #E9EAEC;
    padding: 5px;
    display:inline-block;
    width: 100px;
    border: 1px solid #656e7f;
    border-radius:3px;
}
.click-nav ul {position:relative;font-weight:900;}
.click-nav ul li {position:relative;list-style:none;cursor:pointer;}
.click-nav ul li ul {position:absolute;left:0;right:0;}
.click-nav ul .clicker {position:relative;background:#2284B5;color:#FFF;}
.click-nav ul .clicker:hover,.click-nav ul .active {background:#196F9A;}
.click-nav img {position:absolute;top:9px;left:12px;}
.click-nav ul li a {transition:background-color 0.2s ease-in-out;-webkit-transition:background-color 0.2s ease-in-out;
-moz-transition:background-color 0.2s ease-in-out;display:block;padding:8px 10px 8px 40px;background:#FFF;color:#333;text-decoration:none;}
.click-nav ul li a:hover {background:#F2F2F2;}

/* Fallbacks */
.click-nav .no-js ul {display:none;}
.click-nav .no-js:hover ul {display:block;}


.dropdown-nav {
    text-decoration: none;
    color: #2f353f;
    background: #E9EAEC;
    padding: 5px;
    display:inline-block;
    width: 150px;
    border: 1px solid #656e7f;
    border-radius:3px;
    text-align: center;
   position: absolute;
   margin: -4px -163px;
   cursor: pointer;
  
}

.dropdown-nav-top {
    text-decoration: none;
    color: #2f353f;
    background: #E9EAEC;
    padding: 5px;
    display:inline-block;
    width: 150px;
    border: 1px solid #656e7f;
    border-radius:3px;
    text-align: center;
   position: absolute;
   margin: -14px -163px;
   cursor: pointer;
  
}

.dropdown-nav-top__list {
  display: none;
  list-style:none;
  text-align: center;
  padding: 0px 10px;
  margin-top: 15px;
  cursor: pointer;
 }

.dropdown-nav-top__list li:hover a:hover {
 color: #999;
 cursor: pointer;}

.dropdown-nav-top__list li {
  height: 30px;
}
 

.dropdown-nav__list {
  display: none;
  list-style:none;
  text-align: center;
  padding: 0px 10px;
  margin-top: 15px;
  cursor: pointer;
 }

.dropdown-nav__list li:hover a:hover {
 color: #999;
 cursor: pointer;}

.dropdown-nav__list li {
  height: 30px;
}

.twitter {
 margin-bottom: 5px;
 margin-top: 10px;
 width: 30px;
 height: 30px;
 display:inline-block;
 background:transparent url('/graphics/icons/writers/twitter-inactive.png') center top no-repeat;
}

.twitter:hover {
   background-image: url('/graphics/icons/writers/twitter.png');
}
 

.facebook {
 margin-bottom: 5px;
 margin-top: 10px;
 width: 30px;
 height: 30px;
 display:inline-block;
 background:transparent url('/graphics/icons/writers/facebook-inactive.png') center top no-repeat;
}

.facebook:hover {
   background-image: url('/graphics/icons/writers/facebook.png');
}
 

.homeimg {
 margin-bottom: 5px;
 margin-top: 10px;
 width: 30px;
 height: 30px;
 display:inline-block;
 background:transparent url('/graphics/icons/writers/home-inactive.png') center top no-repeat;
}

.homeimg:hover {
   background-image: url('/graphics/icons/writers/home.png');
}
 
.dropzone {
 margin-bottom: 5px;
 margin-top: 10px;
 width: 30px;
 height: 30px;
 display:inline-block;
 background:transparent url('/graphics/icons/writers/dropzone-inactive.png') center top no-repeat;
}

.dropzone:hover {
   background-image: url('/graphics/icons/writers/dropzone.png');
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 