.formHelp{
	font-family: Tahoma;
	font-size: 8pt;
	color: #57B9F8;
}
.FormItems{
	font-family: Tahoma;
	font-size: 7pt;
	color: #666666;
}
.TableHeader {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: text-top;
	filter:glow(Color=#333333,Strength=2,enabled=1);
	cursor:default;
}
.TableHeaderRed {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #FF0000;
	vertical-align: text-top;
	filter:glow(Color=#FFFFFF,Strength=2,enabled=1);
	cursor:default;
}
.TableContent {
	font-family: Tahoma;
	font-size: 8pt;
	color: #666666;
}
.ContentRed {
	font-family: Tahoma;
	font-size: 8pt;
	color: #FF0000;
}
.ContentGreen {
	font-family: Tahoma;
	font-size: 8pt;
	color:#006600;
}
a:link {
	font-family: Tahoma;
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
}
a:active {
	font-family: Tahoma;
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma;
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 8pt;
	color: #0000FF;
	text-decoration: underline;
}
.TextField {
	border: 1px solid #57B9F8;
	font-family: Tahoma;
	font-size: 8pt;
	color: #666666;
}
.Conferencia {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #135A80;
}
.ConfHeader {
	font-family: Tahoma;
	font-size: 7pt;
	background-color: #CCCCCC;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
.msgError {
	font-family: Tahoma;
	font-size: 10pt;
	color: #666666;
	text-align: center;
}
.Nota {
	font-family: Tahoma;
	font-size: 7pt;
	color:#999999;
}

/*COSANGA PA LOS BOTONES------------------------------------*/
.btnInactive{
	font-family: Tahoma;
	font-size: 7pt;
	font-weight:bold;
	background-image:url(../img_eel/btnd_middle_a.gif);
	color: #46433A;
}
.btnActive{
	font-family: Tahoma;
	font-size: 7pt;
	font-weight:bold;
	background-image:url(../img_eel/btnd_middle_b.gif);
	color: #666666;
}
.btnLInactive{
	background-image:url(../img_eel/btnd_left_a.gif);
}
.btnLActive{
	background-image:url(../img_eel/btnd_left_b.gif);
}
.btnRInactive{
	background-image:url(../img_eel/btnd_right_a.gif);
}
.btnRActive{
	background-image:url(../img_eel/btnd_right_b.gif);
}
.tHeader{
	font-family: Tahoma;
	font-size: 8pt;
	text-align: center;
	text-decoration: underline;
	background-color: #75736D;
	color: #FFFFFF;
	cursor:default;
}
.rowNon{
	font-family: Tahoma;
	font-size: 8pt;
	background-color:#FAF9F6;
}
.rowPair{
	font-family: Tahoma;
	font-size: 8pt;
	background-color:#FFFFFF;
}
.btnStyle{
	font-family: Tahoma;
	font-size: 8pt;
}
.textBig{
	font-family: Tahoma;
	font-size: 14pt;
	text-align: center;
	color: #666666;
}
.msgTxt {
	font-family: Tahoma;
	font-size: 10pt;
	color: #333333;
}
/**/
#mist{
	position:absolute;
	visibility:hidden;
	width: 0px;
	height: 0px;
	left: 0px;
	top:0px;
	text-align:center;
	opacity: .5; /* these 2 lines control opacity: they work in IE, NN, Firefox */
	filter: alpha(opacity=50); /* make sure the numbers agree, e.g. .7 corresponds to 70% */
	color: #FFFFFF;
	background-color: #000000;
	z-index:100;
}
#loader{
	position:absolute;
	visibility:hidden;
	width:150px;
	height:1200px;
	left: 0px;
	top:0px;
	text-align:center;
	z-index:1000;
}