﻿
        .antes
        {
            background-color:#66CC00;
            font-weight:normal;
            color:White;
            font-size:9px;
        }
        
        .actual
        {
            background-color:#FFFF66;
            font-weight:bold;
            color:Black;
            font-size:11px;
            cursor:hand;
        }
        
        .depois
        {
            background-color:#FF9933;
            font-weight:normal;
            color:White;       
            font-size:9px;
        }

        .progressbar TD
        {
            width:15px;
            height:15px;
            vertical-align:middle;
            text-align:center;
        }


.desc
{
   	font-family:  Arial, Helvetica, sans-serif;
	font-size:7.5pt;
	color:rgb(0,72,144);
}


    body {
   	font-family:  Arial, Helvetica, sans-serif;
	background: white;
	width: 500px;
	height: 700px;
	/*background-image: url("images/fundo02.gif");*/
	margin:4px;
	font-size:9pt;
	color:rgb(0,72,144);

    }
    .Header
    {
		background-color:rgb(0,72,144);
		color:rgb(255,255,255);
		font-weight:bold;
		margin:1px 0px 1px 4px; 
    }
    
    
    SELECT, INPUT
    {
   	font-family:  Arial, Helvetica, sans-serif;
	font-size:8pt;
    }
    
    #containerP
    {
        border:1px dotted rgb(0,72,144);
        background:rgb(250,235,210);
        height:492px;
        width:692px;
        vertical-align:middle;
    }
    
    TD
    {
		vertical-align:middle;
    }
