/* CSS Document */

.backBtn {
    cursor: pointer;
    height: 36px;
    position: absolute;
    right: 2%;
    top: 69px;
    width: 106px;
}

.tdLeft {
	text-align: left !important;
	width:150px
}
.tdRightSmall {
	text-align: right !important;
	width:30px
}
.tdRight {
	text-align: right !important;
	width:150px
}

.tdCenter {
	text-align: center !important;
}
.tdCenterHidden {
	text-align: center !important;
	display: none;
}
.tdCenterSmall {
	text-align: center !important;
	width:30px
}
.tdCenterSemiSmall {
	text-align: center !important;
	width:60px
}
.tdCenterSemiNormal {
	text-align: center !important;
	width:100px
}
.tdCenterNormal {
	text-align: center !important;
	width:150px;
}

.tdCenterNormalRed {
	text-align: center !important;
	width:150px;
	color:#F00 !important;
}
.tdCenterSmallRed {
	text-align: center !important;
	width:30px;
	color:#F00 !important;
}
.tdLeftSmall {
	text-align: center !important;
	width:30px
}

.tdCenterRed {
	text-align:center !important;
	color:#F00 !important;
}

.tdCenterPurple {
	text-align:center !important;
	color:#F0C !important;
}

.tdBackgroundRed {
	text-align:center !important;
	background-color:#F00 !important;
}

.selectedRaw td {
 background-color: #FFFFC6 !important;
}

.red {color:#F00 !important;}

.noBlock {
	display:inline !important;
	float:none !important}
	
.dialog-notifica {
	/*background-color:#CCC !important;
	z-index:9999 !important;*/
}

#loading {
	float:none;
	margin-top:50px;
	padding-left:100px;
	z-index:9999 !important;
}

.spanBTN{
	padding:4px; 
	border:2px solid #666; 
	background-color:#CCC; 
	border-radius:4px; 
	margin:10px;
}
.spanBTN:hover{
	background-color:#dedede; 
}
.spanBTN a{
	color:#666;
}

