﻿/* DEFAULTS
----------------------------------------------------------*/

BODY 
{
background-image:url(Images/bg.gif); 
 font-family:Arial, Helvetica, sans-serif;

color: #000080;
}


a:link {
 color:#000080;
 }


a:visited {
 color:#000080;
 }


a:active {
 color:#000080;
 }
 
  a:hover {
 color:#E79700;
 }


TD {
    font-family:Arial, Helvetica, sans-serif;
  font-size:10pt;
 color: #000000;
 }

div.rounded_box{
    background-color: #ccdaff; 
    color: #333; 
    padding: 10px;
    border:0;
    margin: 0;
    zoom:1;
}
/* border with rounded corners */
div.rounded_border {  background: #6666ff; padding: 8px; }

.header_label
{
    color: #66CCFF;
    font-family:Century Gothic, Verdana, Arial;
    font-size:30px;
    font-weight:bolder;
    }
    
.div_blue_no_image
    {
        float:left;
        margin: 0px 0px 0px 30px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        background-color:#0070C0;
        border: 4px solid #0070C0;
        text-align:center;
        height:300px; 
        width:784px; 
        padding: 20px 30px 0px 0px;
        display:table-cell; 
        vertical-align:middle;
    }
    
.round_txtbox
{
   -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #002060;
    height:30px;
    font-family:Century Gothic, Verdana, Arial;
    font-size:16px;
    font-weight:bold;    
    color: #002060;
}

.bold_label_white
{
    font-family:Century Gothic, Verdana, Arial;
    font-size:24px;
    font-weight:bold;    
    color: White;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.50;
          
}
                
.updateProgress
{
    border-width: 1px;
    border-style: solid;
    background-color: #E5F3FF;
    width: 200px;
    height: 85px;
    position: absolute;
    margin-left:30px;
}

