/*
MoDDeD By KinG-InFeT - www.kinginfet.net
*/
#header
{
    color: #808080;
    text-align: center;
    font-weight: bold;
    font-size: 20pt;
    margin-top: 1%;
}

table.hack {
        color: #fff;
        border:2px solid #333;
        backgrodund-color: #000;
}

tr.hack {
    color: #fff;
    border:1px solid #333;
    backgrodund-color: #000;
}

.guide
{
    color: #808080;
}
.guide a:hover
{
    color: #222222;
    cursor: url(images/puntatore.cur),default;
    text-decoration: none;
}
.guide a:visited
{
    color: #222222;
    cursor: url(images/puntatore.cur),default;
    text-decoration: none;
}
.guide a:active
{
    color: #222222;
    cursor: url(images/puntatore.cur),default;
    text-decoration: none;
}
.guide a:focus
{
    color: #222222;
    cursor: url(images/arrow.png),default;
    text-decoration: none;
}
.guide center
{
    color: #222222;
    font-weight:bold;
}
#tr_hack
{
    color: #fff;
    border:1px solid #333;
    backgrodund-color: #000;
}
#colunica
{
    background-color: #000000;
    margin-right: 2%;
    margin-left: 2%;
    margin-top: 3%;
    padding-top: 2pt;
    padding-bottom: 2pt;
    padding-left: 2pt;
    padding-right: 2pt;
    font-size: 9pt;
    border: dashed #FFFFFF 0.8pt;
    width: 80%;
    margin-bottom: 3%;
    vertical-align: top;
    color: #808080;
    width: 96%;
        color: #fff;
        border:2px solid #333;
        backgrodund-color: #000;
}

#footer
{
    color: #FFFFFF;
    text-align: center;
    font-size: 7pt;
    margin-bottom: 1%;
}

#body
{
    margin-top: 3%;
    margin-bottom: 3%;
}

body { background-color: black; }

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: #808080;
}

a:active
{
    text-decoration: none;
    color: #808080;
}

.body_tab
{
    padding-left: 2pt;
    padding-right: 2pt;
    text-align: center;
    font-size: 9pt;
    border: solid #FFFFFF 1pt;
    background-color: #000000;
    height: 235pt;
    width:150pt;
}

.title
{
    color: #222222;
    text-align: center;
    font-weight: bold;
    font-size: 11pt;
    width: 100%;
}

.argomenti
{
    text-align: left;
    padding: 5pt;
}
.argomenti ul
{
	margin-left: 0;
	padding-left: 0;
}

.argomenti li
{
	list-style-type: none;
	border-bottom: 1px dashed #222222;
	margin-bottom: 1%;
}


.separator
{
    color: #FFFFFF;
    text-align: center;
}

.spazia
{
    padding: 10pt;
}

.pv
{
    vertical-align: top;
    padding-top: 10pt;
    text-align: center;
}

.inpagetable
{
    border: dashed #FFFFFF 1pt;
    border-collapse: collapse;
}

.inpagetr
{
    border: dashed #FFFFFF 1pt;
}

.inpagetd
{
    border: dashed #FFFFFF 1pt;
    padding-right: 2pt;
    padding-left: 2pt;
    padding-top: 2pt;
    padding-bottom: 2pt;
}

.sort
{
    border: dashed #FFFFFF 1pt;
    padding-right: 2pt;
    padding-left: 2pt;
    padding-top: 2pt;
    padding-bottom: 2pt;
    cursor: pointer;
}

body
{
    background-image: url(images/sfondo.png);
    background-repeat: repeat;
    color: #808080;
    font-family: monospace;
    cursor: url(images/puntatore.cur),default;
}

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;
}

select
{
	background-color:#242424;
	color:#FFFFFF;
	cursor: url(images/puntatore.cur),default;
	border-style: solid;
	border-color: #4B4B4B;
}
input {
	background-color:#242424;
	color:#FFFFFF;
	cursor: url(images/puntatore.cur),default;
        border: 1px;
	border-style: solid;
	border-color: #4B4B4B;
}

input:focus{
	background-color:#242424;
	color:#FFFFFF;
	cursor: url(images/puntatore.cur),default;
        border: 1px;
	border-style: solid;
	border-color: lime;
}