


#content {
	 -moz-border-radius: 4px 4px 4px 4px ;
		    -webkit-border-radius: 4px 4px 4px 4px ;
		    -khtml-border-radius: 4px 4px 4px 4px ;
		    border-radius: 4px 4px 4px 4px ;
	  	xopacity:0.7;
	xfilter:alpha(opacity=70);
	background: #525252;

  }



	#list-table {
		xborder: 1px inset #9A5126;
		margin: 20px;
	}


	#list-table td {
		opacity:0.7;filter:alpha(opacity=70)    ;
		color: white;
		font-size: 10pt;
	}
	

#lt_datarow:hover {
    cursor: pointer;
}

#lt_datarow td:hover {
    text-shadow: 1 1 1px #fff;
}
	
	#lt_datarow:hover td {
     	background: #000;
	}
	
	#lt_datarow td, #lt_datahead td{
		border: 1px outset #CCC;
		background: #151515;
		padding: 5px 3px 5px 3px;
		text-align: center;
		height: 25px;
		font-family:"tahoma";
		font-size: 10pt;
		font-weight: bold;
	}

	#lt_datarow td a {
		font-size: 10pt;
		color: #FFF;
		text-decoration: none;
		display:block;
	}
	#lt_datarow a:hover {
		font-size: 10pt;
		color: yellow;
		xtext-decoration: underline;
	}





		#lt_datahead td {
			background: white;
			color: #151515;
			height: 25px;
		}

	#list-table td img {
		width: 16px;
		height: 16px;
	}

	#lt_num {
		width:30px;
	}
	#lt_date {
		width: 110px;
	}
	#lt_title {
	}

	#lt_category {
		width: 100px;
	}
	#lt_guests {
	   width: 300px;
	}
	#lt_comment {
	   width: 20px;
	}
	#lt_video {
	   width: 20px;
	}
	#lt_link {
		width: 20px;
	}

	#lt_sprtr td{
		height: 5px;
	}

	#lt_linkr {
		border: 1px solid black;
	}
	#lt_linkr a{
  		display : block;
	}
	#lt_linkr:hover{
		border: 1px solid red;
	}




	.rounded_right_end {
	    -moz-border-radius: 0px 8px 8px 0px ;
		    -webkit-border-radius: 0px 8px 8px 0px ;
		    -khtml-border-radius: 0px 8px 8px 0px ;
		    border-radius: 0px 8px 8px 0px ;
		}
	
	.rounded_left_end {
	    -moz-border-radius: 8px 0px 0px 8px ;
		    -webkit-border-radius: 8px 0px 0px 8px ;
		    -khtml-border-radius: 8px 0px 0px 8px ;
		    border-radius: 8px 0px 0px 8px ;
		}