

#confidential {
  height: 1.5em;
  background-color: #3B5998;
  text-align: center;
  color: white;
  padding: 5px;
  margin-bottom: 5px;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}

.HideUntilElementReady
{
  visibility:hidden;
}

.HideUntilElementReady.FB_ElementReady
{
  visibility:visible;
}



#book {
  padding: 0px;
  margin: 0px auto;
  text-align: left; }

#signin {
  float: right;
  text-decoration: none;
  padding: 0px 20px 0px 0px;
  font-size: 11px;
  margin-top: 10px;
  vertical-align: bottom;
}

.inputtext {
  border: 1px solid #7f93bc;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 13px;
  padding: 3px;
  width: 70%;
}

#signin .inputsubmit {
    padding:0px 4px 1px 4px;
    border:solid 1px #7f93bc;
    background: #979da2;
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    color: #fff;
}

#signin .fbconnect {
  vertical-align: bottom;
}

#content {
  width: 500px;
}

#header {
  color: #666666;
  text-decoration: none;
}

#header a {
  color: #666666;
}

#header .header_content {
  width: 985px;
  height: 30px;
}

#header a.title {
  float: left;
  font-size: 24px;
  color: #666666;
  text-decoration: none;
  margin-top: 3px;
}

#header .header_content .account {
  font-size: 11px;
  padding: 3px;
  position: absolute;
  right: 0px;
}

#header a:hover {
    text-decoration: underline;
}

.body_content {
  padding: 30px 20px 50px;
  width: 850px;
  background: #faffe9;
  margin: 0px auto;
  overflow: hidden;
}

.body_content .welcome_img {
  float: left;
  border: solid 2px #7e8f45;
}

.body_content .welcome_dialog {
  float: left;
  width: 450px;
  padding-left: 30px;
}

.body_content .login_prompt {
  padding: 10px 0px 15px;
}

.body_content .login_sector {
  width: 270px;
  float: left;
  border-right: solid 1px #839553;
}

.body_content .login_sector_fb {
  float: left;
  padding-left: 10px;
}

.body_content label {
  width: 70px;
  display: block;
  float: left;
  padding: 5px 8px 5px 0px;
}

.body_content .welcome_dialog .inputtext {
  width: 170px;
  float: left;
}

.body_content .welcome_dialog .inputsubmit {
  margin-left: 78px;
}

.body_content .welcome_dialog .signup_container {
  margin: 15px 0px;
  border: solid 1px #839553;
  padding: 10px;
  background: #d0dbb0;
}

#header-title {
  float: left;
}

#header-nav {
  float: left;
  padding: 34px 20px 0px 20px;
  font-size: 13px;
}

#header-account {
  clear: none;
  text-align: right;
  padding: 5px 5px 0px 10px;
  font-size: 13px;
}

#header-account .account_links {
  padding: 4px 0px;
  color: #666666;
}

#header-account .account_links a {
  color: #666666;
}

#header-profilepic {
  margin: 5px;
  float:right;
}


#header-signin {
  float: right;
  text-decoration: none;
  padding: 5px;
  font-size: 11px;
  vertical-align: bottom;
}
#header-signin .inputtext {
  border: 1px solid #bdc768;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  padding: 3px;
  width: 100px;
}
#header-signin .inputsubmit {
  border: 0pt none;
  cursor: pointer;
  background: #9999EE;
  font-size: 11px;
}
#header-signin .fbconnect {
  vertical-align: bottom;
}

#signup {
  margin: 20px auto; /* centered */
  padding: 15px;
  text-align: center;
  font-size: 18px;
  display: block;
}
#signup a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.footer_stuff {
  font-size: 9px;
  padding: 5px 20px;
  background: #8c9c57;
  color: white;
  width: 850px;
  margin: 0px auto;
}

.inputtext {
  width: auto;
}

.inputbutton,
.inputsubmit {
    margin-left: 5px;
    padding:0px 4px 1px 4px;
    border:solid 1px #7f93bc;
    background: #979da2;
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff; }


.smallinputsubmit {
    padding:4px 4px 4px 4px;
    border:solid 1px #7f93bc;
    background: #7f93bc;
    font-size: 12px;
    line-height: normal;
    font-weight: bold;
    color: #fff }

#loginbox {
  padding: 20px 8px;
}

.error {
  padding: 10px;
  margin-top: 30px;
  background: #dd8888 none repeat scroll 0%;
  border: 1px solid red;
}
.success {
  border: solid 1px #839553;
  padding: 10px;
  font-weight: bold;
  background: #d0dbb0;
}

#feed_loading {
  padding-left: 10px;
  display: inline;
}

.bluebox {
  width: 430px;
  margin-right: 40px;
}

.bluebox label {
  width: 130px;
}

.bluebox h3 {
  margin-bottom: 20px;
}

.friends_box {
  margin-top: 30px;
  position: absolute;
  right: 0;
  top: 10px;
}

.friends_table {
}

.friends_table .friend_row {
  border-style: solid;
  border-width: 1px;
}

.friends_table .friend_row .profilepic {
  width : 50px;
  height: 50px;
}

.friends_table .friend_row .summary {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}


.connect_invites {
  padding-top: 8px;
}

.showhikes {
  padding: 3px;
  width: 255px;
  margin: 0px;
  background: #ffffff;
  border: 1px solid #E0E0E2;
  margin-bottom: 5px;
}

 .showhikes .small {
  width: 155px;
}

.showhikes .friend_links {
    width: 254px;
    background: #eeeeee;
    font-size: 12px;
    margin-bottom: 5px;
}


.showhikes h2 {
  padding: 0px;
  color: #e6a824;
}

.showhikes h3 {
  font-size: 14px;
  color: #e6a824;
  padding: 5px;
}



.showhikes td, .showhikes th {
  font-size: 12px;
  padding-right: 3px;
  border: 1px;
}


.showhikes th {
  text-align: left;
}

.editor table {
    border-spacing: 0;
    border-collapse: collapse;
    border-width: 0;
}
.editor td, .editor th {
    margin: 0;
    padding: 4px;
    background-color: #FFC;
}

.datefield {
  width: auto;
}

.linkfield  .inputtext {
  width: 300px;
}

.commentfield  .inputtext {
}



#trailarea {
  padding: 3px;
  background: #ffffff;
  height: 100%;
  border: 1px solid #E0E0E2;
}


#trailtable {
  padding: 3px;
  background: #ffffff;
  height: 100%;
  width: 100%;
  border-collapse:collapse;
  border-spacing: 0;
  overflow: auto;
  word-wrap: break-word;
  table-layout: fixed
}

#trailtable h3 {
  padding: 2px;
}



#trailtable td {
  font-size: 12px;
  padding: 3px 3px;
  vertical-align: top;
  margin: 3px;

}


#trailtable .name2 {

}
#trailtable .lastreport {
}

#trailtable .reports {
 }

#trailtable .addreport  {
    font-size: 12px;
}


#trailtable .rows td {
  font-size: 12px;
  margin: 1px 3px;
  border-top: 1px solid #B2CBCE;
  margin: 0;
}



#trailtable th {
  font-size: 13px;
  padding: 3px 3px;
  text-align: left;
  margin: 0;

}


/* hacky using tables for layout */
.account_table table, .account_table td {
    margin: 10px;
    padding: 10px;
    vertical-align: top;
}

/*  ----------------------|  LOGIN  |----------------------  */

.register .login_sector {
    width: 320px;
    float: left;    
}

.register .login_sector_fb {
    width: 400px;
    float: right;
}

/*  ----------------------|  SWEET BLESSED CLEARFIX  |----------------------  */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix {
    display: inline-block; }

html[xmlns] .clearfix {
    display: block; }

* html .clearfix {
    height: 1%; }



#rightsidelist {
    float: right;
    width:180px;
}


#left_content {
    width: 705px;
    height: 100%;
    padding-bottom: 40px;
    float: left;
}

#leftsidelist {
    float: left;
    width:260px;
    margin-right: 10px;
}

#small_leftsidelist {
    width:160px;
    margin-right: 10px;
    float: left;
}

#right_content {
    margin-left: 270px;
    height: 100%;
    padding-bottom: 40px;
    display:block;
    max-width: 1600px;
}


#large_right_content {
    margin-left: 170px;
    height: 100%;
    padding-bottom: 40px;
    display:block;
    max-width: 1600px;
}

#float_small_left  {
    width:19%;
    display:block;
    margin-right: 10px;
    float: left;
}


#float_large_right  {
    width:79%;
    display:block;
    float: right;
}

.nav_sectionlist {
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
}

.nav_sectionlist h2 {
    color: #626365;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 4px;
    padding-left: 2px;
}





.nav_sectionlist h2 a {
    color: #0081c6;
}

#main_bodylist {
    height: 100%;
    background: #f0f5fa;
    padding: 5px;
    min-height: 500px;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.delete a{
  margin-right: 4px;
  height:16px;
  padding:0px 12px 1px 4px;
  display:inline;
  vertical-align: top;
  float:right;
  background:white url(http://www.hike101.com/welcome_files/cross.gif) no-repeat center;
}

.delete a:hover{
  color:#fff;
  height:16px;
  text-decoration:none;
  background:#3B5998 url(http://www.hike101.com/welcome_files/cross_hover.gif) no-repeat center;
}

.album_hike a{
  margin-right: 4px;
  height:16px;
  padding:0px 12px 1px 4px;
  display:block;
  float:right;
  background:white url(http://www.hike101.com/welcome_files/album_hike.gif) no-repeat center;
}

.album_hike a:hover{
  color:#fff;
  height:16px;
  text-decoration:none;
  background:#3B5998 url(http://www.hike101.com/welcome_files/album_hike_hover.gif) no-repeat center;
}

.hike_summary	{
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 4px;
    margin-top: 4px;
}

.add_form .editor_key	{
  margin-top: 10px;
  margin-left: 10px;
  margin-right : 10px;
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 12px;
}
   
.add_form .editor_value	{

  margin-left: 10px;
  font-weight: normal;
}


.add_form span.dev_explanation {
  display: block;
  font-size: 10px;
  color: #888;
}


.tp_intro {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 4px;
}

.tp_intro p	{
    margin-bottom: 10px;
    font-size: 14px;
    width: 600px;
}

.tp_intro .warn	{
    margin-bottom: 20px;
    font-size: 12px;
    color: #666666;
}


.tp_intro h3	{
    margin-top: 15px;
    margin-bottom: 10px;
}



.tp_intro div.listblock ul {
    margin-left: 20px;
    color: #0081c6;
    list-style-image: url(http://www.hike101.com/welcome_files/bullet_green.gif);
}


.tp_intro div.listblock ul li {
    color: #333;
    margin-bottom: 18px;
}


.tp_intro .inputsubmit {
    background: #0081c6;
    width: 200px;
    margin-bottom: 15px;    
    text-align: center;
}

.tp_intro .inputsubmit a {
    color: #fff;
}

.add_hike a{

  margin-right: 4px;
  padding:20px 20px 0px 0px;
  display:block;
  float:left;
  background:white url(http://www.hike101.com/welcome_files/plus.gif) no-repeat center;
}

.add_hike a:hover{
  color:#fff;
  text-decoration:none;
  background:white url(http://www.hike101.com/welcome_files/plus_hover.gif) no-repeat center;
}

.show_report a{
  margin-right: 4px;
  padding:0px 50px 6px 0px;
  display:block;
  float:left;
  background:white url(http://www.hike101.com/welcome_files/report.gif) no-repeat center;
}

.show_report a:hover{
  text-decoration:none;
  background:white url(http://www.hike101.com/welcome_files/report_hover.gif) no-repeat center;
}

.show_ablum_report a{
  margin-right: 4px;
  padding:0px 50px 6px 0px;
  display:block;
  float:left;
  background:white url(http://www.hike101.com/welcome_files/album_report.gif) no-repeat center;
}

.show_ablum_report a:hover{
  text-decoration:none;
  background:white url(http://www.hike101.com/welcome_files/album_report_hover.gif) no-repeat center;
}

.myhikes	{
  font-size: 12px;
  width: 256px;
  border-collapse:collapse;
  border-spacing: 0;
}

.myhikes .header	{
  font-weight: bold;
}

.myhikes .row	{
}

.myhikes .trailname	{
   width: 110px;
}

.myhikes .traildate	{
   width: 70px;

}

.myhikes .result	{
   width: 30px;

}

.myhikes .delete	{
   width: 20px;

}

.myhikes .change_hike	{
   width: 20px;
}

.callout_table	{
  border-collapse:collapse;
  border-spacing: 0;
  padding: 5px;
  background: #ffffff;
  width:155px;
  font-size: 12px;
  margin: 0px;
}

.calloutopenlink {
   vertical-align: top;
   background: #d2e3fb;
   font-size: 12px;
   padding: 3px;
   color: #000000;
   font-weight: bold;

}

.trailreporttable	{
  border-collapse:collapse;
  border-spacing: 0;
  padding: 3px;
  background: #ffffff;
}

.trailreporttable .name	{
   width: 40px;
   vertical-align: top;
}

.trailreporttable .result	{
   width: 40px; 
   vertical-align: top;
}

.trailreporttable .date	{
   width: 80px;
   vertical-align: top;
}

.trailreporttable .album	{
   width: 50px;
   vertical-align: top;
}

.trailreporttable .comment	{
   width: 100%;
   vertical-align: top;
}


.userreporttable	{
  border-collapse:collapse;
  border-spacing: 0;
  padding: 3px;
  background: #ffffff;
}

.userreporttable .name	{
   width: 130px;
   vertical-align: top;
}

.userreporttable .result	{
   width: 40px; 
   vertical-align: top;
}

.userreporttable .date	{
   width: 80px;
   vertical-align: top;
}

.userreporttable .album	{
   width: 50px;
   vertical-align: top;
}

.userreporttable .comment	{
   width: 400px;
   vertical-align: top;
}

.userreporttable td {
  font-size: 13px;
  padding: 3px 3px;
  vertical-align: top;
  margin: 3px;
}


.userreporttable th {
  font-size: 13px;
  padding: 3px 6px;
  text-align: left;
  margin: 0;

}
.white_line	{
   border-bottom: 2px solid #ffffff;
   height: 2px;
}

.blue_line2	{
   border-bottom: 2px solid #d2e3fb;
   height: 2px;
}

.blue_line3	{
   border-bottom: 5px solid #f7f9fb;
   height: 5px;
}


.blue_line	{
   border-bottom: 5px solid #ffffff;
   height: 2px;
}



.trailreporttable .header {
   margin-bottom: 2px;
}


.ttip {
   cursor: help;
   border-bottom: 1px dashed #000000;
   font-size:xx-small; 
   vertical-align:top;
}

.tipinfo {
	display: none;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 4px;
	font-size: 12px;
}

.album_list {
  border: 1px solid #B2CBCE;
	padding: 2px;
  margin: 5px 0px 5px 0px;
}


.album_header {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 4px;
}

.pic_back {

  width: 60px;
  height: 0px;
  z-index:1;
}

.pic_for {

  width: 15px;
  height: 15px;
  z-index:2;
}


.board  {
  width: 255px;

}

.topboard {
    padding: 0 0px;
    text-align: center;
}

.topboard ul {
    padding: 0;
    list-style-type: none;
}

.topboard li {
    margin-bottom: 2px;
    display: inline;
    float: left;
}


.topboard li.last {
    margin-right: 0px;
    border-right: 4px solid #4275A9;
}

.topboard a {
    display: block;
    background-position: top left;
    background-repeat: no-repeat;

}




li#dist a {
    background: #eeeeee;
    font-size: 12px;
    margin: 2px;
    padding: 3px;
    width: 75px;
    height: 15px;
}

.dist li#dist a {
    background: #ffffff;
    font-size: 12px;
    margin: 2px;
    padding: 3px;

}

li#elev a {
    background: #eeeeee;
    font-size: 12px;
    margin: 2px;
    padding: 3px;
    width: 75px;
    height: 15px;
}

.elev li#elev a {
    background: #ffffff;
    font-size: 12px;
    margin: 2px;
    padding: 3px;
}


li#num a {
    background: #eeeeee;
    font-size: 12px;
    margin: 2px;
    padding: 3px;
    width: 75px;
    height: 15px;
}


.num li#num a {
    background: #ffffff;
    font-size: 12px;
}

li#report a {
    background: #eeeeee;
    font-size: 12px;
    margin: 2px;
    padding: 3px;
    width: 117px;
    height: 15px;
}


.report li#report a {
    background: #ffffff;
    font-size: 12px;
}

li#image a {
    background: #eeeeee;
    font-size: 12px;
    margin: 2px;
    padding: 3px;
    width: 117px;
    height: 15px;
}


.image li#image a {
    background: #ffffff;
    font-size: 12px;
}

.left_arrow a{
    height:30px;
    padding:0px 12px 1px 4px;
    display:block;
    float:left;
    background:url(http://www.hike101.com/welcome_files/left_arrow.gif) no-repeat center;
}

.left_arrow a:hover{
  color:#fff;
  height:30px;
  border-color:#3B5998;
  text-decoration:none;
  background:#3B5998 url(http://www.hike101.com/welcome_files/left_arrow_hover.gif) no-repeat center;
}

.right_arrow a{
  height:30px;
  padding:0px 12px 1px 4px;
  display:block;
  float:right;
  background:url(http://www.hike101.com/welcome_files/right_arrow.gif) no-repeat center;
}
.right_arrow a:hover{
  color:#fff;
  height:30px;
  border-color:#3B5998;
  text-decoration:none;
  background:#3B5998 url(http://www.hike101.com/welcome_files/right_arrow_hover.gif) no-repeat center;
}


.dateheader {
    margin-top:5px;
    width:auto;
    font-weight: bold;
    color: black;
    height:auto;
    font-size: 14px;
    padding: 5px 5px 5px;
    background: #ffffff none repeat scroll 0pt 50%;
    text-align: center;
    border-color:#a0a0a5 #e0e0e2 #ffffff #e0e0e2;
    border-style:solid;
    border-width:1px;
    vertical-align: middle;
}

.promote a{margin-right: 4px;height:13px;padding:0px 12px 1px 4px;display:inline;float:right;background:white url(http://www.hike101.com/welcome_files/promote2.gif) no-repeat center;border:solid 1px #7f93bc;}
.demote a{margin-right: -1px;height:13px;padding:0px 12px 1px 4px;display:inline;float:right;background:white url(http://www.hike101.com/welcome_files/demote2.gif) no-repeat center;border:solid 1px #7f93bc; }
.score{width:30px; height:13px;margin-right: -1px;padding:0px 20px 1px 4px;float:right;background:white;border:solid 1px #7f93bc;display:inline;}
.voteArea {width:95px;float: right; margin: 0px 0px 0px 0px;font-size:9px;}

.addCommentArea {margin: 2px 0px 0px 0px;font-size:13px;}

.commentreport	{
  border-collapse:collapse;
  border-spacing: 0;
}

.commentreport .name	{
   width: 40px;
   vertical-align: top;

}


.commentreport .date	{

   vertical-align: top;
   text-align: left;
   font-size: 12px;
   font-style: italic;
   padding-left: 3px;
}


.commentreport .comment	{
   vertical-align: top;
   font-size: 12px;
   padding-right: 3px;
   padding-left: 3px;
   text-align: left;
}

.commentreport .openlink	{
   vertical-align: top;
   background: #f2f6fa;
   font-size: 11px;
   padding: 3px;
}

.reportopenlink {
   vertical-align: top;
   background: #d2d8e0;
   font-size: 12px;
   padding: 3px;

}

.header_area  {
   vertical-align: top;
   background: rgb(210, 227, 251);
   font-size: 14px;
   font-weight: bold;
   padding: 3px 6px;
   margin: 5px 2px;
}

.openreport {
   text-align: right;
   vertical-align: top;
   font-size: 12px;
   font-weight: bold;
   padding: 3px;
}



.single_trail .basic_panel  {
  margin-bottom: 15px;
}


.single_trail .header {
  font-size: 13px;
  font-weight: bold;
  margin-right: 6px;
}

.single_trail .data {
  font-size: 13px;
  font-weight: normal;
}

h1 .trailname {
    font-size: 20px;
    margin-bottom: 20px;
}

.single_trail_intro   {
  width: 260px;
  font-size: 16px;
}

.trail_edit_history {
  font-size: 10px;
  width: 155px;
  border-collapse:collapse;
  border-spacing: 0;
 }


.trail_edit_history_intro {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

.trail_edit_history .version	{
   width: 70px;
}

.trail_edit_history .by	{
   width: 55px;
}

.trail_edit_history .header	{
  font-weight: bold;
  color: #666666;
  font-size: 10px;
}

.trailname_header {
  font-weight: bold;
  font-size: 16px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.dhx_combo_list {
background-color:white;
border:1px solid black;
font-family:Arial;
font-size:9pt;
position:absolute;
z-index:2;
}

.headertext {
color:#3B5998;
font-size:14px;
font-weight:bold;
}
.sectionheader {
padding: 2px;
background-color:#F2F6FA;
border-top:1px solid #3B5998;
margin-bottom: 5px;
}


li#popular a {
    background: #eeeeee;
    font-size: 14px;
    color: #e6a824;
    margin: 2px;
    padding: 3px;
    width: 117px;
}

.popular li#popular a {
    background: #ffffff;
    font-size: 14px;
    color: #e6a824;
    margin: 2px;
    padding: 3px;
    width: 117px;
}

li#recent a {
    background: #eeeeee;
    font-size: 14px;
    color: #e6a824;
    margin: 2px;
    padding: 3px;
    width: 117px;
}

.recent li#recent a {
    background: #ffffff;
    font-size: 14px;
    color: #e6a824;
    margin: 2px;
    padding: 3px;
    width: 117px;
}

.messagetextblur {
  border: 1px solid #7f93bc;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  padding: 3px;
  height:15px;
  width:400px;
  color: #888888;
}

.messagetextfocus {
  border: 1px solid #7f93bc;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  padding: 3px;
  height:15px;
  width:400px;
  color: #000000;
}

.friend_news_table  {
  font-size: 14px;
  border-spacing:0;
  border-collapse:collapse;
  border-width: 0;
}

.friend_news_table .date {
  vertical-align: top;
  font-size: 14px;
}

.friend_news_table .delete {
  width: 20px;
  vertical-align: top;
}


.friend_news_table .content {
  vertical-align: top;
  font-size: 14px;
}

.open_window a{
  height:10px;
  width:10px;
  display:block;
  float:left;
  background:white url(http://www.hike101.com/welcome_files/window_hover.gif) no-repeat center;
}

.open_window a:hover{
  color:#fff;
  text-decoration:none;
  background:white url(http://www.hike101.com/welcome_files/window.gif) no-repeat center;
}

.callout_summary .label {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin-top:3px;
}

.callout_summary .value {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: normal;
  margin-top:3px;
}



.gpscomment   {
  width: 100%;
 }

.update_table {
  padding: 0px;
  background: #ffffff;
  height: 100%;
  border-collapse:collapse;
  border-spacing: 0;
  overflow: auto;
  font-size: 12px;
  color: #666666;
}

.update_table .update_row {
  border: 1px solid #E0E0E2;
  padding: 2px;
}

.update_table .title {
  font-size: 14px;
  font-weight: bold;
}

.update_table .msg_body  {
  font-size: 14px;
  color: #00000;
  word-wrap:break-word;
}

.update_table .statistics  {

  font-size: 12px;
  font-weight: normal;
  color: #000000;

}

.update_table .actual_date {
  font-weight: bold;
  font-size: 13px;
  font-family: verdana,sans-serif;
  color: #666666;
}

.yt-rounded {
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
}



.browse-tab-modifiers  {
  float:left;
  font-weight:bold;
  height:34px;
}

.browse-tab-modifiers span {
-moz-background-clip:inherit;
-moz-background-inline-policy:inherit;
-moz-background-origin:inherit;
background:inherit;
border-color:#a0a0a5 #a0a0a5 #ffffff #e0e0e2;
border-style:solid;
border-width:1px 1px 2px 1px;
color:#777777;
display:block;
float:left;
height:25px;
line-height:22px;
margin:8px 8px 0 0;
padding:0 11px;
text-decoration:none;
font-size:14px;
}


.browse-tab-modifiers a {
-moz-background-clip:inherit;
-moz-background-inline-policy:inherit;
-moz-background-origin:inherit;
background:inherit;
border:1px solid #f7f9fb;
color:#777777;
display:block;
float:left;
line-height:22px;
margin:8px 8px 0 0;
padding:0 11px;
text-decoration:none;
font-size:14px;
}


.browse-tab-modifiers .selected {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border-color:#a0a0a5 #a0a0a5 #ffffff #e0e0e2;
border-style:solid;
border-width:1px 1px 2px 1px;
color:black;
font-size:105%;
height:30px;
line-height:28px;
margin-top:3px;
padding:0 11px;
}

.browse-tab-modifiers .selected2 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border-color:#a0a0a5 #a0a0a5 #ffffff #e0e0e2;
border-style:solid;
border-width:1px 1px 2px 1px;
color:black;
font-size:105%;
height:22px;
margin-top:3px;
padding:0 11px;
z-index: 2;
position:absolute;
top: 32px;
left: 0px;
width:200px;
}


.singlemenu .browse-tab-modifiers  a:hover {
  background:#4c67a1;
  color:#ffffff;
}

.browse-tab-modifiers .first {
-moz-border-radius-bottomright:0;
-moz-border-radius-topright:0;
-moz-border-radius-bottomleft:0;
}

.header_info  {
  -moz-border-radius-bottomright:0;
  -moz-border-radius-bottomleft:0;
  font-size:13px;
  padding:3px 3px;
  background-color: rgb(255, 180, 66);
  color: #ffffff;
}


.nonheader_info {
  font-size:13px;
  padding:6px 3px;
  background-color: #ffffff;
  color: #666666;
}

.tooltip  {
  font-size:13px;
  padding:3px 3px;
  background-color: #ffffff;
  color: #333333;
  border:solid 1px #7f93bc;
}



.tab-clear{
  clear: both;
  height: 1px;
  border-bottom:1px solid #a0a0a5;
  width:100%;
  margin-bottom:0px;
}

.tab-line{
  height: 1px;
  border-bottom:1px solid #bbbbbb;
  width:100%;
  margin-bottom:0px;
}

  .clear {
  clear:both;
}

.post_button {
  background-color:#999999;
  font-weight:normal;
  height:25px;
  margin-bottom: 5px;
  padding-top: 2px;
}


.action_button a div {
  background-color:#67c36b;
  color: #ffffff;
  font-weight:bold;
  font-size:14px;
  margin-bottom: 1px;
  padding: 5px;
  vertical-align: middle;

}

.action_button a:hover div {
  background-color:#1289EE;
}

.small_left_margin {
  padding-left: 20px;
}

.big_left_margin {
  padding-left: 70px;
}

.cell_margin  {
  font-family: Arial,Helvetica,sans-serif;
  padding: 3px;
  margin: 3px 6px;
}


.tag a:hover {
background-color:#67C1CE;
border-bottom:1px solid #37607D;
color:#E0EAF1;
text-decoration:none;
}

.tag a {
background-color:#E0EAF1;
border-bottom:1px solid #3E6D8E;
color:#3E6D8E;
font-size:12px;
line-height:1.3;
margin:2px 1px 1px 0px;
padding:0px 1px;
text-decoration:none;
white-space:nowrap;
}

.selectedTag a {
background-color:#67C1CE;
border-top:1px solid #3E6D8E;
border-left:1px solid #3E6D8E;
color:#E0EAF1;
font-size:12px;
line-height:1.3;
margin:2px 1px 1px 0px;
padding:3px 2px;
text-decoration:none;
white-space:nowrap;
}

.selectedTag a:hover {
background-color:#E0EAF1;
border-bottom:1px solid #37607D;
color:#37607D;
text-decoration:none;
}


.dragme {
  position: absolute;
  top:10px;
  left:10px;
 }


.section_desc {
  font-size: 14px;
}

.error_table  {
  font-size: 14px;
  font-weight: bold;
  color: #A8223F;
  margin-bottom:5px;
}