/*********************************************************
 * IR Adviser CSS (2007)								 *
 * Elementos personalizados								 *
 *********************************************************
 * Por M. Andres "Fokker" Pagella (fokker@alkon.com.ar)  *
 * Alkon - http://www.alkon.com.ar						 *
 *********************************************************/

.cuerpo { 
	background-color: #FFF; 
	color: #000;
	width: 745px; 
}

/******************* 
 * Section: GLOBAL *
 *******************/

.topBar { background: #666 url('http://www.ir-adviser.com/img/bgTop.gif') repeat-x top left; height: 23px; }

.link {
	padding-left: 10px;
	background-image: url('http://www.ir-adviser.com/img/arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 .3em;
}

.linkOpen {
	padding-left: 10px;
	background-image: url('http://www.ir-adviser.com/img/arrowOpen.gif');
	background-repeat: no-repeat;
	background-position: 0 .3em;
}

.linkGray {
	padding-left: 10px;
	background-image: url('http://www.ir-adviser.com/img/arrowGray.gif');
	background-repeat: no-repeat;
	background-position: 0 .3em;
}

/*******************
 * Section: MISC   *
 *******************/

.lpuntos { background: transparent url('http://www.ir-adviser.com/img/pointline.gif') repeat-x center left; font-size: 1px; color: #FFF; height: 3px; margin-top: 2px; }
.lshadow { background: #FFF url('http://www.ir-adviser.com/img/divShadow.gif') no-repeat top center; }
.cintaTopRight { background: transparent url('http://www.ir-adviser.com/img/cintaTopRight.gif') no-repeat top right; }
.cintaBottomLeft { background: transparent url('http://www.ir-adviser.com/img/cintaBottomLeft.gif') no-repeat bottom left; }

.brdrLeft { border-left: 1px solid #BBBBBB; }
.brdrRight { border-right: 1px solid #BBBBBB; }
.brdrBottom { border-bottom: 1px solid #BBBBBB; }

.rArrow { background: transparent url('http://www.ir-adviser.com/img/arrow.gif') no-repeat 5px 5px; padding-left: 10px; }

.logoTrip { background: transparent url('http://www.ir-adviser.com/img/logoTrip.gif') no-repeat bottom right; }

/*******************
 * Section: PANEL  *
 *******************/

.pnl_botonera { 
	background-color: #FAF4E7; 
	width: 200px; 
}

.tabContainer { background: transparent url('http://www.ir-adviser.com/img/1pxGray.gif') repeat-x bottom left; }
.tab { 
	border: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
	text-align: center;
	color: #666;
	cursor: hand;
	background: #FFF url('http://www.ir-adviser.com/img/tab.gif') repeat-x top left;
}
.tabActivo { 
	/*background: #FFF url('http://www.ir-adviser.com/img/tabSelected.gif') repeat-x bottom left;  */
	background: #FFF;
	color: #000;
	font-weight: bold;
}
.Training { background: transparent url('http://www.ir-adviser.com/img/tt&hrd-01.jpg') no-repeat 5px 5px; bottom right; }
