/* Copyright - PRIMAVERA Business Software Solutions, S.A. All rights reserved. */
/*  Designed for Primavera BSS */
/*  Designed by Paleta de Ideias */
/*  PRIMAVERA Business Software Solutions */

@import url(Apps.css);
@import url(pcatalog.css);
@import url(PriWebGrid.css);
@import url(PriWebGridEditors.css);
@import url(PriWebTreeView.css);
@import url(PriForum.css);
@import url(Dms.css);
@import url(TopMenu.css);
@import url(Tags.css);
@import url(accordion.css);
@import url(jCarousel.css);

table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
	line-height: 16px;
}
.title {	
	font-family:'Calibri',Arial, Helvetica, sans-serif;
	font-size: 22px;	
	line-height: 20px;
	color: #477036;
}
.subtitle {
	font-family:'Calibri',Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #707070;
	line-height: 16px;
}
.titleHighlight {
	font-family:'Calibri',Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:bold;
	color: #477036;
	text-decoration: none;
	line-height: 16px;
	font-weight:bold;
}
.subtitleHighlight {
	color: #707070;
	font-size:12px;
	font-weight:bold;
}
/* generic styles associated to radiobuttons and checkboxs*/
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.labelTitle {
	font-weight: bold;
}
.textDate {
	color: #477036;
	background-image:     url(../images/date.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 21px;
	text-transform: uppercase;
	font-size:10px;
}
.boxTrack {
	font-size: 11px;
	background-image: url(../Images/mainTable.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width:100%;
} 
.inputColor,
.inputColorCompl{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
	border: 1px solid #62B57E;
	background-color: #FFF;
	height: 20px;
	padding: 2px 4px 2px 4px;
	background-image: url(../images/bg_input.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.inputColor:focus,
.inputColorCompl:focus {
	background-image: none;
	color: #6C8D5E;
}
button, 
.buttonColor, 
.buttonColorCompl, 
.buttonOff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	cursor:pointer;
	color: #FFF;
	height:22px;
	padding-bottom:4px;
	padding-bottom:0px;
}
.buttonColor {
	background-image:url(../images/bgbuttonColor.gif);
	background-repeat: repeat-x;
	background-position: left -1px;
	background-color: #91A986;
	border: 0px solid #91A986;
}
.buttonColorCompl{
	background-image:url(../images/bgbuttonColorCompl.gif);
	background-repeat: repeat-x;
	background-position: left -2px;
	border: 0px solid #477036;
	background-color:#477036;
}
.buttonColor:hover, .buttonColorCompl:hover {
	background-position: left -25px;
}
.buttonColorCompl:hover {
	background-color:#707070;
}
.buttonOff {
	background-image:url(../images/bgbuttonOff.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #CCCCCC;
	border: 0px solid #FFFFFF;
}	
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	color: #707070;	
	padding:2px 4px 2px 4px;
	border: solid 1px #62B57E;
	background-color: #FFF;
	background-image: url(../images/bg_input.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
select:focus {
	color: #6C8D5E;
	border: solid 1px #B5C6AF;
	background:none;
}
body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*overflow:auto; BID 548227 */
	background:#FFFFFF url(../Images/id01.jpg) repeat-x top center;
	scrollbar-track-color: #EAF8E4;
	scrollbar-base-color: #D6F1C8;
	scrollbar-face-color: #D6F1C8;
	scrollbar-arrow-color: #6C8D5E;
	scrollbar-highlight-color: #FFF;
	scrollbar-3dlight-color: #78BD5B;
	scrollbar-shadow-color: #FFF;
	scrollbar-darkshadow-color: #638F4D;
	margin: 0 20px 20px 20px;
	height:100%;
}
li {
	list-style-type: none;
	list-style-image:url(../images/list.gif);
	list-style-position:outside;
	padding-left:3px;
	margin-left:12px;
}
.inputRadioButton {
	text-align: left;
	border: 0px none;
}
.cheqbox {
	border: 0px solid;
}
.linkTop {
	font-size:12px;
	color: #91A986;
	TEXT-DECORATION: none;
	padding:3px;
}
.linkTop:hover {
	color: #707070;
	TEXT-DECORATION: underline;
	background-color:#F1F8EE;
}
.linkHighlight, .linkHighlight:hover {
	FONT-SIZE: 17px;
	color: #477036;
	TEXT-DECORATION: none;
	background-image: url(../Images/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding: 0px 3px 3px 14px;
	line-height:16px;
}
.linkHighlight:hover {
	background-color:#F1F8EE;
}
.titleHighlight:hover {
	 background:none;
}
.linkMenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	TEXT-DECORATION: none;
	color: #477036;
}
.linkMenu:hover {
	color: #000000;
	TEXT-DECORATION: none;
}
.linkText, a {
	TEXT-DECORATION: none;
	color: #6C8D5E;
	padding:1px;	
}
.linkText:hover, a:hover {
	color:#707070;
	text-decoration:underline;
	background-color:#F1F8EE;
}
a:hover {
	background:none;
}
.linkTrack {
	COLOR: #666666;
	TEXT-DECORATION: none;
	padding:3px;
}
.linkTrack:hover {
	color: #6C8D5E;
	TEXT-DECORATION: underline;
}
.linkbaseboard {
	COLOR: #DA2037;
	TEXT-DECORATION: underline;
}
.linkbaseboard:hover {
	TEXT-DECORATION: none;
	color: #DA2037;
}
.boxTop {
	COLOR: #666666;
	height: 24px;
	background-image:   url(../images/bgTop.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-transform: uppercase;
	font-size: 9px;
}
.boxID {
	width: 100%;
	color: #FFFFFF;
	vertical-align:top;
	background-position:center top;
}
.boxNav {
	COLOR: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	padding-bottom: 1px;
	width:100%;
	background:url(../Images/navBg.jpg) repeat-x left top;
	height: 34px;
}
.boxNav a, .boxNav a:hover{
	COLOR: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.boxNav a:hover{
	COLOR: red;
}
.celNavLeft {	
	width: 20px;
	background:url(../Images/navBg.jpg) no-repeat left top;
}
.celNavRight {
	width: 20px;
	background:url(../Images/navBg.jpg) no-repeat right top;
}
/* */
/*  HIGHLIGHT */
/* */
.boxHighlight01TitleColumn, 
.boxHighlight01Title, 
.boxHighlight02TitleColumn, 
.boxHighlight02Title,
.boxHighlight03TitleColumn, 
.boxHighlight03Title,
.boxHighlight04TitleColumn, 
.boxHighlight04Title,
.boxHighlight05TitleColumn, 
.boxHighlight05Title, 
.boxHighlight06TitleColumn, 
.boxHighlight06Title,
.boxHighlight07TitleColumn, 
.boxHighlight07Title,
.boxHighlight08TitleColumn, 
.boxHighlight08Title,
.boxSepTitleColor, 
.boxSepTitleColorCompl {
	height: 30px;
	width: 100%;
	color: #6C8D5E;	
	font-size: 20px;
	line-height:18px;
	padding: 3px 0px 3px 10px;
	font-family:'Calibri', Arial, Helvetica, sans-serif;
}
.boxHighlight01Title, 
.boxSepTitleColor, 
.boxHighlight02Title, 
.boxHighlight03Title,
.boxHighlight04Title,
.boxHighlight05Title,
.boxHighlight06Title,
.boxHighlight07Title,
.boxHighlight08Title {	
	background-image: url(../images/highlight01.png);
	_background-image: url(../images/highlight01.gif); /* IE 6 and below */
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	margin-top:5px;
}
.boxHighlight02Title, .boxHighlight07Title {	
	background-image: url(../images/highlight02.png);
	_background-image: url(../images/highlight02.gif); /* IE 6 and below */
	color: #6C8D5E;
}
.boxHighlight03Title, .boxHighlight06Title {	
	background-image: url(../images/highlight03.png);
	_background-image: url(../images/highlight03.gif); /* IE 6 and below */
	color:#707070;
}
.boxHighlight04Title, .boxHighlight05Title {	
	background-image: url(../images/highlight04.png);
	_background-image: url(../images/highlight04.gif); /* IE 6 and below */
	color:#707070;
}
.boxHighlight01TitleColumn, 
.boxHighlight02TitleColumn, 
.boxSepTitleColorCompl, 
.boxHighlight03TitleColumn, 
.boxHighlight04TitleColumn, 
.boxHighlight05TitleColumn, 
.boxHighlight06TitleColumn,
.boxHighlight07TitleColumn, 
.boxHighlight08TitleColumn {
	background-image: url(../Images/Highlight01.png);
	_background-image: url(../images/highlight01.gif); /* IE 6 and below */
	background-repeat: no-repeat;
	background-position: left top;
	color:#FFFFFF;
	margin-top:5px;
}
.boxHighlight02TitleColumn, .boxHighlight07TitleColumn {
	background-image: url(../Images/Highlight02.png);
	_background-image: url(../images/highlight02.gif); /* IE 6 and below */
	color: #6C8D5E;
}
.boxHighlight03TitleColumn, .boxHighlight06TitleColumn {
	background-image: url(../Images/Highlight03.png);
	_background-image: url(../images/highlight03.gif); /* IE 6 and below */
	color:#707070;
}
.boxHighlight04TitleColumn, .boxHighlight05TitleColumn {
	background-image: url(../Images/Highlight04.png);
	_background-image: url(../images/highlight04.gif); /* IE 6 and below */
	color:#707070;
}
.boxHighlight01Text,
.boxHighlight08Text {
	width: 100%;
	padding: 9px;
	background-color:#FFFDFA;
	background-image: url(../Images/Highlight01_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right: solid 1px #84CA70;
	border-left: solid 1px #84CA70;
}
.boxHighlight02Text, 
.boxHighlight07Text {
	width: 100%;
	padding: 9px;
	background-color:#FFFFFF;
	background-image: url(../Images/Highlight02_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right: solid 1px #84CA70;
	border-left: solid 1px #84CA70;
}
.boxHighlight03Text, 
.boxHighlight06Text {
	width: 100%;
	padding: 9px;
	background-color:#FFFFFF;
	background-image: url(../Images/Highlight03_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right: solid 1px #8D8D8D;
	border-left: solid 1px #8D8D8D;
}
.boxHighlight04Text, 
.boxHighlight05Text {
	width: 100%;
	padding: 9px;
	background-color:#FFFFFF;
	background-image: url(../Images/Highlight04_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right: solid 1px #C6C6C6;
	border-left: solid 1px #C6C6C6;
}
/* bt01 bt08 */
.celHighlight01BottomLeft, .celHighlight08BottomLeft, .celHighlight01BottomCenter, .celHighlight08BottomCenter, .celHighlight01BottomRight, .celHighlight08BottomRight {
	background-image: url(../Images/Highlight01.png);
	_background-image: url(../images/highlight01.gif); /* IE 6 and below */
	background-repeat: no-repeat;
	background-position: left bottom;	
}
.celHighlight01BottomLeft, .celHighlight08BottomLeft {
	height: 25px;
	width: 10px;
}
.celHighlight01BottomCenter, .celHighlight08BottomCenter {
	background-position: center bottom;
}
.celHighlight01BottomRight, .celHighlight08BottomRight {
	width: 10px;
	background-position: right bottom;
}
/* bt02 bt07 */
.celHighlight02BottomLeft, .celHighlight07BottomLeft, .celHighlight02BottomCenter, .celHighlight07BottomCenter, .celHighlight02BottomRight, .celHighlight07BottomRight {
	background-image: url(../Images/Highlight02.png);
	_background-image: url(../images/highlight02.gif); /* IE 6 and below */
	background-repeat: no-repeat;
	background-position: left bottom;	
}
.celHighlight02BottomLeft, .celHighlight07BottomLeft {
	height: 25px;
	width: 10px;
}
.celHighlight02BottomCenter, .celHighlight07BottomCenter {
	background-position: center bottom;
}
.celHighlight02BottomRight, .celHighlight07BottomRight {
	width: 10px;
	background-position: right bottom;
}
/* bt03 bt06 */
.celHighlight03BottomLeft, .celHighlight06BottomLeft, .celHighlight03BottomCenter, .celHighlight06BottomCenter, .celHighlight03BottomRight, .celHighlight06BottomRight {
	background-image: url(../Images/Highlight03.png);
	_background-image: url(../images/highlight03.gif); /* IE 6 and below */
	background-repeat: no-repeat;
	background-position: left bottom;	
}
.celHighlight03BottomLeft, .celHighlight06BottomLeft {
	height: 25px;
	width: 10px;
}
.celHighlight03BottomCenter, .celHighlight06BottomCenter {
	background-position: center bottom;
}
.celHighlight03BottomRight, .celHighlight06BottomRight {
	width: 10px;
	background-position: right bottom;
}
/* bt04 bt05 */
.celHighlight04BottomLeft, .celHighlight05BottomLeft, .celHighlight04BottomCenter, .celHighlight05BottomCenter, .celHighlight04BottomRight, .celHighlight05BottomRight {
	background-image: url(../Images/Highlight04.png);
	_background-image: url(../images/highlight04.gif); /* IE 6 and below */
	background-repeat: no-repeat;
	background-position: left bottom;	
}
.celHighlight04BottomLeft, .celHighlight05BottomLeft {
	height: 25px;
	width: 10px;
}
.celHighlight04BottomCenter, .celHighlight05BottomCenter {
	background-position: center bottom;
}
.celHighlight04BottomRight, .celHighlight05BottomRight {
	width: 10px;
	background-position: right bottom;
}
/* */
/* SEPARATOR */
/* */
.celSepHColorCenter{
	background:url(../Images/SepHColorCenter.gif) center center repeat-x;
}
.celSepHColorLeft{
	background:url(../Images/SepHColorCenter.gif) center left repeat-x;
	width: 10px;
	height: 10px;
}
.celSepHColorRight{
	background:url(../Images/SepHColorCenter.gif) center right repeat-x;
	width: 10px;
}
/* color compl*/
.celSepHColorComplCenter {
	background:url(../Images/SepHColorComplCenter.gif) center center repeat-x;
}
.celSepHColorComplLeft {
	background:url(../Images/SepHColorComplCenter.gif) center left repeat-x;
	width: 10px;
	height: 10px;
}
.celSepHColorComplRight {
	background:url(../Images/SepHColorComplCenter.gif) center right repeat-x;
	width: 10px;
}
/* */
/* MENU 01 */
/* */
.boxMenu01CatgFirstOff, 
.boxMenu01CatgFirstOn, 
.boxMenu01CatgOff, 
.boxMenu01CatgOn, 
.boxMenu01Bottom {
	width: 180px;
	height: 32px;
	padding-left: 5px;
}
.boxMenu01OptionOff, 
.boxMenu01OptionOn, 
.boxMenu01SubOptionOff, 
.boxMenu01SubOptionOn, 
.boxMenu01BiSubOptionOff, 
.boxMenu01BiSubOptionOn {
	width: 180px;
	height: 30px;
	padding-left: 10px;
}
.boxMenu01SubOptionOff, 
.boxMenu01SubOptionOn, 
.boxMenu01BiSubOptionOff, 
.boxMenu01BiSubOptionOn {
	background-color:#FFFFFF;
	border-top:solid 1px #CBECBD;
}
.boxMenu01CatgFirstOff {
	background:#F4FBF1 url(../Images/Menu01CatgFirstOff.gif) repeat-x left top;
}
.boxMenu01CatgFirstOn {
	font-weight:bold;
	background:#F4FBF1 url(../Images/Menu01CatgFirstOn.gif) repeat-x left top;
}
.boxMenu01CatgOff {
	background:#F4FBF1 url(../Images/Menu01OpOff.gif) repeat-x left top;
}
.boxMenu01CatgOn {
	font-weight:bold;
	background:#F4FBF1 url(../Images/Menu01OpOn.gif) repeat-x left top;
}
.boxMenu01OptionOff {
	background:#D6F1C8 url(../Images/Menu01OpOff.gif) repeat-x left top;
}
.boxMenu01OptionOn {
	background:#D6F1C8 url(../Images/Menu01OpOff.gif) repeat-x left top;
	font-weight: bold;
}
.boxMenu01SuboptionOff {
	padding-left: 18px;
}
.boxMenu01SuboptionOn {
	padding-left: 18px;
	font-weight: bold;
}
.boxMenu01BiSubOptionOff {
	padding-left: 28px;
}
.boxMenu01BiSubOptionOn {
	padding-left: 28px;
	font-weight: bold;
}
.boxMenu01Bottom {
	background:#FFFFFF url(../Images/Menu01Bottom.gif) no-repeat left top;
}
.boxMenu01CatgFirstOn a, .boxMenu01CatgOn a{
	color:#FFFFFF;
}
.boxMenu01CatgFirstOn a:hover, .boxMenu01CatgOn a:hover{
	background: none;
}
/* */
/* MENU 02 */
/* */
.boxMenu02CatgFirstOff, 
.boxMenu02CatgFirstOn, 
.boxMenu02CatgOff, 
.boxMenu02CatgOn, 
.boxMenu02Bottom {
	width: 180px;
	height: 32px;
	padding-left: 5px;
}
.boxMenu02OptionOff, 
.boxMenu02OptionOn, 
.boxMenu02SubOptionOff, 
.boxMenu02SubOptionOn, 
.boxMenu02BiSubOptionOff, 
.boxMenu02BiSubOptionOn {
	width: 180px;
	height: 30px;
	padding-left: 10px;
	background-color: #EAF8E4;
}
.boxMenu02SubOptionOff, 
.boxMenu02SubOptionOn, 
.boxMenu02BiSubOptionOff, 
.boxMenu02BiSubOptionOn {
	background-color:#FFFFFF;
	border-top:solid 1px #D1E5D2;
}
.boxMenu02CatgFirstOff {
	background:#EAF8E4 url(../Images/Menu02CatgFirstOff.gif) repeat-x left top;
}
.boxMenu02CatgFirstOn {
	font-weight:bold;
	background:#609648 url(../Images/Menu02CatgFirstOn.gif) repeat-x left top;
}
.boxMenu02CatgOff {
	background:#EAF8E4 url(../Images/Menu02OpOff.gif) repeat-x left top;
}
.boxMenu02CatgOn {
	font-weight:bold;
	background:#609648 url(../Images/Menu02OpOn.gif) repeat-x left top;
}
.boxMenu02OptionOff {
	background:#F4FBF1 url(../Images/Menu02OpOff.gif) repeat-x left top;
}
.boxMenu02OptionOn {
	background:#F4FBF1 url(../Images/Menu02OpOff.gif) repeat-x left top;
	font-weight: bold;
}
.boxMenu02SuboptionOff {
	padding-left: 18px;
}
.boxMenu02SuboptionOn {
	padding-left: 18px;
	font-weight: bold;
}
.boxMenu02BiSubOptionOff {
	padding-left: 28px;
}
.boxMenu02BiSubOptionOn {
	padding-left: 28px;
	font-weight: bold;
}
.boxMenu02Bottom {
	background:#FFFFFF url(../Images/Menu01Bottom.gif) no-repeat left top;
}
.boxMenu02CatgFirstOn a, .boxMenu02CatgOn a{
	color:#FFFFFF;
}
/* */
/* LOGIN */
/* */
.boxLogin {
	padding:5px;
	text-align: left;
	display: inline-block;
	font-size:12px;
	color:#707070;
}
.celLoginLeft {
	width: 9px;
}
.celLoginCenter {
	bottom: 10px;
	height: 30px;
}
.inputLogin {
	color: #707070;
	background-color: #FFF;
	border: 1px solid #62B57E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	height: 20px;
	background-image: url(../images/bg_input_login.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.inputLogin:focus {
	background-color: #FFF;
	color:#477036;
}
.inputLogin:hover {
	background-color: #FFF;
	color:#477036;
}
.boxLogin select{
	background-color:#FFF;
}
.buttonLogin{
	BACKGROUND-COLOR: #B5C6AF;
	background-image:url(../images/bgbuttonLogin.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width:80px;
	color: #FFF;
	border: 0px solid #B5C6AF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:11px;
	font-weight:bold;
	cursor:pointer;
	padding-bottom:3px; /* For firefox & Mozilla*/
	*padding-bottom:0px; /* For IE´s */
}
.buttonLogin:hover {
	background-position: left bottom;
	background-color:#91A986;
}
/* */
/* OLD DATA LIST - START */
/* */
.boxListTitle {
	padding: 5px;
	text-align: left;
	background-image:            url(../images/highlight08Title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #6C8D5E;
	background-color: #DAE2D7;
	width: 408px;
	height: 30px;
	vertical-align: middle;
}
.boxListInfo {
	text-align: left;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #F1F8EE;
}
.boxListParam {
	BACKGROUND-COLOR: #F1F8EE;
	padding: 10px 5px 5px;
	text-align: left;
	width: 100%;
	background-position: left top;
}
.celListParam {
	background-image: url(../Images/LineParameters.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.buttonFilter {
	background-image:      url(../images/buttonFilter.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #999999;
	height: 24px;
	border: 1px solid #FFFFFF;
	width: 20px;
}
.buttonItemOn {
	BACKGROUND-COLOR: #ADADAD;
	background-image:        url(../images/bgbuttonItem.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #666666;
	height: 20px;
	border: 1px solid #FFFFFF;
	width: 94px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.buttonItemOff {
	COLOR: #FFFFFF;
	background-image:        url(../images/bgbuttonOff.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 24px;
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
	width: 94px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.inputColorDisable {
	background-color: #EEEEEE;
	border: 1px solid #AAAAAA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 11px;
}
.inputLegend {
	background-color: #FFFFFF;
	border: 0px none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6C8D5E;
}
.inputParam {
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #AAAAAA;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.boxListNav {
	text-align: left;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B5C6AF;
	background-color: #FFFFFF;
}
.celListCatg {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #78BD5B;
	background-color: #B5C6AF;
	color: #6C8D5E;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #78BD5B;
}
.celListCatgB {
	background-color: #B5C6AF;
	color: #6C8D5E;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #78BD5B;
}
.celListData {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D0CABB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D0CABB;
}
.celListDataB {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D0CABB;
	height: 10px;
}
.celListTotal {
	background-color: #B5C6AF;
	text-align: right;
	color: #477036;
	border-top: 1px solid #D0CABB;
	border-right: 1px solid #D0CABB;
}
.celListTotalB {
	background-color: #DAE2D7;
	text-align: right;
	color: #000000;
	border-top: 1px solid #78BD5B;
	border-right: 1px solid #78BD5B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #91A986;
}
.celListDetail {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D0CABB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D0CABB;
}
.celListDetailB {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D0CABB;
}
.celListSubData {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #ECF0EB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D0CABB;
}
.celListSubDataB{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #ECF0EB;
}
.boxListOptions {
	padding: 10px 5px 5px;
	text-align: center;
	width: 100%;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F1F8EE;
}
.celListLeft {
	width: 10px;
	background-image:           url(../Images/celListLeft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 2px;
}
.celListCenter {
	height: 30px;
	width: 100%;
	background-image:               url(../Images/celListCenter.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.celListRight {
	background-image:           url(../Images/celListRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 2px;
}
.boxAlertTitle {
	padding: 5px;
	text-align: center;
	background-image:        url(../images/alertTitle.gif);
	height: 30px;
	width: 300px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
.boxAlertText {
	text-align: left;
	width: 300px;
	background-color: #ECF0EB;
	font-weight: bold;
	padding: 20px 5px 5px;
	background-image:    url(../images/alertText.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.inputAlert {
	background-color: #ECF0EB;
	text-align: center;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px none;

}
.boxAlertBottom {
	COLOR: #FFFFFF;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/alertBottom.gif);
	height: 30px;
	width: 300px;
	background-repeat: repeat-x;
	background-position: left top;
}
/* */
/* OLD DATA LIST - END */
/* */
.poweredBy {
	background-image: url(../Images/#pep.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 50px;
	width:180px;
}
/* */
/* List Links */
/* */
.boxListLinkColor {
	width: 100%;
	height: 24px;
	padding-top: 3px;
	padding-bottom: 9px;
	padding-left: 9px;
	border-bottom:solid 1px #B5C6AF;
}
.boxListLinkColorCompl {
	background-color: #FFFFFF;
	width: 100%;
	height: 24px;
	padding-top: 3px;
	padding-bottom: 9px;
	padding-left: 9px;
	border-bottom:solid 1px #B5C6AF;
}
/* */
/* Baseboard / Footer */
/* */
.boxBaseboard {
	height: 45px;
	width:100%;
	background-image:   url(../Images/baseboard_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.baseboard_txt {
	color: #707070;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:11px;
}
.baseboard_left {
	width:20px;
	background-image:   url(../Images/baseboard_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.baseboard_center {
	background-image:   url(../Images/baseboard_center.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.baseboard_right {
	width:20px;
	background-image:   url(../Images/baseboard_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.poweredByBaseboard {
	background-image:   url(../Images/poweredby.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.pep {
	width: 240px;
	padding-left:3px;
	padding-right:3px;
	text-align:right;
}
.paleta {
	width: 140px;
	padding-left:3px;
	text-align:right;
}
.paleta a, .paleta a:hover, .pep a, .pep a:hover, .boxBaseboard a, .boxBaseboard a:hover{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#707070;
	text-align:right;
}
.paleta a:hover, .pep a:hover, .boxBaseboard a:hover{
	text-decoration:none;
	color:#F4690C;
}
/* */
/* Personalized */
/* */
#MyMatrix_tblCanvas, #tblCanvas, #MyMatrix_tblPage {
	margin:0px;
	padding:0px;
	vertical-align:top;
	width:955px;
	margin-left:auto;
	margin-right:auto;
}
#MyMatrix_tblPage, #tblPage {
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	background-image: url(../Images/mainTable.gif);
	background-repeat: repeat-x;
	background-position: left -25px;
	vertical-align:top;
	/* table-layout:fixed; */
	padding-top:20px; /* For firefox & Mozilla*/
	*padding-top:0px; /* For IE´s */
}
#MyMatrix_plcHeader{
	width:100%;
	vertical-align:top;
	padding:0px;
	margin:0px;
}
#MyMatrix_LeftColumn,
#MyMatrix_RightColumn,
#MyMatrix__ctl13_cellSearch{
	vertical-align:top;
	width:180px;
}
#MyMatrix_CenterColumn{
	vertical-align:top;
	width:535px;
}
#MyMatrix_plcLeftSubHeader{
	color: #666666;
}
#MyMatrix_plcFooter{
	height:30px;
}
#MyMatrix_plcFooter .boxID{
	background: #F8FCF7 url(../Images/Baseboard_links_bg.gif) repeat-x top left;
}
#MyMatrix_plcFooter table{
	padding-left:20px;
	height:30px;
}
#MyMatrix_plcFooter a, .boxBaseboard a{
	color:#707070;
}
#MyMatrix_plcFooter a:hover, .boxBaseboard a:hover{
	color:#477036;
	text-decoration:underline;
}
#LoginDiv {
    background: none repeat scroll 0 0 white;
    border: 1px solid gray;
    border-radius: 5px 5px 5px 5px;
    display: block;
    float: right;
    margin-right: 10px;
    padding: 4px;
    width: 330px;
}
#LoginDiv a, #LoginDiv a:hover{
	color:#477036;
	text-decoration:none;
	font-size:12px;
}
#LoginDiv a:hover{
	text-decoration:underline;
	background:none;
}
#LoginDiv select{
	border: 1px solid #62B57E;
}
/* menu horiz top */
td.MainMenuStyle, td.MainMenuStyle:hover, td.MainMenuHoverStyle{
	background:#588B43 url(../Images/navBg.jpg) top center no-repeat;
	height:34px;
	cursor:pointer;
	padding:0 3px 4px 3px;
	color:#FFFFFF;
}
td.MainMenuStyle:hover, td.MainMenuHoverStyle{
	background:#6DAD53 url(../Images/navBgHover.gif) top center repeat-x;
	text-decoration:none;
}
/*#MyMatrixPortalHeaderwebMenuControl_2, #MyMatrixPortalHeaderwebMenuControl_4, #MyMatrixPortalHeaderwebMenuControl_6, #MyMatrixPortalHeaderwebMenuControl_8, #MyMatrixPortalHeaderwebMenuControl_10, #MyMatrixPortalHeaderwebMenuControl_12, #MyMatrixPortalHeaderwebMenuControl_14, #MyMatrixPortalHeaderwebMenuControl_16, #MyMatrixPortalHeaderwebMenuControl_18, #MyMatrixPortalHeaderwebMenuControl_20, #MyMatrixPortalHeaderwebMenuControl_22, #MyMatrixPortalHeaderwebMenuControl_24, #MyMatrixPortalHeaderwebMenuControl_26, #MyMatrixPortalHeaderwebMenuControl_28, #MyMatrixPortalHeaderwebMenuControl_30, #MyMatrixPortalHeaderwebMenuControl_32{
	background:none;
	cursor:auto;
}
#MyMatrix:PortalHeader:webMenuControl{
	background:none;
	cursor:auto;
}*/
/* to preview*/
#content{ width:540px; height:600px; margin-left:19px; margin-top:15px; display:block; float:right; z-index:100; overflow:visible; position:relative; top:0px; left:0px; float:left;
}

/*UltraWebNavigator Separator class */
.SeparatorClass {
padding: 0px;
height:1px;
}

/*super fish separator */
.sf_separator {
border-top: 2px groove rgb(239, 239, 239);
}

/*  PRIMAVERA Business Software Solutions */