body {
	margin: 0px;
   background: #6A866C;
}

.pagetitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 26px;
font-weight: bold;
color: white;

}
.semititle {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: White;
}
.subtitle {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: White;
}
a {
	color: #ffcc33;
/*	font-size: 12px;*/
	text-decoration: none;
}
a:hover {
	color: #ffcc33;
	text-decoration: underline;

}
.menu {
	display: block;
	height: 100%;
	width: 100%;
	font-weight: bold;
	background-image: url(http://www.amigobingo.com/images/menu_out.gif);
	background-attachment: fixed;
   background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	vertical-align: middle;
	}
.menu:hover {
	color: #FFFFFF;
	display: block;
	height: 100%;
	width: 100%;
	font-weight: bold;
	background-image: url(http://www.amigobingo.com/images/menu_over.gif);
	background-attachment: fixed;
   background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	vertical-align: middle;
}
.section {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.section:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.negro {
	color: #000000;
	text-decoration: none;
}
.negro:hover {
	color: #FFFFFF;
	text-decoration: none;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 12px;
}
.row_head {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: BLACK; font-weight: Bold; background-color: #FFCC00
}
.row_1 {color: BLACK; background-color: #CE042A;
}
.row_2 {color: BLACK; background-color: #F10632;
}

.menu2 {
	color: #FFFFFF;
	display: block;
	height: 100%;
	width: 100%;
	font-weight: bold;
	background-image: url(/images/menu_out.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;

	}
.menu2:hover {
	color: #FFFFFF;
	display: block;
	height: 100%;
	width: 100%;
	font-weight: bold;
	background-image: url(/images/menu_over.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	}
body { color: #FFFFFF }
.p { color: #FFFFFF }


/***********************************************************/
/*****Los siguientes estilos son para la pagina de registro*/
.maintitle { vertical-align:middle;font-weight:bold; color:#FFF; padding:8px 0px 8px 5px; background-image: url(/shared/images/themes/tile_back.gif);  border: 1px solid Black;  }
.maintitle a:link, .maintitle  a:visited, .maintitle  a:active { text-decoration: none; color: #FFF }
.maintitle a:hover { text-decoration: underline }
.regtable {	border: 1px solid Black;}
.pformleftNoWith { background-image: url(/images/body_06.gif); padding:6px; margin-top:1px;; border-top:1px solid #C2CFDF; border-right:1px solid #C2CFDF; }
.pformleftw { background-image: url(/images/body_06.gif); padding:6px; margin-top:1px;width:40%; border-top:1px solid #C2CFDF; border-right:1px solid #C2CFDF; }
.pformright { background-image: url(/images/body_06.gif); padding:6px; margin-top:1px;border-top:1px solid #C2CFDF; text-align: left; }
li.error {
background : url(/shared/images/ugly.gif); 
} 
.regerror {
color : Red; 
text-decoration : blink; 
}
ul#pagetitleerrors {
margin : 0 0 0 155px; 
padding : 10px 10px 5px 5px; 
list-style : circle; 
font-weight : bold; 
} 
body div#main_body ul#pagetitleerrors li {
line-height : 1.5em; 
list-style : none; 
background-position : 0 0; 
background-repeat : no-repeat; 
margin : 0; 
padding : 0 0 4px 22px; 
font-weight : normal; 
color : Red; 
font-size : 14px; 
} 
body div#main_body ul.headersection#pagetitleerrors {
margin : 0 153px; 
} 
/*FIN de estilos para paginas de registro*/

/*INICIO para estilos login.asp*/
td.subTitleBgr{background-color:#ccc; color:#000; font-size:13px; font-weight:bold;}
table.common{width:100%; border:0; background-color:#fff;}

/* do not modify rows classes below; use center classes when you need to center content of the row */
table.common tr{text-align:left; vertical-align:top;}
table.common tr.center, table.common tr.altRowCenter{text-align:center;}
/* do not modify rows classes above; use center classes when you need to center content of the row */

table.common tr th{text-align:center; font-size:13px; color:#000; background-color:#ccc; padding:3px;}
table.common tr td{padding:3px; color:#000; font-size:12px;}
table.common tr td.bold{font-weight:bold;}
table.common tr.altRow td, table.common tr.altRowCenter td{background-color:#e6e6e6;}
/*FIN estilos login.asp*/