/* Stare style */
a.crew {text-decoration: none; color: #FFFFFF}
a.crew:hover {text-decoration: underline; color: #DADADA}
td.crew_form {font-family: Verdana, Arial, Sans-serif; font-size: 11px; color: #FFFFFF}

/* Global: 
 * __________________________________________________________________________ */

* {
	margin: 0;
	padding: 0;
}

body { 
	background-image: url(images/main.jpg); 
	background-attachment: fixed; 
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.6em;
	padding: 0.5em; 
	color: white;
}


a {
	background: rgb(90%, 90%, 90%);
	border: 1px solid #444;
	color: black;
	text-decoration: none;
}

a:hover {
	border-color: #CCC #444 #444 #CCC;
}

/*a {
	color: rgb(90%, 90%, 90%);
	text-decoration: none;
}

a:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #CCC #444 #444 #CCC;
}
*/

.news a, .comment a, .member a, table a {
	background-color: transparent;
	border: 0;
	color: rgb(159, 16, 2);
	text-decoration: underline;  
}

.news a:hover, .comment a:hover, .member a:hover {
	color: rgb(189, 76, 62);
}


/* News:
 * __________________________________________________________________________ */

.news {
	background: url(images/news-bg-left.gif) top left no-repeat;
	color: black;
	margin: 15px 0;
	padding-left: 26px;
}

.news * {
	background-color: rgb(90%, 90%, 90%);
}

/* Title: */
.news h4 {
	font: normal 1.7em Georgia, Times, Serif;
	font-weight: normal;
	padding: 0 10px 0.5em 10px;
	text-align: center;
}

.news h4 a {
	border-bottom: 1px solid black;
	color: rgb(159, 16, 2);
	font-weight: bold;
	text-decoration: none;
}

.news h4 a:hover {
	color: black;
	background-color: rgb(90%, 87%, 85%);
}

/* Author: */
.news h5 {
	color: rgb(20%, 20%, 20%);
	font-size: 1.5em;
	font-style: italic;
	padding: 10px 0;
	text-align: center;
}

.news h5 a {
	color: black;
	font-style: normal;
	text-decoration: none;
}

.news h5 a:hover {
	text-decoration: underline;
}

/* Time: */
.news h6 {
	color: rgb(20%, 20%, 20%);
	font-size: 1.0em;
	padding: 0.5em 10px 0.5em 10px;
	text-align: right;
}

/* Content: */
.news div {
	color: #444;
	letter-spacing: 1px;
	line-height: 1.8em;
	padding: 10px 10px 40px 10px;
}

ul.news-buttons {
	background-image: url(images/news-sign.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 30px;
}

ul.news-buttons li {
	border-left: 1px solid black;
	color: black;
	display: inline;
	padding: 0 5px;
}

ul li.first {
	border-left: 0;
}

ul.news-buttons a {
	border-bottom: 1px solid rgb(159, 16, 2);
	color: rgb(157, 16, 2);
	text-decoration: none;
}

ul.news-buttons a:hover {
	color: black;
	background-color: rgb(90%, 80%, 70%);
}


/* Comments:
 * __________________________________________________________________________ */

.comment {
	border: 1px black;
	color: black;
	margin: 15px 0;
}

.comment div, .comment h3, ul.comment-admin {
	background: rgb(230, 230, 230);
	border-left: 1px solid black;
	margin-left: 100px;
	padding-left: 10px;
}

.comment div {
	border-bottom: 1px solid black;
	color: #444;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	letter-spacing: 1px;
	padding: 10px;
}

.comment h3 {
	border-bottom: 1px dashed black;
	font-size: 15px;
	height: 20px;
}

ul.comment-info {
	background: #AAA;
	border-bottom: 1px solid black;
	clear: right;
	display: block;
	float: left;
	list-style: none;
	padding-bottom: 5px;
	position: relative;
	top: -20px;
	width: 100px;
}

.comment-info li {
	padding-right: 5px;
	text-align: right;
}

li.comment-date {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	letter-spacing: -1px;
}

li.comment-author a {
	color: rgb(159, 16, 2);
	font: 12px bold Verdana, Arial, sans-serif;
	text-decoration: underline;
}

li.comment-author a:hover {
	color: rgb(189, 76, 62);
}

li.comment-ip {
	color: #666;
	font-size: 9px;
}

ul.comment-admin {
	list-style: none;
	padding: 5px;
}

.comment-admin li {
	display: inline;
	border-left: 1px solid black;
	padding: 0 5px;
}


/* Tables:
 * __________________________________________________________________________ */

table {
	color: white;
	font: 1.0em normal Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	width: 100%;
}

table thead th, table thead td {
	background: rgb(159, 16, 2);
	border-bottom: 1px solid black;
	color: white;
	font: normal 1.0em Verdana, Arial, sans-serif;
	height: 2.0em;
}

table caption {
	background: black;
	color: white;
	font-size: 1.8em;
       	font-weight: bold;
	margin-bottom: -0.1em;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}

td, th {
	border-right: 1px solid #222;
	padding: 2px 1px;
	text-align: center;
}

td {
	padding: 2px 10px;
}

.odd td, .odd th {
	background: #444;
	border-bottom: 1px solid #444;
}

.even td, .even th {
	background: #333;
	border-bottom: 1px solid #333;
}

table .hover td, table .hover th {
	background: #555;
	border-bottom-color: #555;
	cursor: hand; /* IE fix - MS specifix value, not HTML 4.01 valid \*/
	cursor: pointer; /* hidden from IE */
}

table td.win {
	text-align: center;
}

table td.loss {
	text-align: center;
}

td a {
	text-decoration: none;
}

td.win a {
	color: #AFA;
}
td.win a:hover {
	color: #CFC;
}

td.loss a {
	color: #FAA;
}
td.loss a:hover {
	color: #FCC;
}

td.win a:hover, td.loss a:hover {
	text-decoration: underline;
}




#warsum td, th {
	padding: 2px 5px;
}

#warsum th {
	text-align: left;
/*	font-weight: bold;*/
	font-size: 1.0em;
}

#warsum td {
	text-align: right;
}

#download a {
	color: white;
	font-size: 1.0em;
}

#download a:hover {
	text-decoration: underline;
}


/* Members:
 * __________________________________________________________________________ */

div.member {
	background: url(images/member-bg-left.png) bottom left repeat-y rgb(100%, 85%, 80%);
	border: 1px solid #888;
	margin: 1.0em 0;
}

.member h3 {
	background: rgb(97%, 97%, 97%);
	border-bottom: 2px solid rgb(157, 16, 2);
	color: black;
	font-weight: bold;
	font-size: 1.8em;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.member img {
	border-style: solid;
	border-color: black;
	border-width: 0 1px 1px 0;
	float: left;
	height: 96px;
	width: 96px;
}

.member a>img {
	width: 100px;
	height: 100px;
}

ul.member-data {
	background: url(images/member-bg.png) center center no-repeat rgb(95%, 95%, 95%); 
	margin-left: 100px;
	list-style: none;
	padding: 10px 20px;
}

.member-data li {
	text-transform: uppercase;
}

.member-data li h6 {
	color: #888;
	font-size: 10px;
	font-weight: normal;
	width: 100%;
}

.member-data li p {
	border-top: 1px solid #888;
	color: black;
	display: inline;
	font-size: 10px;
	font-weight: bold;
	padding-left: 100px;
}

ul.member-admin {
	clear: left;
	float: left;
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100px;
}

ul.member-admin li {
	font-size: 9px;
	padding: 2px 0 2px 0;
	text-align: right;
	white-space: nowrap;
}

ul.member-admin a {
	border-bottom: 1px solid rgb(159, 16, 2);
	color: black;
	padding-right: 5px;
	text-decoration: none;
}

ul.member-admin a:hover {
	background-color: rgb(95%, 95%, 95%);
	border-bottom: 1px solid #888;
	padding: 2px 5px 2px 0;
}


/* War details:
 * __________________________________________________________________________ */


.tr_top, .tr_normal {
	background-color: rgb(95%, 95%, 95%);
	color: black;
}

.tr_top {
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}

center table {
	margin: 1em 0;
}

center table .tr_top {
	background: rgb(95%, 95%, 95%);
	font-size: 1.0em;
}

center table .tr_top a {
	text-decoration: none;
}

table .tr_top a {
	text-decoration: underline;
}

center table a:hover {
	text-decoration: underline;
}

center b {
	font-weight: bold;
	font-size: 1.2em;
}

form * {
	color: rgb(90%, 90%, 90%);
	font-weight: bold;
}

form input {
	color: black;
	font-weight: normal;
}

div {
	margin: 0;
	padding: 0;
}

/* Osiagniecia */

body b {
	display: block;
	background: rgb(159, 16, 2);
	border-bottom: 2px solid rgb(90%, 90%, 90%);
	color: white;
	padding: 5px;
}

body * b {
	border: 0;
	color: inherit;
	display: inline;
	background: inherit; 
	padding: 0;
}

table td.crew_form {
	border: 0;
}

.crew_form a {
	color: white;
}

.crew_form a:hover {
	text-decoration: underline;
}

table a.crew {
	color: white;
	border-bottom: 1px solid rgb(159, 16, 2);
	padding-right: 5px;
	text-decoration: none;
}

table a.crew:hover {
	text-decoration: none;
	background: rgb(159, 16, 2);
	border-bottom-color: white;
}

textarea, input {
	color: black;
}

