﻿.style1table  
{
    color: #000000;
    font-family: arial, sans-serif;
    font-size: 12px;
    text-align: start;
    background-color: #ffffff;
    display: table;
    border-color: gray;
} 

.style1table .style1TableHeaderRow 
{
    font-size: 14px;
    font-weight: bold;
    background-color: #d8d8d8;
    text-transform: capitalize;
} 

.style1table tr.style1TableOddRow 
{
    background-color: #ffffff;
    
} 
.style1table tr.style1TableEvenRow 
{
    background-color: #f2f2f2;
    
} 

.style1table tr.style1TableFooterRow { font-weight: bold; } 

.style1table td 
{
    padding: 5px;
}

.style1table th 
{
    padding: 5px;
}

/* STYLE 2*/
.style2table  
{
    color: #000000;
    font-size: 12px;
    text-align: start;
    background-color: #ffffff;
    font-family: arial, sans-serif;
    border-spacing: 0;
    width: 100%;
} 

.style2table .style2TableHeaderRow 
{
    background-color: #d8d8d8;
    text-transform: capitalize;
    vertical-align: bottom;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
} 
.style2table tr.style2TableOddRow 
{
    background-color: #ffffff;
} 
.style2table tr.style2TableEvenRow 
{
    background-color: #f2f2f2;
} 



.style2table td 
{
    padding: 5px;
}

.style2table th 
{
    padding: 5px;
}

/* STYLE 3*/
.style3table  
{
    color: #000000;
    font-size: 12px;
    text-align: start;
    background-color: #ffffff;
    font-family: arial, sans-serif;
    border-spacing: 0;
    width: 100%;
} 

.style3table .style3TableHeaderRow 
{
    background-color: #d8d8d8;
    text-transform: capitalize;
    vertical-align: bottom;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
} 

.style3table tr.style3TableOddRow 
{
    background-color: #ffffff;
} 
.style3table tr.style3TableEvenRow 
{
    background-color: #f2f2f2;
} 


.style3table td 
{
    padding: 5px;
}

.style3table th 
{
    padding: 5px;
}

.style3table a:link {
    color: #840831 !important;
    font-weight: bold;
    text-decoration: none;
}

.style3table a:visited {
    color: #840831 !important;
    font-weight: bold;
    text-decoration: none;
}

.style3table a:hover {
    color: #840831 !important;
    font-weight: bold;
    text-decoration: none;
}

.style3table a:active {
    color: #840831 !important;
    font-weight: bold;
    text-decoration: none;
}

/* STYLE 4*/
.style4table  
{
    color: #000000;
    font-size: 12px;
    text-align: start;
    background-color: #ffffff;
    font-family: arial, sans-serif;
    border-spacing: 0;
    width: 100%;
} 

.style4table .style4TableHeaderRow 
{
    background-color: #000000;
    text-transform: capitalize;
    vertical-align: bottom;
    color: #ffffff !important;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
} 

.style4table .style4TableHeaderRow td
{
    color: #ffffff !important;
} 

.style4table tr.style4TableOddRow 
{
    background-color: #ffffff;
} 
.style4table tr.style4TableEvenRow 
{
    background-color: #f2f2f2;
} 

.style4table td 
{
    padding: 5px;
}

.style4table th 
{
    padding: 5px;
}

.style4table a:link {
    color: #840831 !important;
    font-weight: bold;
    text-decoration: none;
}

.style4table a:visited {
    color: #840831 !important;
    font-weight: bold;
    text-decoration: none;
}

.style4table a:hover {
    color: #840831 !important;
    font-weight: bold;
    text-decoration: none;
}

.style4table a:active {
    color: #840831 !important;
    font-weight: bold;
    text-decoration: none;
}

/* STYLE 5*/
.style5table  
{
    color: #000000;
    font-size: 12px;
    text-align: start;
    background-color: #ffffff;
    font-family: arial, sans-serif;
    border-spacing: 0;
    width: 448px;
} 

.style5table .style5TableHeaderRow 
{
    
} 
.style5table tr.style5TableOddRow 
{
    background-color: #d5d3b5;
} 
.style5table tr.style5TableEvenRow 
{
    background-color: #ffffff;
} 
.style5table td 
{
    padding: 5px;
}

.style5table th 
{
    padding: 5px;
}

.style5table a:link {
    color: #840831 !important;
    font-weight: bold;
    text-decoration: none;
}

.style5table a:visited {
    color: #840831 !important;
    font-weight: bold;
    text-decoration: none;
}

.style5table a:hover {
    color: #840831 !important;
    font-weight: bold;
    text-decoration: none;
}

.style5table a:active {
    color: #840831 !important;
    font-weight: bold;
    text-decoration: none;
}

.style5table .style5highlight
{
    font-weight: bold;
    background-color: #b59a57;
}


.style5table .style5header1
{
    font-size: 16px;
    background-color: #000000;
    color: #ffffff !important;
    font-weight: normal;
    text-align: center;
}

.style5table .style5header2
{
    background-color: #000000;
    text-transform: capitalize;
    vertical-align: bottom;
    color: #ffffff !important;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
}
