
/*-----Table_1_ROWS_ZEBRA AutoFormat CSS Table-----*/
.Table_1_ROWS_ZEBRA
{
	border-collapse: collapse;
	empty-cells: show;
}

.Table_1_ROWS_ZEBRA TR#AutoFormat_FirstRow_
{ 
	background-color:#f7f7f7;
	
}

.Table_1_ROWS_ZEBRA TR#AutoFormat_LastRow_
{
	
}

.Table_1_ROWS_ZEBRA TR#AutoFormat_Row_
{
	
}

.Table_1_ROWS_ZEBRA TD#AutoFormat_FirstRowFirstCell_
{
	
}

.Table_1_ROWS_ZEBRA TD#AutoFormat_FirstRowCell_
{
	border-bottom:solid 1px #cbcbcb;
	padding:7px;	
}

.Table_1_ROWS_ZEBRA TD#AutoFormat_FirstCellInAnyRow_
{
	background-color:#f7f7f7;
	padding-right:7px;
	padding-left:7px;
}

.Table_1_ROWS_ZEBRA TD#AutoFormat_FirstCellInLastRow_
{
	
}

.Table_1_ROWS_ZEBRA TD#AutoFormat_LastRowAnyCell_
{
	
}

.Table_1_ROWS_ZEBRA TD#AutoFormat_LastCellInAnyRow_
{
	
}

.Table_1_ROWS_ZEBRA TD#AutoFormat_RowsZebra1_
{
	background-color:#ffffff;
	padding-right:7px;
	padding-left:7px;
}

.Table_1_ROWS_ZEBRA TD#AutoFormat_RowsZebra2_
{
	background-color:#f7f7f7;
	padding-right:7px;
	padding-left:7px;
	
}
/*-----End of Table_1_ROWS_ZEBRA for AutoFormat CSS Table-----*/

/*----- Table_2_GreenColumn for AutoFormat CSS Table-----*/

.Table_2_GreenColumn
{
	border-collapse: collapse;
	empty-cells: show;
}

.Table_2_GreenColumn TR#AutoFormat_FirstRow_
{ 
	background-color:white;
	background-image:url(../images/linegreen.jpg);
	background-position:bottom ;
	bACKGROUND-REPEAT: repeat-x;
	
}

.Table_2_GreenColumn TR#AutoFormat_LastRow_
{
	
}

.Table_2_GreenColumn TR#AutoFormat_Row_
{
	border-bottom:solid 1px #cbcbcb;

}

.Table_2_GreenColumn TD#AutoFormat_FirstRowFirstCell_
{
	padding:7px;
	background-color:#ebf7e6;
	
}

.Table_2_GreenColumn TD#AutoFormat_FirstRowCell_
{
	padding:7px;	
}

.Table_2_GreenColumn TD#AutoFormat_FirstCellInAnyRow_
{
	background-color:#ebf7e6;
	border-bottom:solid 1px #cbcbcb;
	padding-right:7px;
	padding-left:7px;
}

.Table_2_GreenColumn TD#AutoFormat_FirstCellInLastRow_
{
	
}

.Table_2_GreenColumn TD#AutoFormat_LastRowAnyCell_
{
	
}

.Table_2_GreenColumn TD#AutoFormat_LastCellInAnyRow_
{
	
}

.Table_2_GreenColumn TD#AutoFormat_Cell_
{
	border-bottom:solid 1px #cbcbcb;
	padding-right:7px;
	padding-left:7px;
}
/*-----End of Sample for AutoFormat CSS Table-----*/


/*-----This is a Sample for AutoFormat CSS Table-----*/
.ClassSample
{
	border: solid 1px green;
	border-collapse: collapse;
	empty-cells: show;
}

.ClassSample TR#AutoFormat_FirstRow_
{ 
	background-color:lime;
	
}

.ClassSample TR#AutoFormat_LastRow_
{
	background-color:lime;
}

.ClassSample TR#AutoFormat_Row_
{
	background-color:blue;
}

.ClassSample TD#AutoFormat_FirstRowFirstCell_
{
	background-color:white;
}

.ClassSample TD#AutoFormat_FirstRowCell_
{
	border:solid 1px red;
}

.ClassSample TD#AutoFormat_FirstCellInAnyRow_
{
	background-color:yellow;
	border:solid 1px red;
}

.ClassSample TD#AutoFormat_FirstCellInLastRow_
{
	background-color:WHITE;
}

.ClassSample TD#AutoFormat_LastRowAnyCell_
{
	border:solid 1px brown;
}

.ClassSample TD#AutoFormat_LastCellInAnyRow_
{
	background-color:pink;
}

.ClassSample TD#AutoFormat_Cell_
{
	color:silver;
}
/*-----End of Sample for AutoFormat CSS Table-----*/






/*-----This is a Sample for AutoFormat CSS Table With Rows Zebra-----*/

.ClassSample_ROWS_ZEBRA
{
	border: solid 1px green;
	border-collapse: collapse;
	empty-cells: show;
}

.ClassSample_ROWS_ZEBRA TR#AutoFormat_FirstRow_
{ 
	background-color:lime;
	
}

.ClassSample_ROWS_ZEBRA TR#AutoFormat_LastRow_
{
	background-color:lime;
}

.ClassSample_ROWS_ZEBRA TR#AutoFormat_Row_
{
	background-color:blue;
}

.ClassSample_ROWS_ZEBRA TD#AutoFormat_FirstRowFirstCell_
{
	background-color:white;
}

.ClassSample_ROWS_ZEBRA TD#AutoFormat_FirstRowCell_
{
	border:solid 1px red;
}

.ClassSample_ROWS_ZEBRA TD#AutoFormat_FirstCellInAnyRow_
{
	background-color:yellow;
	border:solid 1px red;
}

.ClassSample_ROWS_ZEBRA TD#AutoFormat_FirstCellInLastRow_
{
	background-color:WHITE;
}

.ClassSample_ROWS_ZEBRA TD#AutoFormat_LastRowAnyCell_
{
	border:solid 1px brown;
}

.ClassSample_ROWS_ZEBRA TD#AutoFormat_LastCellInAnyRow_
{
	background-color:pink;
}

.ClassSample_ROWS_ZEBRA TD#AutoFormat_RowsZebra1_
{
	background-color:aqua;
}

.ClassSample_ROWS_ZEBRA TD#AutoFormat_RowsZebra2_
{
	background-color:lime;
}
/*-----End of Sample for AutoFormat CSS Table Zebra for Rows-----*/




/*-----This is a Sample for AutoFormat CSS Table With Columns Zebra-----*/

.ClassSample_COLUMNS_ZEBRA
{
	border: solid 1px green;
	border-collapse: collapse;
	empty-cells: show;
}

.ClassSample_COLUMNS_ZEBRA TR#AutoFormat_FirstRow_
{ 
	background-color:lime;
	
}

.ClassSample_COLUMNS_ZEBRA TR#AutoFormat_LastRow_
{
	background-color:lime;
}

.ClassSample_COLUMNS_ZEBRA TR#AutoFormat_Row_
{
	background-color:blue;
}

.ClassSample_COLUMNS_ZEBRA TD#AutoFormat_FirstRowFirstCell_
{
	background-color:white;
}

.ClassSample_COLUMNS_ZEBRA TD#AutoFormat_FirstRowCell_
{
	border:solid 1px red;
}

.ClassSample_COLUMNS_ZEBRA TD#AutoFormat_FirstCellInAnyRow_
{
	background-color:yellow;
	border:solid 1px red;
}

.ClassSample_COLUMNS_ZEBRA TD#AutoFormat_FirstCellInLastRow_
{
	background-color:WHITE;
}

.ClassSample_COLUMNS_ZEBRA TD#AutoFormat_LastRowAnyCell_
{
	border:solid 1px brown;
}

.ClassSample_COLUMNS_ZEBRA TD#AutoFormat_LastCellInAnyRow_
{
	background-color:pink;
}

.ClassSample_COLUMNS_ZEBRA TD#AutoFormat_ColumnsZebra1_
{
	background-color:aqua;
}

.ClassSample_COLUMNS_ZEBRA TD#AutoFormat_ColumnsZebra2_
{
	background-color:lime;
}
/*-----End of Sample for AutoFormat CSS Table Zebra for Columns-----*/





