
/*  ------------------------------------------------------------------------
                                    iSociety
    ------------------------------------------------------------------------  */

body {
  background: #fff;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  margin-top: 5px;
  padding: 0px;
  text-align: left; }

h1, h2, h3, h4, h5 {
  font-size: 13px;
  color: #333;
  margin: 0px;
  padding: 0px; }

h1 {
  font-size: 14px; }

h4, h5 {
  font-size: 11px; }

p {
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  text-align: left; }

a {
  color: #910000;
  text-decoration: none; }

img {
  border: 0px; }

select {
  border:1px solid #cccccc;
  font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
  font-size:11px;
  padding:2px;
}

td,
td.label {
  font-size: 11px; 
  text-align: left; }

.wbr { display: block; float:left; }

#navigator {
  margin: 0px 1px 0px 0px;
  padding: 9px 0px 4px 0px;
  height: 2em;
  background: url(../template_image/navigator_bg.gif) no-repeat left bottom; 
  line-height: 2em; }
  
  #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: #e88989; }
      
      #navigator .main_set li a.edit_link {
        color: #cccccc;
        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 {
      color: #c3cddf; }
    #navigator .secondary_set li a:hover {
      color: white;
      text-decoration: underline; }
  
#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(../template_image/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: #e88989 url( no-repeat 0px center; }



/* Navigator Drop Menus ==================== */

#navigator .navigator_menu {
  margin: -1px;
  position: absolute;
  z-index: 100;
  background: white;
  border: solid 1px #910000;
  }

  #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: #910000;
      border-right: solid 1px white;
      border-left: solid 1px white;
      padding: 4px 25px 4px 10px; }

    #navigator .navigator_menu a:hover {
      text-decoration: none;
      background: #910000;
      border-right: solid 1px #e88989;
      border-left: solid 1px #e88989;
      color: white; }


/* Toolbar Buttons ===================== */

.dh_toolbar_buttons {
  background: url(../template_image/buttons/toolbar_button_hover.gif) no-repeat bottom left;
}
.dh_toolbar_button {
  background-image: url(../template_image/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(../template_image/buttons/toolbar_button.gif) no-repeat top left;
}
.dh_toolbar_button_left .bottom_left {
  background: url(../template_image/buttons/toolbar_button.gif) no-repeat bottom left;
}
.dh_toolbar_button_left .bottom_right {
  background: url(../template_image/buttons/toolbar_button_border.gif) no-repeat bottom right;
}
.dh_toolbar_button_left:hover,
.dh_toolbar_button_left:hover .bottom_left {
  background-image: url(../template_image/buttons/toolbar_button_hover.gif);
}
.dh_toolbar_button_left:active,
.dh_toolbar_button_left:active .bottom_left {
  background-image: url(../template_image/buttons/toolbar_button_active.gif);
}

/*  CENTER BUTTON  */
.dh_toolbar_button_center {
  background: url(../template_image/buttons/toolbar_button.gif) no-repeat top center;
}
.dh_toolbar_button_center .bottom_left {
  background: url(../template_image/buttons/toolbar_button.gif) no-repeat bottom center;
}
.dh_toolbar_button_center .bottom_right {
  background: url(../template_image/buttons/toolbar_button_border.gif) no-repeat bottom right;
}
.dh_toolbar_button_center:hover,
.dh_toolbar_button_center:hover .bottom_left {
  background-image: url(../template_image/buttons/toolbar_button_hover.gif);
}
.dh_toolbar_button_center:active,
.dh_toolbar_button_center:active .bottom_left {
  background-image: url(../template_image/buttons/toolbar_button_active.gif);
}

/*  RIGHT BUTTON  */
.dh_toolbar_button_right {
  background: url(../template_image/buttons/toolbar_button.gif) no-repeat top center;
}
.dh_toolbar_button_right .top_right {
  background: url(../template_image/buttons/toolbar_button.gif) no-repeat top right;
}
.dh_toolbar_button_right .bottom_left {
  background: url(../template_image/buttons/toolbar_button.gif) no-repeat bottom center;
}
.dh_toolbar_button_right .bottom_right {
  background: url(../template_image/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(../template_image/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(../template_image/buttons/toolbar_button_active.gif);
}


/*  BUTTON ICON & LABEL  */
.dh_toolbar_button span {
  background-color: transparent;
  background-image: url(../template_image/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(../template_image/buttons/toolbar_button_plus.gif);
}
/*  RECORD BUTTON  */
.dh_toolbar_button#toolbar_button_record span {
  background-image: url(../template_image/buttons/toolbar_button_record.gif);
}
/*  MESSAGE BUTTON  */
.dh_toolbar_button#toolbar_button_message span {
  background-image: url(../template_image/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%;
}


/*  ------------------------------| reset styles | -------------------------  */

  /* reset things that get inheritted and apply some basic stuff we normally set in iSociety.css.
   * this doesn't actually prevent people from modifying the style of the related markup if they want to, but it
   * does make it less likely that a page with funky css styles will accidentally make something ugly. 
   * see: multi friend selector
   * useful for: anything in fbml that might get hijakced by developers
   * example application: at the topmost parent, then style the children and they should be safe
   * won't someone think of the children? */

.resetstyles {
  padding: 0px;
  border: 0px;
  margin: 0px;
  overflow: visible;
  background: none;
  border-spacing: 0;
  color: #000;
  cursor: auto;
  direction: ltr;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
}

/*  ------------------------------|  FORMS  |-------------------------------  */

form {
  margin: 0px;
  padding: 0px; }

/* DO NOT REMOVE cursor: pointer without talking to rgrover */
/* This is required for correct label behavior in Safari 2  */
/* adjustImage goodness */
.img_loading {
  width: 0px;
  height: 0px; }

.img_ready {
  width: auto;
  height: auto; }

