﻿/* Geral */
A
{
    TEXT-DECORATION: none;
}
A:active
{
    TEXT-DECORATION: none;
}
A:link
{
    TEXT-DECORATION: none;
}
A:visited
{
    TEXT-DECORATION: none;
}
A:hover
{
    
}
BODY
{
    FONT-SIZE: 11px;
    FONT-FAMILY: Tahoma;
    color: #444643;
}
#fullheight
{
    HEIGHT: 100%
}
.scroll
{
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #dfdfdf;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #ffffef;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #f4f4f4;
}
.txtBco
{
    FONT-SIZE: 11px;
    FONT-FAMILY: Tahoma;
    color: White;
}
.cursorHand
{
	cursor: hand;
}
.link
{
	cursor: hand;
	color:#d3b52b;
	text-decoration:none;
}
.link:hover
{
	cursor: hand;
	color:#d3b52b;
	text-decoration:underline;
}
.titulo
{
	font-family:Arial, Sans-Serif; font-size:1.52em; color:White; font-weight:normal;
}
.titulo2
{
	font-family:Arial, Sans-Serif; font-size:1.32em; color:#e6c100; font-weight:normal;
}
.newsData
{
	FONT-SIZE: 11px;
    FONT-FAMILY: Tahoma;
	color:#950002;
}
.prodLink
{
	color:#cad3d8;
	text-decoration:none;
}
.prodLink:hover
{
	color:#cad3d8;
	text-decoration:underline;
}

/* Form */
.inputBt
{
    BORDER-RIGHT: transparent 1px solid;
    BORDER-TOP: transparent 1px solid;
    BORDER-BOTTOM: transparent 1px solid;
    BORDER-LEFT: transparent 1px solid;
    COLOR: #d3b52b;
    FONT-SIZE: 11px;
    FONT-FAMILY: Tahoma;
    BACKGROUND-COLOR: transparent;
    text-align:left;
	text-decoration: underline;
	cursor: hand;
}
.inputText
{
    BORDER-RIGHT: #052C4D 1px solid;
    BORDER-TOP: #052C4D 1px solid;
    BORDER-BOTTOM: #052C4D 1px solid;
    BORDER-LEFT: #052C4D 1px solid;
    COLOR: Black;
    FONT-SIZE: 11px;
    FONT-FAMILY: Tahoma;
    BACKGROUND-COLOR: white;
    text-align:left;
	padding: 2px 2px 2px 2px;
}

/* Rounded */
div.rounded
{
	background:#f4f4f4;
}
div#nifty{background: #f4f4f4}
div#nifty2{background: #f4f4f4}
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #f4f4f4}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

/* Grid */
.Grid
{
	border: solid 0px #d3d3d3;
}
.Grid td
{
    border-width: 0px;
	border-color:White;
	border-style:inset;
    text-align: left;
    height: 18px;
    white-space:nowrap;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
}
.GridHeader
{
	color: Black;
	font-family: Tahoma;
    background-color: #edece2;
    height: 18px;
    text-align: left;
}
.GridHeader th
{
	font-weight:lighter;
	padding-left: 5px;
	padding-right: 5px;
	border-width: 0px;
	border-color:White;
	border-style:inset;
	white-space:nowrap;
}
.GridItem
{
	text-align:center;
    background-color: White;
}
.GridItem a
{
	text-align:center;
    background-color: White;
    color: Maroon;
}
.GridAltItem
{
	text-align:center;
    background-color: #f7f7f7;
}
.GridAltItem a
{
	text-align:center;
    background-color: #f7f7f7;
    color: Maroon;
}

/*CollapsiblePanel*/
.collapsePanelHeader
{
	width:100%;
	height:18px;
	color:#005B7B;
	font-weight:bold;
	vertical-align:middle;
	padding-left: 10px;
	padding-right: 10px;
	cursor: hand;
}
.collapsePanelHeader2
{
	color: #4F5862;
	font-weight:lighter;
	vertical-align:middle;
	cursor: hand;
	font-size: 10px;
}
.collapsePanelContent
{
	margin-bottom: 5px;
}

/*Modal Popup*/
.modalBackground {
	background-color:#CCCCCC;
	filter:alpha(opacity=30);
	opacity:0.7;
}

.modalPopup {
	border-width:0px;
	border-style:solid;
	border-color:Black;
	padding:0px;
}