﻿body
{
	background-color: #e5e5e5;
	padding-top: 10px;
}

.fundoBanner
{
	background-image: url(../img/fundoBanner.jpg);
	background-repeat: repeat-x;
	width: 1px;
	height: 300px;
}

a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

.topoEsquerdo
{
	background-image: url(../img/cantoTopoEsq.jpg);
	background-repeat: no-repeat;
	width: 7px;
	height: 156px;
}

.topoDireito
{
	background-image: url(../img/cantoTopoDir.jpg);
	background-repeat: no-repeat;
	width: 7px;
	height: 156px;
}

.topoMeio
{
	background-image: url(../img/topoMeio.jpg);
	background-repeat: repeat-x;
	height: 156px;
}

.barraEsquerda
{
	background-image: url(../img/cantoBarraEsq.jpg);
	background-repeat: no-repeat;
	width: 3px;
	height: 44px;
}

.barraDireita
{
	background-image: url(../img/cantoBarraDir.jpg);
	background-repeat: no-repeat;
	width: 3px;
	height: 44px;
}

.barraMeio
{
	background-image: url(../img/barraMeio.jpg);
	background-repeat: repeat-x;
	height: 44px;
}

.rodapeEsquerdo
{
	background-image: url(../img/cantoRodapeEsq.jpg);
	background-repeat: no-repeat;
	width: 3px;
	height: 44px;
}

.rodapeDireito
{
	background-image: url(../img/cantoRodapeDir.jpg);
	background-repeat: no-repeat;
	width: 3px;
	height: 76px;
}

.rodapeMeio
{
	background-image: url(../img/meioRodape.jpg);
	background-repeat: repeat-x;
	height: 76px;
}

.carrinhoEsquerdo
{
	background-image: url(../img/cantoCarrinhoEsq.jpg);
	background-repeat: no-repeat;
	width: 5px;
	height: 60px;
}

.carrinhoDireito
{
	background-image: url(../img/cantoCarrinhoDir.jpg);
	background-repeat: no-repeat;
	width: 5px;
	height: 60px;
}

.carrinhoMeio
{
	background-image: url(../img/carrinhoMeio.jpg);
	background-repeat: repeat-x;
	height: 60px;
}

.menuEsquerdo
{
	background-image: url(../img/cantoMenuEsq.jpg);
	background-repeat: no-repeat;
	width: 3px;
	height: 42px;
}

.menuDireito
{
	background-image: url(../img/cantoMenuDir.jpg);
	background-repeat: no-repeat;
	width: 3px;
	height: 42px;
}

.menuMeio
{
	background-image: url(../img/menuMeio.jpg);
	background-repeat: repeat-x;
	height: 42px;
}

.bordaEsquerda
{
	background-image: url(../img/bordaEsq.gif);
	background-repeat: repeat-y;
	width: 3px;
	height: 1px;
}

.bordaDireita
{
	background-image: url(../img/bordaDireita.gif);
	background-repeat: repeat-y;
	width: 3px;
	height: 1px;
}

.bordaInferior
{
	background-image: url(../img/bordaInferior.gif);
	background-repeat: repeat-x;
	height: 3px;
}

.bordaSuperior
{
	background-image: url(../img/bordaSuperior.gif);
	background-repeat: repeat-x;
	height: 3px;
}

.textoBranco13
{
	font-size: 13px;
	font-family: Arial;
	color: #ffffff;
}

.textoAzul12
{
	font-size: 12px;
	font-family: Arial;
	color: #006699;
}

.textoAzul13
{
	font-size: 13px;
	font-family: Arial;
	color: #006699;
}

.textoAzul15
{
	font-size: 15px;
	font-family: Arial;
	color: #006699;
}

.textoAzul10
{
	font-size: 10px;
	font-family: Arial;
	color: #006699;
}

.textoAzul18
{
	font-size: 18px;
	font-family: Arial;
	color: #006699;
}

.textoCinza12
{
	font-size: 12px;
	font-family: Arial;
	color: #4f4f4f;
}

.textoCinza10
{
	font-size: 10px;
	font-family: Arial;
	color: #4f4f4f;
}

.formulario
{
	border: solid 1px #006699;
	color: #4f4f4f;
	font-family: Arial;
	font-size: 12px;
	height: 18px;
	vertical-align: middle;
}

.botaoCinza
{
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 23px;
}

.botaoAzul
{
	background-color: #0d7bac;
	color: #ffffff;
	border: 0;
	font-family: Arial;
	font-size: 13px;
	padding: 8px;
	font-weight: bold;
}

.fundoCor
{
	background-color: #f2f6f9;
}

.fundoCor2
{
	background-color: #0d7bac;
}

.bordaInferiorEsquerda
{
	background-image: url(../../../App_Themes/Azul/img/bordaEsqInf.gif);
	width: 3px;
	height: 3px;
	background-position: right top;
	background-repeat:no-repeat;
}

.bordaInferiorDireita
{
	background-image: url(../../../App_Themes/Azul/img/bordaDirInf.gif);
	width: 3px;
	height: 3px;
	background-position: left top;
	background-repeat:no-repeat;
}

.bordaSuperiorEsquerda
{
	background-image: url(../../../App_Themes/Azul/img/bordaEsqSup.gif);
	width: 3px;
	height: 3px;
	background-position: right top;
	background-repeat:no-repeat;
}

.bordaSuperiorDireita
{
	background-image: url(../../../App_Themes/Azul/img/bordaDirSup.gif);
	width: 3px;
	height: 3px;
	background-position: left top;
	background-repeat:no-repeat;
}

