/* SANDSOFT - New Block for HTMLArea integration */

.size10px
{
   font-size: 10px;
}
.size11px
{
   font-size: 11px;
}
.size12px
{
   font-size: 12px;
}
.size13px
{
   font-size: 13px;
}
.size14px
{
   font-size: 14px;
}
.size16px
{
   font-size: 16px;
}
.size18px
{
   font-size: 18px;
}
.size20px
{
   font-size: 20px;
}
.size24px
{
   font-size: 24px;
}

/* */
input, select, textarea, option
{
   font-size: 11px;
}


body,p,td
{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #333333;
}

a:link                  { font-weight: normal; color: #0066cc; text-decoration: none; }
a:visited               { font-weight: normal; color: #0066cc; text-decoration: none; }
a:hover                 { font-weight: normal; color: #CC0033; text-decoration: none; }

.pagebody {
        background-color: #ffffff;
        margin: 8px;
        padding: 8px;
        text-decoration: none;
}
.header {
        /*font-size: 14pt;*/
        color: #333333;
        background-color: #ffffff;
        /*font-style: bold;*/
}


.outercells {
        background-color: #0066cc;
        /*background-color: #00aa00;*/
       
}

.outercellsborder {
        background-color: #0066cc;
        /*background-color: #00aa00;*/
        border-left: 4px solid #cccccc;
        border-right: 4px solid #cccccc;
        /*border-bottom: 4px solid #cccccc;*/
}

.headernav {
        /*background-color: #6699cc;*/
        background-color: #ffffff;
        padding-left: 10px;
        padding-right: 10px;
        
}
.navbox {
        width: 90%;
        /*background-color: #cccccc;*/
        background-color: #fafafa;
        padding:5px;
        text-align:left;
        margin-top: 10px;
        margin-bottom:10px;
        border-top: 2px solid #6699cc;
        border-bottom: 2px solid #6699cc;

        /*border-width: 1px;
        border-style:solid;
        border-color:#6699cc;*/
}

.mastbox {
        width: 90%;
        padding:5px;
        text-align:left;
        margin-top: 0px;
}

.outertable {
        width: 740px;
        align: center;
        background-color: #ffffff;
        border: 0px solid #333333;
}


.maintable {
        align: center;
        background-color: #ffffff;
        border: 0px solid #999999;
}
.maincontent {
        background-color: #ffffff;
        width: 95%;
        padding: 10px;
        margin-top:0px;
        margin-bottom:10px;
        border: 0px solid #999999;


}
.viewbox {
        margin-top:10px;
}

.footer {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #333333;
        font-style: bold;
        text-align: center;
}

.contentarea {
        background-color: #ffffff;
        border: 0px;
}