﻿.html,.body
{
	margin:0;
	padding:0;
	height:100%;
	border:none
}

body 
{
	font-family: Tahoma; font-size: 12px;
}

/* Summary Validator area */
table.query_table_border
{
	border-color: #dae3ea;
	border-width: 2px 2px 2px 2px;
	border-style: solid;

}

.table_with_border
{
	border-color: #dae3ea;
	border-width: 0 0 2px 2px;
	border-style: solid;
}

.bottom_border 
{
	border-color: #dae3ea;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	
}

.table_with_border td, .table_with_border th
{
	border-color: #dae3ea;
	border-width: 2px 2px 0 0;
	border-style: solid;
}

.results_header th
{
    z-index: auto;
}

.results_header
{
	z-index : auto;
	font-family: verdana, arial,  helvetica;
	font-size: 8pt;
	text-decoration:none;
	font-weight: bold;
	background-color: #FFFEE3;
	color:#263982;
	border-bottom: solid 2px #d4d0c8; 
	white-space:normal;	
	position:relative;	
	z-index: 20;
}

/* Main content of the result control */
.results_main_content
{
	border-right: #dae3ea 2px solid;
	border-top: #dae3ea 2px solid;
	border-left: #dae3ea 2px solid;
	border-bottom: #dae3ea 2px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
	font-family: Verdana, Arial, Sans-Serif;
	text-align:left;
	font-size: 8px;
	table-layout:fixed;
	border-collapse: collapse;
}

.table_no_border, .table_no_border td, .table_no_border th
{
	border: solid 0px black;
}

.bold
{
	font-weight: bold;
}

table.query_table
{
	border-color: #dae3ea;
	border-width: 0 0 0px 0px;
	border-style: solid;
}

/* Styles for query table */
table.query_table th, .header_color
{
	border-width: 2px 2px 2px 0;
	background-color: #f4f4f6;
}

table.query_table td.query_cell
{
	height: 100px;
	border-width: 0 2px 0 0;
	vertical-align: top;
	overflow:hidden; 
}

.table_query_items
{
	border: solid 0px black;
}

.table_query_items td
{
	border: solid 0px black;
	height: 18px;
	overflow: hidden;
	white-space: nowrap;
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
}

input
{
	font-family: Tahoma; font-size: 11px;
}

table.query_table .input_no_border
{
	color:#263982;
	font-family: Tahoma; font-size: 11px;
	border: solid 1px gray;
}

table.query_table .input_selected
{
	color:#263982;
	font-family: Tahoma; font-size: 11px;
	border-width: 1px;
	background-color: #FFFEE3;
}

table.query_table .input_no_border:hover
{
	color:#263982;
	font-family: Tahoma; font-size: 11px;
	border-width: 1px;
}

table.query_table .input_no_border:focus
{
	color:#263982;
	background-color: #FFFEE3;
	border-width: 1px;
}

table.query_table input
{
	font-family: Tahoma; font-size: 11px;
	padding: 0px 0px 0px 0px;
	border: solid 1px gray;
}

/* Items in the screener */
a.item
{
	color:#263982;
	cursor:pointer;		
}

.hidden
{
	display:none;
}

.pointer
{
	cursor:pointer;
}

/* Screener Menu */
div.main_menu
{
	 overflow-y:auto;
	 width:auto;
	 position:relative;
}

div.sub_menu
{
	overflow-y:auto;
	width:auto;
	position:relative;
	border-right: solid 2px #dae3ea;
}

/* Invalid value in the numeric text field */
.invalid_value
{
	color: Red;
	font-style:normal;
	font-variant:normal;
	text-decoration:none;
}

/* Maximal width = 100 % */
.max_width
{
	width:100%;
}