/*Padrões da Página*/
body
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	background: #FFFFFF url(../img/bg_lines.gif) repeat fixed top left;
}

h1, h2, h3, h4, h5, h6
{
	color: Black;
	background-color: transparent;
	font-family: Verdana, Arial, Tahoma;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	font-weight: bold;
}

h1
{
	font-size: 160%;
}

h2
{
	font-size: 150%;
}

h3
{
	font-size: 140%;
}

h4
{
	font-size: 130%;
}

h5
{
	font-size: 120%;
}

h6
{
	font-size: 110%;
}


p
{
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0.75em;
	margin-left: 0pt;
	line-height: 1.5em;
	text-align: justify;
}

a
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/*Fim Padrão*/

/*Formatação GridView*/
.gridview
{
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
}

.gridviewNoBorder
{
	border-style: none;
	border-width: 0px;
}

.gridviewNoBorder table, td, th
{
	border-style: none;
	border-width: 0px;
}

.gridview table, td, th
{
	padding-left: 5px;
	padding-right: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	text-align: center;
}

.EmptyDataRowStyle
{
	border-style: none;
	border-width: 0px;
}
.SelectedRowStyle
{
	/*font-weight: bold;*/
	background-color: #999999;
}
.AlternatingRowStyle
{
	background-color: #F0F0F0;
}
.HeaderStyle
{
	color: #FFFFFF;
	background-color: #08827B;
}
.DiscColumn
{
	text-align: left;
}
.linhaVermelha
{
	color:Red;
}
/*Fim GridView*/