﻿body
{
}
a:hover
{
}
.divStrong
{
	background-image: url( ../Images/scr_green_dark_wh.gif );
	height: 18px;
	vertical-align: text-bottom;
	display: table-cell;
	text-transform: capitalize;
	text-indent: 3px;
	elevation: above;
	font-size: 11px;
	font-weight: bolder;
	padding-top: 2px;
}


.divLight
{
	background-image: url( ../Images/scr_green_wh.gif );
	height: 18px;
	vertical-align: text-bottom;
	display: table-cell;
	text-transform: capitalize;
	text-indent: 3px;
	elevation: above;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
}


/* Timesheet list top left corner*/
th.TSLTLC
{
	color: #000;
	background: #fff;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #cecfce;
}

/* timesheet list TH*/
th.TSL
{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	/*border-right: 1px solid #C1DAD7; /*border-bottom: 1px solid #C1DAD7;*/
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	/*border-left:1px solid #000000;*/
	border-right:1px solid #000000;
	background: #cecfce;
	padding: 6px 6px 6px 12px;
	color: #000;
}

/* timesheet list TD*/
td.TSL
{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	border-right: 1px solid #cecfce;
	border-bottom: 1px solid #cecfce;
	border-top: 1px solid #FFFFFF;
	padding: 6px 6px 6px 12px;
	background: #fff;
	color: #000;
	width: 53px;
	height: 53px;
}

th.TSL2
{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	/*border-right: 1px solid #C1DAD7; /*border-bottom: 1px solid #C1DAD7;*/
	/*border-top: 1px solid #FFFFFF;*/
	border-bottom: 1px solid #cecfce;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	background: #cecfce;
	padding: 6px 6px 6px 12px;
	color: #000;
}

/* timesheet list TD*/
td.TSL2
{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	border-left: 1px solid #cecfce;
	border-right: 1px solid #cecfce;
	border-bottom: 1px solid #cecfce;
	/*border-top: 1px solid #cecfce;*/
	padding: 6px 6px 6px 12px;
	background: #fff;
	color: #000;
	width: 53px;
	height: 53px;
}

/* Timesheet list Panel */
TSLP
{
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
	vertical-align: middle;
}

.drag
{
	position: relative;
	cursor: hand;
}

.panelItem
{
	cursor: hand;
}

.trashCanOff
{
	border-style: dotted;
}
.trashCanOn
{
	border-style: dotted;
}

.clsImgLink
{
	cursor: hand;
}

.34
{
    background-image: url(Images/b_next.gif);
}
.timesheetLocked
{
	background-image: url(/Images/secured.gif);
	background-repeat:no-repeat ;
	background-position:right ; 
	width:30px;
	height:14px;
}
.timesheetUnlocked
{
	background-image: url(/Images/unlocked.gif);
	background-repeat:no-repeat ;
	background-position:right ;
	width:30px;
	height:14px;
}