/*
body {  
   margin-left:0;
   font-family:Tahoma;

}
*/

td.form_labels {
    font-size:10pt;
}

small {
    font-size:9pt;
}

div.notes {
    font-size:8pt;
    color:#0000F0;
}

div.error_msg {
    background-color:#CCCCCC;
    font-size:12pt;
    color:#FF3300;
    font-weight:600;
}
div.attention {
    background-color:#FFFF00;
    font-size:12pt;
    color:#009933;
    font-weight:600;
}


span.on {
    color:white;
    background-color:#A00000;
    padding:2px;
    
}
span.off {
    background-color:#FFFFFF;
    padding:2px;
    
    
}

div.signup_progress {
    /*border: solid 2px #CCCCCC;*/
    padding:2px;
    line-height:14px;
    font-size:14px;
    font-weight:600;
}
div.loggedin_toolbar {
    text-align:right;
     background-color:#EEEEEE;
    
     margin-right:10px;
     padding:3px;
    /*border: solid 2px #CCCCCC;*/
}

div.subtitle {
    background-color:#CCCCCC;
    border: solid 2px #999999;
    width:300px;
    padding:2px;
    text-align:center;

}


/* for bordered display boxes
   Specify width of outer box locally in file*/  
div.displaybox_outer {  background-color:#CCCCCC;
                        padding:5px;
                      }
                  
div.displaybox_inner {  background-color:#FFFFFF;
                        color:#000000;
                        padding:5px;
                        text-align:left;
                    }
b.profile_busn {
    font-family:Tahoma;
    color:#A00000;
    font-size:14pt;
}

div.profile_mentionNPD {
    font-family:Tahoma;
    color:#A00000;
    font-size:14pt;
    text-align:center;
    font-weight: bold; 
}

div.profile_box { 
    font-family:Arial;
    border:2px solid #DDDDDD;
    text-align:left;
    padding:5px;
}

div.profile_head {
   font-family:Arial;
   background-color:#DDDDDD;
   font-weight:600;
   font-size:10pt;
   padding:2px;
}

div.large_heading {
   font-family:Arial;
   font-weight:800;
   font-size:10pt;
   padding:2px;
}


/* styles for app_list rows in the admin area */
.even_row_css {
    background-color:#DDDDDD;
    font-size:10pt;
}
.odd_row_css {
    background-color:#EEEEEE;
    font-size:10pt;
}
.highlight_css {
    background-color:#DDDDFF;
    font-size:10pt;
}

