html, body {
  height: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  background: url(/images/background.gif) #666666;
  background-position: center;
  background-repeat: repeat-y;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#everything {
  width: 900px;
  margin: 0px auto;
  text-align: left;
  position: relative;
  background: url(/images/embossed.gif) #FFFFFF no-repeat bottom right;
}

/*/////////////////////////////////////////////////////////////////////
// HEADER
/////////////////////////////////////////////////////////////////////*/

#header { 
  padding: 0px;
  width: 100%;
  clear: both;
  height: 88px;
}

#searchbox {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 48px;
  width: 300px;
  z-index: 5;
}

div.srow {
  clear: both;
  padding-top: 5px;
}

div.srow span.label {
  float: left;
  text-align: right;
  width: 60px;
  font-weight: bold;
  padding-top: 2px;
}

div.srow span.data {
  float: right;
  text-align: left;
  width: 230px;
}

/*/////////////////////////////////////////////////////////////////////
// MENU
/////////////////////////////////////////////////////////////////////*/

#menu {
  color: #333333;
  text-align: center;
  clear: both;
}

#menu div.menuitem {
  float: left;
  width: 9%;
}

#menu div.menuitem a {
  display: block;
  padding: 2px 10px 2px 10px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  margin: 0px 3px 3px 3px;
}

#menu div.menuitem a img {
  border: 1px solid white;
  padding: 1px;
  margin-top:2px;
}

#menu div.menuitem a:hover {
  background: #ffcc00;
  text-decoration: none;
  font-weight: bold;
}

#statusbar {
  font-weight: bold;
  clear: both;
}

#statusbar span.welcome {
  padding-left: 10px;
  float: left;
  text-align: left;
  width: 40%;
}

#statusbar span.thedate {
  padding-right: 10px;
  float: right;
  text-align: right;
  width: 40%;
}

#bar {
  background: url(/images/yrshade.gif);
  height: 12px;
  clear: both;
}

/*/////////////////////////////////////////////////////////////////////
// BODY
/////////////////////////////////////////////////////////////////////*/

#main {  
  padding: 20px 20px 50px 20px;
  vertical-align: top;
}

#layouttable td { 
  vertical-align:top;
}

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

a:hover {
  text-decoration: underline;
}

a.name {
}

h1 {
  color: #333333;
  font-size: 1.8em;
  text-align: right;
  letter-spacing: 2px;
  text-transform: lowercase;
}

h2 {
  color: #333333;
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
  clear: both;
}

h3 {
  color: #333333;
  font-size: 1.3em;
  font-weight: bold;
  text-align: left;
}

h4 {
  color: #333333;
  font-size: 1em;
  font-weight: bold;
  text-align: right;
  border-bottom: 1pt solid #333333;
  margin-bottom: 4px;
  margin-top: 10px;
  width: 100%;
  text-transform: lowercase;
}

p.nospace {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-top: 2px;
  margin-bottom: 2px;
}

td.formlabel {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #333333;
  text-align: right;
  vertical-align: top;
}

td.label {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #333333;
  text-align: left;
}

td.header {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000000;
  background: #cccccc;
  text-align: left;
}

/*/////////////////////////////////////////////////////////////////////
// SIDEMENU
/////////////////////////////////////////////////////////////////////*/

#layouttable td.themiddle {
  padding-left: 15px;
}

#leftside { 
  width: 150px;
  padding: 10px;
  float: left;
  min-height: 400;
  margin-top: 20px;
  border: 0px dashed;
  background: #eaeaea;
}

#themiddle { 
}

#rightside { 
  width: 180px;
  padding: 10px;
  float: right;
  background: #eee;
}

.leftlabel { 
  font-weight: bold;
  text-align: left;
}

.rightdata { 
  text-align: right;
}

#leftside a img, #rightside a img, #themiddle a img { 
  border: 1px solid black;
  padding: 1px;
}

#leftside a, #rightside a { 
  color: #000;
  text-decoration: none;
}

#leftside a:hover, #rightside a:hover { 
  text-decoration: underline;
}

/*/////////////////////////////////////////////////////////////////////
// FOOTER
/////////////////////////////////////////////////////////////////////*/

#tail { 
  width: 900px;
}

#footer {
  font-size: .8em;
  font-style: italic;
  color: #777777;
  text-align: center;
  background: #eee;
  border-top: 1px solid #666666;
  border-bottom: 2px solid #666666;
  padding: 2px;
  clear: both;
}

#footer a {
	color: #777777;
	text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

.error {
  display: block;
  width: 100%;
  background: #FF9999;
  color: #000000;
  font-weight: bold;
}

.warning {
  display: block;
  width: 100%;
  background: #ffdd55;
  color: #000000;
  font-weight: bold;
  font-style: italic;
}

.reminder { 
  width: 300px;
  float: left;
  margin: 2px 10px 5px 10px;
}

.calendar {
  margin-top: 20px;
  border: none;
  background: #ffdd55;
}                 

.calendar td { 
}

.calendar td.cal_dayname {
  font-weight: bold;
  color: #333333;
  text-align: center;
  padding-bottom: 0px;
}

.calendar td.day a, .calendar td.today a { 
  color: #333333;
  cursor: help;
}

.calendar td.day {
  vertical-align: top;
  height: 80px;
  background: #FFF7D5;
}                       

.calendar td p { 
  font-size: 0.85em;
  margin-top: 0px;
  margin-bottom: 4px;                          
}

.calendar td.today { 
  vertical-align: top;
  height: 80px;
  background: #ffeeaa;
}                  

.calendar td.noborder { 
  border-right: none;
  border-bottom: none;
}                             

.calendar td.label p { 
  font-weight: bold;
  text-align: center;
}                          

.calendar_data td.num {
  font-weight: bold;
  text-align: right;
  border: 0;
}

.calendar_data td.data {
  padding-bottom: 0px;
}

.deadlines td p { 
  margin-top: 0px;
  margin-bottom: 4px;
}

.deadlines td {
  vertical-align: top;
}

/*/////////////////////////////////////////////////////////////////////
// FORMS
/////////////////////////////////////////////////////////////////////*/

div.row {
  clear: both;
  padding-top: 5px;
  text-align: center;
}

div.row span.label {
  float: left;
  text-align: right;
  width: 22%;
  font-weight: bold;
  padding-left: 5px;
}

div.row span.data {
  float: right;
  text-align: left;
  width: 73%;
}

input {
  border: 1px solid #333333;
  background: transparent;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  padding: 1px 2px 1px 2px;
}

#galleryshell { 
  font-size: 1.25em;
  background: transparent;
}

select {
  color: #333333;
  background: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
}

textarea {
  color: #333333;
  font-size: 1em;
  background: transparent;
  font-family: Courier New, Courier, fixed-width, serif;
  border: 1pt solid #333333;
  padding: 1px 2px 1px 2px;
}

#gallery textarea {
  font-size: 1.15em;
}

input.button {
  font-weight: bold;
  padding: 1px;
  background: #eeeeee;
}

button {
  font-weight: bold;
  padding: 1px;
  background: #eeeeee;
  border: 1px solid #333333;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  padding: 1px 2px 1px 2px;
}

input.normal {
  border: 0;
}

tr.togglerowred:hover, tr.togglerowgreen:hover { 
  background: #ffffdb;
}

tr.togglerowred { 
  background: #ffe8e8;
  cursor: default;
}

tr.togglerowgreen { 
  background: #e8ffe8;
  cursor: default;
}

/*/////////////////////////////////////////////////////////////////////
// LIVE SEARCH
/////////////////////////////////////////////////////////////////////*/

#searchbox input.livesearch {
  background: #ffffff;
  width: 170px;
  font-weight: normal;
  padding: 1px;
  height: 18px;
}

#searchbox input.submit {
  width: 40px;
  height: 20px;
  padding: 1px;
  border: 1px solid #000;
	font-weight: bold;
	background: #eeeeee;
}

a.live {
  display: block;
  width: 175px;
  text-align:left;
  background: #ffffff;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
  color: black;
  text-decoration: none;
  padding: 4px;
}

a.live:hover {
  background: #ffcc00;
}

#LSResult {
  width: 183px;
  position: absolute;
  color: black;
  padding: 0px;
  border: 1px solid #000000;
  z-index: 1;
  background: #ffffff;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}