/**
* CSS file
* structure definition (thesaurus)
*
*@package DS.DOL
*@subpackage css
*@version $Id: v 1.00 2006/10/01 00:00:00 salem $
*@since Class available since the release 1.00
*@access public
*@author DOL developpement <dev@dol.fr>
*@see headers.php
*@deprecated
*/

/*
********************************** global
*/

/*
* thesaurus
*/
.thesaurus {
}
.thesaurus .name, .thesaurus .comments {
	text-align: center;
}
.thesaurus .name {
	font-weight: bold;
}
.thesaurus .name input {
	width: 50%;
}
.thesaurus .comments input {
	width: 99%;
}

/*
* show
*/
.show {
	width: 40%;
	margin: auto;
}
.show .thesaurus {
	margin: 0.5em;
	padding: 0;
}
.show .thesaurus fieldset {
	margin: 0;
	padding: 0;
}
.show .thesaurus .name, .show .thesaurus .comments {
	margin: 0;
	padding: 0;
}
.show .name {
	font-weight: bold;
}

/*
* thesaurus_add
*/
#thesaurus_add .thesaurus {
	margin-bottom: 1em;
}
#thesaurus_add .thesaurus label {
	display: block;
}

#thesaurus_add .name, #thesaurus_add .comments {
	margin: 0.2em;
	text-align: left;
}
#thesaurus_add .name input {
	font-weight: normal;
}

#thesaurus_add .values {
	margin-bottom: 1em;
}
#thesaurus_add .values table {
	width: 100%;
}
#thesaurus_add .values td {
	vertical-align: bottom;
}
#thesaurus_add .values th {
	text-align: left;
}
#thesaurus_add .values td.index {
	width: 4em;
	padding-top: 0.2em;
}
#thesaurus_add .values input{
	width: 99%;
	margin: 0.1em;
}

#thesaurus_add .send {
	margin-bottom: 1em;
}

/*
* thesaurus_mod
*/
#thesaurus_mod .thesaurus .name {
	font-weight: bold;
}
#thesaurus_mod .thesaurus fieldset {
	border: solid 0;
}

#thesaurus_mod .values fieldset {
	margin-bottom: 1em;
}
#thesaurus_mod .values div {
	margin: 0.5em;
	text-align: left;
}

#thesaurus_mod label {
	display: block;
	font-weight: bold;
}

#thesaurus_mod .name input {
	width: 50%;
}
#thesaurus_mod .comments input {
	width: 99%;
}

#thesaurus_mod .send {
	margin-bottom: 1em;
}

/*
* thesaurus_del
*/
#thesaurus_del #title_page {
	color: #f00;
}

#thesaurus_del .thesaurus .name {
	font-weight: bold;
}

#thesaurus_del .thesaurus fieldset {
	border: solid 0;
}
#thesaurus_del .values fieldset {
	margin-bottom: 1em;
}
#thesaurus_del .sub_level .level {
	text-align: center;
}

#thesaurus_del .warning {
	margin-bottom: 1em;
}

#thesaurus_del .send {
	margin-bottom: 1em;
}

/*
********************************** thesaurusvalue
*/

/*
* thesaurusvalue_menu
*/
#thesaurusvalue_menu {
	margin-bottom: 1em;
}

#thesaurusvalue_menu .thesaurus .name {
	font-weight: bold;
}
#thesaurusvalue_menu .thesaurus fieldset {
	border: solid 0;
}

#thesaurusvalue_menu .level {
	float: left;
	width: 33%;
	margin-right: 0.3%;
}
#thesaurusvalue_menu .level table {
	width: 100%;
	margin-bottom: 0.5em;
}
#thesaurusvalue_menu .level td, #thesaurusvalue_menu .level th {
	padding: 0.2em;
	border-right: solid 0.2em #fff;
	text-align: left;
}
#thesaurusvalue_menu .level td.link_1 {
	width: 20px;
}
#thesaurusvalue_menu .level td.link_2 {
	width: 20px;
}
#thesaurusvalue_menu .level td.selected {
	background: #fea;
}

/*
* thesaurusvalue_add
*/
#thesaurusvalue_add .thesaurus fieldset {
	border: solid 0;
}
#thesaurusvalue_add .values fieldset {
	margin-bottom: 1em;
}
#thesaurusvalue_add .values div {
	margin: 0.5em;
	text-align: left;
}
#thesaurusvalue_add label {
	display: block;
}
#thesaurusvalue_add .value input {
	width: 50%;
}

/*
* thesaurusvalue_mod
*/
#thesaurusvalue_mod .thesaurus fieldset {
	border: solid 0;
}
#thesaurusvalue_mod .values fieldset {
	margin-bottom: 1em;
}
#thesaurusvalue_mod .values div {
	margin: 0.5em;
	text-align: left;
}
#thesaurusvalue_mod label {
	display: block;
}
#thesaurusvalue_mod .value input {
	width: 50%;
}

/*
* thesaurusvalue_del
*/
#thesaurusvalue_del #title_page {
	color: #f00;
}
#thesaurusvalue_del .thesaurus fieldset {
	border: solid 0;
}

#thesaurusvalue_del .values {
	margin-bottom: 1em;
}
#thesaurusvalue_del .values_level {
	width: 50%;
	margin: 0 auto 1em auto;
	border: solid 1px #d92;
	-moz-border-radius: 0.5em;
}

#thesaurusvalue_del .sub_level .level {
	text-align: center;
}
#thesaurusvalue_del .sub_level {
	margin-bottom: 1em;
}
#thesaurusvalue_del td.count {
	text-align: center;
}
#thesaurusvalue_del .warning {
	margin-bottom: 1em;
}

#thesaurusvalue_del .send {
	margin-bottom: 1em;
}

