/* ---------------------------------------------------
   Forperfect Technologies
   eInvoice System
   http://www.forperfect.com/

   Feel Free to customize this into your company color
   scheme, font style, etc.

   You are highly recommended to make a copy of this
   file first before you customize it.
   ----------------------------------------------------
*/

/*
*  This sets the HTML body style
*/
body {
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 11px
}

/*
* This sets the link style.
*/
a {
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #003366
  }

/*
* This sets the style when cursor hover a link.
*/
a:hover {
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #996633;
    text-decoration: none
}

a.small {
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #003366
  }

/*
* This sets the style when cursor hover a link.
*/
a:small:hover {
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #996633;
    font-weight: bold;
    text-decoration: none
}

/*
* This sets the style for top menu link.
*/
a.menu {
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #003366
    TEXT-DECORATION: none;
}

/*
* This sets the style for top menu link cursor hover.
*/
a.menu:hover {
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #CC0000;
    TEXT-DECORATION: none;
}

a.footerlink{
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF
}
a.footerlink:hover {
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #996633;
    text-decoration: none
}

/*
* This sets the big heading style.
*/
.title1{
    font-family: verdana;
    font-size: 12px;
    COLOR: #000066;
    TEXT-DECORATION: none;
    font-weight: bold;
}

/*
* This sets the subtitle heading style.
*/
.title2{
    font-family: verdana;
    font-size: 11px;
    COLOR: #CC0000;
    TEXT-DECORATION: none;
    font-weight: bold;
}

/*
* This sets the invoice table heading style.
*/
.ivtitle1{
    font-family: verdana;
    font-size: 13px;
    COLOR: #000066;
    TEXT-DECORATION: none;
    font-weight: bold;
}

/*
* This sets the style for small paragraph, or notes.
*/
.small{
    font-family: verdana;
    font-size: 9px;
    COLOR: #000066;
    TEXT-DECORATION: none;
    font-weight: normal;
}

/*
* This sets the style for table header.
*/
tr.header{
    font-family: verdana;
    font-size: 11px;
    COLOR: #000066;
    background-color: #99CCFF;
    TEXT-DECORATION: none;
    font-weight: bold;
}

/*
* This sets the style for alternative row color etc.
*/
tr.row1{
    font-family: verdana;
    font-size: 10px;
    COLOR: #000000;
    background-color: #DDDDDD;
    TEXT-DECORATION: none;
    font-weight: normal;
    border-bottom: 1px #6699CC dotted;
}

/*
* This sets the style for alternative row color etc.
*/
tr.row2{
    font-family: verdana,sans-serif, Arial;
    font-size: 10pt;
    COLOR: #000000;
    background-color: #FFFFFF;
    TEXT-DECORATION: none;
    font-weight: normal;
    border-bottom: 1px #6699CC dotted;
}

/*
* This sets the style top menu.
*/
td.menu{
    text-align: right;
    font-family: verdana,sans-serif, Arial;
    font-weight: bold;
    font-size: 11px;
    color: #003366;
    background-color: #DDDDDD;
    border: 1px #CC0000 dotted;
    padding: 2px;
    border-spacing: 2px;

}

/*
* This sets the style for general paragraph.
*/
p{
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 11px
}

/*
* This sets the style for heading one <h1> tag.
*/
h1 {
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 13px
}

/*
* This sets the style for heading two <h2> tag.
*/
h2 {
    font-family: verdana,Arial, Helvetica, sans-serif;
    font-size: 15px; text-transform: capitalize
}

/*
* This sets the style for generic table cell.
*/
td {
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 11px
}

.admininv {
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}


.toolheader {
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #CC0000;
    font-weight: bold;
}

.rptrlt{
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.copyright{
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color:#FFFFFF;
}