body {
  color: #ccc;
  background-color: #222;
}

body, input, select, td, textarea {
  font-family: Courier New, monospace;
}

a, a:link, a:active, a:visited, a:hover {
  text-decoration: none;
}

a:hover {
  border-bottom: 1px solid #666;
}
a.image:hover {
  border: none;
}

div.edit a {
  color: #5F5F5F;
}

input[type=file] {
  color: #ccc;
}

a, a:link, a:visited, a:active {
  color: #fff;
}

a:hover {
  color: #ccc;
}

.shaded {
  color: #999;
}

table#header {
  width: 100%;
  height: 85px;
}

table#header td.logo {
  width: 250px;
  padding-left: 10px;
  padding-top: 5px;
}

table#header td.logo a {
  display: block;
  width: 209px;
  height: 112px;
  border: none;
  background-image: url( /images/logo.gif );
}

table#header td.site_menu {
  width: 100%;
  text-align: right;
  font-size: 1.8em;
}

table#header td.site_menu ul li {
  display: inline;
  margin-left: 0.5em;
  font-size: 1.2em;
}

table#header td.auth_form {
  vertical-align: top;
  font-size: 2.3em;
  white-space: nowrap;
}

table#header td.auth_form div {
  padding: 0 0.5em;
  text-align: right;
}

table#header td.auth_form div small {
  font-size: 0.6em;
}

#content {
  padding: 1em 100px;
  font-size: 1.4em;
  overflow: auto;
  /*zoom: 1;*/
}

#content table {
  width: 70%;
  margin-left: 150px;
  font-size: 1.2em;
}

#content h1 {
  font-size: 1.6em;
  margin: 0.2em 0 0.8em 130px;
  text-align: left;
}

#content h2 {
  font-size: 1.5em;
  margin: 0.8em 0 0.5em 0;
}

#content h2 small {
  font-size: 0.7em;
  margin-left: 0.7em;
}

#content p {
  clear: both;
  line-height: 1.4em;
  margin: 0.2em 0 0.8em 0;
}

#content .box {
  overflow: auto;
  padding: 1em 0 1em 0;
  text-align: right;
}

#content .loose {
    margin: 7em 0;
}

#content .box p,
#content .box h1,
#content .box h2,
#content .box h3 {
  text-align: justify;
}

#content .box p {
  font-size: 1.2em;
  text-indent: 3em;
}

#content .box h3 {
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #333;
  margin: 1em 0 0.5em 0;
}

#content .user_list {
  margin: 0 auto;
/*  width: 1px; */
}

#content .user_list th {
  height: 70px;
  white-space: nowrap;
  vertical-align: bottom;
}

#content .user_list td {
  padding-right: 0.5em;
  white-space: nowrap;
  text-align: right;
}

#content .user_list tr {
  height: 60px;
}

#content .user_list col.side {
  width: 25%;
}

#content .user_list col.image {
  width: 50px;
}

#content .image td {
  padding-right: 0.5em;
  white-space: nowrap;
}

#content .user_list img {
  display: block;
}

#content .user_list small, #content .user_list small a {
  color: #999;
}

#content .user_list span {
  color: #666;
}

#content div#user_status {
  float: right;
  text-align: left;
  white-space: nowrap;
  font-size: 1.2em;
}

#content .styled_form {
  text-align: center;
}

#content .styled_form label {
  display: block;
}

#content .styled_form input, #content .styled_form select {
  margin: 0.2em 0 1em 0;
  font-size: 1.4em;
}

#content .styled_form input {
  text-align: center;
  padding: 0.1em 0.2em;
}

#content .styled_form input.file {
  text-align: left;
}

#content .styled_form .checkbox {
  padding-bottom: 1em;
}

#content .styled_form .checkbox label {
  display: inline;
  vertical-align: middle;
}

#content .styled_form .checkbox input {
  padding: 0;
  margin: 0 0 0 0.3em;
  vertical-align: middle;
}

#content .styled_form span {
  color: #999;
}

#content .styled_form img {
  display: block;
  margin: 0.5em auto 0.5em auto;
}

#content .photo {
  float: left;
  width: 180px;
  height: 160px;
  overflow: hidden;
  text-align: center;
  overflow: visible;
}

#content table#comment_list {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  float: center;
}

#content .comment td {
  vertical-align: top;
  text-align: left;
  border-collapse: separate;
  padding: 5px;
}

#content .comment .nobr {
  font-size: 1em;
  color: #CCC;
}

#content .comment td span {
  font-size: 0.8em;
  color: #999;
}

#content .comment td div {
  float: left;
}

#content .comment td img {
  display: block;
}

#content .comment td.avatar, #content .comment td.meta {
  background-color: #333;
  border-bottom: 5px solid #222;
}

#content .comment td.object {
  width: 1px;
/*  white-space: nowrap;*/
}

#content .comment td.avatar {
  width: 50px;
}

#content .comment td.meta {
  padding-right: 0.5em;
  width: 100px;
}

#content .comment td.text {
  padding: 0 0.5em;
  line-height: 1.5em;
}

#content .comment td textarea {
  width: 100%;
  background-color: #666;
  height: 70px;
  border: none;
  font-size: 1.0em;
  line-height: 1.5em;
}

#content .comment td input {
  font-size: 1.4em;
  text-align: center;
  padding: 0.1em 0.2em;
  margin: 0.5em 0 0 1em;
}

#content .new td {
  padding-top: 1em !important;
}

.pagination {
  margin: 10px auto;
  text-align: center;
  color: #666;
  font-size: 1.2em;
}

.pagination .current {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  padding: 2px 3px 1px 3px;
}

#content div#voting_panel {
  float: right;
  padding: 1em;
  border:1px dashed #999999;

}

#content table#voting_panel {
  float: right;
}

#content table#voting_panel td {
  padding: 1em 1em 1em 1em;
  font-size: 0.8em;
  text-align: center;
}

#content table#voting_panel td#button {
  padding: 0.5em 1em 0.5em 1em;
  font-size: 0.8em;
  text-align: center;
  border:1px dashed #999999;
}

div.errorExplanation {
  font-size: 1em;
  color: red;
}

#content table#key_list {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  float: center;
}

#content table#ticket {
  text-align: left;
  white-space: nowrap;
  font-size: 1.2em;
}

#content #ticket td p {
  margin: 0 0 0 0;
}


#content table#ticket_list {
  width: 100%;
  margin: 0 0 0 0;
}

#content #ticket_list col.avatar {
  background-color: #333;
  width: 50px;
}

#content #ticket_list col.meta {
  background-color: #333;
  width: 100px;
  border-right: 5px solid #222;
}

#content #ticket_list col.tight {
  border-right: 5px solid #222;
  width: 10%;
}

#content #ticket_list th {
  background-color: #222;
  border-bottom: 1px solid #AAA;
  text-align: left;
  font-size: 1em;
  padding: 0 0 0 0.3em;
}

#content #ticket_list td {
  vertical-align: top;
  text-align: left;
  border-collapse: separate;
  border-bottom: 5px solid #222;
  padding: 5px;
}

#content #ticket_list td.space {
  padding: 0px 0px 0px 0px;
  border-bottom: 5px solid #222;
}

#content #ticket_list td.meta {
  padding-right: 0.5em;
}

#content #ticket_list td span {
  font-size: 0.8em;
  color: #999;
}

#content #ticket_list td p {
  margin: 0 0 0 0;
}

#content div#new_key {
  float: right;
  font-size: 1.2em;
  line-height: 2em;
}

#content #new_key input#ticket_submit {
  float: right;
}

img.album {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right:  3px double #999;
    border-bottom: 3px double #999;
}
