.tablehead {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../skin_1/list_heading1.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	padding: 5px;
	background-color: #212121;
}
.listitemdraft {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0px 5px 5px;
	background-color:#666666;
	background-image:url(../skin_1/list_draft.gif);
	background-repeat:repeat-x;
}



.selline {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0px 5px 5px;
	background-color:#666666;
	background-image:url(../skin_1/list_draft.gif);
	background-repeat:repeat-x;
}

/*for IE 6*/
.selline  tr {
 	background-color:#666666;
	background-image:url(../skin_1/list_draft.gif);
	background-repeat:repeat-x;
	hover:expression(this.onmouseover=new Function("this.style.background-image:url(../skin_1/list_published.gif)"),this.onmouseout=new Function("this.style.background-image:url(../skin_1/list_draft.gif)"));
}
/*for FF*/
.selline tr:hover {
	background-image:url(../skin_1/list_published.gif);
}

.listitemlive {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 5px 0px 5px 5px;
	background-color:#8DC63F;
	background-image:url(../skin_1/list_published.gif);
	background-repeat:repeat-x;
}
.listitemlive a{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration:underline;
}
.listitemlive a:hover{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	
}
