/*Page Definitions*/
body
{
  background-color: #fff;
  color: #000;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   75%;
  line-height: 154%;
  margin: 0;
}

h1
{
  font-size: 200%;
  margin: 0.67em 0px 0.67em 0px;
}

h2
{
  font-size:150%;
  margin: 0.83em 0px 0.83em 0px;
}

a   { color: #00f; text-decoration:none; }
a:hover { text-decoration: underline; }

.a
{
  border:none;
  background:none;
  padding: 0;
  cursor: pointer;
  color: #00f;
}
.a:hover
{
  border-bottom: solid 1px;
}

pre
{
  font-size:   11px;
  margin: 0;
}

input.clear, textarea.clear
{
  color: #999999;
}

input, select, textarea
{
  color: #333;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   100%;
  border: 1px solid #999999;
}

input:focus, select:focus, textarea:focus
{
  outline: thin solid yellow;
}

input[type=button]:focus, input[type=submit]:focus, input[type=reset]:focus
{
  outline: none;
}

/* Generic Classes*/
.bordertable td, .bordertable th, table.bordertable
{
  border: 1px solid #DDDDDD;
}


/* Layout */
.userbox /*Top bar*/
{
  border-bottom:1px solid #999999;
  padding:0.5em;
}

#adminbox /*Right-floating box of admin tools*/
{
  float: right;
  border: 1px solid #999999;
  background-color: #FFFFFF;
}

.main /*Content div*/
{
  width: 80%;
  max-width: 1024px;
  min-width: 800px;
  margin: 0 auto;
  padding: 0.5em 0;
}

.footer /*Footer stuff*/
{
  color: #333333;
  text-align: center;
  margin-bottom: 0.5em;
  /*padding:0.5em;*/
}

/*Main page location selector*/

.location_list
{
    margin-left:  12px;
}

.location_list h3 a
{
    margin-bottom: 0;
    color: #000066;
}

/*Drop down location box*/
.selectloc /*Drop down location box -- menu choices container*/
{
  position:absolute;
  left:inherit;
  top:inherit;
  right:inherit;
  
  background-color:white;
  border:1px solid black;
}

#locselector
{
  display: inline-block;
}

.selectloc a /*Drop down location box -- menu choice*/
{
  padding: 0 5px;
  text-decoration:none;
  color: #000000;
  display: block;
  font-size: 75%;
  font-weight: normal;
}
.selectloc a:hover 
{
  padding: 0 5px;
  text-decoration:none;
  color: #FFFFFF;
  background-color: #000066;
}


/*Weekcalendar*/
.weekcalendar td /*Column of date table*/
{
  background-color:#F9F9F9;
  vertical-align: top;
}

.weekcalendar th /*Header of date table*/
{
  background-color:#DDDDDD;
  border: thin solid #CCCCCC;
  /*vertical-align: top; */
}

.weekcalendar th.today /*Bar over date that is today*/
{
   background-color: #FFFFBB;
   border: thin solid #DDDDAA;
}

.tablelist /*block box*/
{
  background-color: #DDDDDD;
  border: thin solid #CCCCCC;
  margin:0;
}

.reserved /*block box: reserved*/
{
  background-color: #FFBBBB;
  /*border:1px solid;*/
  border-color: #DDBBBB;
}

.reservedbyme /*block box: reserved by current user*/
{
  background-color: #99FF99;
  /*border:1px solid;*/
  border-color: #BBDDBB;
}

.past
{
  background-image: url("/images/shaded.png");
  color: #666666;
}

/*
.past > .blockheader:after
{
  content: '(Past)'
}
*/
.blockheader
{
  /*background-color:#DDDDDD;*/
  font-weight: bold;
  padding:0 0.5ex;
}
.blockbody
{
  padding:0 1ex;
}

.tablelist a /*Different color for links in block box*/
{
  color :#0000FF;
}


.tablelist .a /*Different color for links in block box*/
{
  color :#0000FF; 
}
/*
.reserved a, .reservedbyme a
{
  color :#FFFF66;
}

.reserved .a, .reservedbyme .a
{
  color :#FFFF66;
}
*/
/*Blog*/

.blog_entry
{
  background-color: #EEEEEE;
  border-top: thin solid #DDDDDD;
  border-bottom: thin solid #DDDDDD;
  width: 75%;
  margin: 1em auto;
}

/*Error*/

.field_with_errors {
  display:inline;
  padding:0;
  margin:0;
}

#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff;
}

#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

