* {
  font-family: Georgia, Times, "Times New Roman", serif;
  /* text-align: left; */
}

body {
  width:100%;
  margin: auto;
  padding: 0;
  font-size: 10pt;
  background: #111;
  color: #eee;
  }

navlink {
  text-decoration: none;
}
a.navlink:link {
  color: #777;
  text-decoration: none;
}
a.navlink:visited {
  color: #a88;
  text-decoration: none;
}
a.navlink:hover {
  color: #fff;
  /* text-decoration: underline; */
}
a.navlink:active {
  color: #ccc;
  text-decoration: none;
}

/*
html>body ul {
  list-style: none;
  text-indent: -12px;
  }
ul li:before {
  content: "\00BB \0020";
  }
ul {
  margin-top: 0;
  margin-left: 0;
  padding-left: 12px;
  }
li {
  margin: 7px 0 8px 10px;
  }
*/
h1, h2, h3, h4 {
  color: #aa3;
  font-weight: bold;
  }
h1 {
  padding-top: 40px;
  margin: 0;
  /* font-size: 24pt; */
  text-align: center;
  }
h2 { margin: 30px 0 10px 0; font-size: 1.6em; }
h2.pagetitle { text-align: center; }
#sidebar h2 {
  margin: 5px 0 0 0;
  padding: 0;
  font: 1.2em 'Lucida Grande', Verdana, Sans-Serif;
  }
h3 { padding: 0; margin: 30px 0 0; font-size: 1.3em; }
h1, h1 a, h1 a:hover, h1 a:visited, .description { color: #999; text-decoration: none; }
a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited { /* color: #333; */ color: #bbf; }
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite { text-decoration: none; }
a, h2 a:hover, h3 a:hover { text-decoration: none; }
a:hover { color: #a47; text-decoration: underline; }
.description { font-size: 1.2em; text-align: center; }
acronym, abbr, span.caps { font-size: 0.9em; letter-spacing: .07em; }

h1, h2, h3, h4 { color: #498c94; }
/*
************************************************************************************
*/

hr {
  color: #555;
}


/* Error Message Style */
div.error {
  font-weight: bold;
  color: #F00;
  padding-bottom: 1em;
}

/** Exponent-internals stylings **/

div.moduletitle {
  font-weight: bold;
  font-size: 1.25em;
}

a {
  /* color: #244360; */
  color: #a44360;
  text-decoration: none;
}

td {
  vertical-align: top;
  text-align:left;
}

td.header {
  background-color: #aaa;
  color: #955;
  font-weight: bold;
  font-size: 15px;
  padding: 2px;
}

td.header1 {
   font-size: 11pt;
   font-weight: bold;
   color: #3b3d8c;
   text-align: center;
   vertical-align: middle;
   background-color: #aad; /* #3b3d8c; */
}
td.login {
   background-color: #C6C6C6;
}

span.login_label { width: 40px; max-width: 40px; padding: 0px; }
.login_user_id, .login_password {
width: 80px;
}


/* Container Styles */
div.container_box {
  padding: 6px;
  margin: 2px;
}

div.container_editbox {
  border: 2px dashed #CCC;
  margin: 2px;
}

div.container_editheader {
  padding: 3px;
  background-color: #ccc;
}

div.container_editheader table tr td.info {
  font-size: 8pt;
  font-weight: bold;
}


div.itemtitle {
  font-weight: bold;
}

/* Themable Forms */
div.form_title {
  font-size: 14px;
  font-weight: bold;
}

div.form_header {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  margin-bottom: 1em;
}

tr.even_row {
  background-color: #AAA;
  color: #000;
}

tr.row:hover td, tr.row:hover td a {
  background-color: #669;
  color: #955;
}

tr.odd_row {
  background-color: #888;
  color: #000;
}

/** Administration Module Manager form **/
.administration_modmgrheader {
  background-color: lightgrey;
}

.administration_modmgrheader span.active {
  color: green;
  font-weight: bold;
}

.administration_modmgrheader span.inactive {
  color: red;
  font-weight: bold;
}

.administration_modmgrbody {
  padding-left: 10px;
  border: 1px solid lightgrey;
}

/** Debugger Styles **/
table.debug_null,table.debug_null tr td, div.debug_null {
  background-color: #000;
  color: #955;
  font-weight: bold;
}

table.debug_object, table.debug_object tr td {
  background-color: #a00;
  color: #955;
}

table.debug_array, table.debug_array tr td {
  background-color: #0a0;
  color: #955;
}

table.debug_scalar, table.debug_scalar tr td, div.debug_scalar {
  background-color: #00a;
  color: #955;
}

td.debug_attribute {
  font-family: monospace;
  font-size: 10px;
}

td.debug_varname {
  font-weight: bold;
}

td.debug_type {
  background-color: #aaa;
  color: #955;
  font-weight: bold;
  font-size: 14px;
}

td.debug_value {
  font-family: monospace;
  font-size: 11px;
  color: #955;
}

td.td_vertical_divider {
  background-color:#999;
  width:3px;
}

/* *************************************************************
****************************************************************
Additions below this line
****************************************************************
************************************************************** */
span.copyright_legalese {
  font-size: 7pt;
}
.weblog_moduletitle {
  padding: 0px 0px 0px 0px;
  font-size: 14pt;
  font-weight: bold;
}

.newsitem {
  /* background-color: #ffff00; */
}

.weblog_itemtitle {
  padding: 0px 0px 0px 0px;
  font-size: 12pt;
  font-weight: bold;
}

table#main_header {
  background-color: #955;
}

td.main_content {
  width: 800px;
  max-width: 800px;
}

table#main_footer {
  background-color: #955;
  height: 62px;
  width: 750px;
  border: none;
}

table#entire_window {
  position:relative;
  background:none;
  text-align:right;
  margin: auto;
  width: 750px;
}

div#nav_section {
  position:absolute;
  text-align:left;
  width:100px;
  height:100%;
  top:150px;
  left:30px;
}

div#header_title {
  background-color: #5757ff;
  background-repeat: no-repeat;
  background-position: top center;
  height: 125px;
  width: 750px;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  white-space: nowrap;
}

div#header_titletext {
  font-size: 18pt;
  /* padding-top: 40px; */
  text-align: center;
  color: #955;
  text-decoration: none;
}

div.breadcrumb {
  font-size: 11pt;
  /* padding-top: 40px; */
  text-align: left;
  color: DarkRed;
  text-decoration: none;
}

a.activecrumb {
  font-size: 12pt;
  /* padding-top: 40px; */
  text-align: left;
  color: DarkRed;
  text-decoration: none;
}

div#header_subnav {
  font-size: 10pt;
  font-weight: normal;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
  color: #777;
  text-decoration: none;
}

div#left_marked_nav table tr td {
  width: 100%;
  white-space: nowrap;
}


div#main_section {
  position:relative;
  left:150px;
  width:550px;
  text-align:left;
  padding-top:40px;
}

div#footer_section {
  height: 62px;
  border: none;
  width:750px;
}

.see_through {
  /* for IE */
  filter:alpha(opacity=88);
  /* CSS3 standard */
  opacity:0.88;
  /* for Mozilla */
  -moz-opacity:0.88;
}

.sidebars {
}

.opaque {
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
  /* for Mozilla */
  -moz-opacity:1.0;
}


.content {
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.side-content {
  padding-bottom: 10px;

  padding-right: 10px;

}


.content_top_half {
  width: 375px;
  padding:0px 15px;
}

.content_full {
  width: 750px;
  /* width:25%; */
  padding-left:30px;
  padding-right:0px;
}

.content_bg {
  background-color: #211;
}
.content_left {
  width: 125px;
  /* width:25%; */
  padding-left:30px;
  padding-right:0px;
}

.content_center {
  vertical-align: top;
  width: 400px;
  padding: 10px;
}

.content_right {
  width: 175px;
  /* width:20%; */
  padding-left:0px;
  padding-right:20px;
}


/* *************************************************************
************************************************************** */

.content_mod_email_signup h1, .content_mod_email_signup h2, .content_mod_email_signup h3 { padding:0px; margin:0px; }
.content_mod_email_signup {
  border: 2px solid #aa0;
  padding:6px;
  margin: 6px 6px 6px 0px;
}
