/***** CORPO                      *****/
body
{
	 background-color:White;
	 font-family:Verdana;
	 border-style:none;
	 margin:5px;
	 padding:0px;
	 width:auto;
}

/***** LINK                       *****/
a:link, a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/***** TITULO 1                   *****/
h1
{
	font-size:170%;
	margin:0px;
	padding:0px;
}

/***** TITULO 2                   *****/	
h2{
 font: bold 10pt Tahoma,Arial;
 color: #006699;
 margin: 0px;
 padding: 0px;
 border-bottom: 2px solid #cccccc;
}

/***** TITULO 3                   *****/
h3
{
	margin:0px;
	padding:0px;
	text-align:center;
}

/***** TITULO 4                   *****/	
h4
{
	margin:0px;
	padding:0px;
	text-align:center;
}

/***** TITULO 5                   *****/
h5
{
	
	margin:0px;
	padding:0px;
	text-align:center;
}

/***** TITULO 6                  *****/	
h6
{
	margin:0px;
	padding:0px;
	text-align:center;
}

/***** TEXTO                      *****/
.cssTexto
{
	font-size: 8pt;
}

/***** MENSAGEM DE ERRO           *****/
.cssErrMsg
{
	font-size: 8pt;
	color:Maroon;
	background-color: #FFFF80;
}

/***** NOME DE CAMPO              *****/
.cssBoxLabel
{
	font-size: 8pt;
	font-weight: bold;
}

/***** ESPECIFICAÇÃO              *****/
.cssBoxLabelEsp
{
	font-size: 8pt;
}

/***** CAMPO DE PERÍODO          *****/

.cssTxtBox
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: 8pt;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	font-family: Verdana;
	background-color: white;
}

/***** CAMPO DE TEXTO             *****/
.cssTextBox
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: 8pt;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	font-family: Verdana;
	background-color: white;
}

/***** CAMPO DE SELEÇÃO           *****/
.cssSelectBox
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: 8pt;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	font-family: Verdana;
	background-color: white;
}

/***** BOTAO                      *****/
.cssButton
{
	border-right: 1px ridge;
	border-top: 1px ridge;
	font-size: 8pt;
	border-left: 1px ridge;
	width: 55px;
	cursor: hand;
	border-bottom: 1px ridge;
	font-family: Verdana;
	background-color: gainsboro;
}

/***** BOTAO DE IMAGEM            *****/
.cssImageButton
{
	cursor: hand;
}

/***** GRADE DE DADOS             *****/
.cssDataGrid
{
	border-right: #517dbf 1px solid;
	border-top: #517dbf 1px solid;
	font-size: 6.5pt;
	border-left: #517dbf 1px solid;
	border-bottom: #517dbf 1px solid;
	font-family: Tahoma,Arial;
	border-collapse: collapse;
}

/***** GRADE DE DADOS - CABEÇALHO *****/
.cssDataGrid_Header
{
	font-weight: bold;
	color: white;
	background-color: #517dbf;
}

.cssDataGrid_Header a
{
	font-weight: bold;
	color: white;

}

.cssBorderTable
{
	border:solid 1px black;
}

