@charset "utf-8";
/* CSS Document */
.aside {
	display: block;
	float: left;
	margin: 0 45px 0 0;
	width: 920px;
	min-height: 140px;
}

.aside_row {
	background: url("../images/search_bg.png") no-repeat scroll 0 0 #000000;
    height: 79px;
    margin: 8px 0 0;
	width: 100%;
	float: left;
	display: block;
	color: #fff;
}

.aside_cell_left {
	width: 20%;
	float: left;
	clear: both;
	display: inline;
}

.aside_cell_left span {
    float: left;
    font-size: 15px;
    font-weight: 700;
    margin: 10px;
    min-width: 150px;
    padding: 12px;
    text-align: right;
}

.aside_cell_right {
	width: 80%;
	float: right;
	display: inline;
}
.adv_opt_row{
	clear: left;
	padding: 5px;
}
.adv_opt_row_ddl{
	float: right;
	margin-right: 10px;
}
.adv_opt_row span{
	padding-left: 10px;
	font-weight: bolder;
}
#aside_row_adv_gr {
	clear: both;
    background-color: #F1F1F1;
    clear: left;
    display: none;
    float: left;
    padding: 10px;
    width: 900px;
    margin-bottom: 10px;
}
#aside_row_adv_gr select{
	min-width: 80px;
	text-align: right;
}
.results{
	clear: both;
	width: 100%;
	padding: 0px 5px 5px 5px;
	margin: 5px 5px 15px;
}

/* Table */
.grid_alternate_row
{
	background-color: #f6f6f6;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12px;
	padding-bottom: 3px;
	margin: 0px;
	vertical-align: middle;
	text-align: center;
	cursor: default;
	color: #42494D;
	padding-top: 3px;
	font-family: Verdana;
	border-bottom: solid 1px #666666;
	height: 32px;
}
.grid_row
{
	background-color: #ffffff;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: middle;
	text-align: center;
	cursor: default;
	color: #42494D;
	padding-top: 0px;
	font-family: Verdana;
	height: 32px;
}

.grid_header
{
	background-image: url("../images/menu_tlx_b.jpg");
    background-repeat: repeat-x;
    color: #E3E3E3;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	background-color: #B10F15;
	height: 28px;
    width: 100%;	
}
.grid_header_red
{
    color: #E3E3E3 !important;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	background-color: #919092;
	height: 28px;
    width: 100%;	
}
.grid_header_red th
{
    color: #fff !important;
}
.grid_table
{
	min-width: 770px;
    width: 97.5%;
    border-bottom: #d4d0c8 1px solid;
	border-left: #d4d0c8 1px solid;
	border-right: #d4d0c8 1px solid;
	border-top: #d4d0c8 1px solid;
}
.grid_table a{
	color: #666;
}
.grid_header th{
    background-color: #919092;
    color: #f1f1f1;
    font-size: 13px;
    font-weight: bold;
    height: 28px;
    text-align: center;
    vertical-align: middle;
}
.grid_header_eq th{
	background-color: #919092;
	font-size: 13px;
	font-weight: bold;
	height: 28px;
	text-align: center;
	vertical-align: middle;
}
.grid_footer
{
    background-color: #919092;
    color: #f1f1f1;
    height: 26px;	
}
.grid_selected_row
{
	background-color: red;
	font-size: 12px;
	padding: 3px;
	margin: 3px;
	vertical-align: middle;
	text-align: center;
	cursor: default;
}

.browser-info-in p{
	font-weight: bolder;
}
.browser-info-in a{
	font-weight: bolder;
	color: #666;
}
#aside_row_adv_opt select {
    text-align: right;
    width: 128px;
}
.graph{
	width: 1100px;
	height: 600px;
	border:0px;
}
.conc{
	border:0px;
}
#chart_div{
	width: 1100px;
	height: 600px;
}
.autocomplete-w1 {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 6px 0 0 6px; /* IE6 fix: */
	_background: none;
	_margin: 1px 0 0 0;
}

.autocomplete {
	border: 1px solid #999;
	background: #FFF;
	cursor: default;
	text-align: left;
	max-height: 450px;
	overflow: auto;
	margin: -6px 6px 6px -6px; /* IE6 specific: */
	_height: 450px;
	_margin: 0;
	_overflow-x: hidden;
	font-size: 18px;
}

.autocomplete .selected {
	background: #F0F0F0;
	font-size: 18px;
}

.autocomplete div {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}

.autocomplete strong {
	font-weight: normal;
	color: #3399FF;
	font-size: 18px;
}
.headerRow{
	padding: 5px;
	width: 99%;
	height: 18px;
}
.queryFetched{
	font-weight: bold;
	float: right;
	margin-right: 20px;
}
.frequency{
	font-weight: bold;
	float: right;
	margin-right: 20px;
}
.topPagerSummary{
	font-weight: bold;
	float: left;
}

.pagerSummary{
	padding: 5px;
	float: left;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 2px;
}
.pager{
	padding: 5px;
	float: right;
	display: inline;
	font-weight: bold;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 2px;
}
.trigger{
	text-decoration: none
}

.rightPanel {
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
}
.rightPanel {
    background: url("../images/bg_panel.gif") repeat-y scroll 0 0 #FFFFFF;
    box-shadow: 0 0 4px #666;
    display: block;
    height: 140px;
    padding: 20px 4px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 42%;
    width: 72px;
    z-index: 101;
    margin-right: 40px;
}

.browser_excel{
	font-size: 11px;
}
.visualization{
	font-size: 11px;
	margin-top: 15px;
}
.vRow{
	font-size: 13px;
	padding: 8px;	
}
.vMoreColums{
	display: none;
}
/* GraphGenerator */
.aside_cell_left_gr{
	width: 30%;
	float: left;
	clear: both;
	display: inline;
}
.aside_cell_left_gr span {
    float: left;
    font-size: 15px;
    font-weight: 700;
    margin: 10px;
    min-width: 150px;
    padding: 12px;
    text-align: right;
}
.aside_cell_right_gr {
	width: 70%;
	float: right;
	display: inline;
}
.results_gr{
	clear: both;
	width: 100%;
	min-height: 500px;
	padding: 0px 5px 5px 5px;
	margin: 5px 5px 15px;
}
.results_gr a{
	color: #666;
}
.gen_bottom_search{
	float: left;
	clear: both;
	width: 550px;
	margin-top: -7px;
}
.aside_row_options_gr {
    display: block;
    float: right;
    padding-right: 25px;
    text-align: right;
}
.aside_row_options_gr a{
	font-weight: 600;
	color: #fff;
}
.dbTopInfo{
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	color: #666;
}
.gen_ddl_pos{
	float: right;
	margin-right: 10px;
}
.gen_ddl_col{
	float: right;
	margin-right: 10px;
	padding-right: 10px;
}
.gen_bottom_search select{
	font-size: 10px;
	width: 80px;
	text-align: right;
}
/* Generator tabs */
#gen-tabs{
	text-align: center;
	min-height: 200px;
	clear: both;
}
#gen-tabs p{
	margin-top: 0px;
}
#gen-tabs .ui-tabs-nav {
	text-align: center;
}

#gen-tabs .ui-tabs-nav li {
	display: inline-block;
	float: none;
	margin: 0em;
}
#gen-tabs .ui-widget-header {
	border: none;
	border-bottom: 1px solid #c0c0c0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
/* End Generator tabs */

/* Paginator */
#loader{
	padding-top: 20px;
	text-align: center;
	width: 100%;
	display: none;
}
#helpPaginator{
    clear: both;
    min-height: 25px;
    padding-top: 12px;
    text-align: center;
}
.paginator{
    background-color: #F5F5F5;
    border: 1px solid #C8C7C7;
    display: inline;
    margin: 10px 2px 2px;
    min-height: 10px;
    min-width: 15px;
    padding: 5px;
}
.paginator a{
    display: block;
}
/* End Paginator */

#downloads{
	margin-left: 44%;
}
#downloads li{
	width: 250px;
	text-align: left;
	list-style-type: none;
}
#concordance{
	float: left;
}
.linksHeader{
    float: left;
    padding-bottom: 10px;
    text-align: left;
    width: 99%;
}
.conlinks{
	padding: 6px;
	float: left;
}
.conlinks_red{
	padding: 6px;
	color: red !important;
	float: left;
}
.collocate_lemma_input{
	border: 1px solid #d4d4d4;
	width: 78px;
	text-align: right;
}
.lemma{
	display: inline;
}
.lemma a:hover{
	text-decoration: underline;
}
.lemma_selected{
	text-decoration: none;
	font-weight: bold;
	color: red !important;
	font-size: 15px;
}
.lemma_unselected{
	text-decoration: none;
	font-size: 15px;
}
.imgMoreLinks{
	padding-top: 8px;
}
.vMoreLinks{
	display: none;
	float: left;
}
.changeRange a{
	text-decoration: none;
}
.changeRange a:hover{
	text-decoration: underline;
}
.changeRange a:selected{
	text-decoration: underline;
	color: red;
}
.range_selected{
	text-decoration: none;
	font-weight: bold;
	color: red !important;
}
.results h2 {
    color: #FF3300;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}
.formRow{
	width: 100%; 
	min-height: 20px;
	padding-top: 5px; 
	margin-top: 4px;
}
.formText{
    display: inline;
    float: left;
    min-width: 120px;
    padding-right: 10px;
    text-align: right;
    font-weight: bold;
}
.formControl{
	display: inline;  
	float: left
}
.alternate_row
{
	background-color: #f4f4f4;
	font-size: 13px;
	vertical-align: middle;
	text-align: center;
	cursor: default;
	width: 98%;
}
#concordance-left table{
	padding: 5px;
	width: 100%;
}
#concordance-left table td{
	padding: 6px;
}
#concordance-right table{
	padding: 5px;
	width: 100%;
}
#concordance-right table td{
	padding: 6px;
}
#concordance-right table thead{
	display: none;
}
#canvas{
	width: 100%;
	height: 100%;
}
.tab_matrix{
	width: 100%;
}
#tbMatrix{
	width: 100%;
}
.dataTables_length{
  	left: 20px;
    margin-bottom: 20px;
    padding: 5px;
    position: absolute;
    top: 45px;
}
.dataTables_filter{
	float: right;
	padding: 5px;	
}
.DataTables_sort_wrapper{
	float: left;
	font-weight: bold;
	padding: 5px;
}
.DataTables_sort_wrapper span{
	float: left;
	font-weight: bold;
	display: inline;
}

#tbMatrix_paginate{
	float: right;
}
#tbMatrix_paginate a{
	float: left;
	padding: 5px;
	padding-right: 8px;
	padding-left: 8px;
}
.adv_opt_row_gen{
	border-bottom: 1px solid #AAAAAA;
    clear: both;
    margin-bottom: 4px;
    padding-bottom: 10px;
    width: 100%;
    float: left;
    clear: left;
}
.adv_opt_row_gen_wrapper{
	float: left;
    width: 300px;
}
.adv_opt_row_gen_text{
	float: left;
    width: 160px;
    color: #CCCCCC;
    font-weight: bold;
    padding-top: 2px;
}
.adv_opt_row_gen_ctrl{
	float: left;
    width: 140px;
}
div#aside_row_adv_opt {
	min-height: 160px;
}
#tbMatrix tr{
	height: 25px;
}
#tbMatrix a{
	text-decoration: none;
}
.experimental{
	float: right;
	font-size: 12px;
	font-weight: bold;
}
.rightPanelExcel {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 4px #666666;
    display: block;
    height: 50px;
    margin-right: 40px;
    padding: 20px 4px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 70%;
    width: 72px;
    z-index: 101;
}
.rightPanelExcel {
    border-bottom: 1px solid #A5A5A5;
    border-radius: 5px 5px 5px 5px;
    border-top: 1px solid #A5A5A5;
}
.rightPanelExcel a{
	font-size: 11px;
}
.rightPanel a{
	font-size: 12px;
}
.selectedRow {
	cursor: pointer;
	background-color: #FFCC88!important;
}
#download_svg_graph{
    float: right;
    margin-right: 15px;
    position: absolute;
    right: 0;
    text-align: right;
}
.search_box{
 	position: absolute;
    right: 25px;
    top: 50px;
}
.search_wrapper{
	height: 20px;
}
#tbEquivalents_length{
	padding: 5px!important;
    position: relative!important;
    margin-bottom: 0px!important;
	top: 0px!important;
	left: 0px!important;
}
#tbPair_length {
	padding: 5px!important;
	position: relative!important;
	margin-bottom: 0px!important;
	top: -10px!important;
	left: 0px!important;
}
.eqresults .dataTables_info {
    margin-left: 0%!important;
    position: relative!important;
    text-align: center;
    top: 0px!important;
}
#tbEquivalents, #tbPair{
	width: 100%;
}
#tbEquivalents_paginate, #tbPair_paginate{
	float: right;
}
#tbEquivalents_paginate a{
	float: left;
	padding: 5px;
	padding-right: 8px;
	padding-left: 8px;
}
#tbEquivalents tr, #tbPair tr {
	height: 25px;
}
#tbEquivalents thead th, #tbPair thead th{
	border-bottom: none!important;
}
#tbEquivalents thead td, #tbPair thead td{
	border-bottom: none!important;
}
table.dataTable.no-footer{
    border-bottom: 1px solid #ddd!important;
}
.hr_dashed{
	background-color: #8c8b8b;
	color: #8c8b8b;
	height: 0px!important;
	width: 100%;
	border-top: 1px dashed #8c8b8b;
}
#tbPair_paginate a{
	float: left;
	padding: 5px;
	padding-right: 8px;
	padding-left: 8px;
}
.highlight{
	background: #fff2a8 !important;
	font-size: larger;
}
.ColVis{
    padding-bottom: 10px!important;
}
.filter_box{
    float: left;
    margin-left: 10px;
    font-weight: bold;
    margin-top: -1px;
}
.title-info{
	color: #f00;
	float: right;
	clear: right;
	font-size: 11px !important;
	margin-top: 4px;
	font-style: italic;!important;
	text-align: right;
    font-weight: bolder;
}
