﻿body
{
    margin: 0px;
   
}


/*form {border-style: none;
    border-color: inherit;
    border-width: 0px;
    height: 554px;
    width: 418px;
    text-align: center;
}*/


/* ------------------------------------------------------------------------
	Text Boxs.
------------------------------------------------------------------------- */

.textbox
    {
	border: 1px #003300 solid;
	background-color: #fcfdfc;
	background-repeat: repeat-x;
	background-image: url('../images/Template/textbox.png');
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 0px;

}


.textboxus
    {
    border: 1px #003300 solid;
    background-color: #fcfdfc;
    background-repeat: repeat-x;
    background-image: url('../images/Template/textbox.png');
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    margin-right: 7px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-transform: uppercase;
}
.maiscula
{
    text-transform: uppercase;
}
/* ------------------------------------------------------------------------
	Modal Popup e Painel.
------------------------------------------------------------------------- */


.popupcontrol
        {
	visibility: hidden;
	position: absolute;
	background-image: url('../images/Template/textbox.png');
	background-repeat: repeat-x;
	background-color: #fcfdfc;
	border: medium solid #003300;
}
        
.modalBackground
       {
           
          background-color: Gray;
          filter: alpha (opacity=70);
          opacity: 0.7*
       
       }        
.modalPopup
{
    border: 3px solid #800000;
    background-color: #fcfdfc;
    background-image: url('../images/template/textbox.png');
    background-repeat: repeat-x;
    padding: 3px;
    width: 250px;
    top: -8px;
    left: 12px;
}

        .popupHover
{
    background-image: url('../images/header-opened.png');
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #F5F7F8;
}  

/* ------------------------------------------------------------------------
	Textos com folha de notas.
------------------------------------------------------------------------- */

.TextTitle
{ font-family: Arial, Helvetica, sans-serif; 
  font-size: 18px; 
  font-weight: bold; 
  color: #000080;
  text-align: center;
}

.Texto
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #000000;
}

.Textoesq
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #000000;
    text-align: left;
}

.Textoesqmed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    color: #000000;
    text-align: left;
}


/* ------------------------------------------------------------------------
	Página de Cadastro.
------------------------------------------------------------------------- */


.Text
{ font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  font-weight: bold; 
  color: #000080;
  text-align: right;
}
 
 .Obs
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    color: #000080;
    text-align: left;
}

.Error
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    color: #FF0000;
}
.title
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #CC0000;
    font-weight: bold;
    text-align: center;
    width: 399px;
    height: 26px;
    font-size: medium;
}

.obs1
{
   font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   font-style: italic;
   color: #800000;
}


/* ------------------------------------------------------------------------
	outros
------------------------------------------------------------------------- */

.pointer
{
    cursor: pointer;
}
.border
{
    border-width: thin;
    border-color: #003300;
    border-right-style: dotted;
}


/* ------------------------------------------------------------------------
	Páginas
------------------------------------------------------------------------- */

#news
{
    border: thin dotted #000000;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    width: 300px;
}
#news a
{
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 5px;
    font-weight: bold;
    font-size: medium;
}
#news a:hover
{
    color: #CC0000; /*color*/
    text-decoration: none;
}
#news li
{
    display: block;
    margin: 0;
    padding: 0;
   
}
#news ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#ups
{
    border: thin dotted #000000;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    width: 300px;
}
.left
{
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
}
.center
{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
.azul
{
    color: #000080;
}
.justificado
{
     text-align: justify;
}

/* ------------------------------------------------------------------------
	Navegação
------------------------------------------------------------------------- */

#navi a
{
    color: #FFFFFF;
    text-decoration: none;
    padding: 0px 5px 0px 5px;
    border: 1px dotted #000000;
    background-color: #BB0000;
    font-weight: bold;
    font-size: medium;
    
}
#navi a:hover
{    
    color: #FFFFFF;
    text-decoration: none;
    background-color: #333333;
    border: 1px dotted #FFFFFF;
}

#navi1 a
{
    color: #FFFFFF;
    text-decoration: none;
    padding: 0px 5px 0px 5px;
    border: 1px dotted #000000;
    background-color: #BB0000;
    font-weight: bold;
    font-size: 12px;
    display: block;
    
}
#navi1 a:hover
{    
    color: #FFFFFF;
    text-decoration: none;
    background-color: #333333;
    border: 1px dotted #FFFFFF;
}

#navi1 ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navi1 li
{
    margin: 0;
    padding: 0;
    display: block;
    border: 1px dotted #000000;
   
}

/* ------------------------------------------------------------------------
	Box
------------------------------------------------------------------------- */
#info
{
    border: 1px solid #000000;
    background-color: #F0F0F0;
    color: #000000;
    width: 602px;
}

#info a
{
    color: #000000;
}

#info a:hover
{
    color: #CC0000;
}

#infoT
{
    color: #FFFFFF;
    background-color: #CC0000;/*color*/
    font-size: medium;
    font-weight: bold;
    height: 22px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
}

#lista
{
}

#lista ul
{
    list-style-type: square;
    margin: 0;
    padding: 0;
    list-style-position: inside;
}
#lista li
{
    margin: 0;
    padding: 0;
    display: block;
    border: 1px dotted #666666;
}


/* ------------------------------------------------------------------------
	Gridview
------------------------------------------------------------------------- */

.grid-view tr.normal:hover
{
    color: #000000;
    font-weight: bold;
}
.grid-view tr.alternate:hover
{
    color: #000000;
    font-weight: bold;
}
.imgLeft
{
   float: left;
   margin-right: 7px;
}
.FloatRight 
{
    float: right;
} 
.FloatLeft
{
    float: left;
}