body { 	
font-family:verdana;
font-size:10px;
color:#FFFFFF;
background-image:url(/includes/layout/images/background/1024.png);
background-color:#000000;
margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

a {
color: #C0C0C0;
text-decoration: none;
font-weight: bold;
}

a:hover {
color:#DA0000;
text-decoration:none;
font-weight:bold;
}

.bar {
background-image:url(/includes/layout/images/gradient/greydark.gif);
background-color:#000000;
font-size:10px;
}

.intro {
background-image:url(/includes/layout/images/gradient/greydark.gif);
background-color:#000000;
font-size:10px;
font-weight:bold;
color:#C0C0C0;
}

.last {
font-size:12px;
}

hr {
background-color:#202020;
color:#202020;
height:3px;
}

.disclaimer {
font-size:10px;
color:#FFFFFF;
font-weight:bold;
}

.content, .form {
font-size:10px;
font-weight:normal;
}

.tagboard1 {
font-size:10px;
font-weight:bold;
}

.csinistra {
background-color:#000000;
font-size: 10px;
color:#FFFFFF;
}

.cdestra {
background-color:#000000;
font-size: 10px;
color:#FFFFFF;
font-weight:bold;
}

.username {
font-size:10px;
font-weight:bold;
color:#C0C0C0;
}

.menu {
height:35px;
background-image:url(/includes/layout/images/gradient/background.png);
}

input, textarea, select {
font-family:verdana;
background-color:#000000;
color:#FFFFFF;
font-size:10px;
border:1px solid #575757;
}

.tablefoot {
background-color:#000000;
background-image:url(/includes/layout/images/gradient/tablefooter.png);
height:15px;
}

.tablehead {
background-color:#000000;
background-image:url(/includes/layout/images/gradient/tableheader.png);
height:15px;
font-size:10px;
}

ul {
list-style: none;
padding: 0;
margin: 0;
}

#nav a {
font-weight: bold;
color: #C0C0C0;
}

#nav a {
text-decoration: none;
}

#nav li li a {
display: block;
font-size:10px;	
color: #C0C0C0;
padding: 0.2em 10px;
}

#nav li li a:hover {
width: 120px;
background-color:#181818;
color:#DA0000;
}

li {
float: left;
position: relative;
width: 140px;
text-align: center;
cursor: default;
background-color:#040404;
border:0;
}

li ul {
display: none;
position: absolute;
top: 100%;
left: 0;
font-weight: normal;
background-color:#040404;
border-right:0px;
border-left:0px;
border-bottom:0px;
}

li ul {
top: auto;
left: auto;
}

li li {
display: block;
float: none;
background-color: transparent;
border: 0;
}

li:hover ul, li.over ul {
display: block;
}

.thumbnail {
position: relative;
z-index: 0;
}

.thumbnail:hover {
background-color: transparent;
z-index: 50;
}

.thumbnail span {
position: absolute;
background-color: #232323;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: #FFFFFF;
text-decoration: none;
}

.thumbnail span img {
border-width: 0;
padding: 2px;
}

.thumbnail:hover span {
visibility: visible;
top: 0;
left: -200px;
}