* {
    margin: 0;
   
}
.NonTouch 
{
	display: none;
}
#mainImage, #mainImage img {
	position: relative;
	width: 100%;
}
#Loading 
{
	position:absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff url(../imag/loaderbig.gif) no-repeat 50% 50%;
	opacity:0.75;
	filter:alpha(opacity=75);	
	display: none;
	
}

.Titlebar 
{
	border-top:1px solid #7b7b7b;
	padding: 8px 0px 8px 15px;
	color: #ffffff;
	background-color: #000000;
	background-image: url(../imag/mas.png);
	background-repeat:  no-repeat;
	background-position: 97% 50%;
	border-bottom:1px solid #7b7b7b;
	border-left:1px solid #7b7b7b;
	border-right:1px solid #7b7b7b;
	margin-right: 6px;
}
.MenuTitlebar 
{
	border-top:1px solid #0e0e0e;
	padding: 8px 0 8px 40%;
	color: #ffffff;
	background-color: #363636;
	background-repeat:  no-repeat;
	background-position: 40% 50%;
	border-bottom:1px solid #0e0e0e;
}
.Expanded .Titlebar
{
    border-top:1px solid #7b7b7b;
	color: #ffffff;
	background: #000 url(../imag/menos.png) no-repeat 97% 50%;
	border-bottom:1px solid #7b7b7b;
}

.Form .Expandable dd 
{
	display:none;
}
.Form .Name 
{
	float:left; 
	width: 49%;
}
.Form .LN
{
	float:right;
	margin-right: 3px;
}
table.Results tr 
{
	cursor: auto;
}

.Expandable dt
{
	cursor: pointer;
}
.Expandable dd
{
	/*border-bottom:1px solid #c3c3c3;*/
}
/* input class="submit" misbehave on BB and WM, so over-ride their styles here */
