/* @import "http://www.heav.org/assets/templates/default/stylesheet.css";*/
BODY
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Arial
}

TD
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Arial
}

.labeltitle
{
    FONT-SIZE: 6pt;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: Bold
}

.labelcaption
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial
}

.initial
{
    FONT-SIZE: 12pt;
    FONT-FAMILY: Arial;
    font-weight: bold;
}
.labelprice
{
    FONT-SIZE: 12pt;
    FONT-FAMILY: Arial
}
.breakhere 
{
    page-break-before: always;
}
table 
{
    page-break-inside: avoid;
}
INPUT text
{
  font-family:TrebuchetMS;
  font-size:9pt;
  font-weight:bold;
}
INPUT.mybutton
{
  width: 75px;
}

INPUT.mybuttonwide
{
  width: 100px;
}

INPUT.mytextbox
{
  width: 100%;
}

.sectionheader
{
  background-color: #75711F;
  color: white;
}

.section { border:none; width: 100%;}
.section td { padding-left: 5px; padding-right: 5px; }



.admincol
{
   background-color: #DDDDDD;
}

.error
{
  color: red;
  font-style: italic;
  FONT-SIZE: 8pt;
  FONT-FAMILY: Arial
}

.heavheader
{
  text-transform: capitalize;
  color: #3c0760;
  font-size: 14pt;
}

A:link { color: #3C0760; text-decoration: underline; }
A:visited { color: #3C0760; text-decoration: underline; }
A:active { color: #3C0760; text-decoration: underline; }
A:hover { color: #3C0760; font-weight: bold; text-decoration: none; }

A.dark:link { color: #3C0760; text-decoration: underline; }
A.dark:visited { color: #3C0760; text-decoration: underline; }
A.dark:active { color: #3C0760; text-decoration: underline; }
A.dark:hover { color: #3C0760; text-decoration: none; }

A.title:link {text-decoration: none; color: white;}
A.title:visited {text-decoration: none; color: white;}
A.title:hover {text-decoration: underline; font-weight: normal; color: white;}

A.controls:link {text-decoration: none; color: #262626;}
A.controls:visited {text-decoration: none; color: #262626;}
A.controls:hover {text-decoration: underline; font-weight: normal; color: white;}

A.normal:link {text-decoration: none; color: #D47D26;}
A.normal:visited {text-decoration: none; color: #C27323;}
A.normal:hover {text-decoration: underline; color: #C27323;}

.initial { background-color: #FFFFFF;}
.normal { background-color: #FFFFFF;   }
.highlight { background-color: #D47D26; cursor: pointer; }

.borderrightbottom
{
  border-left:none; 
  border-top:none;
  border-bottom:1px solid black; 
  border-right:1px solid black;
}

.borderleftrightbottom
{
  border-left:1px solid black; 
  border-top:none;
  border-bottom:1px solid black; 
  border-right:1px solid black;
}

.borderrightbottomtop
{
  border-left:none; 
  border-top:1px solid black;
  border-bottom:1px solid black; 
  border-right:1px solid black;
}

.adminborderrightbottom
{
  background-color: #DDDDDD;
  border-left:none; 
  border-top:none;
  border-bottom:1px solid black; 
  border-right:1px solid black;
}

tr.notcheckedin td
{
  background-color: red;
}

tr.checkedout td
{
  background-color: green;
}