/* 
    Created on : Feb 20, 2015, 9:21:50 AM
    Author     : osolis
*/
 table.wrapper {border: 1px solid darkblue}
                th {background:#dddddd}
                td.client {width:200px}
                td.activity {width:200px; text-align: center}
                td.prod800 {width:300px; text-align:center}
                table.footer { width:100%; background: #dddddd}
                table.footer td {text-align: center; width:33%}
                
body {width:100%; margin:0px}                
.AppButtons {width:400px; margin-left:auto; margin-right:auto}    
.AppBtn {width:100%; margin:10px}


.top-bg {
    background: rgba(0, 0, 0, 0) url("../img/bg-head.jpg") repeat-x ;
    height: 200px;
	width:100%;
    display: inline-block;
	margin-bottom:20px;
}

.logo {
    background: rgba(0, 0, 0, 0) url("../img/logo-mcneilus-steel-inc.png") no-repeat scroll 0 0;
    height: 200px;
    width: 260px;
    margin-left:40px;
    margin-top:10px;
}