/* main */
td{
 font-family: Arial, Helvetica, sans-serif;
 color: #333333;
 font-size: 8pt;
 font-weight: normal;
}
a{
 text-decoration: underline;
 color: #000088;
}
a:hover{
 text-decoration: underline;
 color: #FF6600;
}

/* backgrounds */

.bgBody {background-color: #F9F8F8}
.bgFront {background-color: #7696E3 /* background-color: #98B2FD; */} /* NANDO: deprecated? */
.bgMenu {background-color: #7696E3}
.bgBack {background-color: #7083E1}
.bgLine {background-color: #CCCCCC}
.formError {background-color:#FF6666}

/* NANDO_INI */
.topRow {
	background-color: #7B0D1C;
}
.topTitleTd{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight:bold;
	color:#FFFFFF;
}
/* NANDO_FIN */

/* texts */

.textBold{
 font-weight: bold;
}
.textHeader{
 font-family: Arial, Helvetica, sans-serif;
 color: #EEECFF;
 font-size: 9pt;
 font-weight: bold;
}

/* */

.menuNavText{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 8pt;
}
.menuNavArrow{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
}
.menuNavLink{
 font-size: 8pt;
}
.menuNavLink:hover{
 color:#FF0000;
}
.menuNavTitle{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12pt;
 font-weight:bold;
 color:#0D1DE0;
}
.textoLinea{
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 font-size: 8pt;
 font-weight: bold;
 background-color:#F9F8F8;
}
.textIcon{
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 font-size: 8pt;
 font-weight: normal;
 font-decoration: none;
}
.textIcon:hover{
 color: #3366CC;
 text-decoration: underline;
}

/* CRM ini */

.crm_solapa{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 8pt;
 font-weight: bold;
 color: #3333FF;
 background-color: #BCC0E2;
 text-align:center;
}
.crm_solapa_on{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 8pt;
 font-weight: bold;
 color: #FFFFFF;
 background-color: #3366FF;
 text-align:center;
}
.crm_solapa_link{
 color: #3333FF;
 text-decoration: none;
}
.crm_solapa_link:hover{
 color: #FFFFFF;
 text-decoration: underline;
}

.crm_list_table{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 8pt;
 font-weight: bold;
 color: #3333FF;
 background-color: #DDDDDD;
}


/* CRM end */


/* listmaker */

.listTable{
}
.listText{
 font-family: Sans-serif, Verdana, Arial, Helvetica;
 color: #000000;
 font-size: 8pt;
 font-weight: normal;
}
.listTitle{
 font-family: Sans-serif, Verdana, Arial, Helvetica;
 color: #000000;
 font-size: 8pt;
 font-weight: bold;
}
.listLink{
 font-family: Sans-serif, Verdana, Arial, Helvetica;
 color: #333399;
 font-size: 8pt;
 font-weight: normal;
 text-decoration: none;
}
.listLink:hover{
 color:#663399;
 text-decoration: underline;
}
.listLinkTitle{
 font-family: Sans-serif, Verdana, Arial, Helvetica;
 color: #30494E;
 font-size: 8pt;
 font-weight: bold;
 text-decoration: none;
}
.listLinkTitle:hover{
 text-decoration: underline;
}
.listItemBgColorLight{
 background-color: #F8F8F8;
}
.listItemBgColorDark{
 background-color: #F3F3F3;
}
.listTitleBgColor{
 background-color: #EDF3FE;
}
.pageMakerBg{
 background-color: #EEEEEE;
}

.formulario{
 color: #000000;
 background-color: #ffffff;
 font-size: 8pt;
 font-weight: 400;
}

/* end listmaker */


/* help */

#help {
	background-color:#FAFAFA;
	border:1px solid #DDDDDD;
	margin:20px 20px;
}
#help_title {
	padding:5px;
	font-size:14px;
	font-weight:bold;
}
#help UL {
	margin:5px 5px;
	padding:5px;
	list-style: none;
}
#help LI {
	margin:5px 0;
	padding:0px;
	text-decoration: none;
	font-size:12px;
}
#help LI A {
	font-size:12px;
}




