/* User Interface Stylesheet ([...]/httpdocs/resources/stylesheet.css)
 *
 * DESCRIPTION:
 * This file defines shared aspects of the appearance of my user interface,
 * such as Message positioning and coloration, and menu, subtitle, and
 * copyright notice formatting.
 *
 * AUTHOR:
 * The Confessor <http://confessor.org/contact.php>
 *
 * COPYRIGHT:
 * 2007-2010 The Confessor
 *
 * LICENSE:
 * Use of all or portions of my website source code in your own projects is
 * subject to the terms and conditions listed here:
 * <http://confessor.org/termsofuse.php>
 *
 */

/* Styles Native to the User Interface Template */
body {font-family: Arial, sans-serif;}

#title {float: left;}

h1 {
  font-size: 200%;
  font-weight: normal;
  margin: 0px;
  margin-left: 130px;
  text-align: center;
}

form {margin-bottom: 0px;}
form div {margin-top: 10px;}
form > div:first-child {margin-top: 0px;}
#userinfo {
  font-size: 75%;
  position: absolute;
  right: 10px;
  text-align: right;
}
#userinfo * {text-align: left;}

#menu {
  clear: left;
  float: left;
  font-size: 125%;
  margin-top: 0px;
  padding-left: 0px;
}
#menu, #menu ul {
  list-style-type: none;
  margin-left: 0px;
  margin-bottom: 0px;
  white-space: nowrap;
}
#menu li {margin-bottom: 20px;}
#menu ul li {margin-bottom: 0px;}
#menu ul {
  padding-left: 15px;
  font-size: 80%;
}

#pagecontent {
  margin-left: 130px;
  text-align: justify;
}

#copyright {
  clear: both;
  margin-top: 20px;
  margin-left: 130px;
  text-align: center;
}

#messages {
  padding-left: 10px;
  list-style-type: none;
  margin: 0px;
}
#messages ul {
  padding-left: 10px;
  list-style-type: none;
}
ul.Error, li.Error {background-color: #FFDDDD;}
ul.Notice, li.Notice {background-color: #FFFFDD;}
ul.Info, li.Info {background-color: #DDFFDD;}

img.toggleimg {
  margin-right: 5px;
}
.toggleelement {
  background-color: #F8F8FF;
  display: none;
  padding: 10px;
}

/* Styles Used in Multiple User Interface Pages */
* {
  border-width: thin;
  border-color: #CCCCFF;
}

h2 {
  background-color: #CCCCFF;
  font-size: 125%;
  font-weight: normal;
  margin: 0%;
  overflow: hidden;
}

table {
  border-collapse: collapse;
  margin-left: -1px;
}
td, th {
  padding-left: 10px;
  vertical-align: top;
}
tr > td:first-child, tr > th:first-child {
  padding-left: 0px;
}

div > p:first-child {
  margin-top: 0px;
}
div > p:last-child {
  margin-bottom: 0px;
}

span.redacted {
  color: #DDDDDD;
}
