.btnAlert		{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; border: #ffffff; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; background-color: #efefef; cursor:pointer }

.cursorhand		{ cursor:pointer }
.txtCabecera	{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #0b467f }
.txtCabeceraclaro	{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #6699CC }
.txtError		{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FF0000 }
.txtNormal		{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000 }
.txtplano		{ font-family: Tahome, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #666666; border: 1px #000000 solid; background-color: #FFFFFF }
.txtplanodisabled		{ font-family: Tahome, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #666666; border: 1px #000000 solid; background-color: #EAEAEA }
.btnInicio		{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; border: #f7f7f7; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; background-color: #f7f7f7 }
.tableInicio	{ background-image: url(../images/BlueGradientVert.gif); background-repeat: repeat-x; background-position: right top }

/*
a:link		{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; color: #0b467f; text-decoration: none }
a:active	{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; color: #cc0000; text-decoration: none }
a:visited	{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; color: #0b467f; text-decoration: none }
a:hover		{ color: #cc0000; text-decoration: none}
*/
A.enlacelistados:link {text-decoration:none; color:#0b467f; font-weight: bold;}
A.enlacelistados:visited {text-decoration:none; color:#0b467f; font-weight: bold;}
A.enlacelistados:hover {text-decoration:none; color:#0b467f; font-weight: bold;}


.ListBlueDelimiterRow	{ background-color:#0099CC }
.ListHeader				{ background-color:#f7f7f7 }
.ListColumnHeaderFooter	{ background-color:#e7f0fc }
.ListEvenRow			{ background-color:#fef8eb }
.ListOddRow				{ background-color:#ffffff }
.ListGreyDelimiterRow	{ background-color:#e7e7e7}

.divTablaextensionesgrupo {overflow:auto; width:100%; height:100%}
.divTablaemailspermitidos {overflow:auto; width:100%; height:100%}
.divTablaoverflow {overflow:auto; width:100%; height:100%}
.textoCheckboxNoSeleccionado { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000 }
.textoCheckboxSeleccionado { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #ff9966 }

.divSombraTablaReglas {
	background: #BDBDBD;
	position: relative;
	top: 2px;
	left: 2px;
	width:100%;
	height:100%;
}

.divSombraTablaReglasOculta {
	background: #BDBDBD;
	position: relative;
	top: 2px;
	left: 2px;
	width:100%;
	height:100%;
	display:none;
}

.divTablaReglas {
	width:100%;
	height:100%;
	clear:			both;
	border:			1px solid rgb( 145, 155, 156 );
	background:		rgb( 252, 252, 254 );
	z-index:		2;

  position: relative;
  top: -2px;
  left: -2px;
  
  
	font:				11px Tahoma;
	color:			Black;

	filter:		progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#fffcfcfe, EndColorStr=#fff4f3ee, GradientType=0);

  padding: 10px;
}

.divTablaReglasOculta {
	width:100%;
	height:100%;
	clear:			both;
	border:			1px solid rgb( 145, 155, 156 );
	background:		rgb( 252, 252, 254 );
	z-index:		2;

  position: relative;
  top: -2px;
  left: -2px;
  
  
	font:				11px Tahoma;
	color:			Black;

	filter:		progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#fffcfcfe, EndColorStr=#fff4f3ee, GradientType=0);

  padding: 10px;
  display:none;
}
