/* Table CSS - START */

table.standard caption, caption {
	font-family:Arial;
	font-weight:bold;
	color:#8d8260;
	font-size:12px;
	font-style:italic;
	text-align:left;
}

table.standard {
	font-size:12px;
	border-top: 1px solid #8d8260;
	border-bottom: 1px solid #8d8260;
}

table.standard th {
	background-color:#8d8260;
	color:#FFFFFF;
	padding-left:8px;
	padding-right:8px;
	text-align:center;
}

table.standard td {
	padding-left:8px;
	padding-right:8px;
}

table.standard td.row1 {
	background-color: #f0e9d4;
}

table.standard td.row2 {
	background-color: #fff8e2;
}

table.standard tr.row1 {
	background-color: #f0e9d4;
}

table.standard tr.row2 {
	background-color: #fff8e2;
}

/**************************************/


table.stdForm {
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	background-color: white;
	color: navy;
	font-size:11px;
}

table.stdForm td{
	padding-left:0px;
	padding-right:5px;
	background-color:  #FAFAFA;/*#FAFAFA;*/
	text-align:left;
}

table.stdForm th{
	text-align:left;
}

/**************************************/

 /* Printable Table CSS - START */

table.printMod {
	font-size:11px;
	border-top: 1px solid #003366;
	/* border-bottom: 1px solid #003366; */

}

table.printMod caption {
	font-family:Arial;
	font-weight:bold;
	color:#000;
	font-size:14px;
	font-style:italic;
	text-align:left;
}

table.printMod th {
	background-color:#eee;
	color:#000;
	border-bottom: 1px solid #003366;
	/*text-align:left;*/
}

table.printMod td {
	/*
	padding-left:8px;
	padding-right:8px;
	*/
	border-bottom: 1px solid #c7c7c7;
	font-size:11px;
}

table.printMod tr.nobottom {
	border-bottom:0;
}

table.printMod td.nobottom {
	border-bottom:0;
}


/*
table.printMod tr {
	border-bottom: 1px solid #003366;
}
*/

table.printMod td.row1 {
	background-color: #f7f7f7;
}

table.printMod td.row2 {
	background-color: #fff;
}

table.printMod tr.row1 {
	background-color: #f7f7f7;
}

table.printMod tr.row2 {
	background-color: #fff;
}


/**************************************/

/* grup  */
table.grpTable {
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}


/********************************/
.tablediv {
display:  table;
width:100%;
/*background-color:#eee;*/
/*border:1px solid  #666666;*/
border-spacing:5px;/*cellspacing:poor IE support for  this*/
border-collapse:separate;
}

.celldiv {
float:left;/*fix for  buggy browsers*/
display:  table-cell;
background-color:#fdf9ee;
height:20px;
margin-top:auto;
margin-bottom:auto;
padding-top:5px;
}

.rowdiv  {
display:  table-row;
width:auto;
}