@charset "utf-8";
/* CSS Document */

body {
  float: inherit;
  position: relative;
  background-color: #E7E7E7;
  border-width: 0;
  margin: 0 auto 0 auto;
  overflow: visible;
  line-height: normal;
  cursor: auto ! important;
}

#skin {
  width: 900px;
  margin: 0 auto 0 auto;
}

/*** HEADER ***/
div#header {
  width: 900px;
  height: 160px;
  position:relative;
  background:url(/templates/images/layout/header.jpg) no-repeat top;
  font-size: 0.8em;
  padding-bottom:0;
}

/*** LOGIN, CONTROL PANEL & MEMBERSHIP LINKS ***/
#login_register_link, #cp_link, #membership_link, #notes_link {
  position: absolute;
  right: 30px;
}
#login_register_link {
  position:absolute;
  bottom: 45px;
  right:30px; 
}
#cp_link {
  bottom: 20px;
}
#membership_link {
  top: 61px;
}
#notes_link {
  top: 79px;
}
#login_register_link a, #membership_link a, #cp_link a, #notes_link a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding-right: 15px;
  background-image: url(/images/icons/double_arrow_white_right.png);
  background-position: right;
  background-repeat: no-repeat;  
}

/*** PAGE AREA ***/
div#page_area {
  width: 100%;
  position: relative;
  background-image: url(/templates/images/layout/body_background.gif);
  background-repeat:repeat-y;
  padding: 20px 0 0 20px;
  clear:both;
}
#top_spacer {
  line-height: 5px;
}
table#content_table {
  border:collapse;
  border-spacing:0;
  width:880px;
  height:400px;
}

/*** CONTENT ***/
table#content_table th {
  text-align:left;
  font-size:16px;
  font-weight: normal;
  padding:0 0 .5em 3px;
  color:#e58200;
  font-family: Arial,Helvetica,sans-serif;height:1em;
  float: right;
  width: 685px;
}
table#content_table th a:link, table#content_table th a:visited, table#content_table th a:focus {
  text-decoration:none;
  color:#e58200;
  font-weight:normal;
}
table#content_table th a:hover {
  text-decoration:underline;
}

/* CONTENT PANE */
td#content_pane {
  vertical-align:top;
  padding: 0px 25px 15px 15px;
}
td#content_pane_news {
  vertical-align:top;
  padding: 0px 25px 15px 5px;
}
div#edit_content {
  float:right;
  text-align:right;
  margin:-3px 0 0 10px;
}
div#edit_content a {
  font-size:12px;
  font-family: Verdana, Verdana, Geneva, sans-serif
  text-decoration:none;
}
div#edit_content a#edit_content_edit {
}
div#edit_content a#edit_content_save {
  display:none;
}
div#edit_content a#edit_content_discard {
  display:none;
}
div#content_subtab {
  clear:both;
  float: left;
  width:680px;
  padding-top:0;
}

/* COLUMNS */
td#content_pane .right_col {
  float:right;
  background-color:#ffffff;
  padding-left:15px;
  margin-top: 5px;
}
td#content_pane_news .right_col {
  float:right;
  background-color:#ffffff;
  padding-left:15px;
  margin-right:15px;
  width:250px;
}
.left_col {
  width:680px;
  float:left;
}
div.right_column {
  margin: 0px 10px 10px;
  float: right;
  padding:0;
}
div.right_column p {
  margin-top:0px;
  margin-bottom:0px;
}

div.right_column img {
  margin-top:0px
}

/* FOOTER */
div#footer_strip {
  width: 900px;
  height: 26px;
  float: left;
  background-image: url(/templates/images/layout/footer.gif);
  background-repeat:no-repeat;
  margin: 0 auto 20px auto;
  overflow: visible;
}
.spacer {
  clear: both;
}
div.spacercolored-temp {
  clear: both;
  background-color: #66FF99;
}
div.spacerflat {
  clear: both;
  height: 1px;
  font-size: 1px;
}
div#float_left {
  float: left;
  text-align: left;
}
div#float_leftclear {
  float: left;
  text-align: left;
}
div#float_right {
  float: right;
  text-align: left;
}
div.back_to_index {
  float: right;
  text-align: right;
  padding:0;
  color:#0000CC;
}
div.back_to_index  {
  padding:0;
  margin:0;
  height:15px;
}
div.back_to_index p {
  padding:-10px 0 0 0;
  margin:-5px 0 0 0;
  line-height:15px;
}
div.spacer {
  clear: both;
}

div#validation_links {
  width: 100%;
  margin: 40px auto 15px auto;
  text-align: left;
  border: 1px #666 solid;
}
div#validation_links h1 {
  font-family: verdana, arial, helvetica, sans-serif;
  color: #666;
  font-size: 1em;
  font-weight: bold;
}
div#validation_links p {
  font-family: geneva, arial, helvetica, sans-serif;
  color: #666;
  font-size: 1em;
  margin: 10px 0 10px 0;
}
div#validation_links h1, div#validation_links p {
  margin-left: 10px;
  margin-right: 10px;
}
div#validation_links a, #validation_links a:visited {
  color: #666;
}