﻿/*For tile*/
.displayBlock{
	display:inline-block;
	vertical-align:top;
              }

.Draft{
	height:70px;
	width:110px;
	border:#a7a7a7 1px solid;
	}
/*	
.Initiated{
	height:70px;
	width:105px;
	border:#a7a7a7 1px solid;
	}
	
.Confirmed{
	height:70px;
	width:105px;
	border:#a7a7a7 1px solid;
	}
	
	.Released{
	height:70px;
	width:105px;
	border:#a7a7a7 1px solid;
	}
	
	.Executed{
	height:70px;
	width:105px;
	border:#a7a7a7 1px solid;
	}
	
	.ShortClosed{
	height:70px;
	width:105px;
	border:#a7a7a7 1px solid;
	}
	
	.cancelled{
	height:40px;
	width:120px;
	border:#a7a7a7 1px solid;
	}
	.Deleted{
	height:70px;
	width:105px;
	border:#a7a7a7 1px solid;
	}
	
	.total{
	height:40px;
	width:120px;
	border:#a7a7a7 1px solid;
	}
	
	*/
	
	/*On item selected*/
.Draft.x-item-selected{
	border:#fb9e37 1px solid
}

.Initiated.x-item-selected{
	border:#fb9e37 1px solid
}

.Confirmed.x-item-selected{
	border:#fb9e37 1px solid
}

.Released.x-item-selected{
	border:#fb9e37 1px solid
}
		
.Executed.x-item-selected{
	border:#fb9e37 1px solid
}

.ShortClosed.x-item-selected{
	border:#fb9e37 1px solid
}

.cancelled.x-item-selected{
	border:#fb9e37 1px solid
}

.Deleted.x-item-selected{
	border:#fb9e37 1px solid
}
.total.x-item-selected{
border:#fb9e37 1px solid
}


/*description class*/
.exedatagrid{
	width:110px;
	line-height:20px;
	padding-left:3px;
	color:#222222;
	font-size:9px;
}

/*Value class*/
.draftvalue{
	width:10px;
	line-height:40px;
	padding-left:60px;
	font-size:10px;
	color:#222222;
	font-weight:bold;
}


/*
.initiatevalue{
	width:10px;
	line-height:35px;
	font-size:11px;
	color:#3498db;
	font-weight:bold;
}
.confirmevalue{
	width:10px;
	line-height:35px;
	font-size:11px;
	color:#21b269;
	font-weight:bold;
}

.releasevalue{
	width:10px;
	line-height:35px;
	font-size:11px;
	color:#3498db;
	font-weight:bold;
}

.execvalue{
	width:10px;
	line-height:35px;
	font-size:11px;
	color:#21b269;
	font-weight:bold;
}

.shortclosevalue{
	width:10px;
	line-height:35px;
	font-size:11px;
	color:#ff9800;
	font-weight:bold;
}

.cancelvalue{
	width:10px;
	line-height:35px;
	font-size:11px;
	color:#f44336;
	font-weight:bold;
}

.deletevalue{
	width:10px;
	line-height:35px;
	font-size:11px;
	color:#f44336;
	font-weight:bold;	
}
.totalvalue{
	width:10px;
	line-height:35px;
	font-size:11px;
	color:#037e8d;
	font-weight:bold;
}


*/
.tms_arrow_ic {
    background:url(../resources/images/application/tms_arrow_ic.png)no-repeat center;
    width: 22px;
    height: 24px; 
}
.tms_expand_ic {
    background:url(../resources/images/application/tms_expand_ic.png)no-repeat center;
    width: 22px;
    height: 24px; 
}


