#fail {
	color:#ff0000;
	font-weight:bold;
}

#success {
	color:#00ff00;
	font-weight:bold;
}
#wrapper {
        width:800px;
        margin:0px auto;
        background-color:#FFF;
}

#content {
    margin: 0px auto;
    border-top: solid 1px #b7b7b7;
    border-left: solid 1px #b7b7b7;
    border-right: solid 1px #b7b7b7;
    border-bottom: solid 1px #b7b7b7;
    font-size: 12px;
    width:800px;
    text-align:left;
 }



#header {
        height:96px;
}

#logo {
        /* width:258px; */
        float:left;
}

#logo h1 {
        font-family:Verdana, Tahoma, Arial, Helvetica, "Sans Serif", "Trebuchet MS";
        font-size:26px;
        color:#F76B0C;
        font-weight:normal;
        text-decoration:none;
        padding-left:10px;
        padding-top:40px; 
	clear:both;
}

#logo h1 a {
        color:#F76B0C;
        font-weight:normal;
        text-decoration:none;
}
#logo h4 {
        font-family:Verdana, Tahoma, Arial, Helvetica, "Sans Serif", "Trebuchet MS";
        font-size:12px;
        color:#808080;
        font-weight:normal;
        text-decoration:none;
        padding-left:15px;
}

#links ul {
        margin:0px;
	padding-top:-50px;
	float:right;
/*        padding-top:67px;
*/
}

#links li{
        float:left;
        list-style-type:none;
        width:129px;
        height:20px;
        text-align:center;
        background-color:#003565;
        border-left:1px solid #FFF;
        padding-top:4px;
}

#links a{
        font-family:Verdana, Tahoma, Arial, Helvetica, "Sans Serif", "Trebuchet MS";
        font-size:12px;
        color:#FFFFFF;
        font-weight:normal;
        text-decoration:none;
}

#links a:hover{
        font-family:Verdana, Tahoma, Arial, Helvetica, "Sans Serif", "Trebuchet MS";
        font-size:12px;
	color:#FFFFFF;
        font-weight:bold;
        text-decoration:none;
}

#links2 a{
        font-family:Verdana, Tahoma, Arial, Helvetica, "Sans Serif", "Trebuchet MS";
        font-size:12px;
        font-weight:normal;
        text-decoration:none;
}


body {
  background: #fff;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

h1, h2, h3, h4, h5 {
  font-size: 14px;
  color: #333;
  margin: 0px;
  padding: 0px; }

h1 {
  font-size: 16px; }

h4, h5 {
  font-size: 12px; }

p {
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 12px;
  text-align: left; }

a {
  color: #3b5998;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

img {
  border: 0px; }

select {
  border:1px solid #BDC7D8;
  font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
  font-size:12px;
  padding:2px;
}

td,
td.label {
  font-size: 12px; 
  text-align: left; }

.wbr { display: block; float:left; }

/*  --------------------------|  GLOBAL CLASSES  |--------------------------  */

/* This is FBML transitional code for backwards compatibility, sorry for the mess */

.standard_message {
  padding:10px;
}

.standard_message.no_padding {
  padding:0;
}

.standard_message.shorten {
  padding-bottom:0;
}

.standard_message.has_padding {
  padding:10px;
}

.standard_message #error,
.standard_message .status,
.standard_message .explanation_note {
  margin:0;
}

#error,
.status,
.explanation_note {        
  margin: 0 10px 10px 10px;
  padding: 10px;
  border: solid 1px #dd3c10;
  background: #ffebe8;
}

#error p,
.status p,
.explanation_note p {
  margin: 4px 0px 0px;
  line-height:14px;
  font-weight:normal;
}

#error a,
.status a,
.explanation_note a {
  text-decoration: none;
  color: #dd3c10;
}

.status {
  border-color:#e2c822;
  background: #fff9d7; 
}

.status a {
  color: #3b5998;
  text-decoration: none;
}

.explanation_note {
  border-color:#bdc7d8;
  background:#fff;
}

.explanation_note h1 {
  font-size:11px;
}

.pipe {
  color: gray;
  padding: 0px 3px; }

.column {
  float: left; }

.center {
  margin-left:auto;
  margin-right:auto;
}


.editor_title {
  background: #f7f7f7;
  padding-bottom: 5px;
} 

.standard_title {
  padding-bottom: 5px;
}

.page_title {
  border-bottom: 1px solid #ccc;
  padding: 10px 10px 5px;
  margin: 0px 10px;
}

.standard_title .page_title {
  border-bottom: none;
}


/*  ----------------------------|  PAGE FRAME  |----------------------------  */

#book {
  padding: 0px;
  margin: 0px auto;
  text-align: left;
  width: 781px; }

#sidebar {
  padding: 0px 0px 0px; 
  font-size: 13px; /* Needed for correct text-size handling. Ask Aaron */
  width: 132px;
  float: left; }
  
  #sidebar h2 {
    margin: 0px; 
    font-size: 11px; 
    float: left;
    text-align: left;
    color: #333;
    border: none;
    background: none;
    padding: 0px 0px 3px; }

  #sidebar h2 a {
    color: #333; }

  #sidebar h2 a:hover {
    color: #3b5998;
    text-decoration: underline; }
  
  #sidebar a.go_home {
    display: block;
    background: #3b5998 url(/images/facebook_logo.gif) no-repeat top left;
    height: 26px;
    width: 133px;
    position: absolute;
    z-index: 3;
    margin: 0;
    padding: 29px 0px 0px;
    font-size: 13px;
    }

    #sidebar a.go_home:hover {
      background: #3b5998 url(/images/facebook_logo.gif) no-repeat bottom left; 
    }
  
    #sidebar a.go_home h1 {
      font-size: 13px; }
  
  #sidebar_content {
    font-size: 11px; 
    margin: 2em 0px 15px;
    padding: 32px 0px 0px;
    color: #000;
    border-bottom: solid 1px #ddd;
    background: #f7f7f7 url(/images/go_home.gif) no-repeat 0px -100px; /*preload logo hover */ }
      
  #squicklogin {
     padding: 8px 10px 10px 9px; }
    
    #squicklogin label {
      color: #333; }
    
    #squicklogin .inputtext {
      width: 105px;
      margin: 0px 0px 5px; }

    #squicklogin .inputsubmit {
      margin: 5px 0px 2px; 
      width: 60px; }

    #squicklogin p {
      padding: 0px;
      line-height: 18px; }

    #squicklogin #doquicklogin{
  margin:5px 0 8px 0;
}
  
  #qsearch {
    padding: 8px 4px 2px 10px; }

    #qsearch div.findfriends {
      float: right;
      font-size: 9px;
      line-height: 13px;
      margin: 0px; 
      padding: 4px 5px 0px 0px; 
    }

    #qsearch a.findfriends {
      font-size: 9px; 
      line-height: 13px;
      margin: 0px;
      padding: 1px 0px 0px 0px; 
    }
    
    #qsearch .inputsearch {
      margin-top: 0px;
      width: 105px; }
    
    #qsearch.hourglass #q {
      float: none;
      border-color: #95a5c6;
      padding-left: 17px;
      width: 90px; }
    
    #qsearch h2 {
      margin-right: -3px;
      padding: 0px; }

#qsearch .search_arrow,
#qsearch .global_menu_arrow_active {
      position: relative;
      float: left;
      width: 13px;
      margin: 0px 0px 1px -1px;
      border-right: 1px solid #f7f7f7;
      border-top: 1px solid #f7f7f7;
      padding: 2px 0px 0px 0px;
      height: 16px;
      background: url(/images/down_arrow.gif) no-repeat 0px center; }
    
    #qsearch .search_arrow:hover,
    #qsearch .global_menu_arrow_active {      
      background: #6D84B4 url(/images/down_arrow.gif) no-repeat -13px center; }
    
    #qsearch .global_menu_arrow_active {
      border-top: solid 1px #3B5998;
      border-right: solid 1px #3B5998; }

    #qsearch .search_arrow span,
    #qsearch .search_arrow_active span {
      text-indent: -99px; display: none; }

    #qsearch #global_search_link {
       display: -moz-inline-stack;
       display: inline-block;
       padding: 2px 3px 3px 3px;
       border-top: solid 1px #f7f7f7;
       margin-right: 2px;
       line-height: 13px; }

   #qsearch #global_search_link:hover {
      background: #6D84B4;
      color: white;
      text-decoration: none; }

   #qsearch #global_search_link.active, #qsearch #global_search_link.active:hover {      
      position: relative;
      border-top: solid 1px #f7f7f7;
      border-left: solid 1px #f7f7f7;
      background: #6D84B4;
      color: white;
      margin-right: 1px;
      left: -1px; }

    #qsearch #global_search_link.active, #qsearch #global_search_link.active:hover {
      text-decoration: none;
      border-top: solid 1px #3B5998;
      border-left: solid 1px #3B5998; }

#search_options_menu {
  z-index: 5;
  padding: 5px 0px;
  position: absolute;
  background: white;
  margin: -2px 0px 0px -1px;
  border: solid 1px #3B5998; }

#search_options_menu a {
  display: block; 
  color: #3b5998;
  width: 95px;
  border-right: solid 1px white;
  border-left: solid 1px white;
  padding: 4px 10px; }

#search_options_menu a:hover {
  text-decoration: none;
  background: #6D84B4;
  border-right: solid 1px #6d84b4;
  border-left: solid 1px #6d84b4;
  color: white; }

#sidebar_content .separator {
   border-top: solid 1px #CCCCCC; 
   border-bottom: solid 1px white;
   margin: 0px -10px 4px -10px; }

#sidebar .app_list { 
  font-size: 11px;
  padding: 8px 10px 0px; }
  
  #sidebar .app_list h2 {
    float: left; 
    padding-left: 2px;}

  #sidebar .app_list_outside {
    padding: 2px 14px 5px; 
  }

  #sidebar .browse_apps_link {
    font-size: 9px;
    padding-top: 5px;
 }
    
  #sidebar .edit_apps {
    float: right;
    text-align: right;
    width: 30px;
    font-weight: normal; }
    
  #sidebar #app_list, #app_non_nav_list {
      clear: both; 
      list-style: none; 
      margin: 0px 0px 0px 0px;
      padding: 2px 3px 0px; }

  #sidebar #app_non_nav_list {
      padding-bottom: 5px; }
  
  #sidebar .divider_bar {
     margin-left: 22px;
     border-bottom: solid 1px #d6d6d6;
     line-height: 0px;
     margin-bottom: 3px;
  }

    #sidebar .app_list .list_item {
        margin: 0px 0px 0px -35px;
        padding: 1px 0px 3px 35px; }

    #sidebar .app_list_outside h2 {
        margin-left: -5px;
        padding: 3px 0px;
    }

    #sidebar .app_list .list_item .container {
        margin: 0px;
        padding: 0px 0px 3px; }

      #sidebar .app_list li a {
        margin: 0px;
        padding: 0px; }

      #sidebar .app_list .photos_app_link {
        background: url(/images/icons/photo.gif) 0px 2px no-repeat; }
      #sidebar .app_list .video_app_link {
        background: url(/images/icons/video.gif) 0px 2px no-repeat; }
      #sidebar .app_list .notes_app_link {
        background: url(/images/icons/note.gif) 0px 2px no-repeat; }
      #sidebar .app_list .groups_app_link {
        background: url(/images/icons/group.gif) 0px 3px no-repeat; }
      #sidebar .app_list .events_app_link {
        background: url(/images/icons/event.gif) 0px 2px no-repeat; }
      #sidebar .app_list .book_app_link {
        background: url(/images/icons/bookreview.gif) 0px 2px no-repeat; }
      #sidebar .app_list .posted_app_link {
        background: url(/images/icons/post.gif) 0px 2px no-repeat; }

      #sidebar .app_list .icon {
        float: left; 
        margin: 0px; 
        padding: 0px;
        height: 16px;
        width: 16px;  }

     #sidebar .app_list .link_title {
        width: 80px;
        background: transparent no-repeat 0px 1px;
        cursor: pointer;
        display: block;
        padding: 2px 0px 2px 22px;
        margin: 0px 0px -4px 0px;  }

     #sidebar .app_list .highlight_link {
        font-weight: normal;
     }

#sidebar .more_section {
  margin-top: 2px;
  display: block;
}

#sidebar .more_section:hover {
  background: #ececec;
}

#sidebar .expand_link {
  text-align: left;
  font-size: 9px;
  font-weight: bold;
  background: #ccc;
  display: block;
  padding: 2px 10px 2px 22px;
  width: 100px;
}

#sidebar .more_apps {
  background: url(/images/down_arrow_grey_small.gif) no-repeat 10px 2px;
}

#sidebar .less_apps {
  background: url(/images/up_arrow_grey_small.gif) no-repeat 10px 2px;
}

#sidebar .more_apps a, #sidebar .less_apps a, .more_section a {
  color: #666666;  
}

#publicity {
  height: 61px;
  padding: 3px 3px 7px; }

  #publicity h5 {
    border: none;
    margin: 0px;
    padding: 0px;
    color: #333;
    line-height: 19px; }
  
  #publicity h5.new {
    line-height: 17px;
    padding: 0px 0px 2px 36px;
    background: url(/images/publicity_new.gif) no-repeat left center; }
  
  #publicity h5.tip {
    line-height: 17px;
    padding: 0px 0px 2px 29px;
    background: url(/images/publicity_tip.gif) no-repeat left center; }
  
  #publicity p {
    margin: 0px;
    color: #333;
    line-height: 14px; }

#widebar {
  width: 649px;
  float: left; }

#widebar_shadow {
  width: 1px;
  float: left;
  overflow: hidden; }

#navigator {
  margin: 0px 1px 0px 0px;
  padding: 9px 0px 4px 0px;
  height: 1.2em;
  background: url(images/navigator_bg.gif) no-repeat left bottom; 
  line-height: 1.1em; }
  
  #navigator a {
    text-decoration: none; 
    color: white; }
  
  #navigator ul.main_set {
    font-size: 13px;
    float: left;
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px; }
    
    #navigator .main_set li {
      float: left;
      display: block;
      margin: 0px 10px 0px 0px;
      font-weight: bold; }
      
      #navigator .main_set li a {
        padding: 3px 5px; }
      #navigator .main_set li a.active,
      #navigator .main_set li a:hover { 
        background: #5c75aa; }
      
      #navigator .main_set li a.edit_link {
        color: #d8dfea;
        font-weight: normal; }
      #navigator .main_set li a.edit_link:hover {
        text-decoration: underline; 
        background: transparent; }
  
  #navigator ul.secondary_set {
    float: right;
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-right: 17px;
    font-size: 11px; }

    #navigator .secondary_set li {
      float: left;
      display: block;
      margin: 0px 10px 0px 0px; }
    #navigator .secondary_set li a {
      text-transform: lowercase;  
      color: #c3cddf; }
    #navigator .secondary_set li a:hover {
      color: white;
      text-decoration: underline; }
  
#book #content_shadow {
    margin: 2px 0px 0px 1px;
    background: transparent url(/images/shadow_gray.gif) repeat-y top right;
    padding: 0px;
    border-bottom: solid 1px #ddd; }


#pagefooter {
  clear: both;
  padding: 0px;
  margin: 0px;
  height: 50px;
  line-height: 16px; }

#pagefooter ul {
  display: block;
  list-style: none;
  float: right;
  margin: 0px;
  padding: 8px 2px 4px;}

#pagefooter li {
  float: left;
  padding: 0px;}

#pagefooter .footer_links a {
  text-transform: lowercase; 
  padding: 2px 6px;}

#pagefooter .copyright {
  color: #777;
  float: left;
  margin: 0px;
  padding: 8px 10px 0px; }
  
  #pagefooter .copyright .brand {
    padding: 0px 0px 2px 22px;
    background: url(/images/icons/hidden.gif) no-repeat; }

#subheader {
  border-left: solid 1px #b7b7b7;
  border-right: solid 1px #b7b7b7; }


#navigator .main_set li .with_arrow {
  margin-top: 0px;
}

.global_menu_arrow_active:focus {
  outline: 0px;
}

#navigator .main_set li a.global_menu_arrow,
#navigator .main_set li a.global_menu_arrow_active {
  height: 19px;
  width: 17px;
  margin: 0px 0px -10px -1px;
  padding: 3px 0px 3px;
  background: transparent url(/images/global_menu_arrow.gif) no-repeat 0px center; }
  
  #navigator .main_set li a.global_menu_arrow_active,
  #navigator .main_set li a.global_menu_arrow:hover, 
  #navigator .main_set li a.global_menu_arrow_active:hover {
    background: #5c75aa url(/images/global_menu_arrow.gif) no-repeat 0px center; }



/* Navigator Drop Menus ==================== */

#navigator .navigator_menu {
  margin: -1px;
  position: absolute;
  z-index: 100;
  background: white;
  border: solid 1px #3b5998;
  }

  #navigator .navigator_menu.friends { 
     max-width: 140px;
  }

  #navigator .navigator_menu.networks { 
     max-width: 250px;
  }
  
  #navigator .navigator_menu.attachments { 
     max-width: 250px;
  }  
  
  #navigator .navigator_menu ul {
    font-size: 11px; 
    line-height: 1em;
    font-weight: normal;
    list-style: none;
    padding: 5px 0px;
    margin: 0px; }
    
  #navigator .navigator_menu li {
    float: none;
    cursor: pointer;
    font-weight: normal;
    padding: 0px;
    margin: 0px; }

    #navigator .navigator_menu li.menu_divider {
      display: block;
      margin: 4px 10px;
      font-size: 1px;
      line-height: 1px;
      cursor: default;
      border-bottom: solid 1px #eee; }
      
    #navigator .navigator_menu li a {
      display: block;
      color: #3b5998;
      border-right: solid 1px white;
      border-left: solid 1px white;
      padding: 4px 25px 4px 10px; }

    #navigator .navigator_menu a:hover {
      text-decoration: none;
      background: #3b5998;
      border-right: solid 1px #6d84b4;
      border-left: solid 1px #6d84b4;
      color: white; }

/* Title Header ==================== */

.title_header {
  background: white;
  padding: 20px 20px 17px; }

  .title_header h2 {
    margin: 0px;
    font-size: 14px;
    padding: 0px 0px 0px 24px;
    background: url(/images/icons/hidden.gif) no-repeat 1px 1px; }
  
  .title_header h2.no_icon { 
     padding: 0px; 
     background: none;}
  
  .title_header.add_border {
    border-bottom: solid 1px #ccc; }
  .title_header.gray {
    background: #f7f7f7; }
  .title_header.shorten {
    padding-bottom: 0px; }
  .title_header.no_padding {
    padding: 0px; }
  .title_header h4 {
    color: #666;
    font-size: 11px;
    padding: 3px 0 0 24px; }
  .title_header h4.no_icon {
    padding: 3px 0 0 0; }




/* Media Header ==================== */

.obj_media_header {
  background-color: #ffffff;
  padding: 0px 22px 5px 20px; }
.media_header {
  background-color: #ffffff;
  padding: 0px 12px 5px 20px; }
 
  .obj_media_header .user_info {
    float: left;
    padding-top: 18px;
    width: 425px; }
  .media_header .user_info {
    float: left;
    padding-top: 18px;
    width: 545px }
 
  .obj_media_header h2 {
    float: left;
    margin: 0px;
    width: 425px;
    font-size: 14px;
    padding: 3px 0px 5px; }
  .media_header h2 {
    float: left;
    margin: 0px;
    width: 350px;
    font-size: 14px;
    padding: 3px 0px 5px; }

  .obj_media_header h2 span,
  .media_header h2 span {
    font-weight: normal; }

  .obj_media_header .pipe,
  .media_header .pipe {
    color: gray;
    padding: 0px 3px; }
 
  .obj_media_header .picture {
    float: right;
    margin-top: 18px;
    margin-right: 0px;
    position: relative;
    z-index: 1;
    text-align: right;
    overflow: hidden;
    height: 50px;
    width: 150px; }
  .media_header .picture {
    float: left;
    margin-top: 18px;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 50px;
    width: 50px; }
    
  .obj_media_header .picture img {
    visibility: hidden; }
  .media_header .picture img {
    display: block; }

  .obj_media_header .media_gray_bg {
      background: #f7f7f7;
      z-index: 0;
      border-bottom: solid 1px #cccccc;
      margin: -18px -254px 7px -20px;
      padding: 18px 114px 0px 20px;
      width: 512px; }
  .media_header .media_gray_bg {
      background: #f7f7f7;
      z-index: 0;
      border-bottom: solid 1px #cccccc;
      margin: -18px -14px 7px -80px;
      padding: 18px 14px 0px 80px;
      width: 552px; }

/* Dashboard Header ==================== */

.dashboard_header {
  padding: 10px 10px 0px; }

  .dashboard_header .dh_links {
    padding: 0px 10px 5px;
    border-bottom: solid 1px #ccc; }
    
    .dashboard_header .dh_links .dh_actions { float: left; }
    .dashboard_header .dh_links .dh_help { float: right; }
    .dashboard_header .dh_links .pipe { padding: 0px 7px; color: #aaa; }
    .dashboard_header .dh_links form {display: inline; overflow: hidden; width: 0px;}

  .dashboard_header .dh_titlebar {
    padding: 10px 10px 12px; }
    
    .dashboard_header .dh_titlebar h2 {
      float: left;
      font-size: 14px;
      padding: 7px 0px 7px 24px;
      background-repeat: no-repeat;
      background-position: 1px 8px; }
    .dashboard_header .dh_titlebar .dh_search {
       float: right;
       margin-top: 2px;
       height: 30px;
       line-height: 30px; }
    .dashboard_header .dh_titlebar .dh_search input {
       margin: 0px; }
    .dashboard_header .dh_titlebar .dh_right {
       float: right;
       margin-top: 2px;
       height: 30px; }

  .dashboard_header .dh_new_media_shell {
    float: right; 
    background: url(/images/new_media_button_active.gif) no-repeat bottom -30px;
    margin: 7px 0px 0px; }
  
  /*  NEW MEDIA BUTTON  */
  .dashboard_header .dh_new_media {
     float: left;
     display: block;
     color: #777;
     text-decoration: none;
     background: url(/images/new_media_button.gif) no-repeat; }
     
     .dashboard_header .dh_new_media .tr { background: url(/images/new_media_button.gif) no-repeat top right; }
     .dashboard_header .dh_new_media .bl { background: url(/images/new_media_button.gif) no-repeat bottom left; }
     .dashboard_header .dh_new_media .br { background: url(/images/new_media_button.gif) no-repeat bottom right; }
     .dashboard_header .dh_new_media span {
       background: url(/images/new_media_button_plus.gif) no-repeat 9px center;
       color: #333;
       font-size: 11px;
       font-weight: bold; 
       display: block;
       padding: 3px 9px 5px 22px;
       text-shadow: white 0px 1px 1px; }

  .dashboard_header .dh_new_media:hover {
    text-decoration: underline; }
  .dashboard_header .dh_new_media:active,
  .dashboard_header .dh_new_media:active .tr,
  .dashboard_header .dh_new_media:active .bl,
  .dashboard_header .dh_new_media:active .br {
    background-image: url(/images/new_media_button_active.gif); }


/* Toolbar Buttons ===================== */

.dh_toolbar_buttons {
  background: url(/images/buttons/toolbar_button_hover.gif) no-repeat bottom left;
}
.dh_toolbar_button {
  background-image: url(/images/buttons/toolbar_button_active.gif);
  color: #777;
  display: block;
  float: left;
  text-decoration: none;
}
.dh_toolbar_button:hover {
  text-decoration: none;
}

/*  LEFT BUTTON  */
.dh_toolbar_button_left {
  background: url(/images/buttons/toolbar_button.gif) no-repeat top left;
}
.dh_toolbar_button_left .bottom_left {
  background: url(/images/buttons/toolbar_button.gif) no-repeat bottom left;
}
.dh_toolbar_button_left .bottom_right {
  background: url(/images/buttons/toolbar_button_border.gif) no-repeat bottom right;
}
.dh_toolbar_button_left:hover,
.dh_toolbar_button_left:hover .bottom_left {
  background-image: url(/images/buttons/toolbar_button_hover.gif);
}
.dh_toolbar_button_left:active,
.dh_toolbar_button_left:active .bottom_left {
  background-image: url(/images/buttons/toolbar_button_active.gif);
}

/*  CENTER BUTTON  */
.dh_toolbar_button_center {
  background: url(/images/buttons/toolbar_button.gif) no-repeat top center;
}
.dh_toolbar_button_center .bottom_left {
  background: url(/images/buttons/toolbar_button.gif) no-repeat bottom center;
}
.dh_toolbar_button_center .bottom_right {
  background: url(/images/buttons/toolbar_button_border.gif) no-repeat bottom right;
}
.dh_toolbar_button_center:hover,
.dh_toolbar_button_center:hover .bottom_left {
  background-image: url(/images/buttons/toolbar_button_hover.gif);
}
.dh_toolbar_button_center:active,
.dh_toolbar_button_center:active .bottom_left {
  background-image: url(/images/buttons/toolbar_button_active.gif);
}

/*  RIGHT BUTTON  */
.dh_toolbar_button_right {
  background: url(/images/buttons/toolbar_button.gif) no-repeat top center;
}
.dh_toolbar_button_right .top_right {
  background: url(/images/buttons/toolbar_button.gif) no-repeat top right;
}
.dh_toolbar_button_right .bottom_left {
  background: url(/images/buttons/toolbar_button.gif) no-repeat bottom center;
}
.dh_toolbar_button_right .bottom_right {
  background: url(/images/buttons/toolbar_button.gif) no-repeat bottom right;
}
.dh_toolbar_button_right:hover,
.dh_toolbar_button_right:hover .top_right,
.dh_toolbar_button_right:hover .bottom_left,
.dh_toolbar_button_right:hover .bottom_right {
  background-image: url(/images/buttons/toolbar_button_hover.gif);
}
.dh_toolbar_button_right:active,
.dh_toolbar_button_right:active .top_right,
.dh_toolbar_button_right:active .bottom_left,
.dh_toolbar_button_right:active .bottom_right {
  background-image: url(/images/buttons/toolbar_button_active.gif);
}


/*  BUTTON ICON & LABEL  */
.dh_toolbar_button span {
  background-color: transparent;
  background-image: url(/images/buttons/toolbar_button_plus.gif);
  background-position: 9px 48%;
  background-repeat: no-repeat;
  color: #333;
  font-size: 11px;
  font-weight: bold;
  display: block;
  text-shadow: white 0px 1px 1px;
}
.dh_toolbar_button_left span {
  background-position: 9px 48%;
  padding: 3px 9px 5px 22px;    
}
.dh_toolbar_button_center span {
  background-position: 7px 48%;
  padding: 3px 9px 5px 20px;
}
.dh_toolbar_button_right  span {
  background-position: 7px 48%;
  padding: 3px 12px 5px 20px;
}


/*  DEFAULT PLUS BUTTON  */
.dh_toolbar_button#toolbar_button_plus span {
  background-image: url(/images/buttons/toolbar_button_plus.gif);
}
/*  RECORD BUTTON  */
.dh_toolbar_button#toolbar_button_record span {
  background-image: url(/images/buttons/toolbar_button_record.gif);
}
/*  MESSAGE BUTTON  */
.dh_toolbar_button#toolbar_button_message span {
  background-image: url(/images/buttons/toolbar_button_message.gif);
}
.dh_toolbar_button_center#toolbar_button_message span,
.dh_toolbar_button_right#toolbar_button_message  span {
  background-position: 6px 48%;
}

  
/* ----------------------|  Empty List Message |---------------------- */

.empty_message {
  color: #333; 
  font-size: 13px;
  line-height: 17px;
  padding: 20px 20px 50px 20px;
  text-align: center;
  background: #f7f7f7; }

/*  ----------------------|  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%; }


/*  ------------------------------|  FORMS  |-------------------------------  */

form {
  margin: 0px;
  padding: 0px; }

label {
  color: #666666;
  font-weight: bold; }

.formtable {
  margin: 0px auto; }

.formtable {
  margin: 0px; }

.formtable td {
  border: none;
  margin: 0px;
  padding: 3px 1px; }

.formtable td.label {
  color: #666666;
  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; }


/*  FORM INPUTS  */

.inputtext,
.inputpassword {
  border: 1px solid #bdc7d8;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  padding: 3px; 
  color: #000;
  background-color: #fff;
}

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: #3b5998;
  color: #FFFFFF;
  font-size: 11px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif; 
  text-align: center; }

.inputcheckbox {
  border: 0px; }

.inputsearch {
  background: white url(/images/magglass.png) no-repeat 3px 4px;
  padding-left: 17px; }

.transparent_png_ie6 { 
  display: none;
}

#inline_flyer {
    background-color: #efeded;
    color: #909090;
    border-bottom: 1px solid #d8dfea;
    padding: 4px 10px 2px 10px;
}

#inline_flyer .external_link a { 
    text-decoration: none;
    border-bottom: 1px dotted #3b5998;
}

#inline_flyer .external_link a:hover { 
    text-decoration: none;
    border-bottom: 1px dotted #efeded;
}

#inline_flyer #abbreviated_body {
    float: left;
    width: 430px;
}

#inline_flyer #expander {
    float: right;
}

#inline_flyer_content { 
    background-color: #efeded;
    border-bottom: 1px solid #d8dfea;
    padding: 4px 10px;
}

/*  ----------------------------|  ERROR PAGE  |----------------------------  */

.error_page #content {
  padding: 20px; }

.error_page #error {
  margin: 0px; }


/*  -------------------------------|  TABS  |-------------------------------  */

#tabs {
        text-align: center;
        padding: 4px 0px;
        margin: 10px 20px 0px;
        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; }


/*--|  Toggle Tabs  |--------------------------------------------------------------|
==================================================================================*/

.tabs {
  padding:3px 0;
  border-bottom:1px solid #898989;
}

.th_header
{
  background-color:#6d84b4;
  color:#fff;
  text-align:center;
  font-size:12px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}

.tabs.top {
  background: #f7f7f7; }

.tabs .left_tabs {
  padding-left:10px;
  float:left;
}

.tabs .right_tabs {
  padding-right:10px;
  float:right;
}

.tabs .back_links {
  padding-right: 20px;
  float:right;
}

.toggle_tabs {
  margin:0;
  padding:0;
  list-style:none;
  text-align:center;
  display:inline;
  float:left;
}

.toggle_tabs li {
  display:inline;  
  padding: 2px 0px 3px; 
 /* background: #f1f1f1 url(/images/components/toggle_tab_gloss.gif) top left repeat-x; */
} 

.toggle_tabs li a {
  padding:2px 8px 3px 9px;
/*  xbackground: url(/images/components/toggle_tab_shadow.gif) bottom left repeat-x; */
  border:1px solid #898989;
  color:#333;
  font-weight:bold; }
  
.toggle_tabs li a:focus {
  outline: 0px;
}

.toggle_tabs .first a {
  border:1px solid #898989;
}

.toggle_tabs li a.selected {
  margin-left:-1px;
  background:#6d84b4;
  border:1px solid #3b5998;
  border-left:1px solid #5973a9;
  border-right:1px solid #5973a9;
  color:#fff;
}

.toggle_tabs .last a.selected {
  margin-left:-1px;
  border-left:1px solid #5973a9;
  border-right:1px solid #36538f;
}

.toggle_tabs .first a.selected {
  margin:0;
  border-left:1px solid #36538f;
  border-right:1px solid #5973a9;
}

.toggle_tabs .first.last a.selected {
  border:1px solid #36538f;
}

.toggle_tabs li a.selected:hover {
  text-decoration:none;
}

/*  -----------------------------|  PAGER PRO  |----------------------------  */

.pagerpro {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0; }

.pagerpro li {
  display: inline;
  float: left; }

.pagerpro a {
  display: block;
  padding: 3px;
  padding-bottom: 2px; }

.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; }


/*  -------------------------------|  BARS  |-------------------------------  */

.summary_bar {
  border-bottom: 1px solid #D8DFEA;
  clear: both;
  padding: 11px 20px 0px;
  color: black;
  font-weight: normal;
  line-height: normal; }
  
  .summary_bar h1, .summary_bar h2, .summary_bar h3, .summary_bar h4, .summary_bar h5 {
    font-weight: normal; }

.summary_bar .summary {
  color: #333;
  float: left;
  padding-top: 3px;
  padding-bottom: 4px; }

.summary_bar .summary a {
  font-weight: normal; }

.tab_bar {
  padding: 3px 20px 0px 10px;
  border-bottom: solid 1px #3B5998; }

.tab_bar #tabs {
  margin: 0px 10px;
  display: inline;
  float: left;
  border-bottom: none;
}

.tab_bar .back_links {
  padding: 4px 0px;
  float: right; }

.footer_bar {
  border-top: 1px solid #D8DFEA;
  padding: 0 20px; }

.footer_bar .post_editor {
  padding-bottom: 13px;
  padding-top: 13px; }

.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; }

.action_bar {
  padding: 6px 20px 5px;
  background: #f7f7f7; 
  border-top: solid 1px #b7b7b7;
  border-bottom: solid 1px #ccc; }
  
  .action_bar label { color: #444; }

/*  ---------------------------|  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; }
  
.actionspro span.inactive {
  padding: 0px 3px 1px 3px;
  color: gray; }

/*  ---------------------------|  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;
      }
      
      .album .footer .s_and_h_big a {
         margin-bottom:5px; 
       }

  .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; }


.quail {
  color: #3B5998;
  float: left;
  padding: 3px 0px; }

.quail a:hover {
  cursor: default;
  text-decoration: none; }


/*  --------------------------|  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; }


/*  ----------------------------|  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. */
/* if you can help us solve this, http://tinyurl.com/yucz38 */
wbr:after { content: "\00200B" }

/* used in conjunction wit the wbr tag, this will cause line breaks
 * in safari wherever the wbr tag would cause breaks in FF and IE. */
.word_break {
  display:block;
  float:left; 
  margin-left: -10px;
  padding: 0px;
  }

/* adjustImage goodness */
.img_loading {
  width: 0px;
  height: 0px; }

.img_ready {
  width: auto;
  height: auto; }

.two_column .right,
.two_column .left {
  float: left; }

.no_padding {
  padding: 0px; }

.see_all {
  text-align: right; }

/*  -----------------------|  WELCOME BUTTONS  |----------------------------  */

.welcome_buttons {
  display:block;
  padding:8px 0 0 0; }

.welcome_buttons a {
  float:left;
  display:block;
  width:170px;
  /* width:200px; */
  padding:5px;
  margin-bottom:5px;
  color:#666;
  background-color:#f7f7f7;
  margin-right:12px;
  /* 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; }

.new_feature_tag {
  padding: 3px 0 0 6px; background: 
  url(/images/new_feature_tag.gif) no-repeat; 
  height: 14px; 
  float: left; 
  margin-right: 6px;
  width: 32px; }

.new_feature_tag div {
  font-size: 9px;
  color: #fff; }

.new_feature_tag_title {
  padding-top: 1px;
  margin-bottom: 3px;
  font-weight: bold; }


/*  ---------------------------|  APP SWITCHER  |---------------------------  */

.app_switcher {
  float: right;
  z-index: 101;
  position: relative; }
  
  .app_switcher .app_switcher_unselected {
    position: relative; 
    float: left; }
  
  .app_switcher .app_switcher_button {
    cursor: pointer; 
    color: #555;
    float: left;
    display: block;
    padding: 0px 5px;
    margin: 0px;
    font-weight: bold;
    line-height: 14px; /* Shared by all divs in the link */
    text-decoration: none;
    border: solid 1px #f7f7f7; }
    
  .app_switcher .app_switcher_button .arrow,
  .app_switcher .app_switcher_button .name,
  .app_switcher .app_switcher_button .icon {
    float: left; }

  
    .app_switcher .app_switcher_unselected .app_switcher_button:hover {
      border: solid 1px #666;
      background: #fff url(/images/app_switcher_hover_shadow.gif) repeat-x bottom left; }
    
    .app_switcher .app_switcher_selected .app_switcher_button {
      color: white; 
      background: #6d84b4;
      border: solid 1px #3B5998; }

  .app_switcher .app_switcher_button .arrow {
    width: 13px;
    padding: 4px 0px 3px;
    margin-top: 1px;
    background: transparent url(/images/app_switcher_down_arrow.gif) no-repeat -11px center; }

    .app_switcher .app_switcher_selected .app_switcher_button .arrow {
      background-position: 2px center; }
  
  .app_switcher .app_switcher_button .name {
    padding: 4px 0px 4px 6px; }
  
  .app_switcher .app_switcher_button .icon {
    width: 16px;
    padding: 4px 0px;
    background-position: -16px center; 
    background-repeat: no-repeat; }
    
    .app_switcher .app_switcher_selected .app_switcher_button .icon {
      background-position: 0px center; }
    
.app_switcher_menu, #app_switcher_menu_toc {
  position: absolute;
  background: white;
  border: solid 1px #3B5998;
  z-index: 100;
  padding: 2px 0px 6px;
  width: 136px; }
    
  .app_switcher_menu .menu_list_header {
    color: #555;
    font-size: 9px;
    border-bottom: solid 1px #d8dfea;
    padding: 2px 7px 3px;
    margin: 0px 0px 6px; }

  .app_switcher_menu a {
    display: block;
    line-height: 14px;
    padding: 1px 7px;
  }
  
  .app_switcher_menu a:hover {
    color: white;
    text-decoration: none;
    background: #6D84B4; 
    cursor: pointer;  }

  .app_switcher_menu .inline_stuff:hover {
       background: none;
      color: #3B5998;
  }

 .app_switcher_menu .inline_stuff .app_name_text {
   display:inline;
 }

  .app_switcher_menu .inline_stuff .app_name_text:hover {
        background: none;
       text-decoration: underline;
      color: #3B5998;
      display: inline;
  }
  
  .app_switcher_menu .side_space,
  .app_switcher_menu .app_icon,
  .app_switcher_menu .name { 
    float: left; }
  
  .app_switcher_menu .side_space {
    width: 7px;
    padding: 4px 0px;
    margin: 0px 3px; }
  
    .app_switcher_menu .selector_arrow {
      background: url(/images/rightarrow.gif) no-repeat -7px center; }
  
    .app_switcher_menu a:hover .selector_arrow {
      background: url(/images/rightarrow.gif) no-repeat 0px center; }    

  .app_switcher_menu .app_icon {
    width: 16px;
    padding: 4px 0px;
    margin: 0px 0px 0px 2px;
    background: url(/images/icons/hidden.gif) no-repeat -16px center; }
    
    .app_switcher_menu a:hover .app_icon {
      background-position: 0px center; }
  
  .app_switcher_menu .name {
    padding: 4px 0px;
    margin: 0px 0px 0px 5px; }


  .app_switcher_menu .profile_box_name {
     width: 95px;
  }

/*  ---------------------------|  GRAY HEADER  |---------------------------  */

.grayheader {
  border-bottom: 1px solid #ccc; 
  margin: 0px 0px 10px; 
  background: #f7f7f7;
  padding: 15px 20px 10px
}

.grayheader h2 {
  font-size:13px;
  margin: 0px 0px 2px;
  padding:0px;
}

.grayheader .left_side {
   float: left;
}

.grayheader .right_side {
  float: right;
}

.grayheader p {
  display: block;
  color: gray;
  font-size: 11px;
  margin: 2px 0px;
  padding: 0px;
}


/*  ---------------------------|  FLYERS  |---------------------------  */

#announce {
  width: 120px; }

#announce .advert {
  background:#F9F9F9 none repeat scroll 0%;
  border: solid 1px #D8DFEA;
  border-bottom: solid 1px #3B5998;
  display: block;
  line-height:14px;
  margin: 0px 0px 7px;
  padding: 5px 0px 2px 0px;
}

#announce h4 {
  border-bottom:1px solid #D8DFEA;
  color:#3B5998;
  font-size:13px;
  font-weight:bold;
  margin: 0px 5px 3px 5px;
  padding:0px 0px 3px;
  text-align:center;
}

#announce h3 {
  color:black;
  font-weight:bold;
  text-align:center;
  padding: 0px 0px 3px;
  margin: 4px 5px 3px;
  font-size: 11px;
}

#announce p {
  color: #222222;
  margin: 0px 0px 3px 5px;
  overflow: hidden;
  width: 110px;
  word-wrap: break-word;
}

.sponsors {
   text-align: center;
}

.sponsor_absolute {
  position: absolute;  
  top: 302px;
}

#ssponsor {
   width: 120px;
   font-size: 11px;
   text-align: left;
   padding-top: 0px; }

.credit {
   text-align: center;
}

#ssponsor .seeall {
   margin: 5px 0px;
   text-align: right;
}


/*  ---------------------------|  DROP-DOWN MENUS  |---------------------------  */


.drop_down_menu {
  background: white;
  position: absolute;
  margin-top: -1px;
  border: solid 1px #3B5998;
  width: 150px;
  padding: 5px 0px;
}

.drop_down_menu .menu_element {
  padding: 3px 7px;
}

.drop_down_menu .menu_element:hover {
  color: white;
  background: #3B5998;
  cursor: pointer;
}

.drop_down_menu .menu_element:hover a {
  color: white;
  text-decoration: none;
}


/*  ---------------------------|  NOTES  |---------------------------  */

.note_dialog {
  background:#FFFFFF none repeat scroll 0%;
  border:1px solid #BDC 7D8;
  color:#444444;
  margin:0pt 10px 10px;
  padding:10px;
}

/*  ---------------------------|  RSS  |---------------------------  */

.syndication_feed a {
    background: url(/images/icons/feed.gif) no-repeat 0px 0.3em;
    display: block;
    padding: 3px 0px 4px 20px;
  }

.syndication_right {
    background: url(/images/icons/feed.gif) no-repeat center right;
    padding-right: 20px;
}

#syndication_sidebar {
  padding-left: 5px;
}

#syndication_sidebar .learn_more {
  font-size: 9px;
  padding: 0px 0px 2px 20px; 
}

#syndication_sidebar p {
  color: #333;
  padding: 0px;
  margin: 0px;
}

#syndication_sidebar .syndication_explanation {
  margin: 0px 15px 0px 0px;
  padding: 0px;
}

.syndication_divider {
  border-top: 1px solid #CCCCCC;
}

#syndication_sidebar h2 {
  color: #333;
  margin: 0px;
  padding: 0px 0px 5px 0px;
  font-size: 11px;
}

/*  -------------------------| MISC |--------------------------------- */

.findfriends_block {
  text-align: left;
  margin: auto;
}


.findfriends_block li {
  line-height:18px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}

.clickable {
  cursor: pointer;
}


/*  Here, take it. It's a goodbye gift. Go clean.  -------------------------  */

http://static.ak.facebook.com/css/apps_menu.css?12:43718

.applications .handle {
  background: url(/images/movearrow.gif) no-repeat center center;
  width: 13px;
  min-width: 13px;
  height: 14px;
  min-height: 14px;
  font-size: 14px;
  display: block;
  float: left;
  margin-right: -30px; 
  position: relative;
  left: -30px;
  padding: 0px;
}

.applications .handle:hover {
  cursor: move; }

.app_selector_module {
  display: none; }

.applications .app_selector_module {
  display: block;
  color: #333;
  margin: 0px 10px 10px;
  padding: 5px 0px;
}

.app_selector_module #sidebar .app_selector_module h2 {
  display: none;
}

.applications #sidebar .app_selector_module h2 {
  width: auto;
  float: none;
}

.applications .app_selector {
  margin-top: 6px;
}

.applications .app_selector select {
  width: 112px;
}

.action_item {
  display: none;
}

.applications li:hover .action_item {
  position: relative;
  left: -80px;
  width: 40px;
  float: left;
  text-align: right;
  margin-right: -80px;
  display: block;
  font-size: 9px;
}

.action_item_add {
  display: none;
}

.applications li:hover .action_item_add {
  position: relative;
  left: -80px;
  width: 70px;
  float: left;
  text-align: right;
  margin-right: -70px;
  display: block;
  font-size: 9px;
}

.add_button {
  margin-top: 6px;
}


.floating_container {
   opacity: 0.4;
   position: absolute;
   width: 110px;
}

.floating_container:hover {
   cursor: move;
}


#sidebar .app_list .floating_container .link_title {
   filter: alpha(opacity=40);
}

#sidebar .app_list .floating_container .handle {
   filter: alpha(opacity=40);
}

.rearrange_message {
   font-size: 11px;
   padding: 3px 7px;
   margin: 3px 0px;
   border: solid 1px #ccc; 
   background: #f0f0f0;
   height: 15px;
}

#empty_more_message {
   height: auto;
   font-color: #999;
   font-size: 9px;
}

.rearrange_message .image {
   vertical-align: middle;
}

.rearrange_status {
   font-size: 11px;   
   padding: 3px 7px;
   margin: 3px 0px;
   border: solid 1px #ffe222;
   background: #fffbe2;
   height: 15px;
}

http://static.ak.facebook.com/css/wallpro.css?12:53510

.wall #content_shadow #content {
  padding: 0px; }
   
.wallpost_dialog #content {
  padding: 20px 0px;
}

.wallpost {
  padding: 0px;
  margin: 0px;
  float: left;
  margin-bottom: 15px;
}

.wallpost td {
  padding: 0px;
  vertical-align: top; }

.wallpost td.wallimage {
  width: 55px;
  text-align: left; }
  
  .wallpost td.wallimage img {
    width: 50px;
    margin-right: 5px; }

.wallpost .wallinfo {
  width: 100%;
  border-top: solid 1px #3B5998; }

.wallpost .wallinfo .wallheader {
  padding: 3px 5px 3px;
  background: #f7f7f7;
  border-bottom: solid 1px #D8DFEA; }

.wallpost .wallactions {
  padding: 3px 5px;
  border-bottom: solid 1px #D8DFEA;
  border-top: none;
  clear: right;
}

.wallpost .wallinfo .wallheader a.profile_link {
  font-weight: bold;
}

.wallpost .wallinfo .wallactions a:hover {
  text-decoration: underline; }

.wallpost .wallinfo .walltext {
  padding: 5px 5px; }

.wallpost .wallphoto img {
  width: 50px;
  margin: 0px 0px 0px 5px; }

#wall {
  padding: 10px;
  background: #f7f7f7; }

#wall .status {
  margin: 0px 0px 5px 0px;
}

#wall #error {
  margin: 0px 0px 5px 0px;
}

#wallpage {
  padding: 20px;
  border: solid 1px #ccc;
  background: white; }
  
  #wallpage .nav {
    padding-bottom: 20px; }

  #wallpage .pager a:hover { 
    text-decoration: none; }

.wall #inline_wall_post {
    padding: 0px 0 8px 0;
}

.wall #inline_wall_post textarea {
    height: 50px;
    width: 618px;
}

/* these are shared */
#inline_wall_post .actions {
    padding: 2px 0 0 0;
}
#inline_wall_post .buttons{
    float: left;
}

#inline_wall_post .buttons input {
      float: left;
      width: 70px; }

#inline_wall_post .contextual_extra {
    border: 1px solid black;
    padding-left: 4px;
    margin-top: 0px;
    vertical-align: middle;
}

#inline_wall_post dd {
  float: none;
  margin: 0px 0px 10px 8px;
}

#inline_wall_post dd.share_stage {
  width: 355px;
}

.wallpro_dialog table.pop_content {
  width: 280px;
}

#wall_error {
  margin: 0px 0px 10px 0px;
  padding: 10px;
  border: solid 1px #dd3c10;
  background: #ffebe8; }

#wall_error h1 {
  font-size: ;
}

#wall_error p {
  margin: 4px 0px 0px; }

#wall_error a {
  text-decoration: none;
  color: #dd3c10; }

#wall_captcha {
  margin: 0;
  padding-bottom: 8px;
}

#wall_captcha #captcha fieldset {
  width: auto;
  text-align: left;
}

#wall_captcha #captcha {
  text-align: left;
}

#wall_captcha #captcha fieldset {
  text-align: left;
  min-width: 0; /* Force hasLayout onto IE 6 */
  margin-left: 2px;
}

#wall_status {
  margin: 0px 0px 10px 0px;
  padding: 10px;
  border: solid 1px #ffe222;
  background: #fffbe2; }

#wall_status h2 {
  color: black;
  font-size: 11px;
  margin: 0px; }

#wall_status p {
  margin: 4px 0px 0px; }

#wall_status a {
  text-decoration: none; }

.wallpost td.wallphoto .gift_outer {
    cursor: pointer;
    cursor: hand;
}

.see_all_posts {
  display: block;
  text-align: right;
}

#wall_edit_dialog_form {
  padding: 5px 0px 5px 0px;  
}

#wall_edit_dialog_form .wall_edit_radio_item {
  margin-top: 4px;
}

#wall_edit_dialog_form #wall_allowed_apps_radio {
  margin-right: 4px;
}

.attachment_menu_button_active,
.attachment_menu_button {
  border:1px solid #f8f8f8;
  cursor: pointer; 
  display: block;
  float: right;
  font-size: 9px;
  font-weight: bold;
  line-height: 14px; line-height: 11px;
  padding: 0px;
  margin: 0px 4px 4px 0px;
}

.attachment_menu_button_active {
  border:1px solid #536fa7;
}

.attachment_menu_button_active:hover,
.attachment_menu_button:hover {
  border-color:#999;  
  text-decoration:none;
  background: #f1f1f1 url(/images/components/attach_bg_default.gif) repeat-x top left;  
}

.attachment_menu_button_active span,
.attachment_menu_button span {
  background-repeat: no-repeat;
  background-position: 4px 2px;
  background-image:url(/images/icon_paperclip.gif);  
  color: #444;
  display: block;
  padding: 4px 5px 4px 20px;
}

.attachment_menu_button_active span,
.attachment_menu_button_active {
  color:#fff;
  border-color:#8497c0;
  background-color:#8497c0;
  background-position:4px bottom;
}

#attachment_loading {
  background: url('/images/upload_progress.gif') center no-repeat;
  padding-top:15px;
}

#attachments_visibility {
  color:#666;
  font-size:10px;
  text-align:right;
  margin:0;
  padding:7px 10px 7px 0;
}

#attachments_container {
  position:relative;
}

#global_attachments_menu {
  position:absolute;
  z-index: 999;
  text-align:left;
  min-width:120px;
  padding:5px 0 5px 0;
  border:1px solid #637cae;
  background:#fff;
  width: 150px;  
}

#global_attachments_menu ul {
  margin:0;
  padding:0;
  list-style-type:none;
}

#global_attachments_menu ul li {
  margin:0;
  padding:0;
}

#global_attachments_menu ul li.menu_list_header {
  border-top:1px solid #e1e5ee;
  color:#666;
  font-size:9px;
  margin-top:5px;
  margin-bottom:5px;
  padding:4px 4px 4px 4px;
}

#global_attachments_menu ul li.menu_list_header.top_header {
  margin-top:0;
  padding-top: 0px;
  border-top:none;
}

#global_attachments_menu ul li.empty_item {
  color:#666;
  font-size:10px;
  text-align: center;
  padding:4px 4px 4px 4px;
}

#global_attachments_menu ul li a {
  padding: 5px 12px 5px 12px;
  display:block;
  min-width:120px; 
  max-width:150px;
}

#global_attachments_menu ul li a span {
  background-position:top right;
  background-repeat:no-repeat;
  display:block;
  width:16px;
  height:16px;
  float:left;
  margin:-1px 7px 0 0;
}

#global_attachments_menu ul li a:hover {
  color:#fff;
  background-color:#8898be;
  text-decoration:none;
}

#global_attachments_menu ul li a:hover span {
  /*background-position:top left;  */
}

.wallpost .attached_item {
  width: 316px;
  margin-bottom: 2px;
}

.wallpost .attached_item_info {
  padding:2px 2px 0px 7px;
  margin:10px 0px 0px 0px;
  border-left:2px solid #e0e5ee;

  color:#666;
  font-size:9px;
  line-height:14px;
  overflow:hidden;
  white-space:nowrap;
}

.wallpost .attached_item_info img {
  float:left;
  padding-bottom:2px;
}

.wallpost .attached_item_info a {
  display:block;
  float:none;
  overflow:hidden;
  padding:2px 0px 3px 6px;

  width:284px;
}

.wallpost .attached_item_info.has_compact a {
  width:201px;
}

.wallpost .attached_item_info a:hover,
.wallpost .attached_item_info a:hover span {
  color:#3b5998;
}

div.attachment_info {
  clear:both;
  color:#666;
  font-size:9px;
  padding:6px 0px 3px 0px;
  margin:5px 0px 0px 0px; 
}

div.attachment_info span {
  padding:3px 0px 2px 21px;
}

.attachment_compact {
  margin:0px 0px 0px 4px;
  width:81px;
  height:81px;
  overflow:hidden;
}

.attachment_compact.share {
  height:auto;
}

.attachment_expand_link {
  border:1px solid #ccc;
  padding:2px 2px 2px 2px;
  display:block;
}

.attachment_expand_link:hover {
  border-color:#526ea6;
}

.attachment_compact .wall_video_thumb .play {
  margin:-55px 0px 0px 3px;
  padding:0px 0px 32px 0px;
}

.attachment_compact_share_img {
  display:none;
}

/** overrides of regular share display **/

.wallpost .share_media .has_photo .group_info,
.wallpost .share_media .event_has_photo .event_info,
.wallpost .share_media .note_with_thumb .excerpt .textual,
.wallpost .share_media .swfvideo .textual .metadata {
  width: 178px;
}

.wallpost .share_media.photo .photo_thumb,
.wallpost .share_media.share_ext_photo .has_thumb .extra {
  float: none;
  padding-left: 0px;
}

.wallpost .share_media.photo .photo_album .photo_thumb {
  float: left;
}

.wallpost .share_media.photo .fb_photo .photo_thumb,
.wallpost .share_media.share_ext_photo .share_thumb {
  width: 316px;
}


http://static.ak.facebook.com/css/dialog.css?12:39930

#dialog {
  margin: 0px auto;
  border: solid 10px #D8DFEA; }

#dialog td.dialog {
  padding-top: 10px;
  background: #FFFFFF;
  border: solid 1px #3B5998; }

#dialog td td {
  color: #555;
  border: none; }

#dialog td .formtable {
  margin: 5px 10px 0px; }

#dialog p {
  margin: 10px; 
  text-align: left; }

#dialog h4 {
  border-bottom: solid 1px #D8DFEA;
  margin: 5px 10px 5px;
  padding: 0px 0px 2px;
  font-size: 13px; }

#dialog .buttons {
  padding: 10px;
  text-align: right; }

#dialog .buttons input {
  margin-left: 10px; }

#dialog small {
  font-weight: normal;
  color: gray; }

#dialog_note {
  margin: 10px auto 0px auto;
  border: 0; }

#dialog_note td {
  text-align: center; }

div.notice {
  width: 400px;
  margin: 80px 100px;
  padding: 10px;
  position: absolute;
  z-index: 100;
  background: #f7f7f7;
  border: solid 3px #3B5998; }
  
  div.notice h4 {
    margin-bottom: 10px; }
  
  div.notice .buttons {
    margin: 10px 0px 0px;
    text-align: center; }
  
  div.notice .buttons input {
    margin-left: 10px;
    width: 60px; }

#dynamic_dialog {
  position: absolute;
  z-index: 1;
  background: #FFFFFF;
  left: 0px;
  top: 0px;
  width: 360px;
}

.dialog_padding #content {
  padding: 20px 0px;
}

http://static.ak.facebook.com/css/captcha/captcha.css?12:51222

/* captcha stuff */

#captcha fieldset {
    border: 1px solid #c0c0c0;
    margin: 0px;
    padding: 10px;
/*    width: 245px; */
}

#captcha fieldset legend {
    color: gray;
}

#captcha fieldset .captcha_challenge {
    margin-top: 6px;
    /*height: 68px;*/
    color: gray;
}

#captcha fieldset .captcha_refresh {
    font-size: 9px;
    color: gray;
}

#captcha fieldset .recaptcha_text {
    font-size: 9px;
    color: gray;
}

#captcha fieldset .captcha_optout {
    font-size: 9px;
    color: gray;
}

#captcha fieldset .captcha_challenge img {
    border: 1px solid #c0c0c0;
}

#captcha fieldset .captcha_input input {
    margin-top: 4px;
    width: 124px;
}

#captcha fieldset .captcha_input label {
    margin-right: 4px;
}

.register #captcha fieldset .captcha_input label {
    color: rgb(102, 102, 102);
    font-weight: bold;
}

.captcha_solved_message {
    width: 280px;
    margin-top: 0px;
}

#generic_dialog.captcha table.pop_dialog_table {
  width: 340px;
}

#generic_dialog.captcha #generic_dialog_popup fieldset {
  border: 0px solid white;
  margin: auto;
}

#generic_dialog.captcha #generic_dialog_popup legend {
  display: none;
}

.audiocaptcha {
  overflow: hidden;
  display: block;
  margin: 0; padding: 0;
  height: 0;
}

.audiocaptcha a {
 display: block;
  text-indent: -5000px;
}



http://static.ak.facebook.com/css/welcome.css?12:52419

/*  ------------------------------------------------------------------------
                              Facebook | Welcome
    ------------------------------------------------------------------------  */

.welcome #content,
.sitetour #content {
  padding: 0px; }

#content_frame {
  padding: 10px; }

#content_stage {
}

#buttons {
  text-align: center;
  padding-right: 20px;
}

#buttons input {
  width: 80px; }

.welcome .status {
  padding: 20px;
  margin: 20px;}        


/*  ------------------------------------------------------------------------  */

.main_column {
  width: auto;
}

/*  ------------------------------------------------------------------------  */

.main_column h2.main_header {
  color: #3b5998;
  font-size: 13px;
  margin: 0px;
  padding: 0px 0px 2px 0px; }

.main_column .main_summary {
  color: #111;
  font-size: 11px; font-size: 13px;
  padding-bottom: 1.0em;  
}

.main_column h3 {
  color: #333; color: #3b5998;
  font-size: 13px;
  font-weight: bold;
  margin: 0px;
}

.main_column p {
  margin: 0px 0px 1.0em 0px;
}

.main_column .section {
  padding: 0px 0px 15px 0px;
}

.main_column .section .thumb {
  border: 1px solid #ccc;
  display: block;
  float: left;
  margin-right: 10px;
  padding: 2px; }

.main_column .section .thumb img {
  display: block; }

.main_column .section p {}

.main_column .next_page {
  border-top: 1px solid #d8dfea;
  padding: 10px 0px 0px 0px;
}

.main_column .next_page a {
  font-weight: normal;
}

/*  ------------------------------------------------------------------------  */

.side_column {
  float: right;
  width: 160px; }

.side_column .side_module {
  padding: 0px 0px 10px 0px; }

.side_column .side_module h2 {
  background: #d8dfea;
  border-top: 1px solid #3b5998;
  color: #3b5998;

  background: #eee;
  border-top: 1px solid #ccc;
  color: #333;
  font-size: 11px;
  font-weight: bold;
  margin: 0px;
  padding: 3px 5px 4px 5px; }

.side_column .side_module p {
  margin: 0px;
  padding: 7px 5px; }



/*  NAVIGATION  */

.side_column #sitetour_nav {}

.side_column #sitetour_nav ol {
  list-style: none;
  margin: 0px;
  padding: 5px 0px; }

.side_column #sitetour_nav li {
  display: block;
  padding: 2px 5px; }

.side_column #sitetour_nav li.current a {
  color: #333; color: #111;
  font-weight: bold;
}

.side_column #sitetour_nav li.current a:hover {
  text-decoration: none; }

.side_column #sitetour_register {}

.side_column #register_button {
  padding: 0px 4px; }

.side_column #register_button .inputtext {
  margin: 0px; }

.welcome h2#statement {
  color: #3b5998; color: #111;
  font-size: 11px;
  padding: 2px 10px 10px 0px;
  margin: 0px;
}

.welcome #content_frame { padding: 0px;}

.welcome #buttons {
  text-align: center;
  padding: 0px;
}


#welcome .top_content {
}

#welcome {
  padding:30px;
}

#welcome #welcome_image {
  border: 1px solid #ccc;
  background: #ffffff;
  float:left;
  line-height:0px;
  padding: 3px;
  margin-top:22px;
}

#welcome .right_column {
  float:left;
  margin-left:20px;
}

#welcome .top_links {
  width:360px;
}

#welcome .top_links p {
  color:#777;
  margin:0;
  list-style:none;
  text-align:right;
}

#welcome .top_links a{
  font-weight:bold;
}

#welcome .messaging{
  margin-top:10px;
  border-bottom:1px solid #ccc;
  border-top:1px solid #ccc;
  padding:22px 0;
  width:360px;
  font-size:16px;
  line-height:26px;
  color:#333;
}

#welcome #register {
  color: #777;
  line-height: 16px;
  padding: 10px 0;
  width:360px;
}

#welcome #register #register_content {
  float:right;
}

#welcome .tagline {
  font-size:13px;
  line-height:13px;
  padding: 0px 2px 4px 0px;
  margin: 0px;
}

#welcome #register a {
}


#welcome #button {
  /*
  padding: 2px 4px 2px 4px;
  padding: 4px 6px 4px 8px;
  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:  #3b5998;
  color:#FFF;
  */
}

#welcome .features {
  color: #555;
  margin: 30px 0;
}

#welcome .features p{
  color: #777;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  padding: 0 25px 0 0;
}

#welcome .features a {
  font-weight: bold; }

#welcome .bottom_link{
  border-top:1px solid #ccc;
  text-align: right;
  font-size:13px;
  padding: 20px 10px 0px 10px;
  height: 20px;
}
/* add this for open search
  padding: 30px 10px 30px 10px;
*/

#welcome .bottom_link .site_tour{
  color: #777;
  float: left;
}
#welcome .bottom_link a.find_friends_icon{
  background: url('/images/friend_finder.gif') no-repeat 0px 0px;
  padding: 0px 0px 0px 20px;
}
#welcome .bottom_link .find_friends_left{
  float: left;
  padding: 3px 4px 0px 4px;
}
#welcome .bullet_point{
  color:#dadada;
}

span.right_arrow{
  background: url('/images/sitetour/tour_arrow_micro.gif')no-repeat center right;
  padding: 0px 8px 2px 0px;
}


/* -----------------------LOGGED-OUT SEARCH --------------------------------  */

.search_loggedout {
  display: inline;
  float: right;
  padding: 0px 0px 0px 0px;  
  margin: 0px;
  color: #555;
  font-size: 13px;
}
.search_loggedout .box {
  width: 120px;
  margin: 0px 0px 0px 0px;
}
.search_loggedout .inputbutton {
  padding: 2px 2px 2px 3px;
  font-weight: bold;
  margin: 0px 0px 0px 4px;
}
.search_loggedout a {
  font-weight: normal;
  font-size: 10px;
  padding: 0px 55px 0px 0px;
}

