/* Base stylesheet */
	/* -----------------------------------------------------------------------
   Redefinition Tag
   ----------------------------------------------------------------------- */
body {
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	background: url(images/body_back.gif) top repeat-x;
	background-color: #67A2C4;
	font-size: 11px;
	line-height: 14px;
	color: #3E3E3E;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
	padding: 0px;
	vertical-align: middle;
}

hr {
	border: 1px #E5E5E5 solid;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

dl {
	margin: 1em 0 0 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 0 1em;
}

li {
	margin-bottom: 5px;
	list-style-image: url(images/bullet.gif);
}

/* -----------------------------------------------------------------------
   Font
   ----------------------------------------------------------------------- */
   em {
   font-weight: bold;
   }
   
a {
	color: #63A4C6;
}

a:hover {
	color: #F6B30C;
}

a.popuphelp {
	color: #3E3E3E;
	text-decoration: none;
	cursor: help;
}

a.popuphelp:hover {
	text-decoration: underline;
	color: #3E3E3E;
}

.title {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
}

h1,h2,h3,h4 {
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 16px;
	line-height: 18px;
	color: #D04D39;
	margin: 15px 0px 15px 0px;
}

h2 {
	font-size: 14px;
	line-height: 18px;
	color: #63A4C6;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	color: #F6B30C;
}

h4 {
	font-size: 14px;
	line-height: 18px;
	color: #D04D39;
}

.small {
	font-size: 10px;
	line-height: 12px;
}

.red {
	color: #D04D39;
}

#search_form {
	display: block;
	float: left;
	width: 100%;
}

#display_search_results {
	display: block;
	float: left;
	width: 100%;
}

/* Width will be set according to the confidence value, with 100% being the best result */
.rank {
	border: 1px solid lightgreen;
}

.search_matching_text {
	background-color: yellow;
}

#search_page_numbers,#search_page_numbers a {
	font-size: medium;
	font-weight: bold;
}

/* -----------------------------------------------------------------------
   Shell
   ----------------------------------------------------------------------- */
#logo_left {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#top_header h1 {
	padding-top: 42px;
	padding-left: 61px;
	color: #fff;
}

#top_header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 78px;
	background: #7098B4 url(images/eureka.png) top left no-repeat;
	border-bottom: 6px #B8D9E7 solid;
}

body#homepage #top_header,body#vcard #top_header {
	display: none;
}

#page {
	width: auto;
	float: none;
	display: block;
	background: url(images/content_pattern_left.gif) top left repeat-y;
	background-color: #fff;
	border: 6px #B8D9E7 solid;
}

BR.clearboth {
	clear: both;
}

BR.clearleft {
	clear: left;
}

BR.clearright {
	clear: left;
}
#left,#right {
	vertical-align: top;
}

#left {
		
}
/* -----------------------------------------------------------------------
   Vertical Menu
   ----------------------------------------------------------------------- */
#usager {
	padding: 2px 5px 5px 10px;
	width: 144px;
}

#menu {
	width: 163px;
	position: relative;
	float: left;
	
}

#dv_menu {
	padding: 0px 2px 0px 1px;
}

#dv_menu ul,#dv_menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}

#dv_menu li {
	display: block;
	background: url(images/m_pattern.gif) bottom left repeat-x;
	width: 161px;
}

#dv_menu a {
	text-decoration: none;
	color: #3E3E3E;
	font-weight: bold;
	background: url(images/m_pattern.gif) bottom left repeat-x;
	display: block;
	padding: 11px 0px 11px 11px;
	width: 150px;
}

#dv_menu a:hover {
	background: url(images/m_pattern_o.gif) bottom left repeat-x;
	background-color: #62a3c7;
	color: #fff;
}

#mainmenu_selected a {
	background: url(images/m_pattern_s.gif) bottom left repeat-x;
	background-color: #f2a918;
	color: #fff;
}

#mainmenu_selected a:hover {
	background: url(images/m_pattern_s.gif) bottom left repeat-x;
	background-color: #f2a918;
	color: #fff;
}

#dv_menu form {
	margin: 0px 0px 0px 12px;
	padding: 0px;
}

/* -----------------------------------------------------------------------
   End Vertical Menu
   ----------------------------------------------------------------------- */

/* -----------------------------------------------------------------------
   Horizontal Menu
   ----------------------------------------------------------------------- */
#h_navlist {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #778;
	font-weight: bold;
}

#h_navlist li {
	list-style: none;
	margin: 0;
	display: inline;
}

#h_navlist li a {
	background: url(images/m_pattern.gif) bottom left repeat-x;
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	text-decoration: none;
	/*

	color: #3E3E3E;
	*/
}

#h_navlist li a:link {
	color: #448;
}

#h_navlist li a:visited {
	color: #667;
}

#h_navlist li a:hover {
	background: url(images/m_pattern_o.gif) bottom left repeat-x;
	background-color: #62a3c7;
	color: #fff;
}

#h_navlist li a#current {
	background: url(images/m_pattern_s.gif) bottom left repeat-x;
	background-color: #f2a918;
	color: #fff;
}

/* -----------------------------------------------------------------------
   End Horizontal Menu
   ----------------------------------------------------------------------- */
#login {
	margin: 5px 15px 5px 15px;
}

#locale_form_select { /* Select box for choosing a locale */
	width: 163px;
}

.content {
	display: block;
	padding: 5px 15px 5px 180px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	clear: right;
}

.content h1.site_name {
	display: none;
}

body#homepage  h1.site_name {
	display: block;
}

#news {
	width: 325px;
	margin: 10px 0px 10px 10px;
	border: 3px #BDD8E8 solid;
	float: right;
}

#news_inner {
	border: 1px #3E3E3E solid;
	padding: 0px 10px 10px 10px;
}

#news_inner ul {
	position: relative;
	/*	padding: 5px 0px 5px 10px;*/
}

#news_inner li {
	text-align: left;
}

.new_ressources dt:before {
	content: url(images/bullet.gif);
	padding: 0 0.5em 0 0;
}

/* -----------------------------------------------------------------------
   Contenu
   ----------------------------------------------------------------------- */
.vcard_admin_styles {
	border: 3px #BDD8E8 solid;
}

.ElegantText {
	text-align: left;
	/*	font-family: times, Georgia;*/
	font-size: 14px;
	line-height: normal;
}

.DropCap {
	font-size: 50px;
	line-height: 50px;
	color: gray;
	font-family: times, Georgia;
}

.LOMElementBlock {
	margin: 0;
	padding: 0;
	border-top: 1px solid #63A4C6;
}

.LOMElementTitle {
	padding: 0.1em 0.3em 0.1em 0;
	vertical-align: top;
	width: auto;
}

.LOMElementContent ul {
	margin: 0px 0px 0em 1em;
	padding: 0px;
}

.LOMElementContent li {
	margin: 0.1em 0px 0.1em 1em;
	padding: 0px;
}

#header {
	border-bottom: 1px #E5E5E5 solid;
}

.localisation {
	display: block;
	height: 36px;
	padding: 2px 0px 2px 0px;
}

.localisation a {
	font-weight: bold;
	vertical-align: middle;
	font-size: 14px;
	line-height: 16px;
	color: #F6B30C;
	text-decoration: none;
}

.boite_header {
	height: 27px;
	vertical-align: middle;
	padding: 2px 10px 2px 10px;
}

.boite_content {
	padding: 7px 10px 10px 10px;
}

.boite {
	vertical-align: top;
	width: 50%;
	border: 1px #E5E5E5 solid;
	background: url(images/boite_patterntop.gif) top left repeat-x;
}

.boite_div {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.boite_table {
	border-spacing: 10px;
	padding: 0;
	margin: 0;
}

#paragraphe_1    , #paragraphe_2 {
	/*Modify the 1 and 2 paragraphes in Search*/
	
}

.error_message {
	border: 1px #E5E5E5 solid;
	padding: 0.5em;
	display: block;
	margin: 10px 0px 0px 0px;
}

.found_resources_list {
	}
	
.found_resource {
	border: 1px #E5E5E5 solid;
	padding: 0.5em;
	display: block;
	margin: 10px 0px 0px 0px;
}

.found_resource.edit_button {
	
	}
	
.found_resource .vcard_picture {
	float: right;
}

.found_resource p {
	margin: 0.1em 0.5em 0.3em 0em;
}

.collapsible_details_block {
	display: none;
}



.vcard_picture {
	margin: 0px 10px 0px 0px;
	float: left;
}

.icon {
	margin: 10px 5px 0px 0px;
}

.tooltip {
	display: none;
	position: absolute;
	z-index: 10;
	width: 350px;
	padding: 2px;
	border: 3px #BDD8E8 solid;
	background-color: #fff;
}

.tooltip_inside {
	text-align: left;
	border: 1px #3E3E3E solid;
	background: url(images/popup_pattern.gif) bottom left no-repeat;
	padding: 10px;
}

/* -----------------------------------------------------------------------
   Navigation Thématique
   ----------------------------------------------------------------------- */
#soustheme {
	border: 3px #BDD8E8 solid;
	margin: 0px;
	padding: 0px;
	/*height: 125px;*/
	background: url(images/popup_pattern.gif) bottom left no-repeat;
}

#soustheme_inside {
	padding: 10px;
	/*height: 125px;*/
	border: 1px #3E3E3E solid;
	display: block;
	/*overflow: auto;*/
}

#soustheme ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#soustheme li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 8px 0px;
}

.theme_is_template {
	font-weight: bold;
}

.popup_caption_normal {
	font-weight: bold;
}

.popup_caption_light {
	font-weight: normal;
}

.popup_caption_bigger {
	font-weight: bold;
	font-size: 125%;
}

/* ----------------------------------------------------------------------
   Nav themes - compliance bullets
   ---------------------------------------------------------------------*/
.compliant_bullet {
	list-style-image: none;
	list-style-type: square;
	color: #42AE3F;
}

.not_compliant_bullet {
	list-style-image: none;
	list-style-type: square;
	color: #D04D39;
}

.not_all_recommended_bullet {
	list-style-image: none;
	list-style-type: square;
	color: #F2A918;
}

.has_wrong_vocabulary_bullet {
	list-style-image: none;
	list-style-type: square;
	color: #63A4C6;
}

/* -----------------------------------------------------------------------
   Fiche Admin
   ----------------------------------------------------------------------- */
#menu_horizontal {
	border-top: 1px #E5E5E5 solid;
	border-left: 1px #E5E5E5 solid;
	margin: 0;
	padding: 0;
	float: none;
	clear: right;
	display: block;
}

#menu_horizontal ul {
	margin: 0;
	padding: 0;
	list-style: none;
	min-height: 30px;
	/*white-space: nowrap;*/
	
}

#menu_horizontal li {
	display: inline;
}

#menu_horizontal a {
	float: left;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	text-decoration: none;
	color: #3E3E3E;
	font-weight: bold;
	background: url(images/m_pattern.gif) bottom left repeat-x;
	border-left: 1px #E5E5E5 solid;
	border-right: 1px #E5E5E5 solid;
	cursor: pointer;
	line-height: 30px;
}

#menu_horizontal a:hover {
	background: url(images/m_pattern_o.gif) bottom left repeat-x;
	color: #fff;
}

#menu_selected a {
	color: #fff;
	background: url(images/m_pattern_s.gif) bottom left repeat-x;
}

#menu_selected a:hover {
	color: #fff;
	background: url(images/m_pattern_s.gif) bottom left repeat-x;
}

#edit_profile {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#edit_profile h2 {
	display: inline;
}

#legend {
	padding: 5px;
	border: 1px #E5E5E5 solid;
	float: right;
	margin-bottom: 5px;
}

#legend .compliant {
	border-top: none;
	border-left: 15px #42AE3F solid;
}

#legend .not_compliant {
	border-top: none;
	border-left: 15px #D04D39 solid;
}

#legend .not_all_recommended {
	border-top: none;
	border-left: 15px #F2A918 solid;
}

#legend .has_wrong_vocabulary {
	border-top: none;
	border-left: 15px #63A4C6 solid;
}

.no_compliance {
	border-top: 8px white solid;
}

/* Horizontal menu compliance */
.compliant {
	border-top: 8px #42AE3F solid;
}

.not_compliant {
	border-top: 8px #D04D39 solid;
}

.not_all_recommended {
	border-top: 8px #F2A918 solid;
}

.has_wrong_vocabulary {
	border-top: 8px #63A4C6 solid;
}

/* Blocks compliance */
.no_compliance_title {
	border-top: 1px #E5E5E5 solid;
	border-bottom: 1px #E5E5E5 solid;
	border-right: 1px #E5E5E5 solid;
	border-left: 1px #E5E5E5 solid;
}

.compliant_title {
	border-top: 1px #E5E5E5 solid;
	border-right: 1px #E5E5E5 solid;
	border-left: 8px #42AE3F solid;
}

.not_compliant_title {
	border-top: 1px #E5E5E5 solid;
	border-right: 1px #E5E5E5 solid;
	border-left: 8px #D04D39 solid;
}

.not_all_recommended_title {
	border-top: 1px #E5E5E5 solid;
	border-right: 1px #E5E5E5 solid;
	border-left: 8px #F2A918 solid;
}

.has_wrong_vocabulary_title {
	border-top: 1px #E5E5E5 solid;
	border-right: 1px #E5E5E5 solid;
	border-left: 8px #63A4C6 solid;
}

/* The different levels of divs in administrative interfaces */
.admintitle1 {
	vertical-align: top;
	background: url(images/boite_patterntop2.gif) top left repeat-x;
	height: 24px;
	padding: 5px;
}

.admin1 {
	background-color: #E6F4FF; /* Color scheme */
	vertical-align: top;
	padding: 8px;
	margin-bottom: 10px;
}

.admintitle2 {
	vertical-align: top;
	background-color: #B8D9E7;
	/*background: url(images/boite_patterntop2.gif) top left repeat-x;*/
	height: 24px;
	padding: 5px;
}

.admin2 {
	background-color: #B8D9E7; /* Color scheme */
	vertical-align: top;
	padding: 8px;
	margin-bottom: 10px;
}

.admintitle3 {
	background-color: #85adc4;
	vertical-align: top;
	padding: 5px;
	height: 24px;
}

.admin3 {
	background-color: #85adc4; /* Color scheme */
	vertical-align: top;
	padding: 8px;
}

.admintitle4 {
	background-color: #7a9cb4;
	vertical-align: top;
	padding: 5px;
	height: 24px;
}

.admin4 {
	background-color: #7a9cb4; /* Color scheme */
	vertical-align: top;
	padding: 8px;
}

.form_action_buttons {
	cursor: pointer;
	vertical-align: middle;
}

/** Data display tables **/
table.data_display {
	border: thin solid #899198;
}

tr.data_display_header {
	background-color: gray;
	color: white;
}

tr.data_display_odd_row { /*	background-color: #B8D9E7;*/
	
}

tr.data_display_even_row { /*	background-color: gray;*/
	
}

tr._data_display_even_row td { /*	color: black;*/
	
}

tr.data_display_even_row td { /*	color: white;*/
	
}

/*******************************  OLD  CSS    ************************************/
table.admin_ui {
	border: thin solid #899198;
	text-align: left;
}

table.admin_ui tr.odd {
	background-color: white;
}

table.admin_ui tr.even {
	background-color: #ADD8E6; /* LightBlue */
}

TABLE.spreadsheet {
	border: thin solid #899198; /* lightblue */
	text-align: left
}

TABLE.spreadsheet TD {
	border: thin solid #899198; /* lightblue */
}

TABLE.spreadsheet TH {
	border: thin solid #899198; /* lightblue */
	text-align: center;
}

TABLE.spreadsheet_user {
	border: thin solid #ADD8E6; /* LightBlue */;
	padding: 0px;
	margin: 0px;
}

TH.th_left {
	background-color: #D3D3D3; /* LightGrey */
	text-align: left;
}

.vcardcompactadr {
	padding: 10px 15px 10px 15px;
	background-color: white;
}

/* CSS Class for thumbnails appearing in navigate_themes.php */
.themelist_thumbnails {
	width: 50px;
}

/* Sortable tables */
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}
