html, body
{
	height: auto;
	width: 100%;
}

html, body, h1
{
	/*background: #939955;*/
}
#header h1
{
	/*background: #939955;*/
}

#content
{
	overflow: hidden;
	width: auto;
}

input[type='button']
{
	width: auto;
}

input, textarea
{
	font-size: 110%;
}

#header h1
{
	padding-top: 10px;
	padding-bottom: 20px;
	
	background-image: none;
}

#header_logo
{
	float: left;
	background-image: url('/app/webroot/img/logo_small.png');
	width: 50px;
	height: 50px;
}

#header_text
{
	margin-left: 30px;
	width: 400px;
}

#nav li
{
	margin-right: 5px;
	margin-left: 5px;
	display: inline;
	list-style: none;
}

#nav a
{
	color: white;
	background: none;
	text-decoration: none;
	
	font-style: normal;
	font-weight: normal;
}

table tr td
{
	vertical-align: middle;
}

.nounderline
{
	text-decoration: none;
}

.table-noborder
{
	border: none;
}

.table-noborder td
{
	border-right: none;
}

.float-right
{
	float: right;
}

dd
{
	width: 100%;
}

/* QL no mundo */

#map_container
{
	position: relative;
/*	width: 1500px;*/
}

#map_list
{
	position: relative;
	width: auto;
	float: left;
}

#map_form
{
	position: relative;
	width: auto;
	float: left;
}

#map_canvas
{
	position: relative;
/*	width: 600px;*/
	width: 600px;
	height: 400px;
	margin-left: 400px;
	overflow: hidden;
}

/*#qlnomundo_index_lista
{
	width: 350px;
}*/