body {
	background-color: #000000;
    color: #808080;
    font-family: monospace;
    cursor: url(images/puntatore.cur),default;
}


#header {
    color: #808080;
    text-align: center;
    font-weight: bold;
    font-size: 20pt;
    margin-top: 1%;
}

#body {
    margin-top: 3%;
    margin-bottom: 3%;
}

table.hack {
        color: #fff;
        border:2px solid #333;
}

tr.hack {
    color: #fff;
    border:1px solid #333;
}

#tr_hack {
    color: #fff;
    border:1px solid #333;
}

#colunica {
    margin-right: 2%;
    margin-left: 2%;
    margin-top: 3%;
	margin-bottom: 3%;
    padding-top: 2pt;
    padding-bottom: 2pt;
    padding-left: 2pt;
    padding-right: 2pt;
    font-size: 9pt;
    border: dotted #800 1pt;
    width: 96%;
    vertical-align: top;
    color: #fff;
}

#footer {
    color: #FFFFFF;
    text-align: center;
    font-size: 7pt;
    margin-bottom: 1%;
}

.menu {
    text-align: left;
    padding: 5pt;
}

.menu ul {
	margin-left: 0;
	padding-left: 0;
}

.menu li {
	list-style-type: none;
	border-bottom: 1px dashed #222222;
	margin-bottom: 1%;
}

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

a:visited {
    text-decoration: none;
    color: #808080;
}

a:focus {
    text-decoration: none;
    color: #808080;
}

a:hover {
    cursor: url(images/puntatore.cur),default;
    text-decoration: none;
    color: #800;
}

a:active {
    text-decoration: none;
    color: #808080;
}

.body_tab {
    padding-left: 2pt;
    padding-right: 2pt;
    text-align: center;
    font-size: 9pt;
    border: dotted #222222 1pt;
    height: 235pt;
    width:150pt;
}

.title {
    color: #B21818;
    text-align: center;
    font-weight: bold;
    font-size: 11pt;
    width: 100%;
}

.tb_menu {
    padding: 10pt;
}

.pv {
    vertical-align: top;
    padding-top: 10pt;
    text-align: center;
}

hr {
    border: dashed 1pt;
}

ul {
    list-style-type: square;
}

.text {
    width:140pt;
}

textarea {
	background-color:#242424;
	color:#FFFFFF;
	cursor: url(images/puntatore.cur),default;
	border-style: solid;
	border-color: #4B4B4B;
	padding:2pt;
}

input, textarea, select  {
	background-color : black;
	color : #888;
	border : 1px solid #444;
}

input:hover, textarea:hover, select:hover  {
	background-color : #080808;
	color : #800;
}

