﻿.listItem
{
	overflow:hidden;
	margin-bottom:15px;
	
	width:247px;
}

.listItem a
{
	text-decoration:none;
	color: #2665b0;
}

.listItemHeader 
{
	padding:0 0 0 7px;
	margin:0px 13px 0px 11px;
	height:21px; 
	background-color:#FFF;
	color: #2665b0;
	font-weight:bold;
	background-image:url("../Img/btnLeftBG.png");
	background-repeat:no-repeat;
	background-position:left top;
	
	
}

.listItemHeader .listItemHeaderLeftPart
{
	height:21px; 
	padding:0px 0px 0px 0px;
	background-repeat:no-repeat;
	background-position:right top;
	background-image:url("../Img/btnRightBG.png");
}

.listItemHeaderLeftPart .title
{
	width:210px; /* Required for ellipsis */
	padding-top:3px;
	white-space:nowrap;
}

.listItemBodyBG
{
	background-repeat:repeat-y;
	background-image:url("../Img/listItemBodyBG.png");
}

.listItemBody 
{
	color:#727272;
	background-repeat:no-repeat;
	background-image:url("../Img/listItemBodyTopBG.png");
	padding-top:13px;
	/*width:247px;*/
	/*white-space:nowrap;*/
}

.listItemBodyBottom
{
	height:13px;
	background-repeat:no-repeat;
	background-image:url("../Img/listItemBodyBottomBG.png");
}

.listItemBodyMargins
{
	margin: 0px 15px 0px 15px;
}

.listItemMainItem
{
	/*width:217px; /* Required for ellipsis */
	color: #2665b0;
	font-weight:bold;
}

.itemDescription
{
	font-style:italic;
	font-size:smaller;
	margin-left:5px;
}

.timesheet-table tr {
    border-spacing: 0px !important;
}

.timesheet-table tr.timesheet-row td {
    border-bottom: 1px solid #727272
}

.timesheet-table tr.timesheet-row td a:hover {
	color: black;
}

tr.timesheet-row td {
    cursor: pointer;
    padding: 5px 0 !important
}

tr.timesheet-row:hover {
    cursor: pointer;
    background-color:#e9e9e9;
}

.listItemMainItem .ASC {
	padding-right: 20px;
	background:url("../Icons/asc.png") right no-repeat;
}

.listItemMainItem .DESC {
	padding-right: 20px;
	background:url("../Icons/desc.png") right no-repeat;
}