@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Hind:400,300,500,600,700);

body {  padding:0px;  margin:0px;}

#pageWrapper { padding:20px; background:#fff; }
#printNotice { width:80%; margin:0 auto; padding:10px 0px; -moz-border-radius: 10px; border-radius: 10px; text-align:center; margin-top:15px; background:#ccc; visibility:visible; display:block; }
#reportMenuWrapper { position:fixed; top:70px; z-index:99; right:27px; }
#reportBodyWrapper { width:80%; padding:0 10%; background:#ccc; min-width:1008px; }

.reportButtons { text-align:right; font-family:'Hind', Arial, Helvetica, sans-serif; line-height:normal; font-weight:normal; }
.reportButtons a { display:inline-block; background:#3c8c5b; color:#fff; padding:0px 10px; font-size:12px; text-decoration:none; border-radius:3px; }
.reportButtons a:hover { background:#57a977; }
.reportBtnsSec, .reportButtons { display:block; }
.reportBtnsSec { background:#000; padding:8px 8px 4px 8px; margin-bottom:20px; }
.reportBtnsSec a, .reportBtnsSec a:visited, .reportBtnsSec a:hover { color:#fff; text-decoration:none; cursor:pointer; text-transform:uppercase; }
.reportBtnsSec a:hover { text-decoration:underline; }
.btn_reportMenu { padding:0px 35px 5px 11px; cursor:pointer; }