/*  ------------------------------------------------------------------------
                            freelancer | Standard Page
    ------------------------------------------------------------------------  */


* html #pagebody {
        float: right;
        margin: 0px;
        clear: both;
        text-align: left;
        overflow: hidden; }
        .pagebody a:hover { text-decoration: underline; }

body {
background-image: url("../images/bg.gif");
background-position:0px -2px;
background-repeat: repeat-x;
margin:5px 0px 0px 0px;
}
		
#content {
        padding: 12px 0px;
        border-bottom: solid 1px #3B5998;
        border-left: solid 1px #D8DFEA;
        border-right: solid 1px #D8DFEA; }
      
        #content:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
        /* #content li a:hover { text-decoration: none; } */

.lined 			{ border: 1px solid #C0C0C0; }
.lined-bottom 	{ border-bottom: 1px solid #C0C0C0; }
.lined-right 	{ border-right: 1px solid #C0C0C0; }
.lined-top	 	{ border-top: 1px solid #C0C0C0; }
.lined-left		{ border-left: 1px solid #C0C0C0; }

.linedlight 			{ border: 1px solid #F2F2F2; }
.linedlight-bottom 	{ border-bottom: 1px solid #F2F2F2; }
.linedlight-right 	{ border-right: 1px solid #F2F2F2; }
.linedlight-top	 	{ border-top: 1px solid #F2F2F2; }
.linedlight-left		{ border-left: 1px solid #F2F2F2; }

.lineddot 			{ border: 1px dotted #C0C0C0; }
.lineddot-bottom 	{ border-bottom: 1px dotted #C0C0C0; }
.lineddot-right 	{ border-right: 1px dotted #C0C0C0; }
.lineddot-top	 	{ border-top: 1px dotted #C0C0C0; }
.lineddot-left		{ border-left: 1px dotted #C0C0C0; }
      
/* Hides from IE-Mac \*/
* html #content { height: 1%; }
/* End hide from IE-Mac */
.note_dialog {
        background: #FFF;
        padding: 10px;
        margin: 0 10px 10px 10px;
        border: 1px solid #bdc7d8;
        color: #444; }
               
#header {
        font-weight: bold;
        line-height: 23px;
        font-size: 14px;
        padding: 0px 10px 0px;
        margin: 0px;
        background: #6d84b4;
        color: white;
        border-bottom: solid 1px #3B5998;}
        

        /* #header.withsubheader { border-bottom: none; } */
        #header.withsubtitle { text-align: right; }
        #header.withsubtitle h1 { float: left; text-align:left;}

#subheader {
        text-align: left;
        color: #3B5998;
        font-weight: bold;
        line-height: 21px;
        font-size: 11px;
        margin: 0px;
        padding: 10px 10px 0px;
        background: white;
        border: solid 1px #D8DFEA;
        border-top: none; }

        #subheader.withsubtitle, #footer.withsubtitle { text-align: right; }
        #subheader.withsubtitle h2, #footer.withsubtitle h2 { float: left; text-align: left;}
        #subheader div { font-weight: normal; }
        #subheader a { font-weight: normal; }

	#menu a {
	width:118px;
	height:29px;
	font: 18px/1 serif;
	text-align:center;
	display:block;
	color:#0093dd;
	background: url("http://www.articlebid.com/backbutton.gif") 0 0 no-repeat;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 10px;
		}
	#menu a:hover {	
		background-position: -118px 0;
		color: #FFF;
		}
	#menu a:active {
				text-decoration: underline;

		}



#footer {
        text-align: center;
        color: #3B5998;
        font-weight: bold;
        line-height: 21px;
        font-size: 11px;
        margin: 0px;
        padding: 0px 10px;
        background: #D8DFEA;
        border-bottom: solid 1px #3B5998; }

h1      { font-size: 14px; }

        h1 a { color: white; text-decoration: none; }
        h1 a:hover { color: white; text-decoration: underline; }
        h1 em { font-style: normal; border-bottom: solid 1px #D8DFEA; }
        h1 .subtitle { } /* Reserved */

h2      { font-size: 11px; }

        h2 .subtitle { } /* Reserved */

h3      {
        color: #444;
        font-size: 11px;
        font-weight: normal; }

h4      {
        color: #3B5998;
        font-size: 11px;
        margin: 0px 0px 6px 8px; }

        h4 .edit { display: inline; margin-left: 8px; }
        h4 .edit a { color: lightgrey; }
        h4 .edit a:hover { color: #3B5998; }

h5      {
       color: #3B5998;
       font-size: 11px;
       margin: 0px 0px 6px 8px; }

       h5 .edit { display: inline; margin-left: 8px; }
       h5 .edit a { color: lightgrey; }
       h5 .edit a:hover { color: #3B5998; }


#tabs {
        text-align: center;
        padding: 4px 0px;
        margin: 10px 20px 10px;
        border-bottom: solid 1px #3B5998; }

#tabs div {
        display: inline;
        padding: 0px;
        margin: 0px; }
* html #tabs div { 
        margin: 0 3px; }


#tabs a {
        margin: 0px;
        padding: 4px; }

#tabs .activetab a {
        color: white;
        background: #3B5998; }

#tabs .activetab a:hover {
        text-decoration: none; }

#tabs .inactivetab a:hover {
        background: #D8DFEA;
        text-decoration: none; }

#tabs .disabled {
        color: #c0c0c0;
        margin: 0px;
        padding: 4px;
        text-decoration: none; }

#pagefooter {
        clear: both;
        font-size: 10px;
        line-height: 15px;
        padding: 10px 0px;
        border-top: solid 1px #D8DFEA; }

        #pagefooter a { padding: 3px 5px; }
        #pagefooter a:hover { color: white; background: #3B5998; text-decoration: none; }
        #pagefooter p { text-align: center; margin: 0; padding: 0; }


.infotable {
  margin: 0px; }

.infotable td {
  vertical-align: top;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  padding-bottom: 2px; }

.infotable td.label {
  padding-right: 10px;
  color: gray; }

.pager {
  padding-left: 4px;
  text-align: right; }

  .pager b {
    padding: 2px;
    font-style: normal;
    font-weight: bold;
    color: #3B5998;
    border-bottom: solid 2px  }
  .pager a {
    font-weight: normal;
    margin: 0px;
    padding: 3px 3px; }
  .pager a:hover {
    color: white;
    margin: 0px;
    padding: 3px 3px;
    background: #3B5998; }

  #toppager a:hover, #bottompager a:hover {
    text-decoration: none; }
  
  #toppager b {
    border-bottom: solid 2px #3B5998; }

  #bottompager b {
    border-bottom: none;
    border-top: solid 2px #3B5998; }
  #bottompager.flip b {
    border-top: none;
    border-bottom: solid 2px #3B5998; }

#suggest {
  position: absolute;
  background: #fff;
  width: 150px; }

  #suggest div {
    background: #fff;
    color: #000;
    padding-left: 4px;
    text-align: left; }

  #suggest div.over {
    color: #fff;
    background: #000; }
        
/* Miscellaneous */

.center {
  margin-left: auto;
  margin-right: auto;
}

div.clear {
  clear: both; }

.bluebox {
  margin-left: auto; margin-right: auto; width: 532px; padding: 5px 0; }

.allfrom { border: 0; }
#chk { border: 0; }

select  {
        border: 1px solid #bdc7d8;
        padding: 2px;
        font-size: 11px;
        font-family: "lucida grande", tahoma, verdana, arial, sans-serif }
        
/* Eww.. blue boxes. */

.blueheader h2 {
  color: #3B5998;
  font-size: 11px; }

.orangeheader {
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  margin: 0px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: bold;
  color: #FF6600;
  background: #EBEBEB;
  border-bottom: solid 1px #FF3300; } /* #8a9cc1; } */

  .witheditlink { text-align: right; }
  .witheditlink h2 { float: left; }

.bluesubheader {
  color: #3B5998;
  font-weight: bold;
  font-size: 12px;
  margin: 0px;
  padding: 2px 8px;
  background: #eee;
  border-top: solid 1px #ccc; }
  
.bluecontainer {
  padding: 10px 8px; }


/* Ads */
#announce {
  width: 120px;
  font-size: 11px; }
  
  #announce div.advert {
    margin: 0px auto;
    display: block;
    line-height: 14px;
    background: #f9f9f9;
    border: solid 1px #D8DFEA;
    border-bottom: solid 1px #3B5998;
    margin: 0px 0px 7px;
    padding: 1px 0px 2px; }
  #announce div.clickable {
    cursor: pointer; } 
  #announce p {
    margin: 0px 0px 3px 5px;
    overflow: hidden;
    width: 110px;
    color: #222222;
    word-wrap: break-word; }
  #announce a:hover {
    text-decoration: underline; }
  #announce h4 {
    text-align: center;
    font-size: 13px;
    border-bottom: solid 1px #D8DFEA;
    padding: 0px 0px 3px;
    margin: 5px 5px 3px; }
  #announce h3 {
    text-align: center;
    margin: 4px 5px 3px;
    color: black;
    font-weight: bold; }
  .credit {
    text-align: center; }
  .create {
    text-align: center;
    background: #f7f7f7;
    border: solid 1px #D8DFEA;
    padding: 4px 0px; }
  .seeall {
    margin: 5px 0px;
    text-align: right; }

#homelink {
  float: left;
  height: 33px;
  line-height: 33px;
  width: 250px;
  position: absolute; }

#homelink a {
  display: block;
  height: 33px;
  text-indent: -9999px; }

#homelink a:hover {
  text-decoration: none; }

#nav {
  list-style: none;
  margin: 0px;
  padding: 1.0em 0px; }

#nav li {
  border-bottom: 1px solid #d8dfea;
  font-size: 1.0em; }

#nav li#myprofile {
  border-bottom: 0; }

#nav li#myfriends {
  clear: left; }

#nav li a {
  background: #eee;
  background: white;
  border-bottom: 1px solid green;
  border: 0;
  display: block;
  padding: 2px 3px; }

#nav li#myprofile a {
  border-bottom: 1px solid #d8dfea;
  padding: 0;
  width: auto; }

#nav li#myprofile a.hasedit {
  float: left;
  padding: 2px 0px 2px 3px;
  width: 69px; }

#nav li#myprofile a.edit {
  color: gray;
  float: right;
  padding: 2px 0;
  text-align: center;
  width: 48px; }

#nav li a:hover,
#nav li#myprofile a:hover {
  background: #3b5998;
  color: white; }

#fnav {
  font-size: 11px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }

#fnav li {
  display: inline; }

#fnav li a {
  padding: 2px 5px; }

#fnav li a:hover {
  color: white;
  background: #3b5998; }

.wbr { display: block; float:left; }

/* for boxing long referral/invite links on the home.php right nav bar */
.html_box {
  background: #f7f7f7;
  padding: 5px;
  margin-top: 10px;
  width: 170px;
}

/*  ------------------------------------------------------------------------
                                    Installation exchange
    ------------------------------------------------------------------------  */

h1, h2, h3 {
  margin: 0px;
  padding: 0px; }

h2 {
  color: #666 }

p {
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  text-align: left; }

a {
	color: #382bce;
	text-decoration: none;
	font-family: "lucida grande", Verdana, Arial, Helvetica, sans-serif;
}

img {
  border: 0px; }

td,
td.label {
	text-align: left;
	font-size: 11px;
}


/*  --------------------------|  GLOBAL CLASSES  |--------------------------  */


#error {
  margin: 0px 10px 10px;
  padding: 10px;
  border: solid 1px #dd3c10;
  background: #ffebe8; }

#error h1 {
  font-size: ;
}

#error p {
  margin: 4px 0px 0px; }

#error a {
  text-decoration: none;
  color: #dd3c10; }



.status {
	padding: 0px;
	border: solid 1px #000000;
	background: #ECF7FD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.status h2 {
  color: black;
  font-size: 11px;
  margin: 0px; }

.status p {
  margin: 4px 0px 0px; }

.status a {
  text-decoration: none; }



.pipe {
  color: gray;
  padding: 0px 3px; }

.column {
  float: left; }



/*  ----------------------|  SWEET BLESSED CLEARFIX  |----------------------  */

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



/*  ------------------------------|  FORMS  |-------------------------------  */

form {
  margin: 0px;
  padding: 0px; }

label {
  color: gray;
  font-weight: normal; }


.formtable {
  margin: 0px auto; }

.formtable {
  margin: 0px; }

.formtable td {
  border: none;
  margin: 0px;
  padding: 3px 1px; }

.formtable td.label {
  color: gray;
  font-weight: bold;
  padding-right: 10px; }

.formtable tr.tallrow {
  vertical-align: top; }

.formbuttons {
  text-align: center;
  margin: 10px 10px; }

.formbuttons .inputsubmit, .formbuttons .inputbutton {
  margin: 2px 4px; }

.formbuttons .securetoggle {
  padding: 9px 0px 0px 0px; }

.buttontext {
	border: 0px solid #ffffff;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-weight:800;
	font-size: 11px;
	padding: 0px;
	color: #666666;
	text-align: center;
	font-style: normal;
	text-transform: capitalize;
}

/*  FORM INPUTS  */
.inputwhite {
	border: 0px solid #ffffff;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	padding: 0px;
	color: #FFFFFF;
}

.inputwhite a:hover {
	border: 0px solid #ffffff;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	padding: 0px;
	color: #FFFFFF;
}


.inputtext,
.inputpassword {
  border: 0px solid #bdc7d8;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  padding: 0px; }

textarea {
  border: 1px solid #bdc7d8;
  padding: 3px;
  font-size: 11px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif; }
     
.inputbutton,
.inputsubmit {
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-color: #D9DFEA;
	border-left-color: #D9DFEA;
	border-bottom-color: #0e1f5b;
	border-right-color: #0e1f5b;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 11px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	padding: 1;
}

.inputcheckbox {
  border: 0px; }

.inputsearch {
  background: white url(/images/magglass.png) no-repeat 3px 4px;
  padding-left: 17px; }

.two_column .right,
.two_column .left {
  float: left; }

.no_padding {
  padding: 0px; }

.see_all {
  text-align: right; }

.tab_bar {
  padding: 3px 10px 0px;
  border-bottom: solid 1px #3B5998; }

  .tab_bar #tabs {
    display: inline;
    float: left;
    border-bottom: none;
    margin: 0px; }

  .tab_bar .back_links {
    padding: 4px 0px;
    float: right; }

.summary_bar {
  color: #3B5998;
  font-weight: bold;
  line-height: 21px;
  padding: 10px 10px 0px;
  border-bottom: solid 1px #D8DFEA; }
  
  .summary_bar h4 { margin: 0px; float: left; }
  .summary_bar .pager { float: right; }

.footer_bar {
  padding: 3px 10px; }
  
  .footer_bar .pager { float: right; }


/*  ----------------------------|  ERROR PAGE  |----------------------------  */

.error_page #content {
  padding: 20px; }

.error_page #error {
  margin: 0px; }


/*  -----------------------------|  PAGER PRO  |----------------------------  */

.pagerpro {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagerpro li {
  display: inline;
  float: left;
}

.pagerpro a {
  border-bottom: 2px solid white;
  display: block;
  padding: 3px;
  padding-bottom: 2px;
  text-transform: lowercase;
}
.pagerpro a:hover {
  background: #3B5998;
  border-color: #D8DFEA;
  border-bottom: 1px solid #3B5998;
  color: white;
  text-decoration: none;
}
.pagerpro .current a,
.pagerpro .current a:hover {
  background: transparent;
  border-color: #3B5998;
  border-bottom: 2px solid #3B5998;
  color: #3B5998;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
}

.footer_bar .pagerpro a {
  border-top: 2px solid white;
  padding-top: 1px;
  padding-bottom: 0px;
}
.footer_bar .pagerpro a:hover {
  border-bottom: 2px solid #3B5998;
  border-top: 2px solid #3B5998;  
}
.footer_bar .pagerpro .current a,
.footer_bar .pagerpro .current a:hover {
  border-bottom-color: white;
  border-top: 2px solid #3B5998;
}

/*  ------------------------|  TRANSITIONAL STYLES  |-----------------------  */

.summary_bar {
  border-bottom: 1px solid #D8DFEA;
  clear: both;
  padding: 11px 10px 0 10px;
  color: black;
  font-weight: normal;
  line-height: normal;
}

.summary_bar .summary {
  color: #3B5998;
  float: left;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 4px;
}

.footer_bar {
  border-top: 1px solid #D8DFEA;
  padding: 0 10px;
}

.footer_bar .post_editor {
  padding-bottom: 13px;
  padding-top: 13px;
}

.thread .footer_bar .pagerpro a {
  border-top: 2px solid #f7f7f7;
}

.thread .footer_bar .pagerpro a:hover,
.thread .footer_bar .pagerpro .current a,
.thread .footer_bar .pagerpro .current a:hover {
  border-top: 2px solid #3B5998;
}

/*  ---------------------------|  ACTIONS PRO  |----------------------------  */

.actionspro {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.actionspro li { border-bottom: 1px solid #D8DFEA; }

.actionspro a {
  background: transparent;
  display: block;
  margin: 0px;
  padding: 2px 3px;
  text-decoration: none; }

.actionspro a:hover {
  background: #3b5998;
  color: white;
  text-decoration: none; }
  
/*  ---------------------------|  SHARE | HIDE  |---------------------------  */

.share_and_hide {
  font-size: 9px; }

  .s_and_h_big {
    font-size: 11px; }

  .share_and_hide a {
    padding: 0px 14px 1px 4px;
    display: block;
    float: left;
    background: white url(/images/share_icon_small.gif) repeat-y right center;
    border: solid 1px #7f93bc; }

    .s_and_h_big a {
      background: white url(/images/share_icon.gif) repeat-y right center;
      padding: 1px 18px 2px 4px; }

  .share_and_hide a.save {
    background: #eceff5;
    border-left: none; }

    .share_and_hide a.with_share {
      border: solid 1px #adbad4;
      border-left: none; }

  .share_and_hide a:hover {
    color: #fff;
    border-color: #3B5998;
    text-decoration: none;
    background: #3B5998 url(/images/share_icon_small_hover.gif) repeat-y right center; }

    .s_and_h_big a:hover {
      background: #3B5998 url(/images/share_icon_hover.gif) repeat-y right center; }

  .share_and_hide a.x_to_hide {
    border: none;
    width: 3px;
    padding: 1px 5px 2px;
    margin-left: 3px;
    background: transparent url(/images/x_to_hide.gif) no-repeat center center; }

    .s_and_h_big a.x_to_hide {
      padding: 2px 5px 3px; }

  .share_and_hide a.x_to_hide:hover {
    background: #3B5998 url(/images/x_to_hide_hover.gif) no-repeat center center; }

/*  ----------------------------|  MISCELLANY  |----------------------------  */

.boxpro h2 {
  background: #d8dfea;
  border-top: 1px solid #3b5998;
  color: #3b5998;
  font-weight: bold;
  padding: 2px 8px;
}

.boxpro .box_icon {
  float: left;
  padding: 10px;
}

.boxpro .box_message {
  float: left;
  padding: 10px;
}

.quail {
  color: #3B5998;
  float: left;
  padding: 3px 0; }

.quail a:hover { cursor: text; text-decoration: none }

/*  ------------------------------------------------------------------------
                          dhakahotties | Auxiliary Styles
    ------------------------------------------------------------------------  */

#pagefooter { border: 0px }


/*  Migrating classes from <#pagebody> to <body>  --------------------------  */


/* friends.css */

.friends #content { padding: 0px }

#pagebody.confirminvite #content { background: white }

/* mailbox.css */

.mailbox #content { padding-bottom: 0px }


/* groups.css */

.grouplist #content { padding: 0px }

/* party.css */

.partylist #content { padding: 0px }

/* photos.css */

.photos #content,
.album #content,
.photo #content,
.editalbum #content {
  position: relative;
  margin: 0px;
  padding: 0px; }

.editalbum #content {
  padding: 10px 0px 0px;
  position: static; }

.editphoto #content {
  padding: 0px;
  position: static; }

.photo #content { position: static }

.photo #subheader h2 a { font-weight: normal }

/* places.css */

.myplaces #content {
  margin: 0px;
  padding: 0px; }

/* profile.css */

.profile #content { padding: 10px 0px 10px 10px }

.wall #content { padding: 10px 0px 0px 0px }

h4 .edit {}

/* search.css */

.results #content { padding: 0px 0px 0px }

.results .info { padding-right: 10px }

/* wall.css */
.wall #content {
  margin: 0px;
  padding: 0px; }


/*  -------------------------|  EDIT EVENT INFO  |--------------------------  */

.eventedit #frm { margin-top: 10px }

.eventedit select#type {
  margin-right: 5px;
  width: 150px; }

.eventedit select#sub_type {
  margin-right: 5px;
  width: 190px; }

.eventoption { padding: 0 0 5px 0; }

/*  ------------------------|  GROUP ADMIN PAGES  |-------------------------  */

.newgroupadmin #content {
  padding-left: 20px;
  padding-right: 20px; }

.newgroupadmin #tabs {
  margin-left: 0;
  margin-right: 0; }

.newgroupadmin #error {
  margin-left: 0;
  margin-right: 0; }

.pulseblurb td {
  padding: 10px 5px;
  text-align: left; }

/*  --------------------------|  SQUARE BULLETS  |--------------------------  */

ul.square_bullets {
  list-style: square;
  padding-left: 20px;
  color: #3B5998; }

ul.square_bullets li {
  padding: 1px 0px; }

ul.square_bullets li span {
  color: black; }


/*  ------------------------| INTERNAL SHARES PAGE |------------------------  */

.share_panel {
  margin-bottom: -5px;
  position: absolute;
  z-index: 98;
  display: block;}

.share_internal_popup {
  background: white;
  border: 10px solid #d8dfea;
  display: block;
  left: 50px;
  position: relative;
  top: 20px;
  width: 500px;
  height: 200px;
  z-index: 99; }

.share_border {
  border: 1px solid #3b5998;
  height: 178px;
  padding: 10px; }


/*  ----------------------------|  MISCELLANY  |----------------------------  */

/* safari won't do word break in a table without a nested div with a fixed 
 * width. firefox does not understand break-word at all yet, though it is 
 * standard css3. */
.datawrap { word-wrap: break-word; }

/* this makes opera respect wbr tags. */
/* firefox and ie already do. */
/* opera likes &shy;, but that causes other problems on other browsers. */
/* safari is clueles about both. */
wbr:after { content: "\00200B" }

.jobs #faqindex li { list-style: square }

/* adjustImage goodness */
.img_loading {
  width: 0px;
  height: 0px;
}

.img_ready {
  width: auto;
  height: auto;
}


/*  -----------------------|  WELCOME BUTTONS  |---------------------------  */

.welcome_buttons {
  display:block;
  padding:8px 0 0 68px;
}

.welcome_buttons a {
  float:left;
  display:block;
  width:200px;
  padding:5px;
  margin-bottom:5px;
  color:#666;
  background-color:#f7f7f7;
  margin-right:10px;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}

html #content .welcome_buttons a:hover {
  text-decoration:none;
  color:#333;
  background:#d8dfea;
  border-top:1px solid #3b5998;
  border-bottom:1px solid #3b5998;
}

.welcome_buttons a h4 {
  margin:0;
  padding:0 0 0 14px;
  font-size:13px;
  color:#333;
  background:transparent url(../images/sitetour/tour_arrow.gif) no-repeat 3px 2px;
  border: 0px;
}

.welcome_buttons a:hover h4 {
  color:#000;
}

.welcome_buttons a p {
  font-size:11px;
  margin:0;
  padding:3px 0 2px 14px;
}

.welcome_buttons a p span {
  display:block;
}

.under_login_tour {
  padding:3px 0 0 0;
} 

.under_login_tour a {
  width:112px;
  padding:3px 4px 4px 4px;
  margin:8px 0 0 0;
}

html #book .under_login_tour a:hover {
  text-decoration:none;
  color:#333;
  background:#d8dfea;
  border-top:1px solid #3b5998;
  border-bottom:1px solid #3b5998;
}


.under_login_tour a h4 {
  font-size:11px;
  padding:0 0 0 9px;
  background:transparent url(../images/sitetour/tour_arrow_micro.gif) no-repeat 2px 4px;
}

.under_login_tour a p {
  font-size:9px;
  padding:3px 0 0 9px;
}

/*  Here, take it. It's a goodbye gift. Go clean.  -------------------------  */

TD {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.BlackLinks {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.BlackLinks:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

.BlackLinksB {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.BlackLinksB:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999CCC;
	text-decoration: underline;
}
.smallHeader {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}