/* Start of CMSMS style sheet 'default' */
body {
   margin: 0;
   padding: 0;
   font: 62.5% Georgia, "Times New Roman", Times, serif;
   background: white;
   color: black;
}
a img {border: 0;}
a {color: blue;}
a:hover {
  text-decoration: none;
   color: #69F;
}
hr {
  clear: both;
  border: none;
  color: #7F0000;
  background-color: #7F0000;
  height: 10px;
}
#container {
  width: 55.5em;
  margin: auto;
  font-size: 1.4em;
}
#header {
  background: url(images/book.jpg) no-repeat;
  padding: 25px 0 1px 200px;
  overflow: hidden;
  position: relative;
  height: 1%;
}
#header h1 {
  text-align: right;
  margin: 0;
  font-size: 3em;
}
#header h1 a {
  color: black;
  text-decoration: none;
}
#search {
  float: right;
  margin: 20px 0 60px 0;
  padding: 0;
}
#search label {
  position: absolute;
  top: -999em;
}
#header ul {
  clear: both;
  margin:  0;
  padding: 0;
  list-style: none;
}
#header li {
  display: inline;
  margin-right: 15px;
}
#header .li1 {margin-right: 50px;}
#header li a {
  font-size: 1.4em;
  text-decoration: none;
  font-weight: bold;
  color: black;
}
#header li a:before {
  content: "\005B";
  visibility: hidden;
}
#header li a:hover:before {
  content: "\005B";
  visibility: visible;
}
#header li a:after {
  content: "\005D";
  visibility: hidden;
}
#header li a:hover:after {
  content: "\005D";
  visibility: visible;
}
.noprint {
  position: absolute;
  right: 0;
  bottom: 3px;
}
#content, #footer {
  clear: both;
}
#content {padding-bottom: 20px;}
#footer {
  margin-bottom: 40px;
  position: relative;
}

table {
  width: 100%;
  margin: 20px auto;
  border-collapse: collapse;
}
col#num {width: 30px;}
col#status {background-color: yellow;}
th, td {
  border: 1px dotted #CCC;
  padding: 2px 5px;
  font-size: .9em;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#content th, #content td {font-size: 1em;}
th {background-color: #EEE;}
.first {text-align: right;}
td {text-align: center;}

.greenlogo {
  float: right;
  margin: 10px 0;
}
/* End of 'default' */

/* Start of CMSMS style sheet 'Forms' */
input, select, textarea {
  color: black;
  border: 1px solid;
  border-color: #AAA #DDD #EAEAEA;
  background: white url(images/bg_formfield.gif) repeat-x;
}
option {background-color: white;}
.submit input {
  width: auto !important;
  border: 1px outset #CCC;
  background: #CCC 5px center no-repeat;
  padding: 5px 5px 5px 25px;
}
.submit input:active { border: 1px inset #1C6B19;}
#contactform fieldset {
  margin: 0;
  padding: 30px;
  border: none;
  background-color: #EEE;
}
#contactform legend {display: none;}
#contactform div {clear: both;}
#contactform label {
  float: left;
  clear: left;
  width: 10em;
  padding-right: 10px;
  text-align: right;
}
#contactform input {
  margin: 0 0 5px;
  width: 20em;
}
.submit {
  text-align: center;
  padding: 10px 0 0;
}
.submit #cf_submit {background-image: url(images/email_go.png);}
.submit #cf_reset {background-image: url(images/email_delete.png);}
/* End of 'Forms' */

