body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../skin_2/bck_01.gif);
	background-repeat: repeat-x;
	background-color: #171f1a;
}

.navHolder {
	padding:8px;
}
.warn {
	font-size:14px;
	color: #FF0000;
	font-weight: bold;
	background-color:#FFFFFF;
}


.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;
}
.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;
	
}
.statTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.statBar {
	background-image:url(../skin_1/display_amountbar1.gif); 
	background-repeat:repeat-x;
	padding:2px;
	height:15px;
	color:#FFFFFF;
}
.shade1 {color: #999999}
.shade2 {color: #000000}
