/***************************************************************************
 *                          (includes/css) help.css
 *                          -----------------------
 *   begin                : 16-Jun-2010
 *   modified             : 17-Nov-2010
 *   copyright            : (C) 2012 Daniel Julivert
 *   email                : ghoulwiz@gmail.com
 *   description          : CSS de las páginas de ayuda 0.2
 *
 ***************************************************************************/


/********************************************************************************
  Comunes a toda la ayuda
********************************************************************************/

.helpCat {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #90480e;
	padding-bottom: 0px;
}
.helpSec {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-style: italic;
	color: #90480e;
	padding-bottom: 0px;
	padding-left: 10px;
}
.helpEle {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-style: italic;
	color: #90480e;
	padding-bottom: 0px;
	padding-left: 20px;
}
.helpTxt {
	padding: 6px;
	text-align: left;
}

.helpTxt h1 {
	font-size: 14px;
	font-weight: bold;
	color: #90480e;
	margin-top: 20px;
	border-bottom: 2px #90480e solid;
}
.helpBox h1 { font-size: 12px; }

.helpTxt h2 {
	font-size: 13px;
	font-weight: bold;
	color: #90480e;
	padding-left: 5px;
	margin-top: 15px;
	margin-bottom: -5px;
	border-bottom: 1px #90480e solid;
}
.helpBox h2 { font-size: 11px; }

.helpTxt h3 {
	font-size: 12px;
	font-weight: bold;
	color: #90480e;
	padding-left: 10px;
	margin-bottom: -10px;
}
.helpBox h3 { font-size: 10px; }

.helpIcon {
	cursor: help;
	margin: 0px 3px 0px 3px;
}
.helpMainIcon {
	position: absolute;
	top: 66px;
	right: 8px;
	cursor: help;
}

/********************************************************************************
  Menú lateral
********************************************************************************/

.helpMenu {
	text-align: left;
	background: url(../../images/layout/tab-on.png);
	border: 1px #92633d solid;
	width: 190px;
	font-size: 11px;
}
.helpMenu ul {
	padding: 0px 0px 0px 2px;
	margin: 0px;
	list-style-type: none;
}
.helpMenu ul ul li {
	padding-left: 10px;
}

.helpMenu a {
	color: #92633d;
	text-decoration: none;
	display: block;
	width: 100%;
	border: 0 none;
}
.helpMenu a:hover {
	color: #c05905;
	background: #fbefd9;
}

/********************************************************************************
  Tablas flotantes
********************************************************************************/

.helpTable {
	float: right;
	width: 150px;
	border: 1px #775132 solid;
}
.helpTableHeader {
	font-weight: bold;
	color: #faebce;
	background-color: #775132;
	text-align: center;
}
.helpTableSection {
	font-weight: bold;
	font-style: italic;
	color: #faebce;
	background-color: #b89e80;
	text-align: center;
	border-top: 1px solid #775132;
	border-bottom: 1px solid #775132;
}

.helpTableRowL { background-color: #ffe2b6; text-align: center; }
.helpTableRowD { background-color: #fed7a2; text-align: center; }
.helpTableCellHighlight {
	color: #faebce;
	background-color: #d5ad81;
	font-weight: bold;
}

.helpTable td, .helpTable th { padding: 0px 3px 0px 3px; }

/********************************************************************************
  Popup de ayuda
********************************************************************************/

.helpBox {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: fixed;
	width: 608px;
	height: 400px;
	border: 6px #b85e16 ridge;
	background: url(../../images/layout/help-background.jpg);
	color: #92633d;
	padding: 2px;
	display: none;
	z-index: 300;
	left: 50%;
	top: 50%;
	margin-left: -304px;
	margin-top: -200px;
	overflow: auto;
	text-align: left;
}

/********************************************************************************
  Tablas normales en popup de ayuda
********************************************************************************/

.helpBox .tableRowL { background: url(../../images/layout/help-row-l.png); text-align: center; }
.helpBox .tableRowD { background: url(../../images/layout/help-row-d.png); text-align: center; }

.helpBox .helpTableRowL { background-color: #faebce; text-align: center; }
.helpBox .helpTableRowD { background-color: #eedec0; text-align: center; }
