body {
    margin:0px;   
    background-color: #ffffff;
    color: #000000;
    font-family:  Verdana, Arial;
    font-size: 8pt;
}
A:Link 
{
    color: #3A45DE;
    text-decoration: none;
}
A:Visited 
{
    color: #3A45DE;
    text-decoration: none;
}
A:Hover 
{
    color: Red;
    text-decoration: underline;
}
button
{
    height:200px;
}
.textbox 
{
    color: Gray;
    font-size:8pt;    
    font-family: Verdana, Arial;
}
.textbox input
{
    width: 200px;
    height: 15px;
}
.textbox textarea 
{
    width: 200px;
    height: 150px;
}
.textbox select
{
    width: 205px;
    height: 18px;
}
.spacer
{
    font-size:1px;
}
.text8
{
    font-size:8pt;
    font-weight:400;
}
.message
{
    font-size:10pt;
}
.message H3
{
    font-size:12pt;
    font-weight:900;
}
.grid
{
    width:100%;
    border: solid 1px #ffffff;
    text-transform:capitalize;    
}
.grid td
{
    border-bottom: dotted 1px #000000;
}
.grid thead
{
    font-weight: 900;
}
.grid thead A
{
    font-weight: 900;
    text-decoration: underline;
}
.grid2
{
    width:100%;
    border: solid 1px #ffffff;
    font-size:10pt;
    font-weight:900;
    text-transform:capitalize;    
}
.grid2 td
{
    border-bottom: dotted 1px #000000;
}
.grid2 thead
{
    font-weight: 900;
}
.grid2 thead A
{
    font-weight: 900;
    text-decoration: underline;
}
.grid3
{
    width:99%;
    border:solid 1px #ffffff;
    background-color:#E1EEFA; 
    text-transform:capitalize;
}
.grid3 thead
{
    background-color: #FFFFFF;
}
.grid3 thead A
{
    font-weight: 900;
    text-decoration: underline;
}
.error
{
    color: #FF0000;
    font-weight: 800;
    font-family: Verdana, Arial;
}
.success
{
    color: #29A600;
    font-weight: 800;
    font-family: Verdana, Arial;
}
.leftSide
{
    color: #000000;
    font-size: 8pt;
    background-color: #E7EBF0;
    width: 125px;
    padding: 10px;
}
.leftSide hr
{
    color: #FFDF8C;
    height:1px;
}
.leftSide A:Link
{
    font-size: 8pt;
    color: Blue;
    text-decoration: none;
}
.leftSide A:Visited
{
    font-size: 8pt;
    color: Blue;
    text-decoration: none;    
}
.leftSide A:Hover
{
    font-size: 8pt;
    color: Red;
    text-decoration: underline;
}
.leftSide B
{   
    font-weight: 900;
    color: #CCCCCC;
    text-transform:uppercase;
    font-size:12pt;
}
.catalog 
{
    color: #000000;
    font-size:10pt;    
}
.cart 
{
    color: #FFFFFF;
    font-size:10pt;    
}
.cart A:Link
{
    color: #FFFFFF;
    text-decoration: none;
}
.cart A:Visited
{
    color: #FFFFFF;
    text-decoration: underline;
}
.tbl1
{
    border: solid 1px #353267;
    background-color: #F5F5F5;
    width: 60%;
}
.tbl1 THEAD
{
    background-color: #E7EBF0;
}

.ssHeader
{
    height: 10px;
    background: #d9eaff;
    background-image: url(../img/bar.gif);
    border: solid 1px buttonshadow;
    color: #4d4d4d;
}

.ssHeaderSelected
{
    background: #ffda82;
    color: #4d4d4d;
    border: solid 1px darkorange;   
}

.ssRowLabel
{
    background: #d9eaff;
    width: 18px;
    color: #4d4d4d;
    font-size: 9pt;
    
    border-top-width: 0px;
    border-right-width: 1px;
    border-right-style: Solid;
    border-right-color: buttonshadow;
    border-left-width: 1px;
    border-left-style: Solid;
    border-left-color: buttonshadow;
    border-bottom-width: 1px;
    border-bottom-color: buttonshadow;
    border-bottom-style: Solid;
}

.ssRowLabelSelected
{
    background: #ffda82;
    color: #4d4d4d;
    border: solid 1px darkorange;
}

.ssCell
{
    height: 9px;
    width: 60px;    
    white-space: nowrap; 
    overflow: hidden;
    padding: 0px 1px 0px 1px;
    
    border-top-width: 0px;    
    border-right-width: 1px;
    border-right-style: Solid;
    border-right-color: buttonshadow;
    border-left-width: 0px;
    border-bottom-width: 1px;
    border-bottom-color: buttonshadow;
    border-bottom-style: Solid;    
}

.ssCellSelected
{
    height: 8px;    
    border: solid 2px #000000;   
    padding: 0px 0px 0px 0px;
}

.ssTextBox
{
    font-size: 9pt;
    width: 58px;    
    border: none 0px;
}



