/** CSS for GENEVIAN RESOURCES **/

/** ================================================================= **/
/** 			sib_css REDEFINITIONS 							      **/
/** ================================================================= **/

#sib_body {
	background: none;
	font-size: medium;
}

#sib_body table, td, th {
	border: none;
}

/* White background */
#sib_container {
        background-color: #fff;
}

/* In header, keep color of visited link */
#sib_header_small a:visited, #sib_header_small a:hover, #sib_header_small a, #sib_header a:visited, #sib_header a:hover, #sib_header a {
        color: #282828 ;   /* Grey */
        text-decoration: none;
}

#sib_header_nav {
        right: 10px !important;
}

#sib_header_nav a:hover  {
        color:#282828 !important;
}

#sib_header_nav a  {
        color:#555555 !important;
        font-size:12px !important;
        margin: 10px ;
}

#sib_header_small h1, #sib_header h1 {
	margin: auto;
}

#sib_footer {
	position: relative;
	clear: both !important ;
}

#sib_footer a:visited {
        text-decoration: none;
        color: #f7f8fa;
}

#sib_expasy_logo {
	z-index: 1;
}

/** ================================================================= **/
/**						LOCAL DEFINITIONS     **/
/** ================================================================= **/



/* ----- DISPLAY NONE ------------------------------------------------- */
.hidden {
	display: none;
}

input.mandatory {
	display: none;
}

/* ----- INPUT------------------------------------------------- */

 dd.help, exc_help_content {
    background-color: #FFFFF7;
    border: 1px solid #E1E6EA;
    -webkit-border-radius: 50px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    margin: 5px;
    padding: 0px;
    width: 100%;
    }
