/*
// #####################################################################
// #  WikiDashboard - A MediaWiki Extension                            #
// #  http://wikidashboard.parc.com                                    #
// #                                                                   #
// #  Copyright(c) 2006-2008 Palo Alto Research Center Incorporated    #
// #  All Rights Reserved                                              #
// #                                                                   #
// #  PALO ALTO RESEARCH CENTER INCORPORATED                           #
// #  CONFIDENTIAL AND PROPRIETARY INFORMATION                         #
// #                                                                   #
// #  RESTRICTED RIGHTS                                                #
// #  Contract No. N61339-06-C-0144                                    #
// #  Contractor Name: Palo Alto Research Center Contractor            #
// #  Address: 3333 Coyote Hill Road, Palo Alto, CA 94304              #
// #  The Government's rights to use, modify, reproduce, release,      #
// #  perform, display, or disclose this software are restricted by    #
// #  paragraph (b)(3) of the Rights in Noncommercial Computer         #
// #  Software and Noncommercial Computer Software Documentation       #
// #  clause contained in the above identified contract.  Any          #
// #  reproduction of computer software or portions thereof marked     #
// #  with this legend must also reproduce the markings.  Any person,  #
// #  other than the Government, who has been provided access to such  #
// #  software must promptly notify the above named Contractor.        #
// #####################################################################
*/

#dashboard {
  border-bottom: 2px solid #88c;
  clear: both;
}

#dashboard #navigation {
  clear: both;
  padding: 6px 10px 5px 0!important;
  padding: 4px 10px 10px 0;
  }

#dashboard #navigation a {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  text-decoration: none;
  font-weight: normal;
  padding: 5px;
  background: #ddd;
  }

#dashboard #navigation a:hover {
  background: #ccc;
  font-weight: normal;
  }

#dashboard #navigation a.active {
  background: #aaa;
  font-weight: normal;
  }

#dashboard #navigation li {
  display: inline;
  list-style: none;
  margin: 0 1px 0 0;
  }


.dashboard_list_header {
  border-top: 2px solid #88c;
  padding: 2px 5px 5px 2px;
}

.dashboard_list_label {
  float: left; 
  font-size: 9px;
  margin: 5px 0 0 0px;
}

.dashboard_list_row {
  margin-left: 2px;
  margin-right: 5px;
  clear: both;
}

.dashboard_list_row_title {
  float: right; 
  text-align: right;
  font-size: 11px;
  padding: 1px 10px 0 2px;
}

.dashboard_list_row_data {
  padding-top: 0px;
  float: right; 
  margin-bottom: 1px;
}

.dashboard_footer {
  height: 20px;
  position: relative;
  font-size: 11px;
  margin: 0 5px 0 0;
  clear: both;
}

.dashboard_footer_link {
  float: left; 
}

.dashboard_footer_link_right {
  float: right;
  margin: 0 0 0 40px;
}

.wd_highlight {
  background-color: yellow;
}

.wd_hand {
  cursor: pointer; cursor: hand;
}


/* documentation */
#parcdocs {
  font-size: 16px;
  margin: 0 75px;
}

#parcdocs h2 {
  border-bottom: 2px solid #88c;
}

#parcdocs #navigation {
  margin: 0 auto;
  height: 50px;
  list-style: none;
}

#parcdocs #navigation li {
  background: #fafafa;
  border: 1px solid #999;
  float: left;
  width: 300px;
  list-style: none;
}

#parcdocs #navigation a {
  color: #555;
  display: block;
  line-height: 50px;
  text-align: center;
}

#parcdocs #navigation a:hover {
  background: #e3e3e3;
  color: #555;
}

#parcdocs #navigation .active {
  background: #e3e3e3;
  color: #777;
}

#parcdocs #footer {
  text-align: right;
}
