/*/////////////////////////////////////////////////////////////////////////////

Component:    User Interface Stylesheet

Description:  My user interface stylesheet defines shared aspects of the
              appearance of my user interface, such as Message positioning
              and coloration, menu, subtitle, and copyright notice formatting.

Project:      My Website
                User Interface

Path:         [...]/httpdocs/resources/stylesheet.css

Author:       The Confessor <http://confessor.org/contact.php>

Copyright:    (C) 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>

Contains:     Styles Native to the User Interface Template  [R1]
              Styles Used in Multiple User Interface Pages  [R2]

/////////////////////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////////////////////////////////////////////
                                                                       // R1 //
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;
}

/*/////////////////////////////////////////////////////////////////////////////
                                                                       // R2 //
Styles Used in Multiple User Interface Pages                           ////////

/////////////////////////////////////////////////////////////////////////////*/

* {
  border-width: thin;
  border-color: #CCCCFF;
}

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

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;
}