.CSSTableGenerator {
    margin:10px 0px 0px 0px;
    padding:0px;
	padding-top:10px;
    border:1px solid #000000;

    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-left-radius:0px;

    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius:0px;
    border-bottom-right-radius:0px;

    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;

    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}

.CSSTableGenerator table{
    width:100%;
    height:100%;
    margin:0px;padding:0px;
    table-layout: fixed;

}

th {
    align-content: center;
    vertical-align: bottom;     
}



th div {
    position: relative;
    text-align: left;
    white-space:nowrap;

}

th.blackHeader{
/*     background:-o-linear-gradient(bottom, #4c4c4c 5%, #000000 100%);	 */
/*     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c4c4c), color-stop(1, #000000) );	 */
/*     background:-moz-linear-gradient( center top, #4c4c4c 5%, #000000 100% );	       */
/*     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c4c4c", endColorstr="#000000");	 */
/*     background: -o-linear-gradient(top,#4c4c4c,000000); */
    background-color:#4c4c4c;
    border:0px solid #000000;
    border-width:0px 0px 1px 1px;
    font-size:14px;
    font-family:arial;
    font-weight:bold;
    color:#ffffff;
    width: 10px ; 
    
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
/* 	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2U3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); */
/*     background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); Chrome10+,Safari5.1+ */
/*     background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); IE10+ */
/*     background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); W3C */
}


th.blackHeader div{
   display:inline-block;
   width: 220px !important;
   padding-left: 50%;
   padding-bottom: 200px;
}

th.horizontalWhiteHeader{
    background-color:#ffffff;
    border:0px solid #000000 !important;
    font-size:14px;
    font-family:arial;
    font-weight:bold;
    color:#000000;    
    text-align:left;
}


td.colSeparator, th.colSeparator{
    background-color:#FFFFFF;  
    border:0px solid #000000 !important;
    width:1px;
}

.rotate{
  -ms-transform:rotate(270deg); /* IE 9 */
  -moz-transform:rotate(270deg); /* Firefox */
  -webkit-transform:rotate(270deg); /* Safari and Chrome */

  -o-transform:rotate(270deg); /* Opera */
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

td.dateCell{
    border:0px solid #000000 !important;
    position: relative;
    text-align: left;
    white-space:nowrap;
    height: 60px;
    padding:0px!important;   

}

td.dateCell div{
   display:inline-block;
   padding-bottom: 12px;
}


.CSSTableGenerator td{
    vertical-align:middle;
    border:1px solid #000000;
    border-width:1px 1px 1px 1px;
    text-align:left;
    padding:0px 2px 0px 2px;
    font-size:14px;
    font-family:arial;
    font-weight:normal;
    color:#000000;
}

tr.section td{
    font-size:12px !important;
    font-family:arial;
    font-weight:bold;
    text-align: center !important;
}

td.NOBorder, th.NOBorder, tr.NOBorder td{
    border:0px solid #000000 !important;
}

td.left, th.left{
    text-align: left !important;
}

td.center, th.center{
    text-align: center !important;
}

tr.lineIndex {
    padding:50px 0px 0px 0px !important;
}

td.blue{
    background-color:#2B88FF;   
}

td.red{
    background-color:#FB2F30;
}

td.green{
    background-color:#83A837
}

td.darkGreen{
    background-color:#00B050;
}
td.darkBlue{
    background-color:#4F81BD;
}
td.yellow{
    background-color:#FFFF00;
}
td.lime{
    background-color:#92D050;
}
td.orange{
    background-color:#F6772A;
}
td.lightGray{
    background-color:#D9D9D9;
}
 
td.lightblue{
    background-color:#37B3F1;
}

td.lightblue2{
 background-color:#8DB4E2;
}

td.lightpurple{
    background-color: #7C81F6;
}

td.pink{
    background-color: #D588D6;
}