/*
 * Basic elements definitions
 */

a {
  color: #000;
}

a:visited {
  color: #666;
}

a:visited#plain {
  text-decoration: none;
  color: #000;
  background: #af7aff;
}

a#plain {
  text-decoration: none;
  color: #000;
  background: #af7aff;
}

a:hover {
  color: #fff;
  background-color:#000;
}

a#cpic:hover {
  background-color: transparent;
}

/* banner */
a#tooCool {
  position: fixed;
  right: 0;
  bottom: 0; 
  display: block;
  height: 80px;
  width: 80px;
  background: url(/images/too_cool_sash.png) bottom right no-repeat;
  text-indent: -999em;
  text-decoration: none;
}

body {
  background-color: #fff;
  color: #333;
}

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 138.5%;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

h1 {
  font-size: 131%;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

#doc4 {
  min-height: 768px;
  background: url(/images/bg_23.jpg);
}

p#content_field {
  font_size: 85%;
}

text#cc {
  color: #af7aff;
}

#content_field {
  height: 350px;
  overflow: auto;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

#spacer {
  height: 30px;
}

/* main body */
#yui-main {
  text-align: left;
  width: 95%;
  padding-left: 3%;
}

/* footer */
#ft {
  text-align: center;
}

#foot_spacer {
  height: 30px;
}

/* menu */
.menu_list {
  width: 200px;
}

.menu_head {
  padding: 5px 10px;
  cursor: pointer;
  position: relative;
  margin: 1px;
  font-weight: bold;
  background: #af7aff;
}

.menu_body {
  display:none;
}

.menu_body a {
  display: block;
  color: #000;
  background-color: #fff;
  padding-left: 10px;
  text-decoration: none;
}

.menu_body a:hover {
  color: #af7aff;
  text-decoration:underline;
}
