﻿BODY 
{
    text-align: left;
    font-family: Verdana, Arial;
    height: 100%;
}

HR
{
    /* border: solid 1px rgb(1,78,130); */
    border: solid 1px #C0C0C0;
    height: 1px;
}

TD
{
    /* font-size: 70%; */
    font-size: 11px;
}

TH
{
    /* font-size: 70%; */
    font-size: 11px;
}

IMG
{
    margin: 0;
    padding: 0;
    border: 0;
}

pre
{
    margin: 0;
    padding: 0;
    line-height: 12px;
    width: 100%;
}

input.testo 
{
    font:8pt "Verdana","Arial","Helvetica",sans-serif;
	font-weight: bold;
	border: 0px solid;
	padding:0 .1em;
	cursor:pointer;	
	/* background-color: rgb(232,232,232);	 */
	background-color: Transparent;
	letter-spacing:0px;    
}

input.text, input.button, textarea, select {
	font:8pt "Verdana","Arial","Helvetica",sans-serif;
	font-weight:normal;
}
input.button {
	border:1px solid;
	padding:0 .1em;
	cursor:pointer;
	
}
input.text, textarea, select {
	border:1px solid;
	letter-spacing:0px;
}

.description
{
    font-style: italic;
    margin: 5px;
    margin-left: 10px;
}

.searchKey
{
    padding-left: 1px;
    padding-right: 1px;
    border: solid 1px navy;
    background-color: #F0E68C;
}

.trophy
{
    padding: 5px;
    font-size: medium;    
    border-bottom: solid 1px rgb(122,175,145);
    border-top: solid 1px rgb(122,175,145);
}

#totale
{
    height: 100%;
}

#header
{
    width: 99%;
    height: 100px;
    border-right: solid 1px black;
    border-top: solid 1px black;
    border-left: solid 1px black;
    background-color: black;
    color: white;
    font-size: large;
    font-weight: bold;
    padding: 0px;
}

.tit
{
   padding: 15px;
   padding-bottom: 0px;
   padding-top: 10px;
}

.subtit
{
    padding: 15px;
    padding-top: 3px;
    padding-bottom: 2px;
    font-size: 10px;
}

#menu
{
    width: 99%;
    border-right: solid 1px black;
    border-left: solid 1px black;
    font-size: 75%;
    color: White;
    height: 30px;
    background-image: url(/Images/menubk.png);
}

div#menu ul
{
    margin: 0px;
    padding: 0px;
    color: White;
    white-space: nowrap;
    /* white-space: normal; */
    height: 30px;
}

div#menu li
{
    list-style-type: none;
    display: inline;      
}

div#menu li a
{	
    text-decoration: none;
    padding-top: 0.4em;
    width: 100px;    
    color: White;
    background-color: Transparent;   
    border: 3px solid Transparent;
    height: 30px;        
    display : -moz-inline-block;
    display: -moz-inline-box;
    display: inline-block;   
    text-align: -moz-center;   
    text-align: center;          	
}

div#menu li a:link
{
    color: White;
}

div#menu li a:visited
{
    color: White;
}

div#menu li a:hover
{
    color: White;
    /* background-color: White; */  
    border: 3px solid white;  
}

#container
{
    width: 99%;
    border-right: solid 1px black;
    border-left: solid 1px black;
    /* font-size: 70%; */
    font-size: 11px;
    color: Black;
    height: 100%;
}

#footer
{
    width: 99%;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    border-left: solid 1px black;
    background-color: rgb(232,232,232);
    font-size: xx-small;
    color: Black;
}

#footer a:link, #footer a:visited, #footer a:active
{
    margin-left: 3px;
    color: Black;
    background-color: inherit;
    font-weight: normal;
}

#footer a:hover
{
    /* color:  rgb(1,78,130); */
    color:  rgb(122,175,145);
    font-weight: normal;
}

.tdRight
{
    background-color: rgb(232,232,232);
    border-bottom: solid 1px white;
}

#right
{
    float: right;
    width: 180px;
    background-color: rgb(232,232,232);
    
    color: Black;
    height: 100%;
}

#right a:link, #right a:visited, #right:active
{
    font-weight: normal;
}

#content
{
    padding: 30px 20px 20px 10px;
    color: Black;
    background-color: White;
    height: 100%;
}

.rightContent
{
    padding-left: 6px;
}

.site
{
    margin-left: 10px;
    padding: 1px;
}

.alignCenter
{
    text-align: center;
}

ul.latestPostsMenu
{
    width:100%;
	list-style:none;
	margin:0; padding:0;
	margin-top: 5px;
}

ul.latestPostsMenu li a, ul.latestPostsMenu li a:visited, ul.latestPostsMenu li a:link
{
    font-weight: normal;
}

ul.latestPostsMenu li
{
    display: block;
}

ul.rightMenu
{
	width:100%;
	list-style:none;
	margin:0; padding:0;
	margin-top: 5px;
}

ul.rightMenu li a
{
	display:block;
    text-align: left;
	text-decoration:none;
	padding-left: 10px;
	padding-right: 3px;
	margin: 1px 0;
	border-top: 1px solid rgb(232,232,232);
	border-bottom: 1px solid rgb(232,232,232);
    width: auto;
    font-weight: normal;
}

ul.rightMenu li
{
	display: inline;
}

ul.rightMenu li a:link
{
	color: black;
	font-weight: normal;
}

ul.rightMenu li a:active, ul.rightMenu li a:visited
{
	color: black;
	border-top: 1px solid rgb(232,232,232);
	border-bottom: 1px solid rgb(232,232,232);
	background-color: inherit;
	text-decoration: none;
	font-weight: normal;
}

ul.rightMenu li a:hover
{
	color: black;
	/* border-top: 1px solid rgb(1,78,130);
	border-bottom: 1px solid rgb(1,78,130); */
	border-top: 1px solid rgb(122,175,145);
	border-bottom: 1px solid rgb(122,175,145);	 
	background-color: #F3F3F3;
	text-decoration: none;
	font-weight: normal;
}


.mess
{
    width: 100%;
    padding: 0px;
    /* border: 0px solid rgb(1,78,130); */
    border: 0px solid rgb(122,175,145);    
    margin-bottom: 13px;
    padding-top: 10px;
}

.messHeader
{
    background-color: white;
    font-size: 130%;
    font-weight: bold;
    color: black;
    /* border-bottom: 2px solid rgb(1,78,130); */
    border-bottom: 2px solid rgb(232,232,232);
}

.messBody
{
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 4px;
}

.messFooter
{
    background-color: rgb(232,232,232);
    /* border-bottom: 1px solid rgb(1,78,130); */
    border-bottom: 1px solid rgb(122,175,145);
    color: black;
}

.messFooter a:link, .messFooter a:visited, .messFooter a:active
{
    /* color: rgb(1,78,130); */
    color: rgb(122,175,145);
}

.floatArt
{
	float: right;
	margin: 8px;
	padding: 3px;
	/* border: 1px solid rgb(1,78,130); */
	border: 1px solid rgb(122,175,145);
	border-top-width: 3px;
	border-bottom-width: 2px;
	width: 140px;
}

.homeFloat
{
    float: right;
	margin: 8px;
	margin-right: 1px;
	padding: 3px;
	width: 250px;
	/* border: 1px solid rgb(1,78,130); */
}

.code
{
	margin: 0px;
    padding: 4px;
    border-top: 1px solid #C0C0C0;
    border-bottom: 1px dotted #C0C0C0;
    width: 98%;
    font-family: Lucida console, Courier new;
    font-size: 105%;
}

.cloud
{
	text-align: center;
}

a.nav:link, a.nav:visited, a.nav:active
{
	text-decoration: none;
	padding: 0 3em;
	color: black;
	font-weight: bold;
    background-color: rgb(232,232,232);
}

a.nav:hover
{
	background-color: white;
	color: black;
	border: 0;
}

div#menu li a.attivo
{
	text-decoration: none;
	color: black;
	font-weight: bold;
    background-color: White;
    padding-top: 0.4em;
    width: 120px;
    text-align: center;
}
a.attivo, a.attivo:link, a.attivo:visited, a.attivo:active
{
    text-decoration: none;
	color: black;
	font-weight: bold;
    background-color: White;
    padding-top: 0.4em;
    width: 120px;
    text-align: center;
}

a:link, a:visited, a:active
{
    text-decoration: none;
    color: black;
    font-weight: bold;
}

a:hover
{
    /* color: rgb(1,78,130); */
    color: rgb(122,175,145);
}
