html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 795px;
	min-width: 795px;
}

#divMenuLateral
{
	width: 158px;
	min-width: 158px;
	float: left; /* height: 750px; */
	min-height: 750px;
	padding-left: 8px;
	padding-bottom: 20px;
}

#divMenu
{
	padding-bottom: 10px;
}

#divPesquisa
{
}

#divConteudo
{
	padding-top: 10px;
	float: right;
	min-width: 610px;
	width: 610px;
	width: expression(document.body.clientWidth < "610"? "610px": "auto");
}

#divRodape
{
	clear: both;
	height: 17px;
	vertical-align: bottom;
	padding-left: 6px;
	width: 95%;
	min-width: 95%;
}

#divFormaPagto
{
	clear: both;	
	vertical-align: bottom;
	padding-left: 6px;
	width: 95%;
	min-width: 95%;
}


#divLogo
{
	padding-bottom: 25px;
	padding-left: 13px;
	padding-top: 27px;
	width: 150px;
	vertical-align: top;
	text-align: center;
}

#imgLogo
{
	padding-left: 25px;
}

.menuTitulo
{
	color: #FFF;
	width: 140px;
	line-height: 20px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	font-family: Verdana;
	display: block;
	padding-left: 24px;
	background: #F6F6F6 url(../Imagens/menu.gif) no-repeat left center;
}

.TEXTBOX_PADRAO
{
	background-color: white;
	border: solid 1pt #C0C0C0;
	min-height: 16px;
	height: 16px;
	text-transform: uppercase;
	font-size: 8pt;
	font-family: Verdana , Arial;
}

.TEXTBOX_PADRAO_VALOR
{
	text-align: right;
	background-color: white;
	border: solid 1pt #C0C0C0;
	height: 16px;
	text-transform: uppercase;
	font-size: 8pt;
	font-family: Verdana , Arial;
}

.TEXTBOX_EMAIL
{
	border: solid 1pt #C0C0C0;
	min-height: 16px;
	height: 16px;
	font-size: 8pt;
	font-family: Verdana , Arial;
}

.TEXTBOX_EMAIL2
{
	background-color: #FFFFD7;
	text-transform: lowercase;
	border: solid 1pt #C0C0C0;
	min-height: 16px;
	height: 16px;
	font-size: 8pt;
	font-family: Verdana , Arial;
}

.TEXTBOX_SENHA
{
	background-color: white;
	border: solid 1pt #C0C0C0;
	min-height: 16px;
	height: 16px;
	font-size: 8pt;
	font-family: Verdana , Arial;
}

.SUBTITULO
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans serif;
}

.LABEL_PADRAO
{
	font-size: 10px;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans serif;
}

.OPT_PADRAO
{
	font-size: 11px;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans serif;
}

.BOTAO_PADRAO
{
	border-right: red 1px solid;
	border-top: red 1px solid;
	font-size: 9pt;
	border-left: red 1px solid;
	color: red;
	border-bottom: red 1px solid;
	font-family: Verdana;
	background-color: white;
}

.GRID
{
	font-weight: bold;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans serif;
	text-decoration: none;
}

.GRID td
{
	padding: 5px;
	font-size: 10px;
	border-width: 1px;
	border-bottom-color: Gray;
	border-top-color: Gray;
	border-left-color: Gray;
	border-right-color: Gray;
}


.GRID2
{
	font-weight: bold;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans serif;
	text-decoration: none;
}

.GRID2 td
{	
	font-size: 8px;	
}


.LINK_PADRAO, .LINK_PADRAO a:link, .LINK_PADRAO a:active, .LINK_PADRAO a:visited
{
	font-size: 10px;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans serif;
	text-decoration: none;
}

.LINK_PADRAO a:hover
{
	font-size: 8px;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans serif;
	text-decoration: underline;
}

.LINK_PADRAO2, .LINK_PADRAO2 a:link, .LINK_PADRAO2 a:active, .LINK_PADRAO2 a:visited
{
	font-size: 11px;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans serif;
	text-decoration: underline;
}

.LINK_PADRAO2 a:hover
{
	color: #FF0000;
}

.LABEL_ERROR
{
	font-size: 12px;
	color: #FF0000;
	font-family: Verdana,Arial,Helvetica,sans serif;
}

.sombra
{		
	width: 74px;
	height: 110px;
	background: url(../Imagens/back70x105.png) no-repeat;
	float: left;
}

.sombra img
{
	position: relative;
	top: 2px;
	left: 2px;
}

.sombra2
{		
	width: 210px;
	height: 315px;
	background: url(../Imagens/back200x300.png) no-repeat;
}

.sombra2 img
{
	position: relative;
	top: 7px;
	left: 5px;		
}

.fieldset
{
	border: solid, 1px, red;
}
