/**
** Css des filtres de recherche (trac)
**/

#filters {
/*   width:100%; */
}
.collapsed div {
	display:none;
}

legend {
	font-size:10px;
}

fieldset legend :link, fieldset legend :visited {
	background:url("../img/expanded.png") no-repeat scroll 0 50% transparent;
	border:medium none;
	color:#666666;
	font-size:110%;
	padding-left:16px;
}

fieldset.collapsed legend :link, fieldset.collapsed legend :visited  {
	background-image:url("../img/collapsed.png");
}

/**
** CSS surcharge jQuery
**/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  color:#456BAA;
}

/**
** Pages Panel
**/

div.nextLink {
    width: 25%; 
    float: right; 
    text-align: right;
}
div.previousLink {
    width: 25%; 
    float: left; 
    text-align: left;
}
div.pagesLink {
    width: 50%; 
    display: inline;
    float: left; 
    text-align: center;
}

.link {
    cursor: pointer;
}

/**
** Captach
**/

.simpleCaptchaSelected {
    border: 1px solid red;
}

/**
**CGU
**/
p#cgu label {
    cursor: pointer;
}
p#cgu label a:hover {
    text-decoration: underline;
}
/**
** Tooltips
**/
#tooltip.pretty {
        font-family: Arial;
        border: none;
        width: 210px;
        padding:20px;
        height: 135px;
        opacity: 0.8;
        background: url('js/jquery/js/jquery-tooltip/shadow.png');
}
#tooltip.pretty h3 {
        margin-bottom: 0.75em;
        font-size: 12pt;
        width: 220px;
        text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }
#tooltip.fancy {
        background: url('../img/services/shadow2.png');
        padding-top: 5em;
        height: 80px;
}
#tooltip.fancy.viewport-right {
        background: url('../img/services/shadow2-reverse.png');
}

.grz_header {
    background-color: #EF7103;
    color: #FFFFFF;
    margin:20px 0px 15px 0px;
    padding:5px;
}

#RssForm input,label {
    display:block;
}
#RssForm input {
    margin-bottom:5px;
}

#feedItem {
    width:600px;
    margin-bottom:5px;
}
#feedItem thead tr th {
    text-align:left;
}
/**
**
**/
/*.olMapViewport {
    position: absolute;
}*/