﻿BODY {
    font-size: medium;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
}

.formheader {
	background-color: #F1EFE2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #000000;
}
.formmenunivel {
    background-color: #F1EFE2;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: normal;
    color: #000000;
}
.formmenugrupo {
	background-color: #F1EFE2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
}

.txtalign {
	font-family: Arial, Helvetica, sans-serif;
    text-align:right;
}


td.header {
	background : #5F9EA0;
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
	font : bold;
	color: White;
}

td.headeralt {
	background : #F1EFE2;
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	font : x-small;
}

td.headeralt1 {
	background : #33CCCC;
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	font : x-small;
	border-bottom : thin solid Black;
}

td.headertable1 {
	background : #0066CC;
	font-family : Arial, Helvetica, sans-serif;
	color: White;
	font : bolder x-small;
}
.formsub {
	background-color: #CCCCCC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000066;
	border : Black groove;
	border-width: 0px 1px 1px
; text-align: center
}

.formlabel {
	background-color:#CCCCCC;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
    text-align: right;
    vertical-align: middle
}

.formfield {
    background-color: #FFFFFF;
    color: #000000;
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
}

.formfield1 {
	background-color: #FED905;
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

.formmessage1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000
}

.formmessage2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF
}

.total {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #990000; background-color: #adbaa5; text-align: right; vertical-align: middle; font-size: 10pt; font-weight: bold}

.FORMMSG {
	background-color : #FF0000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
}

.FORMAVISOTIT {
	background-color: Yellow;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: darkblue;
}

.FORMAVISO {
    background-color: #0066CC;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: medium;
    font-weight: bold;
    color: #FFFFFF;
}

.FORMTITLE {
	background-color : Blue;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	color : Yellow;
	font-weight : bold;
}
.formlabel1 {
	background-color: #D9D9D9;
	color: black;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	vertical-align: middle
}

        .style1
        {
	border: 1px solid #0066CC;
    height: 104px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: black;
    width: 89%;
}
        .style2
        {
            width: 100px;
            height: 82px;
        }
        .style4
        {
            height: 20px;
        }
        .style5
        {
	width: 450px;
	text-align : center;
}

        .style7
        {
            width: 135px;
            text-align: right;
        }
        .style8
        {
            height: 85px;
        }
        .style9
        {
            height: 1px;
        }
        .style10
        {
            width: 135px;
            text-align: right;
            height: 23px;
        }
        .style11
        {
            height: 23px;
        }

        .style12
        {
            width: 122px;
            text-align: right;
            height: 21px;
        }
        .style13
        {
            height: 21px;
            width: 10px;
        }
        .style14
        {
            height: 83px;
        }
        .style15
        {
            height: 23px;
            width: 10px;
        }
        .style16
        {
            width: 10px;
        }
        .style17
        {
            width: 122px;
            text-align: right;
            height: 23px;
        }
        .style18
        {
            width: 122px;
            text-align: right;
        }

#background
{
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    overflow:hidden;
    padding:0px;
    margin:0;
    background-color:#f0f0f0;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index:100000;
    }
    
#progress
{
    position:fixed;
    top:40%;
    left:40%;
    height:20%;
    width:20%;
    z-index:100001;
    background-color:#FFFFFF;
    border:1px solid gray;
    background-image:url('images/loading.gif');
    background-repeat:no-repeat;
    background-position:center;
     
    
    
    
    
    
    }    