/* CSS Document */


#ListItem_Content{
	clear:both;
	border-top: 2px solid #99CC00;
	border-bottom: 1px solid #99CC00;
	border-left: 0px;
	border-right: 0px;
}

#ListItem_Content_Empty{
	clear:both;
	border-top: 2px solid #99CC00;
	border-bottom: 1px solid #99CC00;
	border-left: 0px;
	border-right: 0px;
	height:360px;
}


.cListItem_Default {
	width:auto!important;
	width:100%;
	border-top:0px;
	border-bottom: 1px dashed #D2D2D2;
	border-left: 2px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color:#FFFFFF;
	height:36px;
	line-height:36px;
}


.cListItem_Checked {
	width:auto!important;
	width:100%;
	border-top:0px;
	border-bottom: 1px dashed #99CC00;
	border-left: 2px solid #99CC00;
	border-right: 1px solid #99CC00;
	background-color:#E9FFB9;
	height:36px;
	line-height:36px;
	
}

.cListItem_Hover{
	background: #CEE7FF;
	cursor:pointer;
}


.cListItem_Title {
	width:50%;
	float:left;
	text-align:left;
	vertical-align:middle;
}

.cListItem_Time {
	width:30%;
	float:left;
	text-align:left;
}

.cListItem_Edit {
	width:15%;
	float:left;
	text-align:left;
}

.cListItem_CheckBox {
	width:5%;
	float:left;
	text-align:right;
	vertical-align:middle;	
}
