body {
	font-size:12px;
}

input[type="submit"]{
	ui-button; ui-widget; ui-state-default; ui-corner-all; ui-button-text-only;
}

.ui-widget, .ui-widget .ui-widget {
	font-family:'Trebuchet MS';!important;
	font-size:14px;
}

.rejected{
	background-color:#FF6666;
	text-align: center;	
}

.rejected input{
	width:50px;
	text-align: center;
}

.approved{
	background-color:#00CC99;
	text-align: center;	
}

.approved input{
	width:50px;
	text-align: center;
}

.waitingLastApproval{
	background-color:#66CCCC;
	text-align: center;
	
}

.waitingLastApproval input{
	width:50px;
	text-align: center;
}

.submitted{
	background-color:#FFFF99;
	text-align: center;
	
}

.submitted input{
	width:50px;
	text-align: center;
}

.notexisting{
	background-color: #9999CC;
	text-align: center;
}

.notexisting input{
	width:50px;
	text-align: center;
}

.initiated{
	text-align: center;
	
}

.initiated input{
	width:50px;
	text-align: center;
}

.columnTask {
    width: 50%;
}

.colomnDataTable
{
	height: 40px;
}

.LightGreen {
    background-color: #A9FF53;
    background-image: none !important;
    color: #320000 !important;
}

.LightYellow {
    background-color: #FFFF80;
    background-image: none !important;
    color: #320000 !important;
}

.LightRed {
    background-color: #FFC3C3;
    background-image: none !important;
    color: #320000 !important;
}

.LightBlue {
    background-color: #00FFFF;
    background-image: none !important;
    color: #320000 !important;
}

.White {
    background-color: #FFFFFF;
    background-image: none !important;
    color: #320000 !important;
}

.borderOnMouseOut{
	border-style: solid;
	border-width: 5px;
	border-color: transparent;
	border-radius: 80px 10px 80px 10px;
	}
.borderOnMouseOver
{
	border-style: solid;
	border-width: 5px;
	border-color: white;
	border-radius: 80px 10px 80px 10px;
	cursor: pointer;
}