﻿body {
	MARGIN-LEFT: 0px;
	MARGIN-TOP: 0px;
	MARGIN-RIGHT: 0px;
	MARGIN-BOTTOM: 0px;
	SCROLLBAR-FACE-COLOR:#EFEFEF;
	SCROLLBAR-HIGHLIGHT-COLOR:  #FFFFFF;
	SCROLLBAR-SHADOW-COLOR:  #C0C0C0;
	SCROLLBAR-3DLIGHT-COLOR: #C0C0C0;
	SCROLLBAR-ARROW-COLOR:  #black;
	SCROLLBAR-TRACK-COLOR: #EEEEE;	
	SCROLLBAR-DARKSHADOW-COLOR: #EEEEEE; 
	border:none;
	font-size:0.69em;
	
}

/************   Titulos  & Textos************/
.Titulo {
	font:bold 12px Tahoma , Trebuchet MS , Arial;
	color: Red;
}
.TituloErr {
	font:bold 10px Tahoma , Trebuchet MS , Arial  ;
	color:red;
	font-style:italic
}
.TituloSucess {
	font:bold 10px Tahoma , Trebuchet MS , Arial  ;
	color:green;
	font-style:italic
}
.TituloAreaSite
{
    font:Bold 11px  Tahoma , Arial;
    padding:5px;
    cursor:default;
}
.DivAreaSite
{
    font:Bold 11px  Tahoma , Arial;
    color:#999999;
    padding:5px;
    }
.TituloPage
{
    font:Bold 11px  Tahoma , Arial;
    color:#000000;
    padding:10px;
    }
.TituloDestaque
{
    font:Bold 13px  Tahoma , Arial;
    color:#999999;
    padding:10px;
    }
    .TituloDestaque0
{
    font:Bold 13px  Tahoma , Arial;
    color:#000000;
    padding:10px;
    }

   .TituloItalic
   {
    font:Bold 12px  Tahoma , Arial ,Verdana ;
    font-style:italic;
    padding:10px;
    }
    

/************   Formularios ************/
.Question{
	font:bold 11px Tahoma , Arial;
}
.QuestionC
{
    font:bold 11px Tahoma , Arial;
    color:#999999;
    }
.QuestionRes
{
    font:100 11px Tahoma , Arial;
}

/************   Inputs , Selects  e outros   ************/
.txt_Input   ,   Select  ,   TextArea{
border:solid 1Px;
border-color:#000000;
font:100 11px Tahoma , Arial;
background:#EEEEEE;
}
.BtnCaller{
             display: block;
    width: 131px;
    height: 24px;
    background: transparent url(../../Images/loginButton.png) top left no-repeat;
    border: 0;
    font-size: 12px;
    letter-spacing: 1px;
    color: #333;
    cursor:hand;
}

/************   Varias  ************/
.Botao
{
border:solid 1Px;
border-color:#999999;
font:100 11px Tahoma , Arial;
background:#EEEEEE;
width:100px;
    }
 
 .nB{
	border:none;
}

#bug{
	cursor:hand;
	border:none;
}
.Icons
{
    width:16px;
    height:16px;
    border:0PX;
    margin-left:3px;
    margin-right:3px;
    }
    
    #divPopUP
    {
        width:185;
        height:210;
        border:solid 1px;
        position:absolute;
        margin:200 150 150 300 ;
        top:0;
        background:url(../../images/alert.png)
        }
#divPopUP #divPopUPText        
    {
        width:160;
        height:160;
        border:solid 1px;
        margin:10 10 10 10 ;
        overflow:hidden;
        }

/************   Links  ************/
a{text-decoration:none;color:#000000;}
a:hover{color:#999999;text-decoration:underline}
a:visited{color:#999999;}
a:active{color:#000000;}
 
   
/************   Master Pages  ************/
    
   .divflutuanteDir
   {
    position:absolute;
    bottom:0px;
    right:0px;
    }
    .divflutuanteEsq
    {
    position:absolute;
    bottom:0px;
    left:0px;
    }
/************   UserControl Pop-Up Confirm  ************/
.TablePopUp
{
        font:100 11px Tahoma , Arial;
    }
   
    /************   Validações x Focues() ************/
    .FocusField
    {
        background:yellow;
        border:solid 1px green;
        }
        .ErrField
        {
        background:red;
        border:solid 1px yellow;    
            }