#top-query { display: none; }
#main div {
	display: inline-block;
	}
#main {
	padding: 0px;
	margin: 0px;
	}
#user-pannel {
	padding: 10px;
	padding-top: 0px;
	}
	
#topArea {
	width: 920px;
	padding: 10px;
	padding-top: 0px;
	margin: 5px 0px;
	border-bottom: 2px solid #884400;
	clear: both;
	}
.columnL {
	float: left;
	clear: left;
	}
.columnR {
	float: right;
	clear: right;
	}
#user-data  h2 {
	padding: 3px;
	font-size: 16px;
	color: #663300;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px solid #888888;
	}	

#user-data {	
	width: 950px;
	margin-top: 10px;
	}
#user-data .columnL {
	width: 490px;
	height: 100%;
	padding: 20px;
	border-top: 1px solid #888888;
	background: transparent url(/imagenes/bg-buscador.gif) repeat-x top left;
	}
#user-data .columnR {
	width: 360px;
	height: 100%;
	padding: 20px;
	border-top: 1px solid #888888;
	background: transparent url(/imagenes/bg-buscador.gif) repeat-x top left;
	}
#user-profile  .columnL {
	width: 90px;
	margin: 2px 5px;
	padding: 0px;
	border: none;
	background: none;

	}
#user-profile  br { clear: both; }
#user-profile  .columnR {
	width: 240px;
	margin: 2px 5px;
	padding: 0px;
	border: none;
	background: none;
	}
#user-profile input {
	margin: 0px;
	padding: 3px 5px;
	border: 1px solid #444444;
	width: 215px;
	}
#user-profile h2 { margin: 0px; }
.savedProps {
	background: transparent url(/imagenes/icons/24/saved-props.png) no-repeat top left;
	padding: 3px 0 5px 30px;
	}
.savedQueries {
	background: transparent url(/imagenes/icons/24/saved-query.png) no-repeat top left;
	padding: 5px 0 5px 30px;
	}
.userData {
	background: transparent url(/imagenes/icons/24/user.png) no-repeat top left;
	padding: 5px 0 5px 30px;
	}
.required { color: #CC0000; font-weight: bold; }
.logout {
	line-height: 18px;
	font-size: 12px;
	text-decoration: none;
	background: transparent url(/imagenes/icons/exit.png) no-repeat top right;
	padding-right: 20px;
	text-align: right;
	}
.login {
	line-height: 18px;
	font-size: 12px;
	text-decoration: none;
	background: transparent url(/imagenes/icons/login.png) no-repeat top right;
	padding-right: 20px;
	text-align: right;
	}
.user-saved-query-row {
	border: 1px solid #888888;
	width: 490px;
	margin-bottom: 10px;
	}
.user-saved-query-title {
	width: 480px;
	padding: 3px 5px;
	border-bottom: 1px solid #888888;
	background-color: #E0E0E0;
	font-weight: bold;
	color: #663300;
	}
.user-saved-query-title .colL { float: left; }
.user-saved-query-title .colR { float: right; }
.user-saved-query-data {
	padding: 5px;
	font-size: 11px;
	color: #666666;
	}

