body
{
	background-color: #181818;
    background-image: none;

	color: #FFFFFF;
	margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;

	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
}

a:link    {text-decoration: none; color: #FFCC00;}
a:visited {text-decoration: none; color: #FFCC00;}
a:hover   {text-decoration: none; color: #FFFF66;}
a:active  {text-decoration: none; color: #FFFF66;}

table
{
    width: 100%;
    border-width: 0px;
    empty-cells: show;
}

table.tooltip
{
    width:auto;
}

form
{
    padding: 0px;
    margin: 0px;
}

img
{
    border:0px;
}

input[type=text], input[type=password]
{
	font-family: Verdana, Arial, Sans-serif;
	border-color: #FFFF66;
    border-style: solid;
	border-width: 1px;
	color:#CCCCCC;
	background-color:#000000;
	font-size: 11px;
    padding:1px 2px 1px 2px;
}

input[type=submit], input[type=reset], input[type=button], button
{
	border-color: #FFFF66;
    border-style: solid;
	border-width: 1px;
	color:#FFCC00;
	background-color:#000000;
	text-indent:2px;
	font-size: 11px;
    padding:1px;
}

input[type=file]
{
	color:#000;
	background-color:#FFF;
}

textarea
{
	border-color: #FFFF66;
    border-style: solid;
	border-width: 1px;
	color:#CCCCCC;
	background-color:#000000;
	padding:2px;
	font-size: 11px;
}

select
{
	font-size: 11px;
	color: #FC0;
	background-color: #000;
	border: 1px solid #FFFF66;
}

#main-container
{
    width: 990px;
    margin: 0 auto;
}

#header
{
    background-color: transparent;
    background-image: url('./immagini/top_banner.png');
    background-position: top left;
    background-repeat: no-repeat;
    height: 140px;
    margin-bottom: 10px;
}

#nav
{
    font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
    margin: 0;
    float:none;
    padding-top: 108px;
    padding-left: 436px;
}

#no-js-warning
{
    background-color: #FF6;
    background-image: none;
    padding: 5px;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
    font-weight: bold;
}

#contentwrapper
{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

#contentcolumn
{
    margin: 0 200px 0 200px; /*Margins for content column. Should be "=0 >=RightColumnWidth =0 >=LeftColumnWidth*/
    padding: 0px;
}

#leftcolumn
{
    float: left;
    width: 190px; /*Width of left column in pixel*/
    margin-left: -990px; /*Set margin to that of -(MainContainerWidth)*/
    margin-bottom: 10px;
}

#rightcolumn
{
    float: left;
    width: 190px; /*Width of right column*/
    margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
    margin-bottom: 10px;
}

#footer
{
    clear: left;
    width: 100%;
    margin-bottom: 10px;
}

#footer a
{
    background-color: transparent;
}

#footer .highlight
{
    color: #FFCC00;
}

#footer-content
{
    width:100%;
    background-image:none;
    background-color: #000000;
    border-width: 0px 1px 0px 1px;
    border-style: solid;
    border-color: #FFFF66;
    color: #FFFFFF;
    text-align:center;
    font-family:Verdana;
    font-size:10px;
    padding: 0px 10px 0px 10px;
}

#site-stats
{
    font-family:Verdana;
    font-size:10px;
    background-color: transparent;
    text-align: right;
    line-height: 1.5;
    padding: 10px 10px 0px 0px;
    float:right;
}

#login-box
{
	background-image: url('./immagini/login.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.scroll-text
{
    font-size: 10px;
    color: #999;
}

.box-content
{
    background-color: #000000;
    border-left: 1px solid #FFFF66;
    border-right: 1px solid #FFFF66;
    padding: 10px 10px 0px 10px;
    text-align: left;
}

.mainbox-header
{
    border-width: 0px;
    height: 10px;
    background-image: url('./immagini/mainbox_head_bg.png');
    background-repeat: no-repeat;
    
    padding: 0 10px 0 10px;
    font-size: 11px;
    font-weight: bold;
    color: #FFCC00;
    vertical-align: bottom;
}

.mainbox-content
{
    border-width: 0px 1px 0px 1px;
    border-style: solid;
    border-color: #FFFF66;
    background-image: none;
    background-color: #000000;
    padding: 0px 10px 0 10px;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    vertical-align: middle;
}

.mainbox-title
{
    font-size: 14px;
    font-weight: bold;
    color: #FFCC00;
    padding: 0px 10px 0px 10px;
    border-width: 0px 1px 0px 1px;
    border-style: solid;
    border-color: #FFFF66;
    background-color: #000000;
    background-image: none;
    text-align: left;
}

table.comment, table.input-form
{
    margin-top:20px;
}

.news-header, .comment-header, .inputform-header
{
    border-width: 0px;
    height: 20px;
    background-image: url('./immagini/news_head_bg.png');
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0 10px 0 10px;
    font-size: 11px;
    font-weight: bold;
    color: #FFCC00;
    vertical-align: bottom;
}

.news-content, .comment-content, .inputform-content
{
    border-width: 0px 1px 0px 1px;
    border-style: solid;
    border-color: #FFFF66;
    background-image: none;
    background-color: #000000;
    padding: 10px 10px 0 10px;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
}

.news-footer, .comment-footer, .mainbox-footer
{
    height: 10px;
    background-image: url('./immagini/mainbox_footer_bg.png');
    background-repeat: no-repeat;
}

.qtable
{
    border:1px solid #666;
}

.qtable th
{
    padding-top:3px;
    padding-bottom:3px;
    text-align:center;
    border-width: 0px 0px 1px 0px;
    border-color: #666;
    border-style: solid;
    color: #FFF;
    height: 20px;
}

.qtable td
{
    height: 18px;
    padding-top:2px;
    padding-bottom:2px;
    border-width: 0px 0px 0px 0px;
    border-color: #666;
    border-style: dashed;
}

td.pinfo
{
    border-bottom: 1px dashed #333;
}

td.tab-info
{
    padding: 5px 5px 5px 0px;
    border-bottom: 1px dashed #333;
    text-align: left;
}

.title2
{
    font-size: 13px;
    font-weight: bold;
    color: #FFCC00;
}

.title3
{
    font-weight: bold;
    color: #FFCC00;
}

.writtenby
{
    color: #666666;
}

.writtenby span
{
    color: #CCCCCC;
}

.warning
{
	color: #FF0000;
}
