/* 
    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/hdrBg-admiral-orange3.jpg") repeat-x ;
	background: darkblue;
    min-height: 100px;
	width:100%;
    display: inline-block;
	margin-bottom:100px
}

.logo {
    background: rgba(0, 0, 0, 0) url("../img/PL_Logo.png") no-repeat scroll 0 0;
    height:  70px;
    width: 130px;
    margin-left:10px;
    margin-top:10px;
}
