#hidden_xq_data {
	display: none;
}

#xq_data_celex {
	border: 1px solid #a7d7f9;
    float: left;
    margin-top: 40px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
	display: none;
}

#xq_celex_header {
	color: black;
    font-size: 14px;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 10px;
	margin-bottom: 10px;
}

.xq_link {
	width: 12px;
	height: 12px;
	vertical-align: top;
	cursor: pointer;
}

#xq_popup {
	background-color: #fff;
    border: 1px solid #333;
	border: 2px solid #006192;
    border-radius: 7px;
    box-shadow: 0 0 10px #333;
	padding: 0;
	font-family: arial;
	position: absolute;
	z-index: 5000000;
	font-size: 12px;
	padding-bottom: 10px;
}

#xq_popup_close,
#xq_popup_help {
	width: 20px;
	position: absolute;
	cursor: pointer;
}

#xq_popup_close {
	right: 10px;
}

#xq_popup_help {
	right: 30px;
}

#xq_popup_help_window {
	position: absolute;
	width: 600px;
	z-index: 5000001;
	background-color: #FFFFCC; 
	font-size: 11px;
	padding: 20px;
	border: 1px solid #ccc; 
	border-radius: 3px;
}

.xq_table {
	margin-left: 0;
	font-size: 12px;
	margin-bottom: 5px;
}

.xq_label {
	font-variant: small-caps;
	margin-right: 10px;
	display: block;
}

#xq_popup_content {
	margin-left: 20px;
}

.xq_query,
.xq_help,
.xq_a {
	padding-bottom: 5px;
	padding-right: 10px;
	margin-top: 10px;
}

.xq_query {
	border-top: 1px solid #ccc;
	margin-right: 10px;
	padding-top: 20px;
}

.xq_help {
	margin-top: 10px;
}

.xq_a,
.xq_celex_a {
	text-decoration: none;
	color: #006192;
	display: block;
}

.xq_a:hover {
	text-decoration: underline;
}

.xq_celex_a {
	margin-left: 20px;
	font-size: 12px;
	margin-bottom: 5px;
}

.xq_celex_query {
	font-style: italic;
	margin-left: 5px;
}

#xq_popup_pointer {
	position: absolute;
	top: -15px;
	width: 15px;
}

#xq_popup_headerWrapper {
	width: 90%;
	height: 20px;
	margin: 15px 15px 15px 20px;
	font-variant: small-caps;
	font-weight: bold;
}

#xq_popup_headerText {
	font-size: 15px;
}

#xq_popup_headerEdit {
	font-size: 10px;
	color: #006192;
	vertical-align: top;
	margin-left: 5px;
	cursor: pointer;
}

#xq_popup_headerInput {
	margin-top: 0;
}

#xq_popup_definition {
	margin-left: 15px;
	margin-right: 10px;
	padding-top: 0;
	margin-bottom: 10px;
}

td.xq_td > .xq_link {
	margin-top: -5px;
}

td > .xq_link {
	display: inline;
	margin-top: -5px;
	position: relative;
	/*padding-right: -20px;*/
	margin-left: 5px;
}

.xq_span {
	margin-left: 5px;
}
