/* ### Basic Reset ###--------------------------*/
h1, h2, h3, h4, h5, ul, li, p, form, fieldset {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ### Tags ###--------------------------*/
body {
	margin: 0 0 0 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 75%;
	line-height: 141%;
	text-align: center;
	background: url('../images/bg-page.gif') repeat-x 0 0 #525252;
	color: #F1F1F1;
}
a {
	color: #6D6FCC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #6D6FCC;
}
h1, h2, h3, h4, h5 {
	font-family: Arial,Helvetica,sans-serif;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 23px;
	color: #FFFFFF;
	margin: 20px 0 5px 0;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 23px;
	color: #FFFFFF;
	margin: 20px 0 5px 0;
}
h3 {
  color: #F1F1F1;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 26px;
}
h4 {
        text-align: center;
	font-size: 1em;
	font-weight: bold;
	line-height: 17px;
	color: #F1F1F1;
        margin: 5px 0 5px 0;
}
h5 {
	font-size: 0.75em;
	font-weight: bold;
	line-height: 17px;
}
fieldset {
  border: none;
}

/* ### Layout ###--------------------------*/

#site-container {
  margin: auto;
	text-align: left;
	width: 860px;
}
#site-logo {
  margin: 10px 0 0 0;
}

/* ### Navigation ###--------------------------*/

#site-navigation {
  float: right;
  width: 303px;
  margin: 57px 0 0 0;
}
#site-navigation li {
  display: inline;
}
#site-navigation li a {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -500px;
  margin: 0 0 0 10px;
}
#site-navigation #nav-home a {
  width: 43px;
  height: 23px;
  background: url('images/bg-link-home.gif') no-repeat;
}
#site-navigation #nav-request a {
  width: 142px;
  height: 23px;
  background: url('images/bg-link-request.gif') no-repeat;
}
#site-navigation #nav-cva a {
  width: 88px;
  height: 23px;
  background: url('images/bg-link-cva.gif') no-repeat;
}

/* ### Content ###--------------------------*/

#site-content {
  padding: 20px 0 0 92px;
}

form {
  margin: 15px 0 0 0;
}
form label {
  display: block;
  font-size: 11px;
  color: #BABABA;
  margin: 0 0 5px 0;
}
form input {
  padding: 3px;
  width: 200px;
}
form input#search {
  padding: 2px 4px;
  width: 65px;
}

table
{ 
margin-left: auto;
margin-right: auto;
}

.decimal-list li {
    list-style-type: decimal;
}

.alpha-list li {
    list-style-type: lower-alpha;
}

.decimal-list li, .alpha-list li {
    text-align: left;
}

.footer-text {
    font-size: 11px;
    color: #BABABA;
    margin: 40px 0 60px 0;
}

span.kos {
    color: #EC3522;
    font-weight: bold;
}

span.not-kos {
    color: #41D53D;
    font-weight: bold;
}

span.citadel {
    color: #4887BC;
    font-weight: bold;
}

span.admin {
    color: #DDB335;
    font-weight: bold;
}

.search-no-result {
    text-align: center;
    margin: 10px 0 10px 0;
}

.comment-editor {
    width: 306px;
    margin-bottom: 10px;
    padding: 24px 3px 3px 0px;
}
.comment-editor div h1 {
    font-size: 14px;
    margin: 0px 0px 5px 0px;
}

.comment-editor textarea {
    width: 300px;
    height: 200px;
    white-space: pre-line;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.comment-editor submit, .comment-editor input {
    width: 70px;
    margin: 3px 3px 3px 0px;
}

.action-menu-trigger:hover {
    color: #fff;
}

.action-list {
    background: #A4A4A4;
    border: solid 1px #444;

    visibility: hidden;
    position: absolute;
}

.action-list li {
    padding: 5px 9px 5px 9px;
}

.action-list li:hover {
    background: #222;
    
}

.action-list li:hover a {
    text-decoration: none;
    color: #DDD;
    cursor: default;
}

ol.comment-list {
    padding-left: 0px;
}

ol.comment-list pre {
    border: solid 1px #909090;
    background: #5D5D5D;
    font-family: inherit;

    padding: 7px 18px 7px 18px;
    margin: 10px 10px 10px 19px;
    display: block;
    white-space: pre-wrap;
}

ol.comment-list pre.kos-request {
    border: solid 1px #6D6FCC;
}

ol.comment-list div.action {
    padding: 7px 18px 7px 18px;
    margin: 10px 10px 10px 19px;
}

ol.comment-list span {
    font-size: 95%;
}

ol.comment-list input {
    margin-left: 19px;
    width: 80px;
}

div.comment-killmail {
    border: solid 1px #909090;
    margin: 5px 0px 5px 20px;
    padding: 4px;
    text-align: center;
}

div.comment-killmail div {
    text-align: left;
}

a:hover {
    cursor: pointer;
}

div.message {
    padding: 4px 15px 4px 15px;
    margin-bottom: 20px;
    background: #EEECB4;
    border: solid 1px #817F4D;
    color: #707070;
}

div.info-message {
    padding: 4px 15px 4px 15px;
    margin: 10px 0px 10px 0px;
    background: #6E7278;
    border: solid 1px #566070;
    color: #fff;
}

table.result-list {
    border-collapse: collapse;
}

table.result-list img {
    padding: 0px;
}

table.result-list thead {
    display: none;
}

table.result-list td {
    padding: 5px 7px 5px 7px;
    border-bottom: 1px solid #bbb;
}

table.result-list tr:hover td {
    background-color: #444;
}

table.result-list td.name {
    font-weight: bold;
}

table.result-list td.kos {
    color: #ed2a10;
}

table.result-list td.date {
    font-size: 80%;
    color: #aaa;
    text-align: right;
}

table.result-list td.status {
    text-transform: capitalize;
    font-weight: bold;
    color: #aaa;
}