﻿body {
}
td.Head
{
    padding: 4px;
    background-color: #CBD8DC;
    font-family: Tahoma;
    color: #666666;
    font-weight:bold;
    font-size: x-small;
}
td.JobCode
{
    border: thin solid #C0C0C0;
    padding: 4px;
    background-color: #CCFF99;
    font-family: Tahoma;
    color: #0000FF;
    font-weight: bold;
    font-size: x-small;
    text-align: center;
    min-width: 200px;
}
td.JobDescricao
{
    border: thin solid #C0C0C0;
    padding: 4px;
    background-color: #FFCC00;
    font-family: Tahoma;
    color: #000080;
    font-weight: bold;
    font-size: x-small;
    text-align: center;
}
td.JobDetalhes
{
    border: thin solid #C0C0C0;
    padding: 4px;
    font-family: Tahoma;
    font-size: x-small;
    vertical-align: top;
}

td.Break
{
    font-family: Tahoma;
    font-weight: bold;
    font-size: x-small;
}
td.PageBreak
{
    font-family: Tahoma;
    font-weight: bold;
    font-size: x-small;
    page-break-after: always;
}
td.GroupHeader
{
    font-family: Tahoma;
    font-weight: bold;
    font-size: x-small;
}

td.Group
{
    padding: 4px;
    font-family: Tahoma;
    font-size: x-small;
}


td.DetailRight
{
    padding: 4px;
    font-family: Tahoma;
    text-align: right;
    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: #C0C0C0;
    font-size: x-small;
}
td.DetailRightWinner
{
    padding: 4px;
    font-family: Tahoma;
    text-align: right;
    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: #C0C0C0;
    color: #FF9900;
}

td.Total
{
    padding: 4px;
    font-family: Tahoma;
    text-align: right;
    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: #C0C0C0;
    font-size: x-small;
}
td.Detail
{
    padding: 4px;
    font-family: Tahoma;
    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: #C0C0C0;
    font-size: x-small;
}
td.DetailWinner
{
    padding: 4px;
    font-family: Tahoma;
    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: #C0C0C0;
    color: #FF9900;
}
table.Report
{
    border-spacing: 2px;
    empty-cells: show;
    padding: 2px;
}

.ReportS1
{
    border: thin solid #808080;
    border-collapse:collapse;
    font-family: Arial, Helvetica, sans-serif;
    width: 900px;
    
}
td.CelulaTraco
{
    border-style: solid none solid none;
    border-width: thin;
    border-color: #000000;
}
.button
{
    border: 1px solid #808080;
    background: #65a9d7;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
    background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
    background: -moz-linear-gradient(top, #3e779d, #65a9d7);
    background: -ms-linear-gradient(top, #3e779d, #65a9d7);
    background: -o-linear-gradient(top, #3e779d, #65a9d7);
    background: linear-gradient(top, #3e779d, #65a9d7);
    padding: 0px 0px 0px 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    vertical-align: middle;
}
 .button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
 .button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
   
   /* #Belize Hole Sea Flat Button
==================================================*/
.Outro_button {
  position: relative;
  vertical-align: top;
  padding: 0;
  font-size: 14px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #2980b9;
  border: 0;
  border-bottom: 2px solid #2475ab;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #2475ab;
  box-shadow: inset 0 -2px #2475ab;
}
.Outro_button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
