body.body_main
{   
    font-family: Arial;
    font-size  : 11px;
    /*line-height: 18px;*/
    
    color      : #000000;
    cursor     : default;
    overflow   : auto;
    
    margin: 0px;
    
    background: url(../siteimg/bg_sign.gif) #FFFFFF no-repeat 80% 90% fixed;
    
    /* 
    dark red: #A81A02
    red: #DD3D1D
    light red: #FEC5BA 
    very light red: #FEECE8    
    ==    
    grey: #DCDCDC    
    */
    
    scrollbar-face-color:       #FFFFFF;
    scrollbar-track-color:      #EBEBEB;
    scrollbar-3dlight-color:    #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;    
    scrollbar-arrow-color:      #DD3D1D;    
    scrollbar-shadow-color:     #DD3D1D;
    scrollbar-highlight-color:  #DD3D1D;
}

body
{   
    font-family : Arial;
    font-size   : 11px;
    font-weight : normal;
    color       : #000000;	   
    background  : #FFFFFF;
}

p
{   
    font-family : Arial;
    font-size   : 11px;
    font-weight : normal;
    color       : #000000;	   
}

/* text editor styles, Remote Control */
.textedit div.document 
{
    font-family: Arial;
    font-size  : 11px;
    /*line-height: 18px;*/
    
    color      : #000000;
    cursor     : default;
    overflow   : auto;
    
    margin: 0px;
    
    background: url(../siteimg/bg_sign.gif) #FFFFFF no-repeat 80% 90% fixed;
    
    /* 
    dark red: #A81A02
    red: #DD3D1D
    light red: #FEC5BA 
    very light red: #FEECE8    
    ==    
    grey: #DCDCDC    
    */
    
    scrollbar-face-color:       #FFFFFF;
    scrollbar-track-color:      #EBEBEB;
    scrollbar-3dlight-color:    #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;    
    scrollbar-arrow-color:      #DD3D1D;    
    scrollbar-shadow-color:     #DD3D1D;
    scrollbar-highlight-color:  #DD3D1D;    
}
/* end of tex editor styles */


.td_main
{      
    padding-left  : 18px;
    padding-right : 18px;
    padding-top   : 11px;
    padding-bottom: 18px;    
    
    font-family: Arial;
    font-size  : 11px;
    line-height: 18px;
    color      : #000000;
    cursor     : default;    
}

.address
{
    align      : center;
    font-family: Arial;
    font-size  : 11px;
    line-height: 15px;
    color      : #000000;
    cursor     : default;  
}

.td_content
{
    padding-left: 20px;
    font-family : Arial;
    font-size   : 11px;
    line-height : 18px;
    color       : #000000;
    cursor      : default;   
}

HR 
{
    COLOR:  #DD3D1D;
    HEIGHT: 1;	
}

h1 
{
    font-family : Arial;
    font-size   : 17px;
    font-weight : bold;
    color       : #DD3D1D;	
}
h2 
{
    font-family : Arial;
    font-size   : 12px;
    font-weight : bold;
    color       : #DD3D1D;	
}
h3 
{
    font-family : Arial;
    font-size   : 13px;
    font-weight : bold;
    color       : #DD3D1D;	
}


TD
{
    font-family: Arial;
    font-size  : 11px;
    line-height: 18px;
    color      : #000000;
    cursor     : default;
}

A 
{ 
    font-weight     : normal;
    text-decoration : none;  
    color           : #DD3D1D;
} 
A:visited 
{ 
    font-weight     : normal;
    text-decoration : none;
    color           : #DD3D1D;
} 
A:active 
{ 
    font-weight     : normal;
    text-decoration : none;
    color           : #DD3D1D;
} 
A:hover 
{ 
    font-weight     : normal;  
    text-decoration : none;
    color           : #FFFFFF;
    background-color: #DD3D1D;
} 

.active_link 
{ 
    font-weight     : bold;  
    text-decoration : none;
    color           : #FFFFFF;
    background-color: #DD3D1D;
}

.redTdHeader
{
    border-bottom   : 1px solid #DD3D1D;
    border-right    : 1px solid #DD3D1D;
    font-family     : Arial; 
    font-size       : 11px;
    font-weight     : bold;  
    color           : #DD3D1D;
    background-color: #FFDAD2;
    padding-left    : 3px;
}
.TdRow
{
    font-family     : Arial; 
    font-size       : 11px;  
    color           : #000000;
    padding-left    : 3px;
    padding-top     : 2px;    
}
.TdRow2
{
    font-family     : Arial; 
    font-size       : 11px;  
    color           : #000000;
    padding-left    : 3px;
    padding-top     : 2px;
    text-align      : right;
}

A.menu 
{ 
    font-weight     : bold;
    text-decoration : none;  
    color           : #DD3D1D;
} 
A.menu:visited 
{ 
    font-weight     : bold;
    text-decoration : none;
    color           : #DD3D1D;
} 
A.menu:active 
{ 
    font-weight     : bold;
    text-decoration : none;
    color           : #DD3D1D;
} 
A.menu:hover 
{ 
    font-weight     : bold;  
    text-decoration : none;
    color           : #FFFFFF;    
    backgroud-color : #DD3D1D;
}  

input, select, textarea
{
    font-family: Arial;
    font-size  : 11px;
    border: 1px solid black;
}

.noborder
{
    font-family: Arial;
    font-size  : 11px;
    border: 0px solid black;    
}

.button
{
    background-color: ButtonFace;
    color:            ButtonText;
     
    width:            85px;
    height:           22px;
         
    border-top:       1 solid ButtonHighlight;
    border-left:      1 solid ButtonHighlight;
    border-right:     1 solid ButtonShadow;
    border-bottom:    1 solid ButtonShadow;
}
