
table.DataGridTable{
	width:100%;
	border:#BDBCC1 solid 1px;
	border-bottom:none;
	padding-left: 13px;
}


tr.DataGridTableHeader{
	background:#D4D7DE;
	font-weight:bold;
}

td.DataGridTableHeaderItem{
	border-right:#BCBBC0 solid 1px;	
	border-bottom:#BCBBC0 solid 1px;	
	height:30px;
}

td.DataGridTableHeaderItem2{
	border-bottom:#BCBBC0 solid 1px;	
	height:30px;
	background:#C9CDD0;
	font-weight:bold;
}

td.DataGridTableHeaderItem3{
	border-right:#BCBBC0 solid 1px;	
	border-bottom:#BCBBC0 solid 1px;	
	height:30px;
	background:#C9CDD0;
}


td.DataGridTableHeaderItemLast{
	border-bottom:#BCBBC0 solid 1px;	
	height:30px;
}

td.DataGridTableHeaderItemLast2{
	border-bottom:#BCBBC0 solid 1px;	
	height:30px;
	background:#C9CDD0;
}


div.DataGridItemTxt{
	padding-left:12px;
	width: auto;
	float: left;

}

div.DataGridTable2{
	width:100%;

	border-bottom:none;

}

div.GeneralItem{
	width: 100%;
	height: auto;
	clear:both;
}

div.GeneralItemMyBox{
	width: 100%;
	min-height: 350px;
	padding-top:20px;
	padding-bottom:20px;
	clear:both;
}
div.Box2{
	padding-top:20px;
	border:#C1C1C3 solid 1px;
	width:500px;
	height:auto;
	margin-top:30px;
	padding-bottom: 20px;
}

table.SifreContainer2{
	width:100%;	
	background-color:#E7E7E9;
}