﻿
 .float.right {
            float: right;
        }
        .float.left {
            float: left;
        }
        .space {
            content: "&nbsp;";
        }
        .foot {
            border-top: 1px solid #CCC;
            color: #777;
            text-align: right;
            font-size:  8pt;
            font-family: Arial, Helvetica, sans-serif;
        }
        body {
            font-size: 12px;
            font-family: Arial, Helvetica, sans-serif;
        }
       
        .btngrad {
            color: white;
            background: #AB00B5;
        }
.btngrad2 {
    color: #AB00B5;
    background: white;
}
.blank
{
    background:white !important;
}
        .ui-widget {
            
           font-size: 12pt/*{fsDefault}*/;
        }
        .lightbg {background-color:#f1f1fb;
    margin-bottom: 0px;
}
.darkbg {background-color:#E1E1EF;}
        .bbtable {
            border-collapse:collapse;
        }
        
        .grad {
            /* For WebKit (Safari, Google Chrome etc) */
		   background: #AB00B5;
		    
            color: white;
            border: 1px solid black;
        }
        .right {
            text-align: right;
        }