@import url(gui_window.css);
@import url(gui_datagrid.css);
@import url(gui_tab.css);
@import url(gui_searchform.css);
@import url(intro.css);

body
	{
	background-color: #FFCE63;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bgimg.gif);
	background-attachment: fixed;
	scrollbar-3dlight-color:    rgb(219,115,14);
	scrollbar-arrow-color:      rgb(255,255,255);
	scrollbar-base-color:       rgb(255,206,99);
	scrollbar-darkshadow-color: rgb(77,39,0);
	scrollbar-face-color:       rgb(219,115,14);
	scrollbar-highlight-color:  rgb(255,255,190);
	scrollbar-shadow-color:     rgb(174,116,23);
	}
	
div#javascriptnotenabled
	{
	background-color: #990000;
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 10px;
	margin: 0px;
	margin-bottom: 25px;
	border: 2px solid #660000;
	}
	
	
div#print_copyright
	{
	visibility: hidden;
	display: none;
	}

div#screen_copyright
	{
	margin-top: 50px;
	margin-bottom: 20px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #ffffff;
	}


.hideforscreen
	{
	visibility: hidden;
	display: none;
	}

form
	{
	margin: 0px;
	padding: 0px;
	}

textarea
	{
	scrollbar-3dlight-color:    rgb(219,115,14);
	scrollbar-arrow-color:      rgb(255,255,255);
	scrollbar-base-color:       rgb(255,206,99);
	scrollbar-darkshadow-color: rgb(77,39,0);
	scrollbar-face-color:       rgb(219,115,14);
	scrollbar-highlight-color:  rgb(255,255,190);
	scrollbar-shadow-color:     rgb(174,116,23);
	}

input,textarea,select,button
	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	}

.plusenvigueur
	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background-color: #FBFE70;
	border: 2px solid #FFCC66;
	padding: 5px;
	margin: 0px;
	width: auto;
	text-align: center;
	}



/* --- Style for the highlighted keywords in the results list --- */
.keywordhighlight
	{
	color:#ff0000;
	font-weight:bold;
	}
	


/* --- Floating popup window with visited pages --- */
div#history
	{
	/* background-color:#ffffff; */
	background: transparent;
	position: absolute;
	padding: 0;
	margin: 0;
	text-align: left;
	left: 118px;
	top: 40px;
	width: 400px;
	height: 250px;
	/*overflow: hidden;*/
	visibility: hidden;
	block: none;
	z-Index: 9999;
	}
	
	
/* --- Floating popup window with database list --- */
div#dblist
	{
	background-color:#ffffff;
	position: absolute;
	padding: 0;
	margin: 0;
	text-align: left;
	left: 266px;
	top: 40px;
	width: 150px;
	height: 175px;
	/*overflow: hidden;*/
	visibility: hidden;
	block: none;
	z-Index: 9999;
	}


/* --- General buttons (searchform, results list) --- */
.btn
	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #F1B35B;
	border-left: 1px solid #FFD292;
	border-top: 1px solid #FFD292;
	border-bottom: 1px solid #D69E4E;
	border-right: 1px solid #D69E4E;
	padding: 2px;
	font-weight: normal;
	}
.btn_hot
	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC3300;
	border-left: 1px solid #E75D2F;
	border-top: 1px solid #E75D2F;
	border-bottom: 1px solid #963110;
	border-right: 1px solid #963110;
	padding: 2px;
	}
	

/* --- Fieldset + content styles --- */
fieldset
	{
	width: auto;
	padding:10px;
	color: #333333;
	border: 1px solid #CC3300;
	margin: 0;
	padding: 5px;
	}
fieldset a
	{
	color: #333333;
	}
fieldset a:hover
	{
	color: #000000;
	}
legend
	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #CC3300;
	margin-bottom: 5px;
	}
.fieldset_text
	{
	text-align:left;
	padding:10px;
	color: #333333;
	}
.fieldset_text a
	{
	color: #333333;
	}
.fieldset_text a:hover
	{
	color: #000000;
	}
fieldset ul li div
	{
	font-size: 75%;
	padding-left: 20px;
	}
fieldset ul li div i
	{
	color: #999999;
	}


/* --- Main block for the content --- */
div#content
	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	line-height: 125%;
	color: #000000;
	width: 95%;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	}
div#content table.resultslist
	{
	margin-left: auto;
	margin-right: auto;
	}
div#content table.resultdetail
	{
	margin-left: auto;
	margin-right: auto;
	}


/* --- Page title --- */
h1#detail_title, h1#detail_subtitle, h1#article
	{
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 125%;
	line-height: 125%;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 10px;
	color: #CC3300;
	}
h1#detail_subtitle
	{
	margin-top: -25px;
	}
h1#article
	{
	margin-bottom: -10px;
	text-decoration: underline;
	}
h2#detail_subtitle
	{
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	line-height: 125%;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 10px;
	color: #CC3300;
	padding-top: 10px;
	margin-top: -25px;
	}


/* --- Links and info at the left of the content page --- */
div.extra_left
	{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color:#E27A14;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 75%;
	line-height: 125%;
	color: #F7D583;
	border: 1px solid #F7D583;
	background-repeat: no-repeat;
	background-position: top left;
	}
div.extra_left a
	{
	color: #F7D583;
	text-decoration: none;
	}
div.extra_left a:hover
	{
	color: #F7D583;
	text-decoration: underline;
	}
div.extra_left_hover
	{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color:#cc3300;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 75%;
	line-height: 125%;
	color: #ffffff;
	border: 1px solid #FFFFFF;
	}
div.extra_left_hover a
	{
	color: #ffffff;
	}
div.extra_left_hover a:hover
	{
	color: #ffffff;
	}
hr.extra_left
	{
	height: 1px;
	color: #ffffe7;
	}



/* --- Dropdownlist: dhtml selection list in search form --- */
.dropdownlist
	{
	border:2px solid #FBEFC6;
	padding:10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	line-height: 125%;
	color: #000000;
	}
.dropdownlist a
	{
	color: #000000;
	text-decoration: none;
	}
.dropdownlist a:hover
	{
	color: #000099;
	text-decoration: underline;
	}



/* -- Scrollable content (info-blocks) --- */
.divcontent
	{
	border: 2px solid #D0D0BF;
	overflow-y: scroll;
	}


/* --- Languages at top of page --- */
.pageheadertext
	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #CC3300;
	}
.pageheadertext a
	{
	color: #CC3300;
	}
.pageheadertext a:hover
	{
	color: #CC3300;
	}
.pageheadertext b
	{
	font-weight: bold;
	}