/* Generic/Content-specific */
body {
  margin: 0;
  padding: 5px 0;
  font-size: 12px;
  background-color: #ffffff;
}
a,
a:link,
a:visited,
a:hover {
  color: #2e2e7f;
}
img {
  border: 0;
}
form {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif;
  margin: 0;
}
table {
  font-size: 12px;
  margin-bottom: 25px;
  width: 550px;
  border: 1px solid #2f2f7e;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-family: sans-serif;
}
table thead {
  background-color: #7f7fac;
  color: #ffffff;
  text-align: center;
  font-family: sans-serif;
  font-weight: bold;
}
table thead td {
  border-bottom: 2px solid #2f2f7e;
}
table .odd {
  background-color: #ffffff;
}
table .even {
  background-color: #eaeaea;
}
table td {
  padding: 3px 5px;
}
table tr.odd:hover,
table tr.even:hover,
table tr.odd:hover a,
table tr.even:hover a {
  color: #ffffff;
  background-color: #7f7fac;
}
.clear {
  clear: both;
}
#content-title {
  color: #2e2e7f;
  border-bottom: 2px solid #eaeaea;
}
#content {
  padding: 10px;
}
#page-infos {
  min-height: 30px;
}
.page-info {
  float: right;
  margin-left: 10px;
  width: 200px;
  height: 30px;
  background: url(../images/page-info-arrow.png) no-repeat top left;
}
div.page-info:hover {
  background: url(../images/page-info-arrow-hover.png) no-repeat top left;
}
.page-info h3 {
  margin: 0 0 9px 28px;
  padding-right: 28px;
  width: 144px;
  height: 20px;
  background-color: #eaeaea;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
}
div.page-info:hover h3 {
  color: #ffffff;
  background-color: #7f7fac;
}
.page-info .hideable {
  position: absolute;
  display: none;
  margin: 0 0 0 13px;
  padding: 0 9px 5px 10px;
  width: 165px;
  background-color: #ffffff;
  border-left: 2px solid #7f7fac;
  border-bottom: 2px solid #7f7fac;
}
div.page-info:hover .hideable {
  display: block;
}
div.page-info.not-first:hover {
  width: 198px;
  border-right: 2px solid #7f7fac;
}
div.page-info.not-first:hover h3 {
  width: 142px;
}
.page-info.not-first .hideable {
  width: 163px;
  border-right: 2px solid #7f7fac;
}
.page-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-info li {
  margin-bottom: 2px;
}
.page-info .inline {
  float: left;
  margin-right: 10px;
}
.page-info a {
  text-decoration: none;
}
.soft,
a.soft {
  color: #acacac;
}
a.soft:hover {
  color: #2e2e7f;
}
#messages-inner {
  padding: 10px 25px;
}
#messages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.message {
  margin: 0 0 5px 0;
  padding: 0;
  overflow: hidden;
  border: 2px solid #eaeaea;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.message.notify {
  background: #ffffea url(../images/message-notify-bg.png) repeat-y left;
  border-color: #eaeaac;
}
.message.success {
  background: #eaffea url(../images/message-success-bg.png) repeat-y left;
  border-color: #aceaac;
}
.message.error {
  background: #ffeaea url(../images/message-error-bg.png) repeat-y left;
  border-color: #ac2e2e;
}
.message .icon {
  float: left;
  width: 30px;
  height: 24px;
}
.message .inner {
  margin: 0 0 0 30px;
  padding: 5px;
  line-height: 14x;
  vertical-align: middle;
}



/* Theme */
#container {
  padding: 0 20px;
  max-width: 1240px;
  min-width: 770px;
  text-align: left;
  background-color: #ffffff;
  color: #000000;
}
#wrapper {
  float: left;
  width: 100%;
  background-color: #eaeaea;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
}
#main {
  margin-right: 200px;
  background-color: #eaeaea;
  font-family: sans-serif;
}
#main > * {
  background-color: #ffffff;
}

#header {
  height: 60px;
  font-family: sans-serif;
}
#logo {
  display: block;
  float: left;
  text-decoration: none;
}
#name {
  line-height: 30px;
  vertical-align: bottom;
  font-size: 20px;
  font-weight: bold;
}
#slogan {
  color: #acacac;
  line-height: 20px;
  vertical-align: top;
  font-size: 14px;
}
#datetime {
  font-family: sans-serif;
}
#rss {
  float: right;
  display: block;
  height: 50px;
  width: 200px;
}
#account {
  float: right;
  text-align: right;
  height: 60px;
  padding-right: 20px;
  line-height: 20px;
  vertical-align: middle;
  font-size: 11px;
}
#user-info {
  font-weight: bold;
}
#user-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
#user-links li {
  margin: 0 0 0 10px;
  display: inline;
}

#menu-inner {
  height: 26px;
  background-color: #eaeaea;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  font-weight: bold;
}
#menu ul {
  float: left;
  margin: 6px 0 0 0;
  padding: 0;
  background-color: #ffffff;
  list-style: none;
}
#menu li {
  float: left;
  margin: 0 8px 0 0;
  padding: 0;
}
#menu a {
  display: block;
  padding: 0 9px;
  line-height: 20px;
  text-decoration: none;
  vertical-align: top;
  color: #acacac;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
}
#menu a:hover,
#menu a.active:hover {
  background-color: #eaeaea;
  color: #2e2e7f;
}
#menu a.active {
  background-color: #eaeaea;
  color: #2e2e7f;
}
#menu-spacer {
  float: left;
  margin-top: 6px;
  width: 16px;
  height: 20px;
  background-color: #ffffff;
}
#menu-spacer-inner {
  float: left;
  width: 16px;
  height: 20px;
  background-color: #eaeaea;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
}
#below-menu-spacer {
  height: 16px;
  background-color: #eaeaea;
}
#below-menu-spacer-inner {
  height: 16px;
  background-color: #ffffff;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
}



/* Sidebar */
#sidebar {
  float: right;
  margin-left: -100%;
  padding-top: 26px;
  width: 200px;
  min-height: 300px;
  background-color: #eaeaea;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
}



/* Footer */
#above-footer-spacer {
  height: 16px;
  background-color: #eaeaea;
}
#above-footer-spacer-inner {
  margin-right: 200px;
  height: 16px;
  background-color: #ffffff;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
}
#footer {
  height: 30px;
  padding: 2px;
  background-color: #eaeaea;
  text-align: center;
  font-size: 10px;
  font-family: sans-serif;
  line-height: 15px;
  vertical-align: bottom;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
}
#footer a {
  text-decoration: none;
}
