/***********************************************************************
OPTIONAL, TEMPLATE SPECIFIC STYLE
***********************************************************************/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}
body {
	background-repeat:no-repeat;
	margin: 90px 0;
	padding: 0;
}
a:link { color: #444; text-decoration: none; }
a:visited { color: #444; text-decoration: none; }
a:hover { color: #0066FF; text-decoration: none; }
a:active { color: #444; text-decoration: none; }
img { border:0; } 
.content 	{ FONT-SIZE: 11px;}

/*****************
Structure
*****************/
.tpl_str_center {
	width: 954px;
	margin: 0 auto;
}
.tpl_str_header {
	height: 123px;
	background:url(../images/tpl_bg_header.png) no-repeat !important;
	background:url(../images/tpl_bg_header.gif) no-repeat;
}
.tpl_logo {
	float:left;
	width:371px;
	height:123px;
	background:url(../images/tpl_logo.png) no-repeat !important;
	background:url(../images/tpl_logo.gif) no-repeat;
}

.tpl_str_footer {
	height: 36px;
	background:url(../images/tpl_bg_footer.png) no-repeat !important;
	background:url(../images/tpl_bg_footer.gif) no-repeat;
}
.tpl_str_main {
	height:100%; /* IE6 Fix */
	background:url(../images/tpl_bg_main.png) repeat-y !important;
	background:url(../images/tpl_bg_main.gif) repeat-y;
	/*
	background:url(../images/tpl_bg_main.png) repeat-y; padding:0 0px 0 0px;
	*/
}

.tpl_main {}
.tpl_content {
	padding:10px;
	background-color:#FFF;
}

.tpl_showpath {
	height:19px;
	background:url(../images/tpl_showpath.png) no-repeat top right #DEE7ED;
	font-size:11px;
	margin-right:9px;
}
.tpl_showpath div {
	padding:3px 0 0 10px;
	color:#8FAEC2;
}
.tpl_showpath div a,
.tpl_showpath div a:visited { color:#678A9E; }
.tpl_showpath div a:hover { color:#FFF; }

/*****************
Footer
*****************/
.tpl_footer {
	height:115px;
	background:url(../images/tpl_release_bg.png) repeat-x top #3B4C5F;
	padding:10px 12px 0 12px;
	border-top:4px solid #A8B7C8;
}
.tpl_footer .cnt,
.tpl_footer .cnt a,
.tpl_footer .cnt a:visited { font-size:9px; color:#7891AB; }
.tpl_foote .cntr a:hover { color:#FFF; }
.tpl_footmsg {
	font-size:10px;
	color:#889EB3;
}
.tpl_footmsg a,
.tpl_footmsg a:visited { color:#889EB3; }
.tpl_footmsg a:hover { color:#FFF; }


/*****************
Menu
*****************/
.tpl_menu {
	height:30px;
	background:url(../images/tpl_menu.png) repeat-x;
	border-top:4px solid #A8B7C8;
	color:#C7D1DC;
	/*font-weight:bold;*/
}
.tpl_menu a,
.tpl_menu a:visited {
	display:block;
	color:#C7D1DC;
	height:14px;
	padding:8px 30px;
}
.tpl_menu a:hover {
	color:#FFF;
	background:url(../images/tpl_menu_h.png) repeat-x;
}
.tpl_menu ul {
	list-style:none;
	padding:0;
	margin:0;
}
.tpl_menu li {
	float:left;
	border-right:1px solid #40556A;
}
/*****************
Titles
*****************/
h1 {
	margin:0;
	padding:0;
	font-size:16px;
}
h2 {
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
}
h3 {
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:bold;
}
/*****************
Blocks
*****************/
.tpl_box_nav {
	width:170px;
	padding-right:8px;
}
.tpl_box_extra {
	width:160px;
	padding-right:8px;
}
/* BLOCK */
.tpl_block {
	margin-bottom:10px;
	background-color:#EEE;
}
.tpl_block_title {
	height:33px;
	background:url(../images/tpl_block_title.gif) no-repeat;
}

.tpl_block_title div {
	background:url(../images/tpl_block_title_cap.gif) top right no-repeat;
	padding:6px 8px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}
.tpl_block_body {
	padding:8px;
	border-top:1px solid #FFF;
	background:url(../images/tpl_block_main.gif) repeat-x;
}
.tpl_block_body .block_linkstyle a {
	display:block;
	padding:2px 0;
	border-bottom:1px dotted #CCD3D9;
}
.tpl_block_body .block_linkstyle a:hover { color:#0066FF; }

/* BLOCK H1 */
.tpl_block_h1 {
	margin-bottom:10px;
	background-color:#f0f3e2;
}
.tpl_block_title_h1 {
	height:33px;
	background:url(../images/tpl_block_title_h1.gif) no-repeat;
}
.tpl_block_title_h1 div {
	background:url(../images/tpl_block_title_cap_h1.gif) top right no-repeat;
	padding:6px 8px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}
.tpl_block_body_h1 {
	padding:8px;
	border-top:1px solid #FFF;
	background:url(../images/tpl_block_main_h1.gif) repeat-x;
}
.tpl_block_body_h1 .block_linkstyle a {
	display:block;
	padding:2px 0;
	border-bottom:1px dotted #CCD3D9;
}
.tpl_block_body_h1 .block_linkstyle a:hover { color:#FFF; }

/* BLOCK H2 */
.tpl_block_h2 {
	margin-bottom:10px;
	background-color:#ebe6e0;
}
.tpl_block_title_h2 {
	height:33px;
	background:url(../images/tpl_block_title_h2.gif) no-repeat;
}
.tpl_block_title_h2 div {
	background:url(../images/tpl_block_title_cap_h2.gif) top right no-repeat;
	padding:6px 8px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}
.tpl_block_body_h2 {
	padding:8px;
	border-top:1px solid #FFF;
	background:url(../images/tpl_block_main_h2.gif) repeat-x;
}
.tpl_block_body_h2 .block_linkstyle a {
	display:block;
	padding:2px 0;
	border-bottom:1px dotted #CCD3D9;
}
.tpl_block_body_h2 .block_linkstyle a:hover { color:#FFF; }
/* CENTRAL */
.tpl_block_title_c {
	padding-left:10px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:2px;
	color:#4d6173;
}
.tpl_block_body_c {
	margin-bottom:10px;
	padding:8px;
	background-color:#E2ECF1;
}
/*****************
Other
*****************/
.underlined {
	border-bottom: 1px solid #DDD;
}
.info {
	font-size: 11px;
	color:#B1AB9E;
}
.box {
	padding: 4px;
	background-color: #F4F4F4;
	border: 1px solid #DDD;
	margin: 2px 0;
}



/* Foto utenti */
/* visualizzazione foto utenti */
.thumb {
	display: block;
	float: left;
	width: 96px;
	height: 88px;
	text-align: center;
	background-image: url(../images/pic_bg.png);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 10px;
	padding: 0;
	margin: 1px 1px 1px 0;
	color: #555;
}
.thumb:hover {
	background-image: url(../images/pic_hover_bg.png);
}
.thumb img,
.thumb img {
	border: none;
	padding: 0px;
	margin: 7px auto 0 auto;
	max-height: 60px;
}
.username input {

}
.username input {
	background: url(../images/username_bg.png) 0px 0px no-repeat;
	width: 75px;
	height: 23px;
	padding: 2px 10px 0px 23px;
	border: none;
	color: #646464;
}
.username input:hover {
	background: url(../images/username_bg.png) 0 -24px no-repeat;
	width: 75px;
	height: 23px;
	padding: 2px 10px 0px 23px;
	border: none;
	color: #000000;
}
.password input {
	background: url(../images/password_bg.png) 0 0px no-repeat;
	width: 75px;
	height: 23px;
	padding: 2px 10px 0px 23px;
	border: none;
	color: #646464;
}
.password input:hover {
	background: url(../images/password_bg.png) 0 -24px no-repeat;
	width: 75px;
	height: 23px;
	padding: 2px 10px 0px 23px;
	border: none;
	color: #000000;
}


