body { 
       background-color : dimgrey;
       background: dimgrey; /* Old browsers */
       background: -moz-linear-gradient(top, dimgrey 0%, #FFFFFF 100%); /* FF3.6+ */
       background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,dimgrey), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
       background: -webkit-linear-gradient(top, dimgrey 0%,#FFFFFF 100%); /* Chrome10+,Safari5.1+ */
       background: -o-linear-gradient(top, dimgrey 0%,#FFFFFF 100%); /* Opera11.10+ */
       background: -ms-linear-gradient(top, dimgrey 0%,#FFFFFF 100%); /* IE10+ */
       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='dimgrey', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
       background: linear-gradient(top, dimgrey 0%,#FFFFFF 100%); /* W3C */
     }

/*===================================== Tables frame ==========================*/
table.frame {
    color : dimgrey;
    background-color: #3E3535;
    background: #444444; /* Old browsers */
    background: -moz-linear-gradient(top, #444444 0%, #555555 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#555555)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #444444 0%,#555555 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #444444 0%,#555555 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #444444 0%,#555555 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#555555',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #444444 0%,#555555 100%); /* W3C */
}

td.leftup {
    width:22px;
    background: url(../../common_files/topleftcorner_333.png);
    background-repeat: no-repeat;
}
td.rightup {
    width:22px;
    background: url(../../common_files/toprightcorner_333.png);
    background-repeat: no-repeat;
}
td.leftdown {
    width:22px;
    background: url(../../common_files/bottomleftcorner_333.png);
    background-repeat: no-repeat;
}
td.rightdown {
    width:22px;
    background: url(../../common_files/bottomrightcorner_333.png);
    background-repeat: no-repeat;
}






.tabbed_content {
	background-color:  #444444;
}
.cal_box {
	background-color:  #444444;
}
.ar_box {
	background-color:  #444444;
}
