.new_list_title{
    background-color:#636B80;
	background-image:url(..\images\new_list_title.jpg);
	background-repeat:repeat-x;
	margin-top:2px;
    margin-bottom:0px;
    margin-left:1px;
	font-family:verdana;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
    width:553;
	padding:3px;
	height:22px;}

.new_list_box{
	height:250px;
    width:100%;
    overflow:auto;
}

.new_list_line{
	float:left;
    background-color:#EBEBEB;
    margin-top:2px;
    margin-bottom:0px;
    margin-left:4px;
	text-overflow:ellipsis;
	overflow:hidden;
    font: 10px Verdana;
	text-align:left;
    padding:3px;
	height:20px;
}

.new_list_subtitle{
	float:left;
    background-color:#CCCCCC;
    margin-top:2px;
    margin-bottom:0px;
    margin-left:4px;
    font: bold 10px Verdana;
    padding:3px;
	height:22px;
}

.textolink
	{
	font-family:verdana;
	font-size:10px;
	color:#626B80;
	font-weight:normal;
	text-decoration:none;
	}

