.nc_tab {
   padding: 0px;
   margin: 0px;
   border: 0px;
   height: 30px;
   width: 158px;
   position: absolute;
}

.nc_tab:hover {
   background-position: -165px 0;
   z-index: 4;
}

.OV_id_unselected {
   background: url('/public/accounting/cma/_images/newcurrentcma/OV_tab.png');
   z-index: 3;
}

.CC_id_unselected {
   background: url('/public/accounting/cma/_images/newcurrentcma/CC_tab.png');
   z-index: 2;
}

.NC_id_unselected {
   background: url('/public/accounting/cma/_images/newcurrentcma/NC_tab.png');
   z-index: 1;
}

.TE_id_unselected {
   background: url('/public/accounting/cma/_images/newcurrentcma/TE_tab.png');
}

.OV_id_selected {
   background: url('/public/accounting/cma/_images/newcurrentcma/OV_tab_select.png');
   z-index: 4;
}

.OV_id_selected:hover {
   background-position: 0px 0px;
}

.CC_id_selected {
   background: url('/public/accounting/cma/_images/newcurrentcma/CC_tab_select.png');
   z-index: 4;
}

.CC_id_selected:hover {
   background-position: 0px 0px;
}

.NC_id_selected {
   background: url('/public/accounting/cma/_images/newcurrentcma/NC_tab_select.png');
   z-index: 4;
}

.NC_id_selected:hover {
   background-position: 0px 0px;
}

.TE_id_selected {
   background: url('/public/accounting/cma/_images/newcurrentcma/TE_tab_select.png');
   z-index: 4;
}

.TE_id_selected:hover {
   background-position: 0px 0px;
}

.tiny_clear {
   font-size: 0px;
   clear: both;
}

.info_table {
   padding: 10px;
   background-color: #E2E8F0;
   margin-left: 1px;
}

.table_image {
   margin-left: 10px;
   float: right;
   margin-top: 10px;
   background-color: #E2E8F0;
}

.diff_table {
   margin: 0 auto;
   border: 1px solid black;
   border-collapse: collapse;
   margin: 5px;
}

.diff_table tr td {
   background-color: white;
}

.diff_table tr td, .diff_table tr th {
   border: 1px solid black;
}

.te_top {
   text-align: center;
}

.mini_text {
   font-size: 10px;
   font-weight: normal;
}

.te_table {
   border: 3px ridge #E2E8F0;
   border-collapse: collapse;
}

.te_table td {
   vertical-align: top;
   border: 3px ridge #E2E8F0;
   width: 50%;
}

.current_button {
   background: url('/public/accounting/cma/_images/newcurrentcma/4part_but.png');
}

.new_button {
   background: url('/public/accounting/cma/_images/newcurrentcma/2part_but.png');
}

.current_button, .new_button {
   width: 150px;
   height: 75px;
   position: absolute;
}

.current_button:hover, .new_button:hover {
   background-position: -160px 0;
}

.but_container {
   display: block;
   width: 150px;
   height: 65px;
}

.pretend_iframe {
   height: 210px;
   overflow: auto;
   padding-right: 10px;
}

.preload {
   display: none;
}
.left_neg_top {
   float: left;
   margin-bottom: -2px;
}
.tab_top_form {
   display: block;
   width: 150px;
   height: 30px;
   padding: 0px;
   margin: 0px;
}
.rel {
   position: relative;
}
.table_text {
   display: none;
   position: absolute;
}
.tall {
   height: 210px;
}
.hide {
   display: none;
}

