* {
    box-sizing: border-box;
    word-wrap: break-word;
}

body {
    color: #ffcca3;
    background-color: #000000;
    font-family: Tahoma;
    padding: 0;
    margin: auto;
    max-width: 100%;
}

a:link {
    color: #feff00;
    text-decoration: none;
}

a:visited {
    color: #feff00;
}

a:hover {
    text-decoration: underline;
    color: #00ffff;
}

form {
    margin: 0;
    padding: 0;
}

input, textarea, select {
    color: #000000;
    background: url(images/bg_input.png) #ffffff left bottom repeat-x;
    border: 1px solid #88beff;
    margin: 1px;
    padding: 2px;
    max-width: 98%;
}

input:hover, textarea:hover, select:hover {
    color: #000000;
    background-color: #f4f4f4;
    border: 1px solid #d7d7d7;
}

input:focus, textarea:focus, select:focus {
    color: #000000;
    background-color: #edf9fd;
    border: 1px solid #c2e3ec;
}

input[type=submit] {
    color: #ffffff;
    background: #1895d4 url(images/til.gif) 50% top repeat-x;
    padding: 3px 6px 3px 6px;
    border: 1px solid #8fdcff;
    border-radius: 3px;
}

input[type=submit]:hover {
    color: #000000;
    background: #1895d4 url(images/til.gif) 0 top repeat-x;
    border: 1px solid #000000;
    padding: 3px 6px 3px 6px;
}

hr {
    border: 0;
    border-top: 1px dotted #5c2901;
    margin-top: 4px;
    margin-bottom: 6px;
    padding: 0;
}

img {
    border: 0;
    max-width: 98%;
}

p {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 4px;
    padding-right: 4px;
}

textarea {
    width: 80%;
}


/** Class */

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.float-right {
    float: right;
}

.small {
    font-size: small;
}

.navigation {
    padding-top: 2px;
    background-color: #111111;
    background-position: top;
}

#tab {
    padding: 2px 5px 0 5px;
    border-bottom: 5px solid #777777;
}

#tab a {
    color: #ffff00;
    font-weight: bold;
}

#tab tr, #tab td {
    padding-top: 4px;
}

#tab td {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

#tab .active {
    background-color: #777777;
}

#tab .active a {
    color: #00ff00;
}

.header {
    background-color: #232323;
    background-image: url(images/bg_logo.gif);
    background-repeat: repeat-x;
    text-align: center;
    border: 2px solid #49638b;
    margin: 0;
    padding: 20px 5px 20px 5px;
    font-weight: bold;
}

.title, .title2 {
    color: #00ff00;
    font-weight: bold;
    background-color: #506a94;
    background-image: url(images/menu.gif);
    background-repeat: repeat-x;
    background-position: 50% top;
    margin-bottom: -1px;
    padding: 3px;
}

.content, .lastnews {
    background-color: #050505;
    border: 1px solid #5c2901;
    padding: 2px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.content2 {
    background-color: #212121;
    border: 1px solid #5c2901;
    margin-bottom: 1px;
    margin-top: 1px;
    padding: 3px;
}

.footer {
    text-shadow: #e6daac 1px 1px;
    font-size: 18px;
    font-weight: bold;
    padding: 3px;
    border-bottom: 1px solid #0000ff;
    background-color: #ddf6dd;
}

.footer a {
	color: white;
}

.vs {
	text-align: center;
}

.zag {
	font-size: large;
}

.green {
	color: green;
}

.red {
	color: red;
}

.sort {
	text-align: left;
	-webkit-border-radius: 0.3em;
	border: 1px solid #ccc;
	padding: 3px;
	background-image: url(images/menu.gif);
	background-repeat: repeat-x;
}

.icon {
	text-align: left;
	-webkit-border-radius: 0.3em;
	border: 1px solid #ccc;
	padding: 3px;
	background-image: url(images/menu.gif);
	background-repeat: repeat-x;
}

.search {
    background-color: #050505;
    border: 1px solid #5c2901;
    padding: 2px;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align: center;
}

.new {
	color: red;
}

.time-now {
    color: #00ffff;
    background-color: #000000;
    text-align: center;
}


.currentpage {
    border: 1px dotted #888888;
    padding: 0 5px 0 5px;
    margin: 1px;
    display: inline-block;
}

.pagenav {
    text-align: left;
    padding: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 2px;
    margin-left: 0;
    font-weight: bold;
    background: #121212 repeat-x 50% top;
    border: 1px solid #323232;
}

.pagenav:before {
    content: url(images/tool.gif);
    padding-right: 2px;
}

.pagenav a {
    border: 1px dotted #888888;
    padding: 0 5px 0 5px;
    margin: 1px;
    display: inline-block;
}

.rmenu {
    color: #fd4646;
    background-color: #fff0f0;
    background-image: url(/images/rmenu.gif);
    background-repeat: repeat-x;
    background-position: 50% top;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 2px;
    border: 1px solid #ffd0d0;
}

.item {
	border-bottom:1px dotted #ddd;
	padding:4px;
}