﻿html    { overflow:hidden;}

/* SITE */
    body
    {
    font-family:arial;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color:#000000;
    }
    .style1 {font-size: 10px;font-family: Tahoma;color: #FFFFFF;}
    .style2 {color: #FFFFFF}
    .MenuMgt {color: #FFFFFF; font-size:10px;}
    .style6 {font-size: 11px; font-weight: bold; font-family: Tahoma; }
    .style8 {color: #FFFFFF;font-family: Tahoma; font-weight: bold;font-size: 11px; }
    .scroll  
    {
    	  overflow: auto;   
        text-align:justify;
        overflow-x:hidden;
    	  scrollbar-arrow-color:#666666;
        scrollbar-3dlight-color:#666666;
        scrollbar-highlight-color:#666666;
        scrollbar-face-color:#000000;
        scrollbar-shadow-color:#666666;
        scrollbar-darkshadow-color:#666666;
        scrollbar-track-color:#666666;
        font-family: Tahoma;
	  color:White;
	  font-size: 10px;
    }
    a{color:#ffffff;}
.FileUpload
{
    background-color:#000000;
    color:#ffffff; 
    font-family:Arial,Helvetica,sans-serif;
    font-size:10px;
    border-color:#666666;
    border-style:solid;
    border-width:1px;
    width:300px;
}
.Button
{
    background-color:#000000;
    color:#ffffff; 
    font-family:Arial,Helvetica,sans-serif;
    font-size:10px;
    border-color:#666666;
    border-style:solid;
    border-width:1px;
}

.Titulo
{
    font-family:Times New Roman;
    color:White;
    font-weight:bold;
    font-size:15px;
}
.TituloModal
{
    background-color:#000000;	
    font-family:Tahoma;
    font-size:12px;
    color:#ffffff;
    font-weight:bold;
    text-align:left;
    height:30px;
}
.Texto_White
{
    font-family: Tahoma;
    font-size: 11px;
    color:White;
}
.Texto_Silver
{
    font-family: Tahoma;
    font-size: 11px;
    color:#666666;
}
.RodapeModal
{
    background-color:#f2f2f2;	
    font-family:Tahoma;
    font-size:12px;
    color:#ffffff;
    font-weight:bold;
    text-align:right;
    height:40px;
    border-top-color:#cccccc;
    border-top-style:solid;
    border-top-width:1px;
    
}

/*Tela Modal Ajax*/
.modalBackground 
{
    background-color:#000000;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.modalPopup 
{
    background-color:#F9F9F9;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    padding:3px;
    width:250px;
}


/*Modal SHOW FOTO*/
.modalBackgroundShowFoto 
{
    background-color:#000000;
}
.modalPopupShowFoto 
{
    top:0px;
    background-color:Transparent;
    border-width:0px;
    border-style:none;
    border-color:#ffffff;
    padding:0px;
    height:580px;
    width:100%;
    text-align:center;
}