/*xinha REPEATED in xinha.css------------------------------------------------------*/
p {
  margin: 0px 0px 0px 0px;
} 

blockquote{
	padding-left: 10px;
	margin: 0px;
}

ul {
	padding-left: 10px;
	margin: 0px;
	list-style-position: inside;
	/*border: 1px inset Blue;*/
}

ol {
	padding-left: 10px;
	margin: 0px;
	list-style-position: inside;
	/*border: 1px inset Red;*/
}
/*global website css------------------------------------------------------*/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 10px 0px 10px;
	background-image: url(../images/layout/pagebk.jpg);
	background-color: #2B5E8B;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

a {
	color: #193B9E;
	text-decoration: none;
}

a:hover {
	color: #5A7EE5;
	text-decoration: underline;
}

hr {
	height: 1px;
	border-style: None;
	border: None;
	border-width: 1px;
	color: #AEC9E6;				/*IEXPLORER*/
	background-color: #AEC9E6; /*FIREFOX*/
	/*
	margin-top: 	4px;
	margin-bottom: 4px;
	background-image: url(../images/layout/splittermain.gif);
	background-position: left;
	background-repeat: repeat-x;
	*/
}

td {
   color: Black;
	vertical-align: top;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;      /*Usada COM Font BASE*/
}

img {
	border: 0px;
}
/*--------------------------------------------------------------------------------*/

.table_pagewidth {/*Main Table Width, usada em todas as width por ex 780px de todas as tabelas*/
	width: 778px;
	/*background-color: Transparent;*/
}	

.cell_header 			{/*célula inicial header picture*/
	background : url(../images/layout/header.jpg);
	background-repeat: no-repeat;
	height: 			100px;
}

.cell_toptoolbar	{			/*Top Tolbar Cell defenition*/
	font-weight: bold;
	padding-right: 10px;
}

.cell_toptoolbar a:hover{	/*Top Tolbar Cell defenition a:hover*/
	text-decoration: underline;
}

.cell_contentmain {/*célula do conteudo do lado direito*/
	/*background: url(../images/layout/contentbk.jpg);*/
	background-repeat: no-repeat;
	width: 			 528px; /*528-10-10*/
	background: url(../images/layout/contentbkrepeat.jpg);
	background-repeat: repeat-y;
}

.cell_contentmainrepeat {/*A IMAGEM ESTA FIXED*/
	/*
	background-position: top;
	background: url(../images/layout/contentbkrepeat.jpg);
	background-repeat: repeat-y;
	*/
	/*background-color: Lime;*/
	background: url(../images/layout/contentbk.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	padding: 5px 10px 5px 0px;
	height: 340px;/*força para q a tex da pagina apareca sempre, mesmo se a pag nao tiver contudos */
}

/*
.cell_contentmaincell {célula do conteudo do lado direito
	padding: 10px 10px 10px 10px;
	background-color: Aqua;
}
*/

/*célula grafico q fica acima da col esq e abaixo do header, para criar um lgo maior*/
/*
.cell_headerleft 	{
	background : url(../images/layout/leftheader.jpg);
	background-repeat: no-repeat;
	Width: 		   250px;
	height: 			  0px;
	background-color: transparent;
}
*/

.cell_contentleft {/*célula do conteudo do lado esquerdo*/
	background: url(../images/layout/leftheadertex.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	padding-top: 	 2px;
	padding-bottom: 5px;
	padding-left:   5px;
	padding-right:  5px;
}

.cell_contentleftrepeat {
	background: url(../images/layout/leftheadertexrepeat.jpg);
	background-repeat: repeat-y;
	background-position: top;
	height: 340px;
	background-color: White;
}

.cell_footerbar {/*célula footer, bottom bar/top link - ESTA NO TEMPLATE PARA GERAR A HREF*/
   color: #bbb;
	background 		  : url(../images/layout/footer.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: right;
	height : 		 20px;
	font-weight: bold;
	padding-right: 10px;
}

.cell_footerbar a {
  color: white;
  text-decoration: none;
}

.cell_footerbar a:hover {
  color: white;
  text-decoration: underline;
}

/*
.cell_pagetitle 	{/
	background 		  : url(../images/layout/headerpagetitle.jpg );
	background-repeat: no-repeat;
	vertical-align: middle;
	height : 		 24px;
	padding-left: 8px;
}

.cell_pagelocation 	{
	background 		  : url(../images/layout/headerlocation.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	height : 		 16px;
	padding-left: 8px;
}
*/
/*-LEFT/RIGHT BOX----------------------------------------------------------------*/
.rowlefttable_top {
	background		: url(../images/layout/lefttable_top.gif);
	background-repeat: no-repeat;
	width				: 240px;
	text-align		: left;
	font-size		: 11px;
	font-weight		: bold;
	height			: 33px;
	padding-top		: 12px;
	padding-left	: 10px;
	padding-right	:  0px;
	/*background-color: Aqua;*/
}

.rowlefttable_mid {
	background: url(../images/layout/lefttable_mid.gif);
	width				: 240px;
	padding-top		:  02px;
	padding-left	:  07px;
	padding-right	:  06px;
	padding-bottom	:  01px;
}

.rowlefttable_bot {
	background: url(../images/layout/lefttable_bot.gif);
	background-repeat: no-repeat;
	width				: 240px;
	height			: 5px;
}

/*FORM Components--------------------------------------------------------------*/
.formboxbk {/*Radio, Checbox´s*/
	background-color: transparent;
	vertical-align: middle;
	margin: 0px;
	padding-top: 2px;
}

form {
	margin: 0px;
}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*background-color: #ddd;/*BUTON COLOR*/
	color: Black;
   margin-top: 0px;
   margin-bottom: 2px;
	vertical-align: top;
	margin-left: 0px;
	vertical-align: middle;
}

select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: white;
   margin-bottom: 2px;
	vertical-align: top;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: white;
   margin-bottom: 2px;
	vertical-align: top;
}

button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: white;
   margin-bottom: 3px;
	vertical-align: top;
}

textbuton {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: White;
	font-size: 11px;
	text-align: center;
   margin-bottom: 3px;
	vertical-align: top;
}

/*fonts--------------------------------------------------------------------------------*/
.font_titlepage {
	font-size: 14px;
	font-weight: bold;
}

.font_titlesmall {
	font-size: 13px; 	
	font-weight: bold;
}

.font_pagelocation {
	font-size: 9px;
	color: #778899;
}

.font_pagelocation a {
	font-weight: bold;
}

.font_leftmenu {
	font-size: 10px;
	font-weight: bold;
	color: Black;
}

.font_leftmenu a {
	color: Black;
}

.font_leftmenu a:hover{
	color: Green;
}

.font_textwarning {
	font-weight: bold;
	/*color: #EE8800;*/
	color: Red;
}

.font_textnote {
	color: Gray;
}

.font_webbiz {
	color: #EE9B00; 
	font-weight: bold;
	font-style: italic;
}

.font_rightdispcol {/*Format Right, Bold, Left Col Display Labels*/
	vertical-align: top;
	text-align: right;
}
/*--------------------------------------------------------------------------------*/
/*
.BottomLinks {
	text-align: 	center;
	padding-top: 	 10px;
	padding-bottom: 02px;
	padding-left:   00px;
	padding-right:  00px;
	color: White;
}

.BottomLinks a {
	color: White;
	font-weight: bold;
}

.BottomLinks a:hover{
	color: White;
	text-decoration: underline;
}
*/

.footerbar_row {
	height : 		 20px;
	/*
	background-color : Red;
	background-image 		  : url(../images/layout/footer.jpg);
	background-color : Red;
	background-repeat: no-repeat;
	*/
}

.footerbar_cell1 {
   width: 608px;/*618 - 10 (padding)*/
	background-image 		  : url(../images/layout/footer1.jpg);
	background-position: left;
	text-align: 	 left;
	padding-top: 4px;
	padding-left:10px;
	/*
	padding-left:   10px;
	padding-right:  00px;
	padding-top:    3px;
	*/
   color: #607489;
	background-color: White;
}

.footerbar_cell1 a {
	color: #2E4764;
	font-weight: bold;
}

.footerbar_cell1 a:hover{
	color: #2E4764;
	text-decoration: underline;
}

.footerbar_cell2 {
   width: 150px;/*160 - 10 (padding)*/
	background-image 		  : url(../images/layout/footer2.jpg);
	background-position: right;
	text-align: 	 right;
	padding-top: 4px;
	padding-right:10px;
	/*
	padding-left:   00px;
	padding-right:  10px;
	padding-top:    3px;
	*/
   color: #607489;
	background-color: White;
}

.footerbar_cell2 a {
	color: #2E4764;
	font-weight: bold;
}

.footerbar_cell2 a:hover{
	color: #2E4764;
	text-decoration: underline;
}

.Disclaimer {
	background-color: White;
	background-image 		  : url(../images/layout/disclaimer.jpg);
   color: #72869C;
	text-align: 		center;
	font-size: 			9px;
	padding-left:     10px;
	padding-right:    10px;
	padding-top: 	 	8px;
	padding-bottom: 	10px;
}

.Disclaimer a {
   color: #9CABBA;
	text-decoration: None;
}

.Disclaimer a:hover {
   color: #9CABBA;
	text-decoration: underline;
}

.NavLinks_Sep {
  color: #bbb;
}

.NavLinks {
   color: #aaa;
	font-size: 			09px;
	padding-top: 	 	02px;
	padding-bottom: 	02px;
	padding-left:   	02px;
	padding-right:  	02px;
}

.NavLinks a {
   /*color: #193B9E;*/
	text-decoration: None;
}

.NavLinks a:hover {
   /*color: #193B9E;*/
	text-decoration: underline;
}
/*Images-------------------------------------------------------------*/
.img_news {
	width: 150px;
	padding: 1px 1px 1px 1px;
	border: 1px;
	border-style: solid;
	border-color: #aaa;
	margin-right: 6px;
	margin-bottom: 0px;
}

/*ScreenShoots-------------------------------------------------------------*/
.sshoots_thumbnails {
	border-width: thin;
	border-style: solid;
	border-color: Silver;
	padding: 1px 1px 1px 1px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*TreeMenu Styles-------------------------------------------------------------*/
SPAN.TreeviewSpanArea A {
  font-size: 8pt; 
  font-family: verdana,helvetica; 
  text-decoration: none;
  font-weight: normal;
  color: black;
}

SPAN.TreeviewSpanArea A:hover {
    /*color: '#820082';*/
	color: #2E5577;
	text-decoration: underline;
}
/*EOF TreeMenu Stules---------------------------------------------------------*/


/*NEW FOR CONFERENCE*/
.columnleftrgt_formlabelcolumn {/*para todas as colunas terem a mesma largura*/
	width	: 80px;
	text-align: right;
	padding-right: 2px;
	vertical-align: top;
	font-weight: bold;
	/*
	background-color: Aqua;
	*/
}

.columnleftrgt_formdatacolumn {/*para todas as colunas terem a mesma largura FORM LEFT/RIGHT COLUMNS*/
	width: 150px;
	text-align: left;
	vertical-align: top;
}

/*usado na showquery details*/
/*.column_leftdetails {
	vertical-align: top;
	text-align: right;	
	font-weight: bold;
	padding-right: 4px;
	padding-top: 2px;
	color: #444;
	width: 200px;
	background-color: Red;
}*/

.col_formleftcol {/*Format Right, Bold, Left Col Display Labels - USADO NAS COLUNAS ESQ DOS FORMS*/
	vertical-align: center;
	text-align: right;	
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	/*background-color: #dde;*/
	width: 140px;
}

.col_showsqlleft {/*usado no mode 2*/
	vertical-align: top;
	text-align: right;	
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	/*background-color: #dde;*/
	width: 50%;
}

.col_showsqlright {/*usado no mode 2*/
	vertical-align: top;
	text-align: left;	
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	width: 50%;
}

.col_formrighcol {/*Format Right, Bold, Left Col Display Labels*/
	vertical-align: top;
	text-align: right;	
	font-weight: bold;
	padding-top: 3px;
	padding-right: 4px;
} 

.DataRowHeader {
	background-color: #D3E1EF;
	padding: 1px 2px 3px 2px;
	font-weight: bold;
}

.DataRowColor1 {/*Used In Rows Colors Routine*/
	background-color: transparent;
}

.DataRowColor2 {/*Used In Rows Colors Routine*/
	background-color: #F0F8FF;
}

.DataCellColor {/*Default or all cells*/
	text-align: left;
	padding: 1px 2px 0px 2px;
	vertical-align: top;
	/*font-size: 11px;*/
}

/*Shared GFX Butons*/
.ImgButonSharedNormalSmall  {/*applyed to all picture butons ex.:INFO,BUY,NEXT etc*/
  font-size: 9px;
  font-weight: normal;
  text-align: center;
  background-image: url(../images/layout/but_sharednormalsmall.gif);
  width: 50px;
  height: 18px;
  border: none;
  text-decoration: none;
}

.ImgButonSharedNormalSmall_Off  {/*applyed to all picture butons ex.:INFO,BUY,NEXT etc*/
  font-size: 9px;
  font-weight: normal;
  text-align: center;
  background-image: url(../images/layout/but_sharednormalsmall_off.gif);
  width: 50px;
  height: 18px;
  border: none;
  color: Gray;
}

.ImgButonSharedNormalMini  {/*applyed to all picture butons ex.:INFO,BUY,NEXT etc*/
  font-size: 9px;
  font-weight: normal;
  text-align: center;
  background-image: url(../images/layout/but_sharednormalmini.gif);
  width: 25px;
  height: 18px;
  border: none;
  text-decoration: none;
}

.ImgButonSharedNormalMini_Off  {/*applyed to all picture butons ex.:INFO,BUY,NEXT etc*/
  font-size: 9px;
  font-weight: normal;
  text-align: center;
  background-image: url(../images/layout/but_sharednormalmini_off.gif);
  width: 25px;
  height: 18px;
  border: none;
  color: Gray;
  text-decoration: none;
}

.admin_toolbars {
  font-size: 9px;
  text-align: left;
  padding: 2px 2px 0px 2px;
  margin: 2px 0px 2px 0px;
  border: thin;
  border-color: #ddd;
  background-color: Transparent;
  border-width: 1px;
  border-style: solid;
  /*width: 100%;*/
}

/*
.admin_listtextbutons {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px;
  height: 12px;
  border: thin;
  border-color: #ccc;
  background-color: White;
  border-width: thin;
  border-style: solid;
}
*/







/*NEW TO CART*/
.HeaderRowCart {/*rows title e footer*/
	background-color: #DEE6F6;
	padding: 1px 0px 1px 0px;
}

.ImgButons {/*applyed to all picture butons ex.:INFO,BUY,NEXT etc*/
  border: none;
  margin-right: 0px;/*2*/
  margin-bottom: 0px;/*3*/
}

.InputCart {/*cart text input*/
	margin: 0px 2px 0px 0px;
	text-align: right;
	width: 20px;
	font-size: 8px;
	font-weight: bold;
	border-style: solid;
	color: Black;
	border-color: #AEC9E6;
	border-width: 1px;
	background-color: transparent;
}