﻿/*Styles specifiek voor het EZIPS project.*/
/*Zoeken en metanavigation positioneren.*/
body.ezips #search,
body.ezips #metaNavigation
{
    left:710px;
}
/*Breedte resultaattabellen zetten.*/
body.ezips .ezips_pathogendetailleft,
body.ezips .ezips_pathogendetailright
{
    width:49.5%;
}
body.ezips .ezips_pathogendetailleft table,
body.ezips .ezips_pathogendetailright table
{
    width:100%;
}
/*Knop een plaats geven.*/
body.ezips #ezips_applyfilter
{
    bottom:20px;
    width:98%;

    padding-top:5px;
    clear:both;
}
body.ezips #ezips_applyfilter div
{
    margin-top:5px;
    /*border-top:1px solid #999999;*/
}    
body.ezips .ezips_panel fieldset
{
    margin-bottom:5px;
    border:none;

}
body.ezips #ezips_applyfilter input
{
    float:right;
}
body.ezips .ezips_panel_selectpathogen
{
	height:70px;
}

/*Titel resultaat uitlijnen.*/
body.ezips .ezips_panel fieldset legend
{
    margin-left:-5px;
}
/*Centreren hoeft voor ezips niet.*/
body.ezips #canvas
{
    margin:0;
}
/*Zoekgedeelte afbakenen:*/
body.ezips #filter
{
    background-color:#dcdfde;
    padding:10px;
    border:1px solid #000;
    position:relative;
    display:block;
}
body.ezips #filter fieldset
{
    border:none;
    margin-top:10px;
}
body.ezips #filter fieldset legend
{
    margin-left:-3px;
}
body.ezips #filter fieldset select
{
    margin-right:5px;
}
/*Styles door Marjolijn de leeuw:*/
body.ezips .ezips_panel_print
{
	float: right;
}

body.ezips .ezips_filterradio label
{
    font-weight: bold;
    display: none;
}
body.ezips .ezips_panel_hidden
{
    display: none;
}
body.ezips .ezips_panel fieldset
{
    float:left;
    margin: 1px;
    display: block;
}
body.ezips .ezips_hyperlink
{
}
body.ezips .ezips_button
{
}
body.ezips .ezips_dropdownlist
{
}
body.ezips .ezips_0
{
    background-color: #CEFFFF;
}
body.ezips .ezips_1
{
    background-color: #00FFFF;
}
body.ezips .ezips_2
{
    background-color: #FFFF99;
}
body.ezips .ezips_3
{
    background-color: #FFCE99;
}
body.ezips .ezips_4
{
    background-color: #CE99FF;
}
body.ezips .ezips_5
{
    background-color: #C2C2C2;
}
body.ezips .ezips_6, .ezips_value_6
{
    background-color: #33CBCC;
}
body.ezips .ezips_expandcollapse
{
    float: right;
}
body.ezips .ezips_expandcollapse a
{
    text-decoration: none;
}
body.ezips .ezips_firsttableheader
{
    float: left;
}
body.ezips .ezips_chart
{
}
body.ezips .ezips_pager
{
    text-align: left;
}
body.ezips .ezips_value, .ezips_value_6
{
    text-align: right;    
}
body.ezips .ezips_upperborder td
{
    border-top: solid 2px #000;
    padding-top: 20px;
}
body.ezips .ezips_pathogendetailleft
{
    float:left;
}
body.ezips .ezips_pathogendetailright
{
    float:right;
}
body.ezips .ezips_textbox
{
}
body.ezips .ezips_textbox_disabled
{
    background-color: #D8D8D8;
}
body.ezips .ezips_rowdisabled
{
    background-color: #D8D8D8;
}
body.ezips #header a img
{
    display:none;
} 
body.ezips #sitetabs
{
    top:117px
} 

body.ezips div#div-gridview
{
	width: 100%;
	height: 100%;
	overflow-x: scroll;
}
body.ezips div#div-gridview td.locked,  body.ezips div#div-gridview th.locked 
{	
	position:relative;
	/*IE5+ only*/
	left: expression(document.getElementById("div-gridview").scrollLeft);
	background-color: #CEFFFF;
}

/*Breedte van de kolommen aangepast.*/
body.ezips .ezipz_1,
body.ezips .ezipz_2,
body.ezips .ezipz_3,
body.ezips .ezipz_4,
body.ezips .ezipz_5,
body.ezips .ezipz_6
{
    width:16%;
}
/*Issue  EZIPS-582: kruimelpad eruit voor ezips*/
body.ezips #path
{
    display:none;
}