@import url("/timer.css");
@import url("/white.css");

.authorinfo img {
    margin: 3px;
}

.badge {
    margin: 3px;
}

.badges {
    margin: 1px;
}

table .serverstatus {
  width: auto;
}

.sponsor {
  font-weight: bold;
  font-size: 120%;
}

.menu_r2 {
  background-color: #efefef;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

/* CSS Document */

#privmsg_content {
	margin-left: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-left: 4px;
	border-left: 2px solid #aaaaee;
}

#message {
  float: left;
}

#boincstats {
  float: right;
  padding-right: 10px;
}

#top {
background-color:#00386B;
    border-bottom: 2px solid #001c35;
height:87px;
left:0px;
padding-left:10px;
position:absolute;
right:0px;
top:0px;
/*  margin-bottom: 0px;  */
}

#content {
  clear: both;
}

#left {
  float: left;
  width: 30%;
  margin-bottom: 5px;
  margin-right: 5px;
}

#right {
  float: left;
  width: 68%;
  text-align: justify;
  margin-bottom: 5px;
}

#bottom {
  margin-top: 15px;
  clear: both;
  width: 100%;
  border-top: 1px solid #555555;
  text-align: center;
}

#serverstatus {
  background-color: #eeeeee;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
}

#uotd {
/*  background-color: #eeeeee;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;*/
}

.code {
	font-family: "Consolas", "Courier New", Courier, monospace;
}

.wideeditbox {
	width: 400px;
}

.inputarea {
  width: 400px;
  height: 150px;
}

.serverstatus {
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 2px;
}

.heading {
  font-weight: bold;
  font-size: 10px;
}

table {
    empty-cells: show;
    border-collapse: collapse;
/*  border-width: 5px;*/
/*  border-spacing: 5px;*/
/*  width: 100%; */
}

th {
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  border: 1px solid #cccccc;
}

blockquote {
	border-left: 2px solid blue;
	padding-left: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-style: italic;
}

td {
  font-size: 10px;
  border: 1px solid #cccccc;
  padding: 5px;
  vertical-align: top;
}

.font_small {
    font-size: 9px;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.inputtitle {
  font-size: 120%;
}

input, select {
  vertical-align: middle;
}

textarea {
  font-family: verdana, arial, tahoma, sans-serif;
  font-size: 1.2em;
}

.header {
  font-size: 1em;
  color:#333333;
  margin-bottom: 0px;
}

h1 {
  font-size: 190%;
  color:#333333;
  margin-bottom: 0px;
  margin-top: 0px;
}

ul {
  margin-bottom: 6px;
  margin-top:    6px;
}

h2 {
  color:#333333;
  font-size:14px;
  margin-top: 4px;
  margin-bottom: 4px;
}

h3 {
  color:#333333;
  font-size:110%;
  margin-top: 0px;
  margin-bottom: 0px;
}

/*main classai*/
body {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:10px;
	background-color: #ffffff;
	margin: 3px;
	padding: 3px;
}
a {
        font-size: 1em;
        color: #000088;
        text-decoration:none;
}
a:hover {
        color:#FF4D00;
        text-decoration: underline;
}
img {
        border:0px;
}

.table_nb {
  border: 0px;
}

.postheader {
  height: 10px;
}

.postfooter {
  height: 10px;
}

.invalid_result td {
  background-color: #ffcccc;
}

.row_green td {
    background-color: #00dd00;
}

.row_orange td {
    background-color: #ffcc00;
}

.row_red td {
    background-color: #ff0000;
}

.row_cyan td {
    background-color: #99d9ea;
}

.row_gray td {
    background-color: #c3c3c3;

}.smallfont {
    font-size: 0.9em;
}

.edit {
  background-color: #eeeeee;
  font-style: italic;
  border-left: 3px solid #225522;
  padding-left: 5px;
}

.noborder td {
  border: 0px;
}

#offline_status {
    margin-top: 5px;
    border: 3px solid #ff0000;
    text-align: center;
    font-weight: bold;
    font-size: 140%;
    padding: 3px;
}

.news_date {
    color: rgb(100,100,100);
    font-size: 0.9em;
}

.news_title {
    color: #000000;
    font-weight: bold;
}

a.wikipedia {
    background: url('wikipedia.png') top right no-repeat;
    padding-right: 9px;
}

.news_title {
    display: block;
    margin-top: 10px;
    margin-bottom: -8px;
}

table { width: 99%; }

.nopad {
    padding: 0px;
}

table.sortable thead th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):after { 
    content: " \25B4\25BE" 
}

table.sortable tbody tr:nth-child(2n) td {
  background: #e0ffe0;
}
table.sortable tbody tr:nth-child(2n+1) td {
  background: #f8f8f8;
}
