/*******************************************************************************
general
*******************************************************************************/


* {
	font-size: 100%; /* without this font sizes are not inherited correctly */
}

body {
    font-family: Verdana;
    font-size: 9pt;
    margin: 0px;
    color: #064377;
}

#mn {
    height:100%;
    width:190px;
    background: #064377;
    float:left;
}

#indicator {
    width: 150px;
    height: 15px;
    border: 1px solid #ffffff;
    background: #d50f0f;
    text-align: left;
    position: absolute;
    opacity: .9;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    top:2px;
    left:2px;
}

div.pop {
    border-top: 1px dashed #0263B2;
    border-bottom: 3px solid #0263B2;
    border-left: 3px solid #0263B2;
    border-right: 3px solid #0263B2;
    background: #ffffff;
    text-align: left;
    position: absolute;
    opacity: .9;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    top:200px;
    left:200px;
    width:300px;
    min-height: 150px;
    max-height: 350px;
    overflow: auto;
}

div.pop fieldset {
    border: 0px;
}
div.pop fieldset legend {
	color: #0263B2;
	width: 100%;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}

#debug {
    width: 95%;
    height: 300px;
    border: 1px solid #ffffff;
}

table, tr, td {
    border-width: 0px;
    border-spacing: 0px;
    border-collapse: collapse; /* border-spacing should be enough, but added for IE compatibility */
    padding: 0px;
   	vertical-align: top; 
}


td.padded-content-box {
	border-style: solid;
	border-width: 1px;
	padding: 4px;
}

th {
    text-align: left;
    font-weight: bold;
    border-width: 0px;
    border-spacing: 0px;
    border-collapse: collapse; /* border-spacing should be enough, but added for IE compatibility */
}

img {
    border-width: 0px;
}

h1 {
    font-size: 110%;
    font-weight: bold;
}


td.mdTitle h1 {
    text-align:center;
    font-size: 200%;
    font-weight: bold;
}


h2 {
    font-size: 110%;
    font-weight: normal;
}


a {
    /*
    color: #266377;
    text-decoration: none;
    */
    color: #064377;
    text-decoration: underline;
}

a:hover
{
    color: #ffffff;
    background: #025090; /* #4683b7 */
}

a.no-help:hover {
	text-decoration: none;
}

/* Used for Editable services returned by search in modal */
a.editable {
    color:red;
}

.arrow, .arrowLast{
	padding:0 0 3px 7px;
}

.arrowLast a{
    color: #ffffff;
}

/*******************************************************************************
banner
*******************************************************************************/
.footer {
    background: #0263b2;
	width: 100%;
	height:120px;
}
.footerr, .footerl {
    padding: 2px; 
    font-family: Verdana;
    font-size: 8pt;
    color: #ffffff;
}

.footerr {
    text-align: left;
    border-right: 2px solid #fff;
    float: left;
    width: 70%;
}
.footerl {
	text-align:right;
    v-align: middle;
    float:left;
    width: 27%;
}


tr.banner {
    /* moved to td, since IE does not accept it
    border-bottom: 1px solid #ffffff;
    */
}

td.banner {
    font-size: 8pt;
    color: #ffffff;
    /*background-image: url('http://sig.europessonne.fr/geonetwork/images/blue-stripes.jpg');*/
    border-bottom: 1px solid #ffffff; /* moved here from tr since IE accepts it only here */
}

td.banner-menu {
    font-family: Verdana;
    font-size: 10pt; /* 8pt */
    color: #ffffff;
    background: #0263b2; /* #064377 */
    padding-left: 8px;
    padding-right: 8px;
    border-bottom: 1px solid #ffffff; /* moved here from tr since IE accepts it only here */
    height: 16px;
}

td.banner-login {
    font-size: 8pt;
    color: #ffffff;
    /*
    background-image: url('http://sig.europessonne.fr/geonetwork/images/blue-stripes.jpg');
    */
    background: #dcdcdc; /* #266397 */
    padding-left: 8px;
    padding-right: 8px;
    /*border-bottom: 1px solid #ffffff;*/ /* moved here from tr since IE accepts it only here */
    height: 16px;
    vertical-align: middle;
}

td.banner-here {
    color: #ffffff;
    background: #025090;
    font-family: Verdana;
    font-size: 8pt; /* 10pt */
    font-weight: bold;
}

a.banner {
    color: #000000; /* ffffff */
    background: #dcdcdc;
    text-decoration: none;
}

a.banner:hover
{
    color: #ffffff; /* added */
    background: #0263b2; /* #266397 */
}

a.banner-lang {
    color: #ffffff;
    text-decoration: none;
}

a.banner-lang:hover {
    color: #000000;
    background: #dcdcdc;
}

span.banner {
    background: #dcdcdc;
}

/* menu - begin */
td.menu, td.menu-active, td.menu-main, td.menu-main-active, 
div.menu, div.menu-active, div.menu-main, div.menu-main-active {
    font-size: 8pt;
    text-transform: capitalize;
    text-align: left;
    padding-left: 8px;
    padding-right: 8px;
    border-bottom: 1px solid #ffffff; /* moved here from tr since IE accepts it only here */
    height: 20px;
    vertical-align: middle
}

td.menu-active, div.menu-active {
    font-weight: bold;
    background: #FFF;
    color: #000000;
}

td.menu, div.menu {
    background: #266397;
}

td.menu a, td.menu-main a,
div.menu a, div.menu-main a {
    color: #FFF;
}

td.menu-active a, td.menu-main-active a,
div.menu-active a, div.menu-main-active a {
    color: #0263b2;
}

td.menu-main, td.menu-main-active,
div.menu-main, div.menu-main-active {
	padding-top: 3px;
	border-top: 3px solid #ffffff;
    border-bottom: 1px dashed #ffffff;
}

td.menu-main-active, div.menu-main-active {
    font-weight: bold;
    background: #FFF;
    color: #000000;
}

td.menu-main a.palette, div.menu-main a.palette {
    font-weight: bold;
}


/* menu - end */


span.banner-pipe {
    color: #000000;
    background: #dcdcdc;
}

font.banner-active {
    color: #000000; /* ffffff */
    background: #dcdcdc;
    text-decoration: none;
    font-weight: bold;
}

font.banner-active-lang {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

font.banner-passive {
    color: #a0a0a0;
    text-decoration: none;
}

input.banner {
    font-family: Verdana;
    font-size: 7pt;
    color: #064377;
    border: 1px solid #266397; /* moved here from tr since IE accepts it only here */
}

button.banner {
    font-family: Verdana;
    font-size: 7pt;
    color: #064377;
    cursor: pointer;
    /*cursor: hand;*/
    border: 1px solid #266397; /* moved here from tr since IE accepts it only here */
}

a.palette {
    /*color: #ffffff;*/
    color: #025090;
    text-decoration: none;
}

a.palette:hover
{
    color: #ffffff; /* added */
    background: #064377;
}

font.banner-active-leftmenu 
{
    color: #025090;
    text-decoration: none;
    font-weight: bold;
}

td.banner-leftmenu 
{
    font-family: Verdana;
    font-size: 8pt;
    background: #eef3f9;
    padding-left: 8px;
    padding-right: 8px;
    border-bottom: 1px solid #025090; /* moved here from tr since IE accepts it only here */
    height: 16px;
}

/* added since the browser adds some margin for the form */
form {
    margin: 0px;
}


/*******************************************************************************
content
*******************************************************************************/

#content {
	text-align:left;	
}


td.content {
    /*background: #e7edf5;*/
    background: #ffffff; /* #fff0f0 */
}

td.padded-content {
    font-family: Verdana;
    font-size: 8pt;
    background: #ffffff;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
}

.hit {
	text-align: left;
	border-top: 1px solid silver;
	padding-top: 5px;
}


td.green-content {
    /*color: #ffffff;*/
    color: #025090;
    /*background: #beb800;*/
    background: #dcdcdc;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

td.blue-content {
    color: #ffffff;
    background: #025090; /* #266397 old - #eef3f9 for left menu banner */
    /*
    background-image: url('http://sig.europessonne.fr/geonetwork/images/blue-stripes.jpg');
    */
    height: 30;
}

td.leftmenu-content 
{
    background: #eef3f9;
}

td.rightmenu-content 
{
    background: #eef3f9;
    text-align: justify;
    width:100%;
}

td.last-hit
{
	border-top:1px solid silver;
}

select {
	width: 150px;
    max-width: 150px;
}

select.content {
    width: 350px;
    max-width: 350px;
}

input.content, select.content, textarea.content {
	font-family: Verdana;
	font-size: 9pt;
	color: #064377;
	max-width: 400px;
	border: 1px solid #266397; /* moved here from tr since IE accepts it only here */
}

div.button, button.content {
	font-family: Verdana;
	font-size: 9pt;
	color: #064377;
	cursor: pointer;
	cursor: hand;
	border: 1px solid #266397; /* moved here from tr since IE accepts it only here */
	background-color: #e7e7e7;
	text-shadow: gray 2px 2px 3px;
}

button.content {
    max-width: 400px;
}
div.button {
    width: 120px;
    padding: 2px;
    margin: 1px;
}

input.content-small, button.content-small {
	font-family: Verdana;
	font-size: 7pt;
	color: #064377;
	min-width: 150px;
	cursor: pointer;
	cursor: hand;
	border: 1px solid #266397; /* moved here from tr since IE accepts it only here */
}

legend.block-legend {
	font-weight: bold;
	background-color: #dcdcdc;
	padding-top: 2px;
	padding-right: 5px;
	border-top-style: solid;
}

fieldset.metadata-block {
    border: 1px dotted #dcdcdc;
}

fieldset.metadata-block-inspire {
    border: 1px solid #dcdcdc;
    background-color: #56a81f;
}

fieldset.metadata-block-inspire legend {
    background-color: #fff25d;
}

.category {
    width:16px;
    height:16px;
    margin:1px;
    vertical-align:middle;
}

.categoryBig {
    height:17px;
    margin:1px;
}



/*******************************************************************************
Other action buttons
*******************************************************************************/

.oAcEle {
    border: 1px solid #266397;
    background-color: #e7e7e7;
    position: absolute;
    opacity: .9;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
}

.oAcEle button {
    text-align:left;
    font-family: Verdana;
    color: #064377;
    font-size: 9pt;
    cursor: pointer;
    cursor: hand;
    width:90%;
    border-width: 0px;
}
.oAcEle button:hover {
	text-decoration: underline;
}

/*******************************************************************************
footer
*******************************************************************************/


td.footer {
    font-size: 8pt;
    font-family: Verdana;
    color: #ffffff;
    background: #025090; /* #beb800 */
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
}
a.footer {
    font-family: Verdana;
    font-size: 8pt;
    color: #FFFFFF; /* #064377 */
}

a.footer:hover
{
    color: #000000;
    background: #EDEDED; /* #9e9800 */
}


/*******************************************************************************
metadata
*******************************************************************************/

table.md {
	font-size: 8pt;
}

th.md {
	text-align: left;
	text-transform: capitalize;
}

input.md, textarea.md {
	font-family: Verdana;
	font-size: 8pt;
	color: #064377;
	/* max-width: 400; */
	border: 1px solid #266397; /* moved here from tr since IE accepts it only here */
}

select.md {
    width: 250px;
    max-width: 250px;
    font-family: Verdana;
    font-size: 8pt;
    color: #064377;
    border: 1px solid #266397; /* moved here from tr since IE accepts it only here */
}

button.md {
	font-family: Verdana;
	font-size: 8pt;
	color: #064377;
	/* max-width: 400; */
	cursor: pointer;
	cursor: hand;
	border: 1px solid #266397; /* moved here from tr since IE accepts it only here */
}

/*******************************************************************************
utilities
*******************************************************************************/

font.error, font.warning {
	color: #ff4040;
}

td.box {
	border: 2px solid #266397;
	background: #4683b7;
}

td.separator {
	background: #ffffff;
	height: 4px;
	width: 4px;
}

td.dots {
	width: 0;
	height: 0;
	border-top: 1px inset #266397;
}

th.padded, td.padded {
	padding: 2px;
}

th.padded-center {
	text-align:  center;
	padding: 2px;
}

a.image:hover
{
	background: transparent;
}

td.spacer {
	height: 16px;
}

div.track  {
	background: #064377;
	margin-top:2px;
}

div.handle {
	background: #beb800;
	cursor:move;
}

.dots 
{
	height: 1px;
	width: 1px;
	border-left: 1px solid #266397;
}

/*******************************************************************************
Ajax styles
*******************************************************************************/

.tooltip
{
	position: absolute;
	background-color: #f0f0ff;
	border:  solid black 1px;
	padding: 4px;
}

.tipRow
{
	margin: 10px;
	padding: 15px;
}

.tipHeader
{
	text-align:    left;
	font-weight:   bold;
	padding-left:  2px;
	padding-right: 2px;
}

.tipCell
{
	text-align: left;
}

.policyGroup 
{
	margin: 5px;
	border-style:dashed;
	border-width:0px 0px 1px 0px;
}

/*******************************************************************************
Ajax Keyword list
*******************************************************************************/

div.keywordSelectorFrame {
        background: #fff;
        position: absolute;
        margin: 2px;
        padding: 2px;
        left: 300px;
        top: 225px;
}

div.keywordSelector {
        background: #fff;
        border: 4px solid #064377;
        margin: 2px;
        padding: 5px;
        cursor: pointer;
        overflow: auto;
        max-height: 200px;
        max-width: 300px;
}

div.keywordList {
        z-index: 1000;
        background: #fff;
        cursor: pointer;
        overflow: auto;
        max-height: 200px;
        overflow: hidden;
}


div.keywordList ul {
        border: 1px solid #888;
        margin: 0;
        padding: 0;
        width: 100%;
        list-style-type: circle;
        cursor: pointer;
}

div.keywordList ul li {
        margin: 0;
        padding: 1px;
        cursor: pointer;
        list-style-type:none;
}

div.keywordList ul li * {
}

div.keywordList ul li.selected {
        background-color: #beb800;  /* #dfe8f6; */
        cursor: pointer;
}

div.keywordList ul strong.highlight {
        color: #800;
        margin: 0;
        padding: 0;
        cursor: pointer;
}

div.keywordList ul li span {
    display :none;
}

div.keywordResults ul {
        margin: 3px;
        padding: 0;
        border-style:dashed;
        border-width:1px 0px 0px 1px;
        list-style-type:none;
}

div.keywordResults ul li {
        margin: 4px;
        list-style-type:none;
}

/*  OLD GEOSOURCE THESAURUS

div.keywordList {
        background: #fff;
        cursor: pointer;
        overflow: auto;
		max-height: 300px;
}


div.keywordList ul {
        border: 1px solid #888;
        margin: 0;
        padding: 0;
        width: 100%;
        list-style-type: circle;
        cursor: pointer;
        overflow: hidden;
}
*/

div.legend {
        margin: 3px;
        padding: 3px;
		border-style:dashed;
		border-width:1px 1px 1px 1px;
		font-style: italic;
}
div.broader {
        background-color: #8ba4c5;
}
div.related {
        background-color: #d5dfec;
}
div.narrower {
        background-color: #f7faff;
}

div.important {
	width: 70%;
	border-style: inset;
	border-width: 1px;
	text-align: justify;
	margin: 15px;
	padding: 10px;
}

div.keywordResults ul li.selected {
        background-color: #beb800;
        cursor: pointer;
}


/* GEOGRAPHIC SEARCH */


.geosearchmain{
    border-bottom: 2px;
    margin-bottom: 1px;

    vertical-align: top;
    
}

.geosearch{
    border-bottom: 2px;
    margin-bottom: 1px;
}

.geosearchfields{
    padding-bottom: 10px;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}

.geosearchfields a{
/*    text-decoration: none; */
    margin-top: 5px;
}

td.advsearchfields {
    padding-bottom: 10px;
    border-bottom: 1px solid;
/*    margin-bottom: 10px;*/

    border-left: 1px solid;
    padding-left: 2px;
    padding-right: 2px;
}

/*.advsearchfields > tbody > tr > td {
    padding-bottom: 10px;
    border-left: 1px solid;
    padding-left: 5px;

}
*/

#coords{
    text-align:center;
    margin-top: 5px;
}

.IMBtn{
	font-family: Verdana;
	font-size: 9px;
	color: #064377;
	cursor: pointer;
	padding: 2px 8px 2px 2px;
}



#openIMBtn{
	background: url(http://sig.europessonne.fr/geonetwork/css/images/arrow.gif) no-repeat right;
}

#closeIMBtn{
	background: url(http://sig.europessonne.fr/geonetwork/css/images/arrow_inv.gif) no-repeat right;
}

#closeIMBtn:hover {
	text-decoration: underline;
}

#openIMBtn:hover {
	text-decoration: underline;
}

imenabled {
	color: #064377;
	cursor: pointer;
}

imdisabled {
	color: #434343;
    cursor: progress;
}

div.metadata_current {
    padding: 3px;
    position: relative;
}

div.metadata_current table,
div.metadata_current td
{
}

/* This will fix some redraw problems with gn setting */
div.calendar {
	z-index:1001;
}

.calendar table ,
.calendar tr ,
.calendar td  {
	border-collapse: separate;
}

.ilwhiteboard {
    position:relative;
	border: 1px solid #266397;
	margin: 4px;
}

/* Rating popup */

button.rating 
{
	font-family: Verdana;
	font-size: 9pt;
	color: #064377;
	max-width: 400px;
	width: 100px;
	cursor: pointer;
	cursor: hand;
	border: 1px solid #266397; /* moved here from tr since IE accepts it only here */
	margin-bottom: 4px;
}

.ratingBox
{
	position: absolute;
	background-color: #E0E0FF;
	border:  solid black 1px;
	padding: 0px;
	margin: 0px;
}

.ratingCloser 
{
    position: absolute;
    top:     1px;
    right:   3px;
    width:  16px;
    height: 16px;
    cursor: pointer;
    
    z-index: 20;    
}

div#error {
	margin: 2em;
}

#stacktrace {
	font-size: 0.75em;
}

#featured {
	background-color: #fff;
	width: 300px;
	border-width: 3px;
	border-color: #0263b2;
}

#advancedsearch {
	margin: 3px;
}

#resultList {
	border-top: 1px solid #2a628f;
	padding-top: 10px;
}

#leftcolumn {
	margin: 20px;
	border-right: 1px solid #2a628f;
}

#sortBy.live {
	font-weight: normal;
	font-style: normal;
	font-size: 0.9em;
}

 /* Geosource 19110 tab edition */

.grid-remove {
    background-image:url(../images/geosource/remove_row.png) !important;
}
.grid-add {
    background-image:url(../images/geosource/add_row.png) !important;
}
.cellAction {
    background-image:url(../images/geosource/grid.png) !important;
    width : 16px;
    height :19px;
}

/*  Ext.ux.grid.CellActions.css */
.ux-cell-value {
    width : 16px;
    height :19px;
    position:relative;
    zoom:1;
}
.ux-cell-actions {
    position:absolute;
    right:0;
    top:-2px;
}
.ux-cell-actions-left {
    left:0;
    top:-2px;
}
.ux-cell-action {
    width:16px;
    height:16px;
    float:left;
    cursor:pointer;
    margin: 0 0 0 4px;
}
.ux-cell-actions-left .ux-cell-action {
    margin: 0 4px 0 0;
}

/* Openlayers Map */
#map {
	width: 260px;
   	height: 250px;
   	border: 1px solid #0263B2;
}
#mapOff {
    width: 260px;
    height: 250px;
    border: 1px solid #0263B2;
    background: #ffffff;
    z-index: 5000;
    opacity: .5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    position: absolute;
    top:0px;
    left:0px;
    display:none;
}

/*******************************
 Keywords search box
 *******************************/

.ux-mselect-item .ux-mselect-item-thesaurus {
    color: #555;
    font-style: italic;
}

.x-toolbar .ytb-spacer {
    width: 15px !important;
}

.x-icon-go {
    background-image: url('../images/geosource/true.png') !important;
}

/*  we should not do that! Ext property should help to fix column size */
.cocGrid .x-grid3-cell-inner, .x-grid3-hd-inner {
    overflow: auto !important;
    white-space: normal !important;
}