/* Estilos da página */

body
{
	background-color: #FFFFFF;
	background-position: center top;
	background-repeat: repeat-x;
	margin: 0px;
	overflow: -moz-scrollbars-vertical;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ACACAC;
}



.backBlue
{
	background-image: url(../images/Design/backgroundBlue.gif);
	background-repeat: repeat-x;
	background-position: top;
}

a:hover
{
	text-decoration: underline;
}
a
{
	text-decoration: none;
}

.greyBorder
{
	border: 1px solid #CCCCCC;
}

.greyDottedLineHorz
{
	background-image: url(../images/Design/lineDottedGreyHorz.gif);
	background-position: center;
	background-repeat: repeat-x;
}

.greyDottedLineVert
{
	background-image: url(../images/Design/lineDottedGreyVert.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.greyDottedLineHorzBottom
{
	background-image: url(../images/Design/lineDottedGreyHorz.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.darkGreyDottedLineHorz
{
	background-image: url(../images/Design/lineDottedDarkGreyHorz.gif);
	background-position: center;
	background-repeat: repeat-x;
}

.thumbBorder
{
	border: 1px solid #E5E5E5;
	margin-bottom: 5px;
	cursor: pointer;
}

.thumbBorderOver
{
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	cursor: pointer;
}

.thumbBorderZoom
{
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.thumbBorderZoomTab
{
	border: 1px solid #7EA4C1;
	margin-bottom: 10px;
}

/* Estilos dos Forms */

form
{
	margin: 0px;
}

.dropDownGreyBold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #799EB1;
	font-weight: bold;
	border: 1px solid #AAC1CE;
}

.dropDownBlueBold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #C0D2E2;
	color: #20628C;
}


.inputStandard
{
	background-color: #E5EDF4;
	border: 1px solid #AAC1CE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #566971;
}

.inputBlue
{
	background-color: #C0D2E2;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #20628C;
}
.inputQuantity
{
	background-color: #E5EDF4;
	border: 1px solid #AAC1CE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #566971;
	font-weight: bold;
	text-align: center;
}
.btBlue
{
	border-style: solid;
	border-width: 1px;
	border-top-color: #AAC1CE;
	border-left-color: #20628C;
	border-right-color: #AAC1CE;
	border-bottom-color: #20628C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #6199C6;
	color: #FFFFFF;
	font-weight: bold;
}

.inputWhite
{
	background-color: #FFFFFF;
	border: 1px solid #AAC1CE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #566971;
	height: 17px;
}

.dropDownLightBlueBold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #E5EDF4;
	color: #20628C;
}

/* Estilos do Texto */

.txtGrey
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ACACAC;
}

.txtGreenBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2AA90D;
	font-weight: bold;
}

.txtGreyBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ACACAC;
	font-weight: bold;
}

.txtGreyBoldLine
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ACACAC;
	font-weight: bold;
	text-decoration: line-through;
}

.txtDarkBlueBoldLine
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #799EB1;
	font-weight: bold;
	text-decoration: line-through;
}

.txtCyanBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6199C6;
	font-weight: bold;
}

.txtLightBlueBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AAC1CE;
	font-weight: bold;
}
.txtDarkRedBoldBigger
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D3421C;
	font-weight: bold;
}
.txtLightBlueBoldBigger
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #269DE2;
	font-weight: bold;
}
.txtOrangeBoldBigger
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F58A0E;
	font-weight: bold;
}

.txtBlueBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #20628C;
	font-weight: bold;
}
.txtBlueBold a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #20628C;
	font-weight: bold;
	text-decoration: underline;
}


.txtBlueBoldBig
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #20628C;
	font-weight: bold;
}

.txtBlueBoldBigger
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #20628C;
	font-weight: bold;
}
.txtGreyBlueBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #799EB1;
	font-weight: bold;
}

.txtOrangeBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F58A0E;
	font-weight: bold;
}

.txtWhiteBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

.txtDarkGrey
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #566971;
}
.txtDarkGreyBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #566971;
	font-weight: bold;
}

.txtDarkGreyBoldBigger
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #566971;
	font-weight: bold;
}

.txtOrange
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F58A0E;
}
.txtWhite
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.txtBlue
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #20628C !important;
	font-weight: normal !important;
}

.txtValidatorError
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #D10F0F;
}

.txtRequiredAsterisk
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #D10F0F;
}

.txtLightBlue
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AAC1CE;
}

/* Estilos para tabs */

.tabOn
{
	background-image: url(../Images/Tabs/tabOn.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}

.tabOff
{
	background-image: url(../Images/Tabs/tabOff.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #799EB1;
	font-weight: bold;
	cursor: pointer;
}

.tabOver
{
	background-image: url(../Images/Tabs/tabOver.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	font-size: 11px;
}

.siteMapPath
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

.siteMapPath a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AAC1CE;
	font-weight: bold;
}

.gridViewRow
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #566971;
}

.gridViewRow a
{
	color: #20628C;
	font-weight: bold;
}

.gridViewHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AAC1CE;
	font-weight: bold;
}

.gridViewHeader a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #566971;
}

.thumbBorderPromotion
{
	border: 1px solid #F58A0E;
	margin-bottom: 5px;
	cursor: pointer;
}
.thumbBorderPromotionOver
{
	border: 1px solid #F58A0E;
	margin-bottom: 5px;
	cursor: pointer;
}

.thumbBorderNew
{
	border: 1px solid #269DE2;
	margin-bottom: 5px;
	cursor: pointer;
}
.thumbBorderNewOver
{
	border: 1px solid #269DE2;
	margin-bottom: 5px;
	cursor: pointer;
}

.thumbBorderLiquidation
{
	border: 1px solid #D3421C;
	margin-bottom: 5px;
	cursor: pointer;
}
.thumbBorderLiquidationOver
{
	border: 1px solid #D3421C;
	margin-bottom: 5px;
	cursor: pointer;
}
.boxProductDetailsStatusPromotion
{
	background-color: #F58A0E;
}
.boxProductDetailsStatusNew
{
	background-color: #269DE2;
}
.boxProductDetailsStatusLiquidation
{
	background-color: #D3421C;
}

.txtWhiteBoldSmall
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.staticContentDiv
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #566971;
	text-align: justify;
}

.staticContentDiv a
{
	color: #6199C6;
	font-weight: bold;
}

.staticContentDiv a:visited
{
	color: #6199C6;
	font-weight: bold;
}

.staticContentDiv h1
{
	background-color: #f1f1f1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	color: #566971;
}

.staticContentDiv h2
{
	font-family: Arial, Helvetica, sans-serif;
	color: #20628C;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
	margin: 0px;
}
.staticContentDiv img
{
	border: 1px solid #cccccc;
	margin: 10px;
	padding: 0px;
}
.staticContentDiv .legendaImg
{
	margin: 10px;
}
.staticContentDiv .legendaImg .imagens
{
	border: 1px solid #cccccc;
	margin: 0px;
	padding: 0px;
}
.staticContentDiv .legendaImg .imagens img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.staticContentDiv .legendaImg .txt
{
	background-color: #f1f1f1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #566971;
}
.staticContentDiv p
{
	margin-top: 15px;
	margin-bottom: 15px;
}

/*
.staticContentDiv li
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
*/
.liOrangeBold
{
	font-weight: bold;
	color: #F58A0E;
	font-size: 11px;
}
ul
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
ol
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
li
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	list-style-position: outside;
	list-style-image: url(../images/Design/listBullet.gif);
}


.txtOrangeBoldForProductStatus
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #F58A0E;
	font-weight: bold;
}
.txtDarkRedBoldForProductStatus
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #D3421C;
	font-weight: bold;
}
.txtBlueBoldForProductStatus
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #20628C;
	font-weight: bold;
}

.horizontalBlueBgLine
{
	background-image: url(../images/Design/blueLine.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.transparencia
{
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
}
.transparenciaMaior
{
	filter: alpha(opacity=30);
	opacity: 0.3;
	cursor: default;
}
.transparenciaTotal
{
	filter: alpha(opacity=0);
	opacity: 0.0;
	cursor: default;
}
.tableMain
{
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 4px;
}
.tableHeader
{
	background-color: #7ea4c1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding: 4px;
}
.tableLabels
{
	background-color: #e5edf4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #20628c;
	text-align: center;
	padding: 4px;
}
.tableTdOdd
{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #566971;
	text-align: left;
	padding: 4px;
}
.tableTdEven
{
	background-color: #f1f1f1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #566971;
	text-align: left;
	padding: 4px;
}


.inactiveListItem
{
	margin: 0px;
	list-style: none;
	cursor: pointer;
	background-color: white;
}
.activeListItem
{
	margin: 0px;
	list-style: none;
	cursor: pointer;
	color: #799EB1;
	font-weight: bold;
}

.boxTitleBackground
{
	border-bottom: 1px solid #CCCCCC;
	padding-left: 10px;
	margin: none;
	height: 22px;
	background-color: #7EA4C1;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}


.subMenuItem
{
	text-align: left;
	background-color: rgb(229, 237, 244);
}


.autocomplete-w1
{
	position: absolute;
	top: 4px;
	left: 3px; /* IE6 fix: */
	_background: none;
	_top: 1px;
}
.autocomplete
{
	width: 150px;
	border: 1px solid #999;
	background: #FFF;
	cursor: default;
	text-align: left;
	max-height: 350px;
	overflow: auto;
	margin: -6px 6px 6px -6px; /* IE specific: */
	_height: 350px;
	_margin: 0px 6px 6px 0;
	overflow: hidden;
}
.autocomplete .selected
{
	background: #F0F0F0;
}
.autocomplete div
{
	padding: 2px 5px;
	white-space: nowrap;
}
.autocomplete strong
{
	font-weight: normal;
	color: #3399FF;
}


.validationSummary
{
	font-weight: bold;
	padding-top: 5px;
}
.validationSummary ul
{
	padding-left: 7px;
}
.validationSummary ul li
{
	font-weight: normal;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-image: url(../Images/Design/exclamationIcon.gif);
}

