﻿                                                                                                            /*
This is the email CSS file that is included with all Scaffold email pages
and based upon main.css .
*/

* {
   &nbsp;scrollbar-face-color: #ff4500;
   &nbsp;scrollbar-highlight-color: #ffffff;
   &nbsp;scrollbar-shadow-color: #dddddd;
   &nbsp;scrollbar-3dlight-color: #808080;
   &nbsp;scrollbar-arrow-color: #78a8d5;
   &nbsp;scrollbar-track-color: #dddddd;
   &nbsp;scrollbar-darkshadow-color: #808080;
   &nbsp;scrollbar-base-color: #ff8c00;
}
BODY {
    font-family:verdana,arial,helvetica;
    margin:0px;
    padding:0px;
    font-size: 8pt;
    background:transparent url(/graphics/background.gif) repeat-y scroll center top;
    text-align:center;

}
TD {
    vertical-align:top;

}
#mainNewsBar {
    text-align:center;
    vertical-align:top;
    color:white;
    width:0px;
    background-color:#000000;
    font-weight:bold;
    font-size:9pt;
    height:1000px;
}
6
#mainFrame {
    border-collapse: collapse;
    width: 600px;
    background-colour:#000000;
    text-align:left;
}

#mainHeader {
    color:#000000;
    padding:0;
    padding-top:18px;
    padding-left:0px;
    width:100%;
}
#mainHeader td {
    vertical-align:left;
}

#mainButtons {    
    padding:0;
    vertical-align:center;
    background-image:url(/graphics/background.gif);
}
#mainButtons A,#mainHeader A,#mainButtons A:visited,#mainHeader A:visited {
    color:#000000;
}

A:hover {
    text-decoration : underline;    
}



#mainButtons img {    
    vertical-align:center;
}

#mainButtons a {
    width:34px;
    padding-left:0px;
}

}

#mainNewsBar td {
    font-weight:normal;
    color:white;
    font-size:8pt;
}

#mainContent {
    background-position:top right;
    background-repeat:no-repeat;
    background-color:#000000;
    color:#000000;
    width:600px;
    padding-left:0px;
    padding-top:0px;
    padding-right:0px;
}

INPUT, TEXTAREA, SELECT {
    border : 1px solid Silver;
    font-size : 100%;
    border-collapse : collapse;
    margin : 0 0 0 0;
    padding-left:2px;
    padding-right:2px;
}

TEXTAREA, SELECT {
    overflow: auto;
}

A {
    text-decoration : none;
    font-weight:bold;
}

A:visited {
    text-decoration : none;
    font-weight:bold;
}

A:hover {
    text-decoration : underline;    
}

HR {    





    height:1px;
}




        
        
        
        
        
        
        
        
        