/*
*	===============================================================================
*						CARATTERSTICHE BODY
*	===============================================================================
*/
body {
	background: #FFFFFF;
	color: #000000;
	margin: 0px;
	padding: 30px 10px 10px 10px;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.3;
}

.player {
	position: absolute; width: 120px; height: 22px; margin: 113px 0px 0px 370px;
}
/*
*	===============================================================================
*					STRUTTURA PAGINA PRINCIPALE
*	===============================================================================
*/
div#wrapper {
	margin: 0px auto;
	border: 0px;
}

div#inner {
	width: 950px;
	margin: 15px;
	display: block;
}
div#login_wrap {
	position: relative;
	float: left;
	left: 50px;
	top: 120px;
/*
	position: absolute;
	left: 270px;
	top: 145px;
*/
}
div#login_left {
	background: transparent url('images/login_left.gif') no-repeat scroll left top;
	height: 92px;
	width: 15px;
	float: left;
}
div#login {
	background: transparent url('images/login_bg.gif') repeat-x scroll left top;
	height: 92px;
	float: left;
}
div#login_right {
	background: transparent url('images/login_right.gif') no-repeat scroll left top;
	height: 92px;
	width: 20px;
	float: left;
}
table#login {
	margin: 5px 0px 5px 0px;
	color: blue;
}

div#header_wrap {}
div#header {
	background: transparent url('images/header_wrap.gif') no-repeat scroll left top;
	height: 161px;
}
div#logo {}
div#content_layout_wrap {}
div#content_layout {}

div#navbar_wrap {}
div#navbar{
	background: transparent url('images/navbar_wrap.gif') no-repeat scroll left top;
	height: 37px;
}
div#menu_wrap {
	position: relative;
	height: 37px;
	/*left: 400px;*/
	left: 150px;
	width: 500px;
}
div#menu_left {
	background: transparent url('images/menu_left.gif') no-repeat scroll left top;
	height: 37px;
	width: 15px;
	float: left;
}
div#menu {
	background: transparent url('images/menu_bg.gif') repeat-x scroll left top;
	height: 37px;
	float: left;
}
div#menu_right {
	background: transparent url('images/menu_right.gif') no-repeat scroll left top;
	height: 37px;
	width: 20px;
	float: left;
}
div#menu ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 5px;

}
div#menu ul li {
	position: relative;
}
div#menu li {
	float: left;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 16px;
	height: 37px;
	list-style-image: url('images/menu_point.png');
	padding: 0px 30px 0px 0px;
}

div#menu a, a:visited {
	color: #2c76ba;
}
div#menu a:hover {
	color: #d17029;
}

div#content_wrap {}
div#content {
	background: transparent url('images/content_wrap.gif') repeat-y scroll left top;
	/*height: 365px;*/
}

dvi#mainbody_wrap {}
div#mainbody {
	padding: 20px 50px 10px 20px;	/* top - right - bottom - left */
	text-align: left;
}

div#footer_wrap {}
div#footer {
	background: transparent url('images/footer_wrap.gif') no-repeat scroll left top;
	height: 82px;
}

/*
*	===============================================================================
*					RIDEFINIZIONE STYLE ELEMENTI
*	===============================================================================
*/
input.textbox {}
input.textboxdisabled {
	background-color: #BBBBBB;
	color: #888888;
}
select.ordinamento {
    color: #666666;
    width: 145px;
}
h1 {
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	background-color: #FFFFCC;
	padding: 0px 5px 0px 5px;
	font-size: 24px;
	background-color: #5ea2e4;
	color: #ffffff;
}
h2 {
	background-color: #c1e2ef;
	padding: 0px 5px 0px 5px;
	font-size: 14px;
	margin: 0px 0px 15px 0px;
}

/*
*	===============================================================================
*					PERSONALIZZAZIONE STILE MODULI
*	===============================================================================
*/
table#user_home {
	width: 700px;
	padding: 20px;
	margin: 0px auto;
	text-align: center;
}
table#user_home a {
	color: #0000E7;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
table#user_home a:hover {
	color: #AAAAAA;
}

div#list {
	border: 1px dotted #000; 
	margin: 2px 5px 2px 5px; 
	display:block; 
	float: left; 
	width: 31%; 
	height: 180px;
	overflow: hidden; 
}
div#list img {
	width: 64px;
	height: 64px;
}
.pagelink {
	background-color: #f0f5fa;
	border: 1px solid #072a66;
	padding:1px 3px 1px 3px;
	color: #000;
	font-weight: normal;
}
.pagelinklast {
	background-color: #dfe6ef;
	border: 1px solid #072a66;
	padding:1px 3px 1px 3px;
	color: #000;
	font-weight:normal;
}
.pagecurrent {
	background-color: #ffc9a5;
	border: 1px solid #072a66;
	padding:1px 3px 1px 3px;
	color: #000;
	font-weight:normal;
}