/* styles for the tree */
SPAN.TreeviewSpanArea A {
	font-size: 1em; 
	text-decoration: none;
	color: black;
}
SPAN.TreeviewSpanArea A:hover {
	color: #820082;
}

.scrollbox {
	height: 500px;
	overflow: auto;
}

SPAN.TreeviewSpanArea {
	top: 2em;
	left: .2em;
	bottom: 0em;
	border-right: .2em;
	border-color: #000000;
	overflow: auto;
	position: fixed;
}

.tabInfo {
	top: 4em;
	right: .5em;
	height: 5em;
	overflow: auto;
	position: absolute;
}

.unactivated {
	font-style: italic;
	color: grey;
}

SPAN.listeHeader {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 23px;
	border: 1px;
	overflow: no;
	background-color: #EFEFEF;
	left: 260px;
}

.waitTr {
	opacity: 0.3;
	left: 0px;	
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 900;
	background-color: #BABABA;
}

.wait {
	background-color: #BABABA;
	width: 500px;
	height: 200px;
	left: auto;	
	top: 200px;
	position: absolute;
	z-index: 999;
	-moz-border-radius-topright: 1em;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-bottomright: 1em;
	-moz-border-radius-bottomleft: 1em;
}

.panel {
	-moz-border-radius-topright: .5em;
	-moz-border-radius-topleft: .5em;
	-moz-border-radius-bottomright: .5em;
	-moz-border-radius-bottomleft: .5em;
	z-index: 100;
	position: fixed;
	left: 30%;
	height: 100%;
	top: 55px;
	background: url(images/fond.jpg) repeat left;
}

.searchRes {
	z-index: 110;
	position: absolute;
	display: none;
	left: 35%;
	top: 10%;
	right: 5%;
	-moz-border-radius-bottomright: 1em;
	-moz-border-radius-bottomleft: 1em;
	background: #000000 url(images/fond.jpg) repeat left;
}

FIELDSET {	width: 95%;
	overflow: auto;
	-moz-border-radius-topright: 1em;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-bottomright: 1em;
	-moz-border-radius-bottomleft: 1em;
}

UL.report {
	margin-top: 0px;
}

SPAN.liste {
	position: absolute;
	left: 260px;
	right: 0px;
	top: 25px;
	height: 200px;
	border: 1px;
	overflow: auto;
}

SPAN.liste_activeWidgets {
	position: absolute;
	left: 16em;
	top: 0em;
	right: 0em;
	height: 33%;
	border: .1em;
	overflow: auto;
}

TR.color1 {
	background-color: #EA8;
	color: black;
}
TR.color1:hover {
	background-color: #C86;
	color: black;
}

TR.color2 {
	background-color: #FED;
}

TR.color2:hover {
	background-color: #C86;
	color: white;
}

TR.colorSelected {
	background-color: #A64;
	color: white;
}

TR.colorSelected:hover {
	background-color: #A64;
	color: white;
}


SPAN.content IFRAME {
	position: absolute;
	top: 240px;
	right: 0px;
	bottom: 0px;
	border: none;
	overflow: auto;
	left: 260px;
}

BODY {background-color: white;}

TD {
	font-size: 10pt; 
	font-family: verdana, helvetica; 
}

DIV.menu {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 2px;
}

._menus {
	background-color: #CDCDCD;
	top: 46px;
	position: fixed;
	z-index: 160;
	display: none;
	border: 2px;
	-moz-border-radius-bottomright: 1em;
	-moz-border-radius-bottomleft: 1em;
}

/* Gestion des tabs */
.alltabs ul {
	position: absolute;
	padding: .1em;
	top: -1em;
	list-style: none;
}

.alltabs li {
	float: left;
	position: relative;
	left: 0em;
	margin-left: 0em;
	margin-right: .2em;
	cursor: pointer;
}

.tabTitleSelected, .tabTitleUnSelected {
	color: #FFF;
	-moz-border-radius-topright: .5em;
	-moz-border-radius-topleft: .5em;
}

.tabTitleSelected, li.highlighted {
	background: #C86;
	font-size: 1em; 
}
.tabTitleUnSelected, .tabTitleUnSelected li {
	background: #A64;
	font-size: .8em; 
}

.tabUnSelected, .tabSelected {
	display: none;
	overflow: auto;
	position: fixed;
	left: .3em;
	right: .3em;
	top: 1.3em;
	bottom: 2em;
	background-color: #FED;
	border: .2em solid #C86;
}

.tabSelected {
	display: block;
}

.tabSelected H1 {
	font-size: 1em;
	color: grey;
}
.tabSelected H2 {
	font-size: .9em; 
}

.buttons {	border: 1em;
	display: block;
	position: absolute;
	bottom: .2em;
	left: .3em;
	right: .3em;
}

.tableau {
	background-color: #FED;
	border: .2em solid #C86;
}

/* formulaires */
LABEL, .label {
	text-align: right;
}

INPUT[type="text"], INPUT[type="password"], TEXTAREA, SELECT, CHECKBOX, RADIO {
	background-color: #EA8;	border: .15em solid #EA8;
}

INPUT[type="button"], INPUT[type="submit"] {
	width: 5em;
}

INPUT[type="text"]:focus, INPUT[type="password"]:focus , TEXTAREA:focus, RADIO:focus, CHECKBOX:focus {	border: .15em solid #A64;
}

/* Liste ActiveWidgets */
.active-templates-header {
}

.active-scroll-top .active-box-item {
	color: #FFF;
	background: #A64;
} 

TD.subMenu {
	/*background: #EFEFEF;*/
	width: 200px;
	border: 1px solid;
}

TD.subMenu:hover {
	background: #C86;
	border: 1px solid #000000;
}

/* menu contextuel */
.skin0{
	position: absolute;
	width: 180px;
	border: .1em solid #000000;
	background-color: #C86;
	color: #FFF;
	line-height: 20px;
	cursor: default;
	font-size: 12px;
	z-index: 100;
	visibility: hidden;
}

.menuitems {
	background-color: #A64;
	color: #FFF;
	border-left: 1em solid #CBC;
}

.menuitems:highlight {
	background-color: #FF0000;
	border-left: 1em solid #A64;
}


/* pour la page */

pre.code {
	border: none;
	overflow: yes;
	margin: 10px 10px 10px 10px;
}

A {
	color: #333;
	text-decoration: none;
}

A:hover {
	color: #333;
	text-decoration: underline;
}

LEGEND {
	font-style: bold;
	font-size: 14pt;
}

INPUT._100, TEXTAREA._100, CHECKBOX._100, RADIO._100 {	width: 100%;
}

TEXTAREA._100 {	height: 10em;
}

INPUT, TEXTAREA, CHECKBOX, RADIO {
	background-color: #EA8;
	border: .2em;
}

INPUT[type="button"], INPUT[type="submit"] {	width: 250px;
	background-color: #EA8;
	border: .2em;
}

INPUT[type="button"].cancel {	height: 22px;
	padding: 2px 2px 2px 20px;
	background: #EA8 url(images/icons/crystalsvg/22/button_cancel.png) no-repeat 3px center;
}

INPUT[type="submit"].apply {	height: 22px;
	padding: 2px 2px 2px 20px;
	background: #EA8 url(images/icons/crystalsvg/22/button_ok.png) no-repeat 3px center;
}

INPUT[type="text"].search {	height: 22px;
	width: 100px;
}

INPUT[type="submit"].search {	height: 22px;
	width: 22px;
	padding: 2px 2px 2px 22px;
	background: url(images/icons/crystalsvg/22/find.png) no-repeat 3px center;
}

SELECT {
	background-color: #EA8;
	border: .2em;
}

TD.topMenu:hover {
	background-color: #BBBBBB;
	border: 1px solid #000000;
}

TD.topMenu {
	color: #000000;
	border: 1px solid #CDCDCD;
	text-decoration: none;
}

TD.menu:hover {
	background-color: #BBBBBB;
	border: 1px solid #000000;
}

TD.menu {
	color: #000000;
	border: 1px solid #CDCDCD;
	text-decoration: none;
}

#menu {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 50px;
	z-index: 1000;
}

/*** Nav bar styles ***/

ul.nav,
.nav ul{
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.nav{
	display: table;
}
ul.nav>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
}
ul.nav li>ul{
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 2px;
}

ul.nav li:hover>ul{
	display : block;
}

.nav ul li a{
	display: block;
	padding: 2px 6px;
}

/*** Menu colors ***/

.nav li{
	vertical-align: bottom;
	
}
ul.nav,
.nav ul,
.nav ul li a{
	color: #369;
	font-size: .9em;
}


ul.nav li:hover,
.nav ul li a:hover{
	background-color: #369;
	color: #fff;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #036;
	color: #fff;
}


.nav ul{
	border: 1px solid #000;
	background-color: #fff;
}

ul.nav {
	border: 0px;
}

.nav a{
	text-decoration: none;
	font-size: 1em;
}

li.slogan a{
	font-size: 1em;
	display: block;
}
li.slogan a:hover{
	color: #fff;
}

ul.nav2,
.nav2 ul{
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.nav2{
	display: table;
}
ul.nav2>li{
	position: relative;
	padding: 2px 6px;
}
ul.nav2 li>ul{
	left: 150px;
	display: none;
	position: absolute;
}

ul.nav2 li:hover>ul{
	display : block;
}

.nav2 ul li a{
	display: block;
	padding: 2px 6px;
}

ul.nav2,
.nav2 ul,
.nav2 ul li a{
	color: #369;
	font-size: .9em;
}


ul.nav2 li:hover,
.nav2 ul li a:hover{
	background-color: #369;
	color: #fff;
}

ul.nav li:active,
.nav2 ul li a:active{
	background-color: #036;
	color: #fff;
}


.nav2 ul{
	border: 1px solid #000;
	background-color: #fff;
	width: 500px;
}

ul.nav2 {
	border: 0px;
}

.nav2 a{
	text-decoration: none;
	font-size: 1em;
}