@charset "utf-8";
/* CSS Document */

#news_tab {
		width:100%;
		padding-bottom:40px;
	}
	#news_tab .tit_news_header, #news_tab .tit_news{
		width:60%;
		float:left;
	}
	#news_tab .data_news_header, #news_tab .data_news{
		width:35%;
		float:left;
	}
	#news_tab .tit_news_header, #news_tab .data_news_header{
		font-size:14px;
		margin:10px 0 10px 0;
	}
	#news_tab a.titolo_news_link{
		display:block;
		cursor:pointer;
	}
	a.enteradminnews, a.enteradminnews:visited, a.enteradminnews:link{
		display:block;
		width:140px;
		padding:5px;
		border:1px solid #666;
		background-color:#fff;
		color:#333;
		text-decoration:none;
	}
	a.enteradminnews:hover{
		background-color:#333;
		color:#ccc;
	}
	#news_tab .cl{
		clear:both;
		line-height:0;
	}
	a.newlogin{
		color:#999;
		font-size:10px;
	}
	.news_error{
		color:#f00;
	}
	.news_success{
		color:#090;
	}
	#news_admin_panel{
		background-color:#cfcfcf;
		border:1px solid #ccc;
		padding:3px;
	}
	#news_admin_panel a, #news_admin_panel a:visited, #news_admin_panel a:link{
		display:block;
		border:1px solid #666;
		padding:5px;
		margin:3px;
		float:left;
		background-color:#fff;
		color:#666;
		text-decoration:none;
	}
	#news_admin_panel a:hover{
		background-color:#333;
		border:1px solid #ccc;
		color:#ccc;
	}
	#news_tab.admin_panel{
		background-color:#fcfcfc;
		color:#000;
		padding:10px;
		text-align:left;
	}
	#news_tab.admin_panel form.add_news input[type=text]{
		width:350px;
	}
	#news_tab.admin_panel table.newslist{
		text-align:left;
	}
	#news_tab.admin_panel table.newslist tr.menu{
		font-size:18px;
		font-weight:bold;
	}
	#news_tab.admin_panel table.newslist td.lin{
		background-image:url(http://tools.netservice.biz/img/graphic/pixels/1px-999.gif);
		background-repeat:repeat-x;
		background-position:bottom;
	}
	
	a.mod, a.del {
		background-image:url(http://tools.netservice.biz/img/icons/action/comment.gif);
		background-repeat:no-repeat;
		height:0;
		padding-top:16px;
		overflow:hidden;
		width:16px;
		display:block;
		float:left;
		margin:6px 6px 0 0;
	}
	a.mod{background-position:0 -48px;}
	a.del{background-position:0 -32px;}
	
	a.mod:hover{background-position:-17px -48px;}
	a.del:hover{background-position:-17px -32px;}
	
	
	.addnews{
		background-image:url(http://tools.netservice.biz/img/icons/action/comment.gif);
		background-repeat:no-repeat;
		width:16px;
		height:14px;
		margin-right:3px;
		display:inline-block;
		background-position:0 -16px;
	}
	
	.tit_admin{
		font-size:16px;
		font-weight:bold;
		border-bottom:1px solid #999;
	}
