@charset "iso-8859-1";

@import url(../../base/css/general.css);
@import url(login_section.css);
@import url(boxes.css);

	body
	{
		margin:0px;
		padding:0px;
		background: #c5cfd0 url(../images/bg9.png) top center no-repeat;
		color: #333333;
		/*background-image:url('../images/body_bg.png');
		background-color:#EFEFEF;*/
		font-family:verdana, tahoma, Tahoma, Arial;
		font-size:11px;
		color:#000000;
	}
	
	td
	{
		text-align:left;
	}
	
	a img
	{
		border:none;
		margin:0px;
		padding:0px;
	}	
	
	a form 
	{
		border:none;
		margin:0px;
		padding:0px;
	}	

	select,
	select.no,
	input,
	input.no,
	textarea,
	textarea.no
	{
		font-size:11px;
		font-family:verdana, tahoma, Tahoma, Arial;
	}
	/* MOLI - */
	.topbar
	{
	
	height: 97px;
	background-repeat: repeat-x;

	}
	
	.menubar
	{
	position:relative;
	height: 20px;
	top:-20px;
	
	z-index:2;
	width:990px;
	margin-left:auto;
	margin-right:auto;
	}
		
	.menubaritem
	{
	border-left:1px solid #ffffff;
	}

	/* * * * MsgBox * * * */
	
	.MsgBox
	{
		margin:15px auto 15px auto;
	}
	
	.MsgBox td
	{
		margin:0px;
		padding:0px;
	}
	
	.MsgBox .corner,
	.MsgBox .corner img
	{
		width:7px;
		height:7px;
		font-size:0px;
	}
	
	.MsgBox .left_side,
	.MsgBox .right_side,
	.MsgBox .top_side,
	.MsgBox .bottom_side
	{
		background-color:#F8F8F8;
		background-image:url(../images/msgbox_bd.gif );
		font-size:0px;
	}
	
	.MsgBox .left_side
	{
		width:7px;
		background-position:left top;
		background-repeat:repeat-y;
		border: 0px solid #123456;

	}
	
	.MsgBox .right_side
	{
		width:7px;
		background-position:right top;
		background-repeat:repeat-y;
	}
	
	.MsgBox tr .top_side
	{
		height:7px;
		background-position:left top;
		background-repeat:repeat-x;
	}
	
	.MsgBox .bottom_side
	{
		height:7px;
		background-position:left bottom;
		background-repeat:repeat-x;
	}

	.MsgBox .msgbox_content
	{
		background-color:#F8F8F8;
	}
	
	.MsgBox .msgbox_text
	{
		text-align:center;
		color:#123456;
		font-weight:bold;
		font-size:11px;
		padding:10px;
		text-transform:uppercase;
	}
	
	/* * * *  * * * */
	
	
	.main
	{
	position:relative;
	width: 990px;
	top:0px;
	
	
	
/*	background-color: #FFFFFF; */
/*	margin-bottom:10px;*/
	margin: 0px auto 0px;
	padding:0px;
/*	margin-top:40px;*/
/*	margin-left:auto;
	margin-right:auto;*/
/*	padding:8px 10px;*/
/*	border: 2px solid #123456;*/
/*	z-index:1;*/
	}
	
	/*.topestMenuWrapper
	{
		position:relative;
		height:21px;
/*		background-color: #393939;*/

	}*/
	
	.topestMenu
	{
/*
		position:absolute;
		top:-1px;
		left:-10px;
		width:980px;
*/		
		height:17px;
/*		padding-top:3px; */
/*		border-left:1px solid #ffffff; */
/*		background-image:url(../images/top_tab_cutting.gif); */
/*		background-color: #393939;*/
		font-size:11px;
	}
	
	.topestMenu a
	{
		font-size:11px;
		margin-left:5px;
	}

	.topBlock
	{
		position:relative;
		height:90px;
		top: 0px;
		border:0px dashed blue;
		margin-bottom:-5px;
/*		background-color: #4B4B4B;*/
	}
	
	img.mainLogo
	{
		position:absolute;
		top:4px;
		left:4px;
	}

	.topBigText
	{
		position:absolute;
		top:7px;
		left:70px;
	}
	
	.topBigText .title
	{
		font-size:36px;
		line-height:36px;
	}
	
	.topBigText .title a,
	.topBigText .title a:link,
	.topBigText .title a:visited,
	.topBigText .title a:active,
	.topBigText .title a:hover
	{
		font-weight:bold;
		color:#666666;
		text-decoration:none;
	}
	
	.topBigText .powered
	{
		font-size:8px;
		font-weight:bold;
		text-transform:uppercase;
		color:#666666;
		margin-left:3px;
	}
	
	
	.topMenu {
		width: 100%;
		
	}
	
	.topMenu td {
		
		height: 25px;
		text-align: center;
		vertical-align: middle;
	}
	
	.topMenu a,
	.topMenu b {
		font-weight: bold;
		display: block;
		line-height: 22px;
		height: 22px;
		margin: 0px;
		padding:0px;
		text-transform: capitalize;
	}
	
	.topMenu a,
	.topMenu a:link,
	.topMenu a:visited,
	.topMenu a:active {
		color: #FFFFF1; /* COLORE DEI TITOLI DI MENU */
		text-decoration: none;
		/*background-image:url(../images/tab_cutting.gif);*/

	}
	
	.topMenu b,
	.topMenu a:hover {
		color: #FFFFFF;
		text-decoration: none;
		background-image:url(../images/menu_sel.png);
		background-repeat:repeat-x;

	}
	
	.topMenu b {
		cursor: default;
		white-space: nowrap;
	}
	
	
	.subMenusContainer {
		position: relative;
		/*top: 24px;
		width: 100%;*/
		z-index: 150;
		font-size:13px;
		color:#000000;

	}
	
	.subMenu {
		background-image:url(../images/h_menu_bg.png);
		background-repeat:repeat-x;
		height:17px;
		padding-top:18px;
		/*padding-left: 14px;*/
		font-weight: bold;
		
		font-size:11px;

		position: absolute;
		top: -4px;
		/*width: 946px;*/
		width: 100%;
/*		background-color:#000000;*/

	}

	.subMenuOvr {
		margin-left:14px;
	}
	
	* html .subMenu {

		/*background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/tmpl_pxo/images/h_menu_bg.png', sizingMethod='scale');*/
		/*background-image:url('templates/tmpl_pxo/images/h_menu_bg.png');*/
	}

	.subMenu h2 {
		margin: 0px;
		padding:0px;
		padding-bottom: 2px;
		font-size:11px;
		color: #333333;
		text-transform: capitalize;
	}
	
	.subMenu a,
	.subMenu a:link,
	.subMenu a:hover,
	.subMenu a:active,
	.subMenu a:visited {
		color:#5D6868;
		text-decoration: none;

	}
	
	.subMenu a, .subMenu b {
		margin-right: 9px;
		color:#000000;
		font-size:11px;

	}
	
	/* * * *  * * * */
	
	h2.pageHeader {
		margin: 0px;
		padding:0px;
		font-family:verdana, Tahoma, Arial;
		font-size:21px;
		color: #344243;
/*		height: 20px;*/
		height: 0px;
		padding-top: 18px;
		padding-left: 14px;
	}
	
	
	
	
	
	.Notice
	{
		padding:3px;
		width:70%;
		border:1px solid #cc6;
		background-color:#ffc;
		margin:5px auto;
		text-align:center;
		color:black;
	}
	
	.bodyBlock
	{
		margin-top: 5px;
		z-index: 50;
		padding:10px 10px 10px 10px;
		background: #FFFFFF;
		border: 1px solid #999999;
		margin-bottom:20px;
	}
	
/* MOLI - COLONNE HOMEPAGE */
	.page_column {
		float: left;
		position: relative;
		overflow:hidden;
		background: #FFFFFF;
	}
	
/* MOLI - BLOCCHI HOME PAGE */
	.page_block_container {
		padding-right:3px;
		padding-left:3px;
		border-bottom: 1px dotted #EEEEEE;
		border-right: 1px dotted #CECECE; 
	}
	
	.page_column_first .page_block_container {
/*		margin-left: 0px; */

	}
	
	.page_column_last .page_block_container {
/*		margin-right: 0px; */
	}
	
	.leftNavDiv
	{
		position:relative;
		width:182px;
		float:left;
		margin-right:8px;
	}
	
	.rightNavDiv
	{
		position:relative;
		width:749px;
		/*float:left;*/
		padding:0px;
		overflow:hidden;

	}
	
	/* * * * * * */

	
	.loginDiv
	{
		position:relative;
		height:201px;
		border:1px solid #DFDFCC;
		margin-bottom:13px;
	}
	* html .loginDiv
	{
		margin-bottom:14px;
	}
	
	.shoutboxDiv
	{
		position:relative;
		border:1px solid #DFDFCC;
		margin-bottom:13px;
		height:241px;
	}
	
	* html .shoutboxDiv
	{
		height:242px;
	}
	
	.pollsDiv
	{
		position:relative;
		border:0px solid green;
	}
	
	.boxHeader
	{
		position:relative;
		background-color:#EBEBEB;
	    background-repeat:repeat-x;
		
		height:22px;
		padding:4px 0px 0px 6px;
		font-size:11px;
		font-weight:bold;
		color:#565656;
		text-align:left;
		text-transform:uppercase;
	}
	
/**************************************************************/
	
	.menu_item_link
	{
		text-decoration:none;
	}
	
/**************************************************************/	
	
	div.menu_item_line
	{
		position:relative;
		padding:0px 0px 0px 25px;
		margin:0px 0px 1px 0px;
		height:20px;
		line-height:20px;
		vertical-align:middle;
		font-weight:bold;
		text-transform:capitalize;
	}
	div.menu_item_line_active
	{
		position:relative;

		height:20px;
		line-height:20px;
		vertical-align:middle;
		font-weight:bold;
		text-transform:capitalize;

		padding:0px 0px 0px 25px;
		margin:0px 0px 1px 0px;
		background-image:url(../images/bullet.gif);
		background-repeat:no-repeat;
		background-position:left center;
	}
	
/**************************************************************/	

	.disignBoxFirst
	{
		position:relative;
		/*border:1px solid #DFDFCC;*/
		margin-bottom:10px;
		background-image:url('../images/head_cutting.png');
		background-position:right;
		background-repeat:no-repeat;

	}
	
/* MOLI - TITOLI DEI BLOCK BOX IN HOME */
	.boxFirstHeader
	{
		height:15px;
		padding:3px 0px 3px 5px ;
	background-image:url(../images/icons/tv.gif);
	background-repeat:no-repeat;
	padding-left:30px; 		
/*		border-top:1px solid #9F9F9E; */
		border-bottom:1px dashed #91979F;
		text-align:left;
		text-transform:uppercase; 
		background-color:#FFFFFF;
		font-family:verdana, Tahoma, Arial;
		font-size:12px;
		font-weight: bold;
		color:#51676F;
		
	}
	
/* MOLI - CORPO DEI BLOCK BOX IN HOME */
	.boxContent
	{
		background-color:#FFFFFF;
		position:relative;
		overflow:hidden;
		font-family: Verdana, Tahoma, Arial;
		font-size:11px;
		font-weight: normal;
		/*color:#000000;*/
		padding:6px;
		line-height:15px;
		text-align: left;
	}
	

/* MOLI - TITOLI DEI JS LATEST TOP ONLINE RANDOM */
	.disignBoxFirst .boxFirstHeader .dbTopMenu,
	.disignBoxFirst .boxFirstHeader .caption_item
	{
		position: absolute; 
		top: 1px;
		right: 0px;
		white-space:nowrap;
		color: #000;
		font-size:10px;
		text-transform: capitalize;
/*		font-weight: bold;*/
		/*margin-right:5px;*/

	}
	
	.disignBoxFirst .boxFirstHeader .caption_item
	{
		padding-top:3px;
		padding-right:5px;
	}
	
	.dbTopMenu div.active,
	.dbTopMenu div.notActive
	{
		color: #123457;
		float: left;
		padding-left: 5px;
		padding-right: 5px;
		border-left: 1px solid #DFDFCC;
		height:17px; 
		padding-top:0px;
		position:relative;
	}
	
	.dbTopMenu div a,
	.dbTopMenu div a:link,
	.dbTopMenu div a:hover,
	.dbTopMenu div a:active,
	.dbTopMenu div a:visited,
	.caption_item a,
	.caption_item a:link,
	.caption_item a:hover,
	.caption_item a:active,
	.caption_item a:visited	
	{
		text-decoration: none;
		color: #123457;

	}
	
	.caption_item a
	{
		margin-left:4px;
	}
	
	.dbTopMenu div.active
	{
		border-bottom: 1px solid #F7F7F7;
	}
	
	.dbBottomMenu
	{
		position:relative;
		height: 17px;
		margin-top:0px;
		text-align: right;
		font-size:11px;

	}
	
	.backMembers,
	.moreMembers,
	.viewAllMembers {
		color:#669;
		text-transform:capitalize;
		font-weight:bold;
	}
	
	.backMembers {
		float: left;
	}
	
	.moreMembers {
		float: right;
	}
	
	
/**************************************************************/
	div.design_box_border
	{
		border:1px solid #DFDFCC;
		margin:10px;
		padding:1px;
	}
	div.design_box_border div.header
	{
		position:relative;
		padding:0px 0px 0px 7px;
		height:30px;
		line-height:23px;
		vertical-align:middle;
		font-size:11px;
		font-weight:bold;
		text-transform:uppercase;
		
		background-image:url('../images/design_border_cutting.gif');
	    background-repeat:repeat-x;
		
	}
	div.design_box_border div.keeper
	{
		position:relative;
		padding:5px;
		border:0px solid red;
		text-align:center;
		margin:2px;
	}
	
		
/**************************************************************/	
	.emptyBox
	{
		position:relative;
		border:1px solid #DFDFCC;
		margin:0px;
		padding:3px;
	}
	

/**************************************************************/	
	/*####################################################################*/

	.languageBlock
	{
		position:relative;
		border:0px solid red;
		float:right;
		margin-top:0px;
	}
	
	.skinBlock
	{
		position:relative;
		border:0px solid red;
		float:right;
		margin-top:24px;
		margin-right:-90px;
	}
	
/*####################################################################*/

	.topBannerBlock
	{
		position:relative;
		width:770px;
		/*height:40px;*/
		margin-top:5px;
		border:1px solid red;
		margin-left:auto;
		margin-right:auto;
		
	}
	
	.bannerBlock
	{
		position:relative;
		width:770px;
		margin:0px auto;
		border:0px solid red;
	}
	
	.leftBanner
	{
		position:absolute;
		top:0px;
		left:-150px;
		border:0px solid red;
	}
	
	.rightBanner
	{
		position:absolute;
		top:0px;
		right:-150px;
		border:0px solid red;
	}
	
	.bottomBannerBlock
	{
		position:relative;
		width:770px;
		margin-top:0px;
		border:0px solid red;
		margin:auto;
	}
	
	.bannerInnerBlock
	{
		position:relative;
		margin-left:auto;
		margin-right:auto;
		border:0px solid blue;
		width:470px;
	}
/*####################################################################*/
	div.playerAdminLink
	{
		position:relative;
  		text-align:left;
 		margin-bottom:15px;
 	}
	
	
	
	.action
	{
		margin-top:20px;
	}
/**************************************************************/	
/**************************************************************/	
/* #################################################################### */
	.logInRegistrationText
	{	
		margin:5px;
	}
	
	/**************************************************************/	
	div.pollBlock
	{
		position:relative;
		overflow:hidden;
		height:154px;
		/*width:260px;*/
		border:0px solid #96B2C9;
		text-align:left;
		float:left;
		margin-bottom:10px;
	}
	div.pollBody
	{
		border:1px dashed #DFDFCC;
		margin:5px;
	}
	div.pollCaption
	{
		position:relative;
		margin:3px;
		padding:0px;
		overflow:hidden;
		height:15px;
		line-height:15px;
		vertical-align:middle;
		font-weight:bold;
		/*background-color:#96B2C9;
		color:#fff;*/
	}
	div.pollAnswerBlock
	{
		position:relative;
		margin:2px;
		overflow:hidden;
		height:100px;
		border:0px solid #96B2C9;
		text-align:left;
	}
	div.pollUp
	{
		position:absolute;
		left:2px;
		top:2px;
	}
	div.pollDown
	{
		position:absolute;
		left:2px;
		bottom:2px;
	}
	div.pollQuestionBlock
	{
		position:absolute;
		/*width:190px;*/
		padding:2px;
		overflow:hidden;
		margin-left:18px;
	}
	div.pollSubmitBlock
	{
		position:relative;
		margin:2px;
		overflow:hidden;
		height:30px;
		border:solid 0px #123457;
		text-align:center;
	}
	
	
	
	.small
	{
		font-size:11px;
		color:#333366;
	}
	
	.text2
	{
		border:1px solid #fff;
	}
	
	.pollContainer
	{
		position:relative;
		margin-top:2px;
		padding:10px;
		background-color:transparent;
		border:0px solid red;
	}
	
	.createPollSection
	{
		position:relative;
		padding:10px;
		background-color:transparent;
		border:0px solid red;
	}
	
	.controlsDiv
	{
		position:relative;
		clear:both;
		margin:10px;
		background-color:#ffffff;
	}
	
	.innerControlBlock
	{
		position:relative;
		float:none;
		width:auto;
	}
	
	.controlsHeader
	{
		padding:0px 2px;
		font-weight:bold;
	}
	
	.deleteDiv
	{
		padding:2px 0px 0px 2px;
		
	}
	
	/*.rightNavDiv .boxContent table textarea
	{
		width:300px;
	}*/
	
/*####################################################################*/

	.customMenuItemActive
	{
		color:black;
	}
	
	div.menuLine,
	div.menuLine:hover,
	div.menuLineActive
	{
		font-size:11px;
		margin-bottom:5px;
		text-transform:capitalize;
		color:black;
	}
	
	.menuLineDivider
	{
		
	}
	
	div.menuLinkBlock
	{
		padding-left:20px;
		background-repeat:no-repeat;
		background-image:url(../images/menu_pt.gif);
	}
	
	div.menuLine div.menuLinkBlock:hover
	{
		background-image:url(../images/menu_pt_h.gif);
	}
	
	.topMemberBlock
	{
		position:absolute;
		right:5px;
		top:4px;
		height:50px;
		text-align:right;
		padding:3px;
		width:500px;
		font-size:11px;
	}
	
	.topMemberBlock .thumbnail_block, .HelloMemberBlock .thumbnail_block
	{
		margin-left:5px;		
	}
	
/* MOLI - HELLO USER MEMBER */
	.hello_member
	{
	color:#FFFFFF; 
		padding:7px 12px 0px;
		font-size:11px;
	}
	
	.hello_actions
	{
		text-transform:capitalize;
	}
	
	.hello_actions span
	{
		color:#FFFFFF;
		font-size:11px;
		margin-left:5px;
	}
	
	.hello_actions a:link
	{
		color:#FFFFFF;
	}

	.hello_actions a:visited
	{
		color:#FFFFFF;
	}

	.no_hello_actions
	{
		font-size:12px;
		font-weight:bold;
		padding-right:10px;
		padding-top:9px;
	}
	
	.no_hello_actions a
	{
		margin-left:15px;
	}
	
	/* * * * Tags * * * */
	
	.tags_wrapper
	{
		text-align:center;
		border:0px solid green;
		margin:50px 18px 30px auto;
	}
	
	.one_tag
	{
		margin:0px 1px;
		line-height:30px;
		border:0px solid green;
	}
	
	div.rate_text
	{
		text-align:center;
		font-weight:bold;
	}
	
	
	
	
	/* * * * STANDART * * * */
	
/* MOLI -  CORPO ABSTRACT VARI*/
	.newsWrap,
	.categoryBlock1,
	.categoryHeader,
	.articleBlock,
	.articleBlock1,
	.articleBlock2
	{
		font-size:11px;
		font-family:verdana, tahoma, arial;
		margin: 0px 0px 10px;

	}
	
	.categoryBlock1,
	.categoryHeader,
	.articleBlock,
	.articleBlock1,
	.articleBlock2
	{
		margin-left:12px;
		margin-right:12px;
		text-align:left;
	}
	
/* MOLI -  TITOLI DELLE LATEST NEWS IN HOME E ALTRO*/
/*	.newsHead, */
	.categoryCaption,
	.artCaption,
	.articleBlock1 .title,
	.articleBlock2 .title

	{
		font-size:12px;
		font-weight:bold;
		padding-left:30px;
		padding-bottom:10px;
		background-position:left top;
		background-repeat:no-repeat;
	}

	.newsHead
	{
		background-image:url(../images/icons/alert.gif);  
		padding-left:35px;
		background-repeat:no-repeat;
		background-position:left top;
		text-align:left;
		font-size:16px;
		line-height:20px;
		font-weight:bold;
	}
	
	.newsInfo
	{
		font-size:11px;
		color:#666666;
		margin-bottom:2px;
		margin-top:2px;

	}
	
	.newsText
	{
		font-size:12px;
		font-family:verdana, tahoma, arial;
		margin:6px;
		
	}
	.newsReadMore
	{
		font-size:10px;
		font-family:verdana, tahoma, arial;
		margin:6px;
		font-weight:bold;
		text-align:right;
	}
		
/* MOLI -  TITOLO ARTICLES NELLA HOME */
	.articleBlock .title,
	.articleBlock1 .title,
	.articleBlock2 .title
	{
	margin-bottom:5px;
		font-size:16px;
		background-image:url(../images/icons/artic_papr.gif);
	}
	
	.categoryCaption,
	.artCaption
	{
		background-image:url(../images/icons/artic_fldr.gif);
	}
	
	.articleBlock .date,
	.articleBlock1 .date,
	.articleBlock2 .date
	{
		font-size:11px;
		color:#666666;
	}

	.articleBlock .desc,
	.articleBlock1 .desc,
	.articleBlock2 .desc
	{
		font-size:12px;
		color:#333333;
	}
	.guestbookTextArea
	{
		width: 530px;
		height:250px;
	}

	/* Blog Design Box */
	.blogBlock
	{
		margin-bottom:10px;
		margin-top:10px;
	}

	.blog_wrapper
	{
		margin-bottom:10px;
		margin-top:10px;
	}

	.blog_subject
	{
		font-size:11px;
		font-weight:bold;
		padding-left:35px;
		padding-bottom:10px;
		background-repeat:no-repeat;
		background-position:left top;
		background-image:url(../images/icons/artic_papr.gif);
	}

	.blog_author
	{
		font-size:11px;
		font-style:normal;
		color:#666666;
		padding-top:2px;
		padding-bottom:2px;
	}

	.blog_text
	{
		font-size:14px;
		font-family: Georgia, Times New Roman, verdana, tahoma, arial;
		line-height: 150%;

	}

	.blogs_pages
	{
		margin:4px;
		text-align:center;
		font-weight:bold;
		font-size:11px;
	}






/* MOLI - ACTIONS IN PROFILE VIEW */
	.menuLinkBlock 
	{
		font-weight:bold;
		font-size:11px;
		text-decoration:underline;
		color:#333366;
	}
	
	.online_offline_bulb
	{
		position:absolute;
		z-index:10;
		right:0px;
		top:0px;
	}

	/* * * * Blog/Cls/Adv little blocks * * * */
	.blog_subject_n
	{
		font-size:11px;
		font-weight:bold;
		padding-bottom:5px;
		background-repeat:no-repeat;
		background-position:left top;
	}
	
	.caption_item
	{
		position:relative;
		float:right;
		font-weight:bold;
		font-size:11px;
	}
	
	.blog_subject
	{
		font-size:11px;
		font-weight:bold;
		padding-left:25px;
		padding-bottom:5px;
		background-repeat:no-repeat;
		background-position:left top;
		background-image:url(../images/icons/artic_papr.gif);
	}
	
	.blogInfo
	{
		color:#666666;
		font-size:11px;
		padding-bottom:1px;
		padding-top:1px;
	}

	.blogInfo span
	{
		margin-right:5px;
		line-height:18px;
	}

	.blogInfo span img
	{
		vertical-align:middle;
		margin-right:3px;
	}
	
	.blogSnipper
	{
		font-size:11px;
		text-align:left;
	}
	
	.icon_block
	{
		position:relative;
		float:left;
		width:47px;
		height:47px;
		margin-right:10px;
	}
	
	.blog_wrapper_n
	{
		position: relative;
		float: left;
		margin-top:0px;
		margin-bottom:5px;
		width:82%;
	}

	

/* MOLI -  TITOLO BLOG IN HOME PAGE */
.blogHead
{
/*	background-image:url(../images/icons/artic_papr.gif);
	background-repeat:no-repeat;
	padding-left:25px; */
	background-position:left top;
	font-size:12px;
	font-weight:bold;
	padding-bottom:1px;
}

.blogInfo
{
	color:#666666;
	font-size:11px;
	padding-bottom:2px;
/*	padding-top:2px;*/
}

.blogInfo
{
	color:#666666;
	font-size:11px;
	padding-bottom:2px;
/*	padding-top:2px;*/
}

.blogInfo span
{
	margin-right:5px;
	line-height:100%;
}

.blogInfo span img
{
	vertical-align:middle;
	margin-right:3px;
}

/* MOLI -  CORPO DEL BLOG E EVENTI IN HOME*/
.blogSnippet
{
	font-size:11px;
	text-align:left;
}



/* --------------------------------------------- */
	/* * * * RSS Feed  * * * */
	
	.RSSAggrCont
	{
		font-family:verdana, tahoma, tahoma, arial;
		font-size:11px;
		font-weight:normal;
/*		background-color:#FFFFFF;*/
		margin:0px;
		padding:0px;
	}

	.rss_feed_wrapper
	.rss_item_wrapper
	{
		height:100%;
		border-bottom:1px dotted #909090;
		padding-top:2px;
		padding-bottom:2px;
	}

	.rss_item_header
	{
		font-family: verdana, tahoma, tahoma, arial;
		font-size:13px;
		line-height: 110%;
		font-weight:bold;
		padding-top:1px;
		padding-bottom:1px;
	}

	.rss_item_category
	{
		font-family:verdana, tahoma, tahoma, arial;
		font-size:13px;
		color:#82a0a2;
		font-weight:bold;
		padding-top:1px;
		padding-bottom:1px;
		text-transform:uppercase;
	}


	.rss_item_info
	{
		font-family: verdana, tahoma, tahoma, arial;
		font-size:11px;
		font-weight:normal;
		color:#565656;
		text-decoration:none;
	}

	.rss_item_desc
	{
		font-family: verdana, tahoma, arial;
		font-size:11px;
		font-weight:normal;
		text-align:left;
	}

	.rss_read_more
	{
		text-align:right;
		font-weight:bold;
	}
	
	

/* --------------------------------------------- */

	/* * * * RSS Feed Default * * * */
	
	.RSSAggrContDefault
	{
		font-family:verdana, tahoma, tahoma, arial;
		font-size:11px;
		font-weight:normal;
/*		background-color:#FFFFFF;*/
		margin:0px;
		padding:0px;
	}

	.rss_feed_wrapperDefault
	.rss_item_wrapperDefault
	{
		height:100%;
		border-bottom:1px dotted #909090;
		padding-top:2px;
		padding-bottom:2px;
	}

	.rss_item_headerDefault
	{
		font-family: verdana, tahoma, tahoma, arial;
		font-size:13px;
		line-height: 110%;
		font-weight:bold;
		padding-top:1px;
		padding-bottom:1px;
	}

	.rss_item_categoryDefault
	{
		font-family:verdana, tahoma, tahoma, arial;
		font-size:13px;
		color:#82a0a2;
		font-weight:bold;
		padding-top:1px;
		padding-bottom:1px;
		text-transform:uppercase;
	}



	.rss_item_infoDefault
	{
		font-family: verdana, tahoma, tahoma, arial;
		font-size:11px;
		font-weight:normal;
		color:#565656;
		text-decoration:none;
	}

	.rss_item_descDefault
	{
		font-family: verdana, tahoma, arial;
		font-size:11px;
		font-weight:normal;
		text-align:left;
	}

	.rss_read_moreDefault
	{
		text-align:right;
		font-weight:bold;
	}
	


/* --------------------------------------------- */

	/* * * * RSS Feed Small * * * */
	
	.RSSAggrContSmall
	{
		font-family:verdana, tahoma, tahoma, arial;
		font-size:11px;
		font-weight:normal;
/*		background-color:#FFFFFF;*/
		margin:0px;
		padding:0px;
	}

	.rss_feed_wrapperSmall
	.rss_item_wrapperSmall
	{
		height:100%;
		border-bottom:1px dotted #909090;
		padding-top:2px;
		padding-bottom:2px;
	}

	.rss_item_headerSmall
	{
		font-family: Georgia, Times New Roman, verdana, tahoma, tahoma, arial;
		font-size:13px;
		line-height: 110%;
		font-weight:normal;
		padding-top:1px;
		padding-bottom:1px;
	}

	.rss_item_categorySmall
	{
		font-family:verdana, tahoma, tahoma, arial;
		font-size:13px;
		color:#82a0a2;
		font-weight:bold;
		padding-top:1px;
		padding-bottom:1px;
		text-transform:uppercase;
	}



	.rss_item_infoSmall
	{
		font-family: georgia, times new roman, verdana, tahoma, tahoma, arial;
		font-size:11px;
		font-weight:normal;
		color:#565656;
		text-decoration:none;
	}

	.rss_item_descSmall
	{
		font-family: verdana, tahoma, arial;
		font-size:11px;
		font-weight:normal;
		text-align:left;
	}

	.rss_read_moreSmall
	{
		text-align:right;
		font-weight:bold;
	}
	


/* --------------------------------------------- */

	/* * * * RSS Feed VerdanaSmall * * * */
	
	.RSSAggrContVerdanaSmall
	{
		font-family:verdana, tahoma, tahoma, arial;
		font-size:11px;
		font-weight:normal;
/*		background-color:#FFFFFF;*/
		margin:0px;
		padding:0px;
	}

	.rss_feed_wrapperVerdanaSmall
	.rss_item_wrapperVerdanaSmall
	{
		height:100%;
		border-bottom:1px dotted #909090;
		padding-top:2px;
		padding-bottom:2px;
	}

	.rss_item_headerVerdanaSmall
	{
		font-family: verdana, tahoma, tahoma, arial;
		font-size:10px;
		line-height: 100%;
		font-weight:bold;
		padding-top:1px;
		padding-bottom:1px;
	}

	.rss_item_categoryVerdanaSmall
	{
		font-family:verdana, tahoma, tahoma, arial;
		font-size:11px;
		color:#82a0a2;
		font-weight:bold;
		padding-top:1px;
		padding-bottom:1px;
		text-transform:uppercase;
	}



	.rss_item_infoVerdanaSmall
	{
		font-family: verdana, tahoma, tahoma, arial;
		font-size:11px;
		font-weight:normal;
		color:#565656;
		text-decoration:none;
	}

	.rss_item_descVerdanaSmall
	{
		font-family: verdana, tahoma, arial;
		font-size:11px;
		font-weight:normal;
		text-align:left;
	}

	.rss_read_moreVerdanaSmall
	{
		text-align:right;
		font-weight:bold;
	}
	


/* --------------------------------------------- */
	/* * * * RSS Feed Middle * * * */
	
	.RSSAggrContMiddle
	{
		font-family:verdana, tahoma, tahoma, arial;
		font-size:11px;
		font-weight:normal;
/*		background-color:#FFFFFF;*/
		margin:0px;
		padding:0px;
	}

	.rss_feed_wrapperMiddle
	.rss_item_wrapperMiddle
	{
		height:100%;
		border-bottom:1px dotted #909090;
		padding-top:2px;
		padding-bottom:2px;
	}

	.rss_item_headerMiddle
	{
		font-family:Georgia, Times New Roman, verdana, tahoma, tahoma, arial;
		font-size:16px;
		color:#00395F;
		line-height: 110%;
		font-weight:normal;
		padding-top:1px;
		padding-bottom:1px;
	}

	.rss_item_categoryMiddle
	{
		font-family:verdana, tahoma, tahoma, arial;
		font-size:13px;
		color:#82a0a2;
		font-weight:bold;
		padding-top:1px;
		padding-bottom:1px;
		text-transform:uppercase;
	}



	.rss_item_infoMiddle
	{
		font-family: georgia, times new roman, verdana, tahoma, tahoma, arial;
		font-size:11px;
		font-weight:normal;
		color:#565656;
		text-decoration:none;
	}

	.rss_item_descMiddle
	{
		font-family: verdana, tahoma, arial;
		font-size:12px;
		font-weight:normal;
		text-align:left;
	}

	.rss_read_moreMiddle
	{
		text-align:right;
		font-weight:bold;
	}
	

/* --------------------------------------------- */

	/* * * * RSS Feed VerdanaMiddle * * * */
	
	.RSSAggrContVerdanaMiddle
	{
		font-family:verdana, tahoma, tahoma, arial;
		font-size:11px;
		font-weight:bold;
/*		background-color:#FFFFFF;*/
		margin:0px;
		padding:0px;
	}

	.rss_feed_wrapperVerdanaMiddle
	.rss_item_wrapperVerdanaMiddle
	{
		height:100%;
		border-bottom:1px dotted #909090;
		padding-top:2px;
		padding-bottom:2px;
	}

	.rss_item_headerVerdanaMiddle
	{
		font-family: verdana, tahoma, tahoma, arial;
		font-size:13px;
		line-height: 110%;
		font-weight:bold;
		padding-top:1px;
		padding-bottom:1px;
	}

	.rss_item_categoryVerdanaMiddle
	{
		font-family:verdana, tahoma, tahoma, arial;
		font-size:13px;
		color:#82a0a2;
		font-weight:bold;
		padding-top:1px;
		padding-bottom:1px;
		text-transform:uppercase;
	}



	.rss_item_infoVerdanaMiddle
	{
		font-family: verdana, tahoma, tahoma, arial;
		font-size:11px;
		font-weight:normal;
		color:#565656;
		text-decoration:none;
	}

	.rss_item_descVerdanaMiddle
	{
		font-family: verdana, tahoma, arial;
		font-size:11px;
		font-weight:normal;
		text-align:left;
	}

	.rss_read_moreVerdanaMiddle
	{
		text-align:right;
		font-weight:bold;
	}
	


/* --------------------------------------------- */
	/* * * * RSS Feed Big * * * */
	
	.RSSAggrContBig
	{
		font-family:verdana, tahoma, tahoma, arial;
		font-size:11px;
		font-weight:normal;
/*		background-color:#FFFFFF;*/
		margin:0px;
		padding:0px;
	}

	.rss_feed_wrapperBig
	.rss_item_wrapperBig
	{
		height:100%;
		border-bottom:1px dotted #909090;
		padding-top:2px;
		padding-bottom:2px;
	}

	.rss_item_headerBig
	{
		font-family:Georgia, Times New Roman, verdana, tahoma, tahoma, arial;
		font-size:20px;
		line-height: 110%;
		font-weight:normal;
		padding-top:1px;
		padding-bottom:1px;

	}

	.rss_item_categoryBig
	{
		font-family:verdana, tahoma, tahoma, arial;
		font-size:11px;
		color:#5d7e80;
		font-weight:bold;
		padding-top:1px;
		padding-bottom:1px;
		text-transform:uppercase;
	}



	.rss_item_infoBig
	{
		font-family: georgia, times new roman, verdana, tahoma, tahoma, arial;
		font-size:11px;
		font-weight:normal;
		color:#565656;
		text-decoration:none;
	}

	.rss_item_descBig
	{
		font-family: verdana, tahoma, arial;
		font-size:11px;
		font-weight:normal;
		text-align:left;
	}

	.rss_read_moreBig
	{
		text-align:right;
		font-weight:bold;
	}
	
/* --------------------------------------------- */
	/* * * * RSS Feed Liberta * * * */
	
	.RSSAggrContLiberta
	{
		font-family:verdana, tahoma, tahoma, arial;
		font-size:11px;
		font-weight:normal;
/*		background-color:#FFFFFF;*/
		margin:0px;
		padding:0px;
	}

	.rss_feed_wrapperLiberta
	.rss_item_wrapperLiberta
	{
		height:100%;
		border-bottom:1px dotted #909090;
		padding-top:2px;
		padding-bottom:2px;
	}

	.rss_item_headerLiberta
	{
		font-family:Georgia, Times New Roman, verdana, tahoma, tahoma, arial;
		font-size:20px;
		line-height: 110%;
		font-weight:normal;
		padding-top:1px;
		padding-bottom:1px;
	}

	.rss_item_categoryLiberta
	{
		font-family:verdana, tahoma, tahoma, arial;
		font-size:13px;
		color:#9F5C54;
		font-weight:bold;
		padding-top:1px;
		padding-bottom:1px;
		text-transform:uppercase;
	}

	.rss_item_infoLiberta
	{
		font-family: georgia, times new roman, verdana, tahoma, tahoma, arial;
		font-size:11px;
		font-weight:normal;
		color:#565656;
		text-decoration:none;
	}

	.rss_item_descLiberta
	{
		font-family: verdana, tahoma, arial;
		font-size:11px;
		font-weight:normal;
		text-align:left;
	}

	.rss_read_moreLiberta
	{
		text-align:right;
		font-weight:bold;
	}
	
/* --------------------------------------------- */

	.login_ajax {
		position:absolute;
		z-index:550;
		background-image:url('../images/op40.png');
		display:none;
	}
	
	/** html .login_ajax {
		background-image:url('../images/spacer.gif');
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/tmpl_uni/images/op40.png', sizingMethod='scale');
	}*/

/* * * * Modal window * * * */

.popup_form_wrapper
{
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	width:350px;
}

.popup_form_wrapper td
{
	padding:0px;
	margin:0px;
}

.popup_form_wrapper td.corner
{
	width:13px;
	height:13px;
	font-size:1px;
}

.popup_form_wrapper td.side
{
	width:13px;
}

.popup_form_wrapper td.side_ver
{
	height:13px;
}

.popup_form_wrapper td.side_ver,
.popup_form_wrapper td.side
{
	background-image:url(../images/sp_op_gr.png);
	font-size:1px;
}

.popup_form_wrapper td.container
{
	background-color:white;
	width:450px;
}

/************EOS*************/

.edit_item_table_cont
{
	position:relative;
	border:1px solid #666666;
	/*padding-top:25px;
	padding-bottom:25px;*/
}

.bottomCopyright {
/*	background: #E0E0D6 url(../images/bg5.jpg) no-repeat top;*/
	width: 100%;
	margin: 0px auto 0px;
	padding:10px 0px 50px 0px;
	text-align: center;
	
	/*height: 17px;
	padding-top: 3px;
	border-top: 3px solid #123456;

	font-size:11px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;*/
}

.bottomLinks {
/*
	width: 100%;
	position: relative;
	float: left;
*/
	font-size:11px;
	color:#FFFFFF;
	text-align:center;

}

.bottomCpr {
	position: relative;
	background:#C5CFD0;

}

.short_desc {
	position: relative;
}


.login_ajax_wrap {
	width:350px;
	margin:250px auto 0px;
}

.login_ajx_close {
	position: absolute;
	position:absolute;right:-1px;top:3px;
	right: -1px;
	top: 3px;
	z-index: 150;
	cursor: pointer;
}

.drow_line
{
	position:relative;
	border-bottom:1px solid #AAAAAA;
}

.draw_line_dotter
{
	position:relative;
	border-bottom: 1px dotted #CDCDCD;
}

.draw_line_dotter2
{
	top: 13px;
	position:relative;
	border-bottom: 1px dotted #CDCDCD;
}

.draw_line_dotter3
{
	position:relative;
	border-bottom: 1px dotted #909192;
}

.draw_line_dotter4
{
	position:relative;
	border-bottom: 1px dotted #909192;
	bottom:5px;
}

.draw_line_dotter5
{
	position:relative;
	border-bottom: 1px dotted #000000;
	margin-top:3px;
	margin-bottom:3px;
}
	.LeftMenu_header
	{
		text-align:left;
		color:#000000;
		font-weight:bold;
		font-size:11px;
		padding:1px;
	}

	.LeftMenu_text
	{
		text-align:left;
		color:#000000;
		font-weight:normal;
		font-size:11px;
		padding:1px;
	}
