/***********************************************
 * Studio Lovotrico
 * www.studiolovotrico.net
 * info@studiolovotrico.net
 * Copyright: Guillermo Lovotrico
 * All right reserved
 ***********************************************/
body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    background: #0a0a0a url(../images/page_bg.jpg) top left repeat-x;
    color: #ccc;
    text-align: center;
}

h1,h2,h3,h4,h5,h6,p {
	margin-top: 0px;
	padding-top: 0px;
}
h1,h2,h3,h4,h5,h6,
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a 
{
	color: #ffcc00;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover 
{color: #fff;} 

h1 {
	font-size: 13pt;
}
h2 {
	font-size: 12pt;
}
h3 {
	font-size: 10pt;
}
h4 {
	font-size: 9pt;
	text-decoration: underline;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	color: #fc0;
}

table tr td {
	vertical-align:middle;
}
#container {
    width: 960px;
    margin: 0px auto;
    text-align: left;
}

#header {
    height: 190px;
    background: #000 url(../images/head_sx_190.png) left top no-repeat;
    position: relative;
}

#logo {
    height: 190px;
    width: 182px;
    border-right: 1px solid #555;
    position: absolute;
    left: 7px;
    background: #000;
}
#logo img {
	height: 190px;
	width: 178px;
}

#header-dx {
    height: 190px;
    margin-left: 190px;
    background: url(../images/head_dx_190.png) right top no-repeat;
}

#menu-lite {
    height: 30px;
    margin-right: 7px;
    background: #000;
    padding: 0px 7px;
}
#menu-lite a {
	color: #eee;
	text-decoration: none;
}
#menu-lite a:hover {
	color: #fc0;
}

#banner img {
    width: 763px;
    height: 160px;
}

/* menues */
#menu {
    height: 50px;
    font-size: 10px;
	/*font-family: "Times New Roman", Times, serif;*/
    padding: 0px 10px 0px 120px;
    position: relative;
    background: url(../images/menu-rounded-1.png) top left no-repeat;
    margin-top: 7px;
	text-align: center;
	text-transform:uppercase;	

}

#menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
	position: relative;
	height: 30px;
}

#menu li {
    float: left;
    margin: 0px;
    height: 28px; /* = menu height */
    line-height: 28px;
	background: url(../images/menu-sep.png) right center no-repeat;
}

#menu a.active, #menu a:hover.active {
	color: #900;
	text-decoration: none;
	background: none;
}



#menu a {
    display: block;
    color: #333;
    padding: 0px 15px;
	text-decoration: none;
}

#menu a:hover {
    color: #555;
    background: url(../images/menu-hover-bg.png) center center no-repeat;
	text-decoration: underline;
}

/* sub-menues */
#menu li:hover ul {
    display: block;
}

#menu ul ul {
    display: none;
    position: absolute;
    top: 27px; /* = menu height -4px */
    font-size: 10px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#menu li li {
    float: none;
    height: 20px;
    line-height: 20px;
    background: #252525;
    width: 200px;
    padding: 0px;
    margin: 0px;
    border-collapse: separate;
    border: solid 1px #555;
    border-bottom: solid 1px #121212;
}

#menu li li a {
    height: 20px; /* = li li height */
    padding-left: 5px;
    text-decoration: none;
	color: #ccc;
}

#menu li li a:hover {
    background: #303030;
	color: #ddd;
	text-decoration: none;
}
/* end sub-menues & menues */

#wrapper {
    margin: 0px;
    background: #060606 url(../images/main-bg.png) top left repeat-x;
    border-left: solid 1px #020202;
    border-right: solid 1px #020202;
    padding: 0px 5px;
}

#nav {
    width: 180px;
    float: left;
	font-size: 9pt;
}

#dove-sono {
    height: 40px;
    line-height: 40px;
    width: 110px;
    border: solid 1px #555;
    border-bottom-color: #0a0a0a;
    padding-left: 7px;
    color: #fff;
    background: #222;
	font-weight: bold;
}

#nav ul {
    margin: 0px 0px 0px 0px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#nav ul li {
    border: solid 1px #555;
    border-bottom-color: #0a0a0a;
    height: 22px;
    line-height: 22px;
    background: #222;
    color: #fff;
}

#nav li a {
    color: #ccc;
    text-decoration: none;
    display: block;
    padding-left: 5px;
	height: 22px;
}

#nav li a:hover {
    background: #333;
	color: #ddd;
}

#extra {
	float: right;
	width: 180px;
}

#main {
    margin: 0px 190px;
	padding: 5px 0px 0px 0px;
	font-size: 9pt;
}
#main h1 {
	margin-top:0px;
	padding-top: 0px;
}

.box-main {
    width: 270px;
    height: 280px;
    margin: 5px;/*10px 0px 0px 10px;*/
    float: left;
    overflow: hidden;
    border: 1px solid #333;
}

.box-main a:hover {
	color: #fff;
}

.intestazione-box, .intestazione-box a {
    height: 20px;
    font-size: 10px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
    text-align: center;
	text-decoration: none;
	text-transform: uppercase;
    background: url(../images/menu-bg-1.png) center center repeat-x;
	display: block;
	border:none;
}
.intestazione-box a:hover {
	/*text-decoration: underline;*/
	color: #900;
}


.interno-box, .interno-box a {
    height: 260px;
    overflow: hidden;
    color: #ccc;
    font-size: 8pt;
    /* padding: 8pt; */
	color: #ccc;
	text-decoration: none;
	border: none;
	background: #000;
}

.interno-box img {
	width: 270px;
	height: 260px;
	border: none;
}
.interno-box a:hover img {
	width: 266px;
	height: 256px;
	border: solid 2px #fc0;
}

.box-extra {
	overflow: hidden;
    border: 1px solid #333;
    color: #ccc;
	height: 134px;
	margin: 10px 0px;
	font-size: 8pt;
}
.box-extra img {
	width: 178px;
	height: 134px;
}

.box-extra p {
    padding: 2px 5px;
}

#sponsor {
    text-align: center;
    margin-top: 10px;
}
p.sponsor {
	margin: 3px 0px;
}
p.sponsor a img, p.sponsor a object {
	border: 1px solid #111;
}
p.sponsor img,p.sponsor object {
	width: 180px;
	height: 75px;
}

#box-login {
    margin: 5px 0px;
    padding: 5px;
	height: 120px;
    border: solid 1px #555;
}
#box-login p {
	margin: 0 0 8px 0;
	padding: 0px;
}
#box-login input[type=text],
#box-login input[type=password] {
	width: 160px;
}

#form_login_main  {
	padding:20px;
	background: #202020;
	border: 2px solid #040404;
	width:450px;
}

.text-box {
    width: 160px;
}

#footer {
    margin-top: 0px;
    padding-top: 20px;
    text-align: center;
    font-size: 8pt;
    clear: both;
    background: url(../images/footer-bg.png) top left no-repeat;
}

#table-control-panel {
	width: 450px;
	margin: 0px auto;
}

.no-border {
	border: none;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}

#frm_utenti input[type=text],
#frm_utenti input[type=password],
#frm_utenti option {
	width: 450px;
}

#frm-login-main input[type=text],
#frm-login-main input[type=password] {
	width: 250px;
}

/* utenti.php */
#lista-utenti {
	display: none;
	width: 450px;
	height: 300px;
	overflow: auto;
	border: solid 2px #ccc;
}
#lista-utenti table {
	width: 410px;
	margin: 0 auto;
}
#lista-utenti a {
	text-decoration:underline;
	color:#265fa4;
}
#lista-utenti a:hover {
	color: #f60;
}

#lista-utenti table td {
	border-bottom: solid 1px #ccc;
	text-align: center;
}
.box-modifica {
	border: solid 1px #555;
	text-align: center;
	padding: 5px;
	background: #222;
	font-size:9pt;
}
.box-modifica a {
	display: block;
}
.textbox-350 {
	width : 350px;
}
.textbox-contatto {
	background: #ddd;
	border: solid 1px #555;
	width : 350px;
	margin-bottom: 5px;
	padding: 2px 0px;
}
.cursor-hand {
	cursor: hand;
}
object {
	cursor: hand;
}