/**********************
 *** GENERAL LAYOUT ***
 **********************/

body {
  margin: 0;
  padding: 0;
  font: 11pt arial, sans-serif;
}

#left_panel {
  padding: 0 20px 0 10px;
  text-align: center;
  font-size: 8pt;
}

#center_panel {
  padding: 0;
}
#right_panel {
  padding: 5px 0 0 25px;
}

#footer_panel {
  text-align: center;
  padding: 20px 0 10px 0;
  font-size: 10pt;
  color: #555;
  height: 30px;
}

#banner {
  font-size: 12px;
}
#banner a span {
  position: absolute;
  top: 3px;
  left: 4px;
  color: white;
  display:none;
  text-decoration: underline;
}
#banner a:hover span {
  display:block;
}
#login {
  position: absolute;
  top: 3px;
  left: 770px;
  color: black;
  display:block;
}

#main {
  position: absolute;
  top: 168px;
  left: 0;
}

/**************************
 *** MENUS - HORIZONTAL ***
 **************************/

#menu {
  position : absolute;
  left: 10px;
  top: 113px;
  font: 12pt serif;
  width: 790px;
  height: 45px;
}

dt, dl, dd, ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
dl {
  margin-right: 4px;
}
li {
  margin-right: 0 18px;
}

#menu a {
  font-weight: bold;
  background-color: transparent;
}

#menu dl {
  float: left;
  width: 150px;
  text-align: center;
  border: 1px solid #663;
}
#menu dl.selected,
#menu dl.selected a {
  background-color: #ffb;
}
#menu dl.current,
#menu dl.current a {
  background-color: #EEA;
}
#menu li {
  display: inline;
  margin: 2px 0;
}
#menu li.current {
  background-color: #EEA !important;
}

#menu a {
  text-decoration: none;
  background: #fff;
  color: #663;
}

#menu dd {
  position: absolute;
  left: -10px;
  border-top: 1px solid #663;
  border-bottom: 1px solid #663;
  width: 800px;
  display: none;
  text-align: left;
  padding: 3px 0 5px 0;
  margin: 0;
}

#menu dd a {
  background-color: #FFF !important;
  color: #663;
  font-size: 11pt;
  margin: 0;
  padding: 0 8px;
}
#menu dd a:hover {
  text-decoration: underline;
}
#menu dd a.current {
  background-color: #EEA!important;
}

/*****************************
 *** TITLES and PARAGRAPHS ***
 *****************************/

h1.header {
  font:18pt Georgia,Serif;
  letter-spacing:.1em;
  margin: 10px 0 12px 0;
  text-align: center;
  font-weight: bold;
  color:#663;
}
h1.subheader {
  font:14pt Georgia,Serif;
  letter-spacing:.1em;
  margin: 5px 0 20px 0;
  text-align: center;
  font-weight: bold;
  color:#663;
}
h1 span {
  padding: 0 18px;
  color: #663;
}

h2.header {
  margin:0 0 7px 0;
  border-bottom:1px dotted #AA5;
  font: 12pt Georgia,Serif;
  letter-spacing:.1em;
  color:#663;
  padding: .5em 1em .35em 0;
  font-weight: bold;
}
h2.header.first {
  padding-top: 0;
}

h3.header {
  margin:0;
  padding: 0;
  font: bold 12.5pt serif;
  color: black;
}

h4.subtitle {
  margin: 0;
  padding: 5px 0 3px 0px;
  font: bold 10.5pt serif;
  color: #555;
}
h4.subtitle.noleftpadding {
  padding-left: 0;
  color: #000;
  line-height: 1.0em;
}

p.last {
  margin: 0;
}
p {
  margin: 0 0 12px 0;
  padding: 0;
  font: 10.5pt arial, sans-serif;
  color: #444;
}
p b {
  color: #663;
}

p.compact {
  font-size: 10pt;
}
p.compact_date {
  font-size: 8pt;
  margin: 0;
}
p.compact_description {
  font-size: 9pt;
  margin: 2px 0 6px 0;
  font-style: italic;
}
p.quote {
  background: transparent url(images/sep-left.gif) 0 6px no-repeat;
  padding: 0 0 8px 28px;
}

.small {
  font-size: 8pt;
}

.link_more {
  text-align: right;
  margin:0;
  padding:0;
  font-size: 9pt;
}
a {
  color:#663;
}

.separator {
  padding: 5px 20px 8px 20px;
}
.separator span {
  font-size: 12pt;
  padding: 0 10px;
  color: #663;
  font-weight: bold;
}

.right_insert {
  float: right;
  padding: 3px 0 0 10px;
}

.left_insert {
  float: left;
  padding: 3px 10px 0 0;
}

/************************
 *** TOC left msgs    ***
 ************************/

#toc_frame_left {
  /*
  margin: 10px 0 0 50px;
  margin: 5px 0 0 20px;
   */
  margin: 0 0 0 0;
  float:left;
  width: 200px; /* orig 200px */
  font-size: 9pt;
  clear:both;
}

#toc_header_left {
  padding: 3px 5px;
  border: 1px solid #663;
  background-color: #FFC;
  text-align: left;
  font-weight:bold;
  margin-bottom: 2px;
}

#toc_left {
  border: 1px solid #663;
  background-color: #ffffff;
  text-align: left;
  line-height: 1.2em;
  padding: 5px 5px 5px 9px;
  margin: 0;
}

#toc_left li {
  list-style: none outside none;
  background: white url(images/sep-left-small.gif) 0 5px no-repeat;
  margin: 0;
  padding: 0 0 5px 18px;
}

#toc_special {
  font-size: 12pt;
}

/************************
 *** TABLE OF CONTENT ***
 ************************/

#toc_frame {
  margin: 5px 0 5px 20px;
  float:right;
  width: 200px;
  font-size: 9pt;
  clear:both;
}

#toc_header {
  padding: 3px 5px;
  border: 1px solid #663;
  background-color: #FFC;
  text-align: left;
  font-weight:bold;
  margin-bottom: 2px;
}

#toc {
  border: 1px solid #663;
  background-color: #ffffff;
  text-align: left;
  line-height: 1.2em;
  padding: 5px 5px 5px 9px;
  margin: 0;
}

#toc_nb {
  background-color: #ffffff;
  text-align: left;
  line-height: 1.2em;
  padding: 5px 5px 5px 9px;
  margin: 0;
}

#toc li {
  list-style: none outside none;
  background: white url(images/sep-left-small.gif) 0 5px no-repeat;
  margin: 0;
  padding: 0 0 5px 18px;
}
#toc li a {
  text-decoration: none;
}
#toc li a:hover,
#toc li a:active {
  text-decoration: underline;
}

a.back_to_top {
  display: block;
  width: 100%;
  text-align: right;
  padding-bottom: 15px;
  font-size: 9pt;
}

/**************
 *** TABLES ***
 **************/

table.default {
  border-top: 1px solid #663;
  border-left: 1px solid #663;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  font-size: 11pt;
}
table.default.centered {
  text-align: center;
  white-space: nowrap;
}
th.default {
  border-right: 1px solid #663;
  border-bottom: 1px solid #663;
  padding: 3px 5px;
}
td.default {
  border-right: 1px solid #663;
  border-bottom: 1px solid #663;
  padding: 3px 5px;
}

td.spacer, th.spacer {
  font-size: 1px;
  width: 10px;
}

/********************
 *** PAGES LAYOUT ***
 ********************/

div.section {
  margin: 10px 0 0 0;
  display: block;
  clear: both;
}
img.insert_left {
  float: left;
  clear: both;
  margin: 3px 8px 0 0;
}
img.insert_right {
  float: right;
  clear: both;
  margin: 3px 0 0 8px;
}

h1.dojo {
  font-family: arial, sans-serif;
  font-size: 18pt;
  margin: 10px 0 5px 0;
  text-align: center;
  letter-spacing:.1em;
}
h2.dojo {
  font-family: arial, sans-serif;
  font-size: 15pt;
  margin: 0 0 15px 0;
  text-align: center;
  letter-spacing:.1em;
}
h3.dojo {
  font-family: arial, sans-serif;
  font-size: 13pt;
  margin: 30px 0 5px 0;
  text-align: left;
  letter-spacing:.1em;
}

b.TODO {
  color: red;
}

.affiliate {
  font-size: 10pt;
  margin: 10px 50px;
  padding: 2px 5px;
  border: 2px solid #FFF;
  width: 300px;
}

ul.list_insert {
  margin: 5px 20px 20px 20px;
  padding: 5px;
  border-top: 1px solid #AA7;
  border-left: 1px solid #AA7;
  border-right: 2px solid #663;
  border-bottom: 2px solid #663;
}
ul.list_insert li {
  margin: 5px;
}

/********************
 *** REGISTRATION ***
 ********************/

div.login_form {
  float: right;
  padding: 3px;
  border: thin solid black;
  max-width: 20%;
  font-size: smaller;
}
/* FIXME total hack.  should find a better way to make login form coexist
 * peacefully with the camp_info table.  it actually does not work anyway since
 * the campinfo table specifies its own width in pixels. */
div.camp_info { max-width: 80%; }
div.waiver { max-width: 80%; }
div.account_form { max-width: 80%; }
div.registration_form {
  max-width: 80%;
  padding: 3px;
  font-size: smaller;
}
div.contact_us {
  font-size: smaller;
  padding-top: 20px;
  text-align: center;
}

.error {
  color: red;
  padding: 5px;
  margin: 5px;
  border: thin solid red;
  max-width: 80%
}
.success {
  color: green;
  padding: 5px;
  margin: 5px;
  border: thin solid green;
  max-width: 80%
}

.inline { display: inline; }

table td,
table th {
  padding: 3px;
}

/* submit buttons named "create" */
input[type="submit"][name="create"] {
  border: 0px;
  /* filter:alpha(opacity=60); /* IE */
  /* -moz-opacity:0.6; /* mozilla */
  /* opacity:0.6; /* css3 */
  background-color: transparent;
}
input[type="submit"][name="create"]:hover { color: #66CDAA; }

