/** EMG CSS **/

#header {
    margin-left:-1px;
    #margin-left:0px; /* IE Fix */
    }

#shadow {
    margin-left:-1px;
    #margin-left:0px; /* IE Fix */
    }

.sidenav {width: 209px;}

.rounded-top-table {
    margin-bottom:-5px;
    width:556px;
    height:20px;
    position:relative;
    background-image:url(../etc/designs/unitron/images/rounded-table-top.gif);
    background-repeat:no-repeat;
    margin-left:-1px;
    #margin-left:0px;
    }

    
.rounded-bot-table {
    margin-top:-5px;
    width:556px;
    height:20px;
    position:relative;
    background-image:url(../etc/designs/unitron/images/rounded-table-bot.gif);
    background-repeat:no-repeat;
    margin-left:-1px;
    #margin-left:0px;  /* IE Fix */
    }
    
    .right_column .table_new table {
        /*
        Modified by Chirag on Jan 15
        Removing table width below as it prohibts tables extending the full width of the page in IE7
        #width:556px; /* IE Fix */
        }
        
        

