/* 
   @group Clear Defaults 
          **************
   see http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}
/* remember to define focus styles!
:focus {
	outline: 0;
	background: none;
}*/
body {
	height: 100%; /* IE7: Ensure footer is at bottom */
	line-height: 1;
	color: black;
	background: white;
}
/*ol, ul {
	list-style: none;
}*/
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
/*	border-spacing: 0;*/
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end Clear Defaults */

/*
   @group General
          *******
*/

body {
/*EL	background: #FFFFFF url( images/colors/gray/H4x4-GRAY.png );*/
	color: #222222;
    font-family: Verdana;/*EL sans-serif*/
	font-size: 87.5%; /* 10px */
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 970px;
}

/* @group Typographic */

/* @group Code Syntax */
.code {
	font-family: courier, "courier new", monospace;
	margin: 1em 0;
	padding: 0 1px;
	overflow: auto;
	white-space: pre;
	background-color: #F1F7FF;
	border: 1px dotted #555555;
}

.code pre {
	font-family: courier, "courier new", monospace;
}

.java-keyword {
	background-color: inherit;
	color: #0000AA;
	font-weight: bold;
}

.java-object {
	background-color: inherit;
	color: #000088;
}

.java-quote {
	background-color: inherit;
	color: #00AA00;
}

.xml-keyword {
	font-weight: bold;
}

.xml-tag {
	background-color: inherit;
	color: #0000aa;
}
/* @end code */

em, .italic {
	font-style: italic;
}

.quote {
	font-style: italic;
}

tt {
	font-family: monospace;
}

tt.wikimodel-verbatim {
	font-family: sans-serif;
}

strong, .strong {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

blockquote { 
    padding: 0.3em 0 0 1em;
    quotes: none;
    background:#FAFAF6 none repeat scroll 0 0;
/*EL    border-left:2px solid #DDDDCC;*/
    display:block;
}

/* @group Headings */
h1, h2, h3, h4, h5 {
	font-style: normal;
	font-weight: normal;
	line-height: 1.1em;
	color:#003366;/*EL*/
}

h1 {
	font-size: 1.2em;/*EL 2.3*/
	font-weight:bold;/*EL*/
  line-height: 1.1em;
  margin: 5px 0 15px 0px;
	  padding: 0 0 3px 0; 
	border-bottom: 2px dotted;/*EL*/
  color:#339900;/*EL*/
}

h2 {
	font-size: 1.2em;/*EL 2em;*/
	font-weight:bold;/*EL*/
	border-bottom: 2px dotted;/*EL*/
	margin:0 0 10px 0;/*EL*/
	}

h3 {
	font-size: 1em;/*EL 1.6em;*/
	margin: 20px 0;
	font-weight:bold;/*EL*/
	margin:1em 0 0 0;/*EL*/
	}

h4 {
	color: #404040;
	font-size: 1.4em;	
}

h5 {
	color: #404040;
	font-size: 1.3em;
}

h1>span, h2>span,
h3>span, h4>span {
/*EL	border-bottom: 1px solid #CCCCCC;*/
	display: block;
	margin:20px 0px 2px 0px; /*EL 20px 0; trbl*/
}

.main h1 img,.main h2 img,
.main h3 img,.main h4 img,
.main h5 img,.main h6 img {
	vertical-align: middle;
}

span.edit_section {
	border: 1px solid;
	display: block;
	height: 24px;
	line-height: 24px;
	margin-top: -20px;
	margin-bottom: -1em;
	overflow: hidden;
	position: relative;
	visibility: hidden;
}

.edit_section a {
	background: transparent url("images/black-edit.png") top left no-repeat;
	margin: 0 -52px 0 0;
	padding-left: 50px;
	position: absolute;
	top: 0;
	right: 0;
	visibility: visible;
}

/* @end Headings */

/* @group Links */
a, a:link, a:visited, a:active {
	color: #369;/*EL #39397f;
	text-decoration: none;*/
}

a:hover {
	color: #66CC33;/*EL #00007E;*/
	text-decoration: underline;
}

a img {
	border: none;
}

.wikicreatelink {
	text-decoration: none;
}

.wikicreatelinktext {
	color: black;
	text-decoration: underline;
}

.wikicreatelinkqm {
	background: #008;
	color: white;
	font-size: 90%;
	margin: 0 0 0 3px;
	padding: 0 3px;
}

span.wikicreatelink a {
	text-decoration: underline;
	color: black;
	background: transparent url("qm%2Dblue.png") no-repeat scroll right center;
	padding-right:13px;
}

address.vcard{
	display: inline;
}

/* @end Links */

/* @end Typographic */

/* @group Layout */
.hidden, .separator, .minwidth, .minwidthb, .minwidthc {
	display: none !important;
}

.invisible {
	visibility: hidden !important;	
}

.loading {
	background-image: url(icons/spinner.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.wikimodel-emptyline {
	height: 1em;
}

.xwikirenderingerror {
	background-color: #FF5555;
	border: 1px #555555;
	padding: 3px;
}

.main p {
	line-height: 1.4em;
	margin: 1em 0;
}

.main pre p { margin: 0; }

/* @group Messages */

.errormessage, .warningmessage, .infomessage, .plainmessage {
	background: #F5F5F5 url(icons/msg.png) 8px 8px no-repeat;
	border: 1px solid #DDD;
	margin: 4px 0 4px;
	padding: 8px 8px 8px 28px;
	text-align: left;
}

.plainmessage {
	background-image: none;
	color: #369;
}

.infomessage {
	background-image: url(icons/msginfo.png);
	color: #369;
}

.warningmessage {
	background-image: url(icons/msgwarning.png);
	color: #c82;
}

.errormessage {
	background-image: url(icons/msgerror.png);
	color: #F00;
}
.errormessagehidden {
visibility:hidden;
}
/* @end Message */

/* @group MessageBox */

fieldset.xwikimessage {
	background-color: #EFFFD4;
	border: none;
	border-top: 4em solid #efffd4;
	margin: 65px auto;
	padding: 0 8px 16px;
	text-align: center;
	width: 400px;
}

fieldset.xwikimessage legend {
	color: #508000;
	font: bold 1.4em sans-serif;
	letter-spacing: 0.4em;
}

fieldset.xwikimessage .xwikimessage {
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}

/* @group LoginForm */

.xwikilogintable th,
.xwikilogintable td {
	border: none;
	background-color:transparent;
}

/* @end LoginForm */

/* @end MessageBox */

/* @group List */

ol {
	margin-left: 2em;
}

ul {
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 2em;
}

.main ol, .main ul {
	line-height: 1.4em;
/*	list-style-position: inside;*/
	margin-top: 1em;
	margin-bottom: 1em;
}

.main ol ol, .main ul ul {
	margin-top: 0;
	margin-bottom: 0;
}

ul.minus { list-style-type: square; }
ul.star { list-style-type: disc; }/*EL*/
ol.roman { list-style-type: lower-roman; }
ol.ROMAN { list-style-type: upper-roman; }
ol.alpha { list-style-type: lower-alpha; }
ol.ALPHA { list-style-type: upper-alpha; }
ol.greek { list-style-type: lower-greek; }
ol.GREEK { list-style-type: upper-greek; }

.main dt {
	font-weight: bold;
}

.main dd {
	background: transparent url( images/bullet-3.png ) no-repeat 0 0.3em;
	font-style: italic;
	padding-left: 1em;
}

.main dd p {
	margin-top: 0;
}

dt.label label {
	color: #999999;
	font-variant: small-caps;
	padding: 0 2px;
}
/* @end */

/* @group Tables */
.mceContentBody table,
.main table {
/*EL	border-color: #E5EFF8;*/
	margin: 1em 0;
}

.mceContentBody caption,
.main caption {
	color: #4E6172;
	font-size: .94em;
	letter-spacing: .1em;
	margin: 1em 0 0 0;
	padding: 0;
	caption-side: top;
}

.mceContentBody table tr td,
.main table tr td {
	vertical-align: middle;
}

.mceContentBody table tr td em,
.main table tr td em {
	font-size: 0.9em;
	font-style: italic;
}

.mceContentBody tr.odd td,
.main tr.odd td {
	background: #F7FBFF
}

.mceContentBody td,
.main td {
	color: #4E6172;
/*EL	border-color: #E5EFF8;*/
	padding: 3px 4px;
/*EL		border-width: 1px;
	border-style: solid;*/
}

.mceContentBody tr.table-head td,
.main th {
	border-color: #E5EFF8;
	padding: .3em 0.5em;
	background: #f4f9fe;
	text-align: center;
/*EL	font: bold 1.2em/1.4em Arial,Helvetica,sans-serif;
	color: #66a3d3;*/
	border-width: 1px;
	border-style: solid;
}

#headerspace hr, #footerglobal hr {
	display: none;
}

table.tooltip,
table.tooltip td table {
	margin:  0;
	padding: 0;
}

table.tooltip td {
	margin:  0;
	padding: 0;
	border: 1px solid #222222;
}

table.tooltip td table td {
	margin:  0;
	padding: 0;
	border: 0;
}


/* @end Tables */

.centered {
	text-align:center;
}

/* @group Buttons */

.button {
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
}

.buttonwrapper {
	display: inline;
	margin: 10px 0 10px 10px;
}

.buttonwrapper a,
#tdAddNewUserOrGroup a,
.buttonwrapper .button,
.buttonwrapper button,
.buttonwrapper input,
#attachform div input.button,
#importDocs input {
	background: transparent url(images/buttons3.png) repeat-x scroll right top;
	border: 1px solid #8F908E;
	color: #FFFFFF;
	margin: 0;
	min-height: 24px;
	white-space: nowrap;
}

.buttonwrapper a,
#tdAddNewUserOrGroup a {
	font-size: 80%;
	font-weight: bold;
	padding: 3px 5px;
}

.buttonwrapper a:hover,
#tdAddNewUserOrGroup a:hover,
.buttonwrapper button:hover,
.buttonwrapper input.button:hover,
#attachform div input.button:hover,
#importDocs input:hover {
	background: transparent url( images/buttons3.png ) repeat-x scroll right 25%;
	border-color: #94AD12;
	color: #333333;
	text-decoration: none;
}

/* @end Buttons */

div.floatinginfobox,
fieldset.floatinginfobox {
	width: auto;
	float: right;
	border-left: 20px solid #FFF;
	border-bottom: 40px solid #FFF;
	border: 1px solid #E4E4E5;
	background-color: #FAFAFD;
	padding: 10px;
	margin: 1em  0  1em 1em;
}

.box {
	margin: 1em 0;
	padding: 0 1px;
	overflow: auto;
	background-color: #F1F7FF;
	border: 1px dotted #555555;
}

/* @end Layout */

/* @group Add-ons */

/* @group Built-In Plug-In */

/* @group Blogs */

.hentry a h4 {
	color: #000000;
	margin: 0 0 0.5em 0;
	font-size: 1.4em;
}

.article_title {
	border-bottom: 1px;
	font-size: 120%;
}

.article_date {
	font-size: 120%;
	color: #666;
	border-bottom: 1px solid #333;
}

.article_content {
	padding: 10px 0;
}

.article_date {
	border-bottom: 1px solid #333;
	color: #666;
	font-size: 120%;
}

.article_footer {
	border-top: 1px dotted;
	color: gray;
	font-size: 75%;
	font-weight: normal;
	margin: 0 0 2em 0;
}

#webhomeNewsdisplay ul {
	margin-left: 0;
}

#webhomeNewsdisplay ul li {
	margin-bottom: 0.5em;
}

/* @end Blogs */

/* @group Calendar */

.wiki-calendar-table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	
}

.wiki-calendar-table div {
	font-size: 80%;/* 85*/
	margin: 2px 0;
}

.wiki-calendar-table {
	border: 4px solid #C0D4E7;
	font-size: 100%;
	margin: auto;
}

.wiki-calendar-table td {
	vertical-align: top !important;
}

.wiki-calendar-table th {
	background-color: #FFFFFF;
}

.wiki-calendar-table td, 
.wiki-calendar-table th {
	border: 1px #C0D4E7 solid;
	height: 60px;
	padding-top: 0 !important;
	text-align: center;
	width: 90px;
}

.wiki-calendar-daynotinmonth {
	background-color: #E5E5E5;
	color: #BBBBBB;
}

.wiki-calendar-today {
	background-color: #C0D4E7;
}

.wiki-calendar-today-notinmonth {
	background-color: #D9E0E7;
	color: #BBBBBB;
}

.wiki-calendar-daynamerow {
	background-color: #C0D4E7 !important;
}

.wiki-calendar-daynamerow th {
	background-color: #C0D4E7 !important;
	color: #FFFFFF;
	font-weight: 900;
	height: 1.8em;
}

.wiki-calendar-daytitle {
	background-color: #E8EEF7;
	font-size: 75% !important;
	margin: 0 !important;
	padding: 0 5px;
}

.wiki-calendar-daynotinmonth .wiki-calendar-daytitle {
	background-color: transparent !important;
}

.wiki-calendar-today-notinmonth .wiki-calendar-daytitle {
	background-color: transparent !important;
}

.wiki-calendar-today .wiki-calendar-daytitle {
	background-color: transparent !important;
}

.wiki-calendar-today-notinmonth a, .wiki-calendar-daynotinmonth a {
	color: #BBBBBB !important;
}

.wiki-calendar-monthyearrow {
	border: none !important;
	color: #C0D4E7;
	font-size: 140%;
	font-weight: 100;
	font-variant: small-caps;
	width: auto !important;
}

.wiki-calendar-month-nav {
	border: none !important;
}

.wiki-calendar-month-nav * {
	color: #C0D4E7 !important;
	font-size: 140%;
	font-weight: bold;
	text-decoration: none;
}

.wiki-calendar-month-nav .disabled {
	color: #AAAAAA !important;
}

.wiki-calendar-month-nav a:hover {
	color: #3388CC !important;
	text-decoration: none !important;
}

#body .prev-month {
	padding-left: 8px;
	text-align: left;
}

#body .next-month {
	padding-right: 8px;
	text-align: right;
}

.workshop {
	background-color: #FFEEDD;
}

.event .username {
	font-size: 80%;
}

/* @end Calendar */

/* @end Built-In Plug-In */

/* @group Built-In Macro */

/* @group FootNote */

sup.footnoteRef a {
	font-weight: bold;
	text-decoration: none;
}

sup.footnoteRef:target a {
	background-color: #E5F0FE;
	color: #C82;
}

div.footnotes {
	border: 1px solid #ddd;
	font-size: 70%;
	margin: 10px 0;
}

.footnotes ol {
	padding-left: 1em;
}

.footnotes li {
	margin: 0;
	padding: 0 4px;
}

.footnotes li:target {
	background-color: #E5F0FE;
}

a.footnoteBackRef {
	font-weight: bold;
	text-decoration: none;
}

/* @end FootNote */

/* @group Paged Navigation */

.pagedNavigation {
	padding: 8px 0;
	text-align: center;
}

.pagedNavigation span {
	padding: 0 8px;
}

.pagedNavigation .pagedLink {
	background-color: #E5F0FE;
}

.pagedNavigation .inactive {
	color: #CCCCCC;
}

.pagedNavigation .pagedLink a {
	color: #2E5A87;
	text-decoration: none;
}

.pagedNavigation .pagedLink a:hover {
	color: #DD7700;
}

/* @end Paged Navigation */

/* @group displayPanelLayout */

.panellayoutcontainer-1col .panellayoutcol { width: 100%; }
.panellayoutcontainer-2col .panellayoutcol { width: 50%; }
.panellayoutcontainer-3col .panellayoutcol { width: 33%; }
.panellayoutcontainer-4col .panellayoutcol { width: 25%; }
.panellayoutcontainer-5col .panellayoutcol { width: 20%; }

.panellayoutcontainer-1col,
.panellayoutcontainer-2col,
.panellayoutcontainer-3col,
.panellayoutcontainer-4col,
.panellayoutcontainer-5col {
	overflow: auto;
}

.panellayoutcol {
	float: left;
}

.panellayoutcol .panel {
	border: 1px solid #DDDDDD;
	margin: 0 0 20px 5%;
	width: 90%;
}

.panellayoutcol .panel .xwikipanelcontents {
	background: none;
	padding: 10px;
}

.panellayoutcol .panel .xwikipanelcontents a:hover {
	color: #0066FF;
}

.panellayoutcol .expanded .xwikipaneltitle {
	background: #AAAAAA url("icons/black-less-cont.png") no-repeat 100% 50%;
	color: #FFFFFF;
}

.panellayoutcol .collapsed .xwikipaneltitle {
	background: #DCDCE1 url("icons/black-more-cont.png") no-repeat 100% 50%;
	color: #666666;
	height: 30px;
}

/* @end */

/* @group RssMacro 
	(Also used in UserProfile)
*/

.rssfeed { /* Also in UserProfile */
	border: 1px dotted #003366;
	padding:10px;
	clear: both;
}

.rsschanneltitle {
	background-color: #f4f9fe;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
}

.rssitemtitle {
  margin-bottom: 5px;
}

.rssitem {
	padding: 5px;
}
/* @end RssMacro */

/* @end Built-In Macro */

/* @end Add-ons*/

/* @end General */

/* @group Page Layout */
#xwikimaincontainer {
/*EL	background: #FFFFFF url(images/colors/gray/bg-GRAY3.png) top left repeat-y;*/
	border: none;
	border-bottom: 1px solid #ccc;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	text-align: center;
}

body.exportbody #xwikimaincontainer,
body.importbody #xwikimaincontainer,
body.adminbody #xwikimaincontainer,
body.hidelefthideright #xwikimaincontainer,
body.hideleft #xwikimaincontainer,
body.editbody #xwikimaincontainer {
/*EL	background-image: url(images/colors/gray/bg-GRAY.png);*/
}

#xwikimaincontainerinner {
/*EL	background: transparent url(images/colors/gray/bg-GRAY.png) top right repeat-y;*/
	border: none;
	height: 100%;
	text-align: left;
}

body.importbody #xwikimaincontainerinner,
body.exportbody #xwikimaincontainerinner,
body.adminbody #xwikimaincontainerinner,
body.hidelefthideright #xwikimaincontainerinner,
body.editbody #xwikimaincontainerinner,
body.hideleft #xwikimaincontainerinner {
	margin: 0 0 0 30px;
}

body.hidelefthideright #xwikimaincontainerinner,
body.hideright #xwikimaincontainerinner {
	padding-right: 30px;
/*EL	background-image: url(images/colors/gray/bg-GRAY3.png );*/
}

.main /*EL #footerglobal,#companylogo,#headerspace*/ {
	margin: 0 220px;
}
body.hidelefthideright #companylogo,
body.hideright #companylogo,
body.hidelefthideright #headerspace,
body.hideright #headerspace,
body.hidelefthideright .main,
body.hideright .main,
body.hidelefthideright #footerglobal,
body.hideright #footerglobal {
	margin-right: 0;
}

body.importbody #companylogo,
body.exportbody #companylogo,
body.adminbody #companylogo,
body.hidelefthideright #companylogo,
body.editbody #companylogo,
body.hideleft #companylogo,
body.importbody #headerspace,
body.exportbody #headerspace,
body.adminbody #headerspace,
body.hidelefthideright #headerspace,
body.editbody #headerspace,
body.hideleft #headerspace,
body.hidelefthideright .main,
body.hideleft .main,
body.importbody #footerglobal,
body.exportbody #footerglobal,
body.adminbody #footerglobal,
body.hidelefthideright #footerglobal,
body.editbody #footerglobal,
body.hideleft #footerglobal {
	margin-left: 0;
}

.clearfloats {
	clear: both;
	height: 1px;
	margin: 0 220px;
}
body.hideleft .clearfloat, 
body.editbody .clearfloat { margin-right: 30px; }
body.hideright .clearfloat { margin-left: 30px; }
body.hidelefthideright .clearfloat { margin: 0 30px; }
body.loginbody .clearfloats { display: none; }

.layoutsection {
	clear: both;
}

.leftsidecolumns, #contentcolumn {
	float:left;
	width:100%;
}

#leftPanels, #rightPanels, #editPanels {
	padding: 0 0 10px 0;/*EL	0 0 100px 0*/
	width: 220px;
}

#leftPanels {
	float: left;
	margin-left: -100%;
	margin-top: 4em;/*EL*/
}

#xwikicontent {
    color:#003366;/*EL*/
    font-size: 0.85em;/*EL*/
    margin-top:1.2em;/*EL*/
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0;
}

#rightPanels,
#editPanels {
/*EL	background: transparent url( images/colors/gray/bgx-GRAY.png ) left -100px no-repeat;*/
	float: right;
	margin-top: -1px; /*EL -25px;HeaderSpace height + 1*/
	margin-left: -220px;
	min-height: 400px;
}

#editPanels {
	padding-top: 25px;
	background-color:#EAF4FD;/*EL*/
}

/* @end PageLayout */

/* @group Header */

/* @group Action Menu */

#actionmenu { /* MenuBar */
	background: #CCCCCC url( images/actionbar-bg-1.png );
	border-bottom: 1px solid #444444;
	height: 20px !important;
	overflow: visible;
	position: fixed; top: 0; left: 0; right: 0;
	text-align: center;
	z-index: 1000;
}

#actionmenu a { /* TopMenu */
	color: #444444;
	border: solid  #444444;
	border-width: 0 1px;
	display: block;
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	margin-right: -1px; /* collapse border */
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	width: 70px;
}

#actionmenu .editinfo {
	color:#333333;
	letter-spacing:2px;
	line-height:22px;
}

#actionmenu .editinfo a { /* Top Menu in edition */
	display: inline;
	float: none;
	border: none;
}

.leftmenu { /* Left TopMenu */
	position: absolute; left: 25px;
}

.topmenuentry {
	display: block;
	float: left;
	font-size: 88%;/*EL*/
}

.rightmenu { /* Right TopMenu */
	position: absolute; right: 0;
	margin-right: 25px;
}

.rightmenu .topmenuentry {
	float: right;
}

#actionmenu .rightmenu a {
	width: 100px;
}

#actionmenu .leftmenu #tmDoc {
    width: 20px;
}

#actionmenu div.leftmenu div:hover a, /* SubMenu */
#actionmenu div.rightmenu div:hover a,
#actionmenu a:hover { /* TopMenu hover */
	color: #FFFFFF;
	background-image: url( images/actionbar-bg-2.png );
}

#actionmenu div.leftmenu div:hover .submenu a,
#actionmenu div.rightmenu div:hover .submenu a { /* SubMenu */
	background-image: none;
}

#tmWatched a.tme { /* WatchList */
	color: #4CAD1B;
}

.submenu {
	background-color: transparent;
	background-image: url( images/b75.png );
	border: 1px solid #222222;
	margin-top: 0;
	margin-left: 0;
	padding: 5px;
	position: absolute;
	width: 12em;
}

.submenuseparator {
	display: none;
}

#actionmenu .submenuitem a {
	display: block;
	border: none;
	float: none;
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 2px 0 0 0;
	text-align: left;
	text-decoration: none;
	width: 100%;
}

#actionmenu .submenuitem a:hover {
	text-decoration: underline;
}

/* @end Action Menu */

#headerglobal {
	height: 180px;
}

/* @group Company */

#company {
/*EL	background: url( images/colors/gray/bgxleft-GRAY.png ) left -2px no-repeat;*/
	float: left; 
	height: 100%;
	width: 80%;/*EL*/
	text-align:center;
}

#companylogo {
	background-color: #FFFFFF;
/*EL	display: inline-block;*/
}

#companylogo a {
	display: block;
	text-decoration: none;
	height: 80px;
	min-width: 220px;
}

/* @end Company */

#globaldoctitle {
	display: none; /*pour ??viter pb dans IE -- a regler*/
}

/* @group GlobalLinks */
#globallinks {
/*	background: url( images/colors/gray/bgx-GRAY.png ) top left no-repeat;*/
	font-size: 1em;
	font-weight: bold;
	height: 100%;
	line-height: 1.4em;
	float: right;
/*	width: 220px;*/
	display: inline-block;
}

body.hidelefthideright #globallinks,
body.hideright #globallinks {
	background-image: none;
}

#globalmenu {
	padding: 0.5em 1em;
	text-align: right;
}

#globallinks a {
	background-color: transparent;
/*	color: #FFFFFF;*/
	display: block; 
	text-decoration: none;
}

#headerlanguages {
	display: block;
	color: #888888;
}

#headerlanguages a {
	display: inline;
}

body.hidelefthideright #globallinks a,
body.hideright #globallinks a {
    color: #888888;
    font-size: 0.9em;
	font-weight: normal;	
}

#globalmenu #headerlanguages a {
	text-transform: capitalize;
}
/* @end GlobalLinks */

/* @group HeaderSpace */
#headerspace {
	border-top:1px solid #66CC33;/*EL black*/
    border-bottom:1px solid #66CC33;
	color: #999999;
	font-size: 0.9em;
	height: 24px;
	overflow: hidden;
	padding-left: 18px;/*EL 30*/
}

#headerspace a {
	color:#CCCCCC;
	line-height: 24px;
    text-decoration:none;
}
/* @end HeaderSpace */
/* @group Breadcrumbs */ /*EL*/
#xwikidocinfo {
  width: 100%;
  border-top:1px solid #66CC33;
}
#breadcrumbs {
  color:#339900;
  font-size: 0.88em;
/*  padding-left: 10px;*/
}
#breadcrumbs a {
  color:#339900;
}
.currentTitle {
 	font-style: italic;
 }
 /* @end Breadcrumbs */
/* @end Header */

/* @group Footer */

#footerglobal {
/*EL	border-top: 1px dotted #CCCCCC;*/
	color: #222222;
	font-size: 0.7em;
	padding: 25px 0;
	text-align: center;
	text-transform: uppercase;
}

#footerglobal a {
	color: #555555;
	text-decoration: none;
}

/* @end Footer */

/* @group Panels */

/* @group SearchPanel */
.Search .xwikipanelcontents {
	padding: 0pt;
	background: none;
}

.Search .xwikipaneltitle {
	visibility: hidden;
}	
	
#globalsearch {
	background: transparent url( images/search-bg.png ) top left no-repeat;
	line-height: 12px;
	height: 50px;
	padding: 15px 15px 0;
	text-align: center;
}

#globalsearch input {
	border: 1px solid #eeeeee;
	font-size: 0.9em;
	width: 100px;
}

#globalsearch input.button {
	border: none;
	width: auto;
	vertical-align: middle;
}
/* @end SearchPanel */

/* @group View Panels */
.xwikipanelcontents form {
	margin: 0;
	padding: 0;
}

#leftPanels .panel, #leftPanels .fakepanel {
	margin: 0 0 10px 10px;	/*EL 0 0 10px 20px;*/
}

#rightPanels .panel,#rightPanels .fakepanel {
	margin: 0 0 10px 10px;
}

.panel, .fakepanel {
	color: #000000;
	display: block;
	padding: 0;
	width: 190px;
}

.fakepanel {
	display: none;
	height: 320px;
}

h5.xwikipaneltitle {
	background: url( images/panel-v.png ) 0 -100px no-repeat;
	color: #333333;
	cursor: pointer;
	font-size: 1em;/*EL 1.1 */
	letter-spacing: -1px;
	line-height: 30px;
	padding: 0 20px 0 15px;
	text-align: center;
}

h5.xwikipaneltitle.hidden {
	display: block;     /*Ensure visibility*/
	line-height: 200px; /*Hide Title*/
	height: 10px;
	overflow: hidden;
}

.collapsed h5.xwikipaneltitle {
	background-position: top left;
	height: 38px;
}

.xwikipanelcontents {
/*EL	background: url( images/panel-v.png ) bottom left no-repeat;*/
	font-size: 0.85em;
	line-height: 1.6em;
	padding: 0 0px 20px 5px; /*EL 0 15px 20px 15px;*/
}

.collapsed .xwikipanelcontents {
	display: none;
}

.xwikipanelcontents a,
.xwikipanelcontents a.wikicreatelink {
/*EL	color: #333333;*/
}

.xwikipanelcontents span.wikicreatelink a {
     background-image: url("/skins/albatross/qm%2Dorange.png")
}

.xwikipanelcontents ol,
.xwikipanelcontents ul.minus {
	line-height:1.4em;
/*EL	list-style-position:inside;
	margin:0pt 5px;
	padding:0pt;*/
}

.xwikipanelcontents ul.star {
	list-style-type: none;

	padding: 0;
	margin: 0 0 1em 0;
}

.xwikipanelcontents dl dd {
	margin-bottom: 2em;
}

.xwikipanelcontents dl dt {
	font-size: 1.3em;
	font-weight: bold;
}

.xwikipanelcontents p {
	line-height: 1.4em;
	margin: 1em 0;
	margin-top: 0;
}

.xwikipanelcontents .plainmessage,
.xwikipanelcontents .infomessage,
.xwikipanelcontents .warningmessage,
.xwikipanelcontents .errormessage,
.xwikipanelcontents table {
	margin-top: 0;
}

.panel input, .panel select {
	width: 100%;
}

span.panelitem {
	display: block;
}

span.pitemseparator {
	display: none;
}
/* @end View Panels */

/* @group Edit Panels */

#editPanels .panel {
	width: 210px;
}

#editPanels h5.xwikipaneltitle {
	line-height: 20px;
	padding: 5px 25px 5px 10px;
}

#editPanels .expanded h5.xwikipaneltitle {
	background: transparent url( images/panel-e.png ) right -200px no-repeat;
	line-height: 20px;
}

#editPanels .collapsed h5.xwikipaneltitle {
	background: transparent url( images/panel-e.png ) right top no-repeat;
	height: 30px;
}

#editPanels .xwikipanelcontents {
	background: transparent url( images/panel-e.png ) bottom right no-repeat;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0 25px 35px 10px;
}

#editPanels .xwikipanelcontents p {
	margin: 0 0 1em 0;
}

#editPanels form {
	font-size: 0.9em;
} 

#editPanels input, 
#editpanel select {
	font-size: 1em;
	margin-bottom:  0.5em;
}

/* @group Edit Mode */

#editPanels .EditModes .xwikipanelcontents {
	background: transparent url( images/panel-m.png ) bottom right no-repeat;
	padding-bottom: 2em;
}

#editPanels .EditModes .xwikipanelcontents ul {
	padding-top: 1em;
	margin-left: -10px;
}

#editPanels .EditModes .xwikipanelcontents ul li {
	display: block;
	font-size: 1.1em;
	line-height: 20px;
	letter-spacing: 1px;
	padding: 0 10px;
}

#editPanels .EditModes .xwikipanelcontents ul li a {
	color: #555;
}

#editPanels .EditModes .xwikipanelcontents ul li a:hover {
	color: #000;
}

#editPanels .EditModes .xwikipanelcontents ul li.active {
	background: transparent url( images/panel-m-active.png ) top right no-repeat;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
}

#editPanels .EditModes .xwikipanelcontents ul li.active a {
	color: #000;
	text-decoration: none;
}

/* @end Edit Mode */

/* @group Document Information */
.xwikipanelcontents dl dd table#xwikiincludeddocuments td {
	border-top: 1px dotted #EEEEEE;
}

.xwikipanelcontents dl dd table#xwikiincludeddocuments td a {
	display: block;
	width: 148px;
}

.xwikipanelcontents dl dd table#xwikiincludeddocuments td.xwikibuttonlink a {
	color: blue;
	width: 20px;
}
/* @end Document Information */

/* @group SyntaxHelp */
#editPanels .SyntaxHelp h5.xwikipaneltitle {
	display: none;
}

#editPanels .SyntaxHelp div.xwikipanelcontents {
	background: url( images/panel-e.png ) right -100px;
	color: #333333;
	text-align: center;
	line-height: 20px;
	height: 30px;
	padding: 5px 25px 5px 10px;
} 
/* @end SyntaxHelp */
/* @end Edit Panels */

/* @group PanelWizard */

#xwikicontent ul.xwikitabbar {
	border-bottom: 0pt solid #555555;
	margin: 0pt;
	overflow: hidden;
}

#xwikicontent .floatcontainer {
	border-bottom: 2px solid #333333;
	overflow: hidden;
	width: auto;
}

#panelwizardbuttons {
	margin:1em 0;
	padding:8px 0;
	text-align:center;
}

/* @group PanelList */

.panelcontainer {
	border: 1px solid #FFFFFF;
	height: 200px;
	overflow: hidden;
	padding: 3px;
}

.panelitemc {
	float: left;
	height: 256px;
	margin: 0 4px;
	width: 210px;
}

.panelitemc .label {
	color: #fff;
	font-weight: bold;
	padding: 2px 0;
	text-align: center;
}

.panelitemc .xwikibuttonlink {
	border: 1px solid #FFFFFF;
	border-top: 0;
	color: #EEEEEE;
	text-align: center;
}

.panelitemc .xwikibuttonlink a {
	color: #777777;
	padding: 0 5px;
}

.panelitemc .xwikibuttonlink a:hover {
	color: #222222;
	text-decoration: none;
}

.placeholder {
	background-color:#FFFFFF;
	margin-left:10px;
	opacity:0.1;
	width:170px;
}

.hastooltip {
	border-bottom:1px dotted #000000;
	cursor:help;
}

#dhtmltooltip {
	background-color: #FFFFDD;
	border: 1px solid #aaa;
	padding: 2px 4px;
	position: absolute;
	text-align: justify;
}

/* @end PanelList */

/* @group PageLayout */

td div.pagelayoutoption {
	margin: 0 auto;
	width: 106px;
}

div.layoutmaquette {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	height: 100px;
	padding: 2px;
	width: 100px;
}

div.lmleftcolumn, 
div.lmrightcolumn {
	border: 1px solid #AAAAAA;
	background-color: #DDDDDD;
	float: left;
	height: 60px;
	width: 20px;
}

div.lmrightcolumn {
	position: relative;
	float: right;
}

div.lmcontentcolumn {
	border: 1px solid #aaa;
	background-color: #eee;
	height: 90px;
}

#leftcolumn div.lmcontentcolumn {
	margin-left: 24px;
}

#rightcolumn div.lmcontentcolumn {
	margin-right: 24px;
}

#bothcolumns div.lmcontentcolumn {
	margin-left: 24px;
	margin-right: 24px;
}

div.pagelayoutoption:hover .layoutmaquette {
	background-color: #FFFFDD;
}

div.pagelayoutoption:hover .lmcontentcolumn {
	background-color: #DDDDDD;
}

div.pagelayoutoption:hover .lmleftcolumn,
div.pagelayoutoption:hover .lmrightcolumn {
	background-color: #AACCFF;
}

div.pagelayoutoptions table {
	width: 100%;
	text-align: center;
}

#selectedoption .lmcontentcolumn {
	background-color: #AACCFF;
}

#selectedoption .lmleftcolumn,
#selectedoption .lmrightcolumn {
	background-color: #336699;
}

.pagelayoutoption label {
	color: #AAAAAA;
}

#selectedoption label, .pagelayoutoption:hover label {
	color: #000000;
}

/* @end Page Layout */

/* @end PanelWizard */

/* @group Accordions */

.accordionTabContentBox {
	position: relative;
	padding: 5px;
	overflow: hidden;
	background-color: #EAF4FD !important;/*EL*/
    border-top: 1px solid #6699CC !important;/*EL*/
      color: #003366 !important;/*EL*/
}
.accordionTabContentBox a{
	color: #6699CC;/*EL*/
    text-decoration: none;/*EL*/	
}
/* @group Navigation */

#xwikinavcontainer {
	border-bottom: 1px solid #6699CC;/*EL #999999;*/
}
.accordionTabTitleBar h1 {
	border-bottom: none;
	margin-bottom: 0;
	background-color: #FFFFFF;/*EL*/
  	color: #336699 !important;/*EL*/
	cursor: pointer;
	font: bold 1em/1.1em Verdana;/*ELsans-serif*/
	padding: 4px;
	border-top: 1px solid #6699CC;/*EL*/
}
.accordionTabTitleBar h1:hover, .accordionTabContentBox a:hover{
color:#66CC33 !important;/*EL*/
}

#panellistaccordion #xwikinav .accordionTabTitleBar h1,
#xwikinav .accordionTabTitleBar h1 {
	background-color: #FFFFFF;
	color: #333333;
	border-top: 1px solid #999999;
}

#xwikinav .accordionTabContentBox {
	background-color: #FFFFFF;
	border-top: 1px solid #999999;
	overflow: auto !important;
}

#xwikinav ul.minus {
	padding: 0 5px;
/*EL	list-style-type: none;*/
}

#xwikinav .tbexpanded h6 {
	border-width: 1px 0;
}
#body .panel .undefined h1{/*EL*/
  color: #66cc00 !important;
  }
.accordionTabContentBox ul{
  list-style-type: disc;/*EL*/
}

#xwikinav strong, #xwikimenu strong  { /*EL*/
color:#66CC33;
font-weight:normal;
}
/* @end Panel */

/* @group PanelList */

#allviewpanels .accordionTabContentBox {
	padding: 5px;
	overflow: auto !important;
	background-image: url( images/H4x4.png );
}

#panellistaccordion #xwikinav .accordionTabContentBox {
	background-image: none;
	overflow: auto !important;
}

#panellistaccordion #xwikinav .accordionTabTitleBar h1 {
	background-image:none;
	font-weight:bold;
	height:auto;
	padding:2px 3px;
	border-bottom: 0;
}

#panellistaccordion #xwikinav div.accordionTabContentBox {
	display: none !important;	
}

/* @end PanelList */

/* @group Edition */

#xwikieditcontent .accordionTabTitleBar h1 {
	background: #F0F0EE url( images/accordion.png ) 0% 50% no-repeat;
	color: #333333;
	font-weight: normal;
	height: 20px;
	letter-spacing: -1px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	padding: 4px 21px;
}

/* @end Edition */
/* @end Accordion */
/* @end Panels */

/* @group Content */

#contentcontainer {
	height: 1%; /* IE7: Ensure footer is at bottom */
}

.main {
	padding: 0 25px 25px 25px;
}

.layoutsubsection .about {
	display: none;/*EL */
	border: none;
	color: #888888;
	float: right;
	font-size: 0.9em;
	margin-top: -4px;
	text-align: right;
	width:  230px;
	overflow: hidden;
}

/* @group AllDocs */

#treeview table {
	margin: 0;
}

#treeview table td {
	text-align: left;
	padding: 0;
	border: 0;
}

.xwikitabbar li#xwikiorphansview {
	width: 206px;
}

.xwikitabbar li#xwikiorphansview a {
	background-image: url( images/tab2.png );
}

input.flt, select.flt {
	background:#F5F5F5 url(icons/table/filter.gif) left center no-repeat;
	border: 1px solid #CCCCCC;
	margin:0px -3px;
	vertical-align:middle;
	width:100%;
}

/* @end */

/* @group User Profile */

.specialmenu {
	background-color: #F2FDCB;
	border: 1px solid #DDDDDD;
	border-top: 0;
	text-align: center;
	margin-top: -1.4em;
	padding: 3px;
}
.specialmenu img { vertical-align: middle; }
.specialmenu ul { margin: 0; }
.specialmenu ul li { display: inline; }

#xwikiuserprofile .given-name, 
#xwikiuserprofile .family-name {
	font-size: 1.6em;
	letter-spacing: 2px;
}

#xwikiuserprofile input {
	width: 350px;
}

.xwikiuserblog {
	float: right;
	background-color: #FAFAFD;
}

.xwikiuserblog .rssfeed {
	width: 250px;
}	

.xwikiuserblog .rsschanneltitle {
	border-bottom: 1px solid #ddd;
}

/* @end */

/* @group Comments-Attachements */
.commentremove{/*EL*/
display:none;
}
/* @group InLine */
#xwikidata .xwikiintracontent /*EL #commentscontent*/{
/*EL	border-bottom: 1px solid #bbb;*/
	color:#369;/*EL*/
	font-size: 90%;/*EL*/
}

#xwikidata .xwikititlewrapper {
	cursor: pointer;
}

.xwikiintratitle {
	font: normal 1.2em/1.4em sans-serif;
	letter-spacing: 0.1em;
	padding: 5px 10px;
	text-transform: uppercase;
}

.xwikiintratitle span.hidden { /* Show colon */
	display: inline;
}

/* @end */

#comments, #attachments {
	padding: 0 20px 20px;
}

/* @group Comments */
.xwikicomment {
	border-bottom: 2px solid white;
	padding: 10px 0px;
	position: relative;
	overflow: hidden;
}

.commentspacer {
	display: none;
}

.commentheader {
	padding: 3px 0px 0px 6px; /*EL 6px 0;*/
	font-size: 90%;/*EL*/
	color:#390;/*EL*/
}

.commentauthor {
/*EL	font-size: 130%;*/
	font-weight: bold;
}

.commentauthor a {
	text-decoration: none;
}

.commentcontent {
/*EL	border-left: 5px solid #CCCCCC;*/
	padding: 3px 0px 0px 6px;
	border-bottom:1px dotted #CCC;/*EL*/
}

.commentdelete a {
	font-size: 90%;
}
/* @end Comments */

/* @group Attachment */
div.attachment {
	font-size: 85%;
	clear: both;
	padding: 3px 5px;
	overflow: hidden;
}

div#attachments .even {
	background-color: #FFFFFF;
}

div#attachments .odd {
	background-color: #F6F6FC;
}

.attachment .mime {
	float: left;
	padding-right: 8px;
	padding-bottom: 4px;
}

.attachment .information {
	overflow: hidden;
}

.attachment .name {
	float: left;
	font-size: 1.35em;
	padding: 0 6px 4px 0;
}

.attachment .meta {
	clear: left;
}

.attachment .xwikibuttonlinks {
	float: right;
	font-size: 90%;
	padding: 4px 10px;
}
/* @end Attachment */

/* @group Forms */


#lb fieldset,
.main fieldset {
	border:  1px solid #0C4D8B;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 10px 0;
}

#lb fieldset > legend,
.main fieldset > legend {
	display: block;
	margin: 15px !important;
	padding: 0 !important;
}

#lb div.legend,
.main div.legend,
#lb span.legend,
.main span.legend {
	color: #0C4D8B;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	height:  20px;
	padding: 5px 10px 0px 10px;
	text-transform: uppercase;
}

#lb fieldset > div.fieldsetcontent,
.main fieldset > div.fieldsetcontent {
	padding: 0px 20px 15px;
	min-height:  10px;
}

#lb div.field,
.main div.field {
	margin: 5px 0 5px 0;
}

#lb div.field.before,
.main div.field.before {
	margin-left:  37%;
}

#lb div.field > span > div label,
.main div.field > span > div label,
#lb div.field span.xwiki-form-listclass,
.main div.field span.xwiki-form-listclass,
#lb div.field > label,
.main div.field > label {
	color: #222222;
	font-size: 0.9em;
	display: inline-block;
	padding-top: 3px;
	vertical-align: top;
}

#lb div.field span.xwiki-form-listclass,
.main div.field span.xwiki-form-listclass {
	text-align: left;
	margin-right: 12px;
}

#lb div.field > label,
.main div.field > label {
	margin-right: 5px;
	text-align: right;
	width: 35%;
}


#lb div.field.before > label,
.main div.field.before > label {
	text-align: left;	
	margin-right: 0px;
	margin-left: 5px;
	width: 90%;
}

#lb div.field > label:after,
.main div.field > label:after {
	content: ":";
}

#lb div.field.before > label:after,
.main div.field.before > label:after {
	content: "";
}

#lb div.field > span,
.main div.field > span
{
	max-width: 60%;
	display: inline-block;
	vertical-align: bottom;
}

#lb div.field.before > span,
.main div.field.before > span
{
	vertical-align: middle;
}

#lb div.field > span > div,
.main div.field > span > div {
	display: inline-block;
	margin-right: 12px;
}

.main .validationerrors {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #FF5B65;
}

.main .validationerrors h5 {
	color: #FFFFFF;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	height:  20px;
	padding: 12px 20px 0px 20px;
	width: 520px;
}

.main .validationerrors ul.star {
	color: #FFFFFF;
	font-size: 0.85em;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin: 0;
	min-height:  10px;
	padding: 0px 20px 15px 50px;
	width: 490px;	
}

.main .validationerrors ul.star li {
/*EL	text-indent: -1.1em;*/
}

.xwikiintracontent fieldset, 
#attachform {
	background-color: #F9F9F9;
	padding: 8px;
	margin-top: 10px;
}

.xwikiintracontent legend,
#attachform legend {
	color: #39397f;
	cursor: pointer;
/*EL	font: bold 1.2em/1.4em sans-serif;
	letter-spacing: 0.1em;*/
	font-style:italic;/*EL*/
	color:#888;/*EL*/
	font-size: 90%;/*EL*/
}

#xwikiuploadfile {
	margin: 10px;
}

.xwikiintracontent fieldset.collapsed,
#attachform.collapsed {
	background-color: transparent;
	border: none;
	margin: 2px 2px;
	padding: 0;
}

.xwikiintracontent fieldset.collapsed div,
#attachform.collapsed div {
	display: none;
}

.xwikiintracontent fieldset.expanded .expands,
#attachform.expanded .expands {
	display: none;
}

#attachform label {
	text-align: left;
	margin: 0;
}
/* @end Forms */
  
#docExtraTabs {
  border: 0px !important;
  background-color: white;
}

#docExtrasTabsUl {
  float: left;
  margin: 0px;
}

#docExtraTabs ul.xwikitabbar {
  width: auto;
 font-family: sans-serif;/*EL*/
/*EL font-size: 90%; */
 letter-spacing:-1px;/*  EL*/
}

#docextrapanes {
  border : solid 1px #CCC;
  background-color: #F9F9F9;
  padding: 10px;
  clear: both;
}

#docextraanchors {
  height: 2em;
}

#_information dd, #_information dt {
  padding-top: 4px;
  padding-bottom: 4px;
}

input#tags {
	width: 400px;
}

#tageditsavesuccess {
	color: green;
	margin-left: 6px;
}

#tageditsaveerror {
	color: red;
	margin-left: 6px;
} 
 
/* @end Comments-Attachements */
/* @group Special Effinergie */ /$EL */
/* Images */

.imgfloatleft{
  float: left;
  margin-right: 8px;
}
.imgfloatright{
  float:right;
  margin-left: 8px;
}
.imgleft{
  text-align: left;
}
.imgcenter{
  text-align: center;
}
.imgright{
  text-align: right;
}
/* Tables */
.wiki-table {
  margin: 20px auto;
  empty-cells: show;
  font-size:100%;
  text-align:left;
  border: 4px solid #C0D4E7 !important;
}
.wiki-table td {
  padding: 8px;
  text-align:left;
  border: 1px solid #C0D4E7;
}
.wiki-table th {
  border: 1px solid #C0D4E7;
  text-align: left;
  font-weight: bold;
  padding: 8px;
  background-color: white;
}
.wiki-table .table-odd {
  background-color: #e8eef7;
}
td.label{
  text-align: right;
  padding-right: 4px;
  font-weight:bold;
  color: #369;
}
.chapobleu {
display:block;
font-weight:bold;
color:#003399;
}
.chapovert {
display:block;
font-weight:bold;
color:#336600;
}
.surlignebleu {
background-color:#336699;
color:white;
padding:3px;
}
.surligneciel {
background-color: #e8eef7;
font-weight:bold;
padding:3px;
}
/* @end Special Effinergie */
/* @end Content */

/*
   @group Edition
          *******
*/

/* @group Common */

#xwikimaincontainerinner > div#xwikieditor {
	height: 1%; /* IE7: Ensure footer is at bottom */
}

.alleditcontent {
	background-color: #F0F0EE;
	border: 1px solid #DDDDDD;
	margin: 10px 240px 20px 20px;
}

#xwikieditcontent {
	background-color:#FFFFFF;
}

.xwikidatatable {
	width: 100%;
}

.xwikidatatable,
.xwikidatatable th {
	border:1px solid #DDDDDD;
}

.alleditcontent label {
	color: #555555;
	display: block;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}

.topbuttons, .bottombuttons {
	background-color: #F0F0EE;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

.topbuttons {
	margin-bottom: 1em;
}

.bottombuttons input[type=text] {
	width: 100%;
	margin-bottom: 1em;
}

/* @end Common */

/* @group Wysiwyg Editor */

.vcomment {
    background-color: #F9F9F9;
    font-style: italic;
    margin-left: 5px;
    margin-right: 10px;
}

/* @end */

/* @group Wiki Editor */

#xwikidoctitleinput {
	margin-top:1em;
	width:70%;
}

.leftmenu2 {
	background-color:#F0F0EE;
	border-top: 1px solid #FFFFFF;
	font-size:1.4em;
	font-weight:bold;
	padding:8px 10px 2px;
	text-align:center;
}

#xwikieditcontent textarea#content {
	border:medium none;
	width:100%;
}

/* @end Wiki Editor */

/* @group Object/Class Editor */

#xwikiclassproperties.accordion dt label,
#xwikiobjects.accordion label {
	font: normal 0.8em sans-serif;
	margin: 0 0 2px 0;
	padding: 10px 0 0 0;
	text-align: left;
	text-transform: uppercase;
}

#xwikiclassproperties.accordion textarea,
#xwikiobjects.accordion textarea,
#xwikiclassproperties.accordion input[type=text],
#xwikiobjects.accordion input[type=text] {
	width: 98%;
}

/* @end Object/Class Editor */

/* @group Administration */

.alladmincontent {
	border:1px solid #DDDDDD;
}

.alladmincontent label {
	text-align: left;
 }

.padded {
	padding:8px;
}

#xwikichangespace {
	padding: 10px 5px;
}

.adminbody .alleditcontent,
.exportbody .alleditcontent,
.importbody .alleditcontent {
	border: none;
}

.importbody .alleditcontent h3,
.exportbody .alleditcontent h3 {
	border-bottom:1px solid #CCCCCC;
	font-size:1.4em;
	margin:1em 0pt;
}

.exportbody .alleditcontent label {
	text-align: left;
	margin: 10px 0 0;
}

.alleditcontent .floatcontainer {
	overflow: hidden;
	background-color: #FFFFFF;
}

.xwikitabbar li {
	position: relative;
	display: block;
	float: left;
	line-height: 30px;
	margin-right: 2px;
	text-align: center;
	width: 106px;
}

.xwikitabbar li.active,
.xwikitabbar li a {
	background: transparent url(images/tab.png ) top left no-repeat;
	color: #111;
	display: block;
	height: 30px;
	font-size: 0.85em;
	line-height: 34px !important;
	padding: 0pt 3px;
	text-decoration: none;
}

.xwikitabbar li a:hover {
	background-position: top center;
	text-decoration: none;
}

.xwikitabbar li.active,
.xwikitabbar li.active a,
.xwikitabbar li.active a:hover {
	color: #333;
	cursor: default;
	font-weight: bold;
	background-position: top center;
}

.xwikitabcontent {
  border : solid 1px #CCC;
  background-color: #F9F9F9;
  padding: 10px;
  clear: both;
}

/* @group UserAndGroup */

/* @group AjaxSuggest */

div.ajaxsuggest
{
	background: url(suggest/suggest_img/as_pointer.gif) top no-repeat;
	padding: 10px 0 0 0;
	position: absolute;
	z-index: 100013;
}

div.ajaxsuggest div.as_header,
div.ajaxsuggest div.as_footer
{
	background: url(suggest/suggest_img/ul_corner_tr.gif) top right no-repeat;
	height: 6px;
	overflow: hidden;
	padding: 0 6px;
	position: relative;
}

div.ajaxsuggest div.as_footer
{
	background-image: url(suggest/suggest_img/ul_corner_br.gif);
}

div.ajaxsuggest div.as_header div.as_corner,
div.ajaxsuggest div.as_footer div.as_corner
{
	background: url(suggest/suggest_img/ul_corner_tl.gif) top left no-repeat;
	height: 6px;
	position: absolute; top: 0; left: 0;
	width: 6px;
}

div.ajaxsuggest div.as_footer div.as_corner
{
	background-image: url(suggest/suggest_img/ul_corner_bl.gif);
}

div.ajaxsuggest div.as_header div.as_bar,
div.ajaxsuggest div.as_footer div.as_bar
{
	background-color: #333333;
	height: 6px;
	overflow: hidden;
}

div.ajaxsuggest ul
{
	background-color: #333333;
	list-style: none;
	margin: 0 0 -4px 0;
	overflow: hidden;
	padding: 0;
}

div.ajaxsuggest ul li
{
	color: #CCCCCC;
	margin: 0 4px 4px;
	padding: 0;
	text-align: left;
}

div.ajaxsuggest ul li a
{
	background-color: transparent;
	color: #CCCCCC;
	display: block;
	padding: 0;
	position: relative;
	text-decoration: none;
	width: 100%;
}

div.ajaxsuggest ul li a:hover
{
	background-color: #444444;
}

div.ajaxsuggest ul li.as_highlight a:hover
{
	background-color: #1B5CCD;
}

div.ajaxsuggest ul li a span
{
	display: block;
	font-weight: bold;
	padding: 3px 6px;
}

div.ajaxsuggest ul li a span small
{
	color: #FFFFFF;
	font-weight: normal;
}

div.ajaxsuggest ul li.as_highlight a span small
{
	color: #CCCCCC;
}

div.ajaxsuggest ul li.as_highlight a
{
	color: #FFFFFF;
	background: #1B5CCD url(suggest/suggest_img/hl_corner_br.gif) bottom right no-repeat;
}

div.ajaxsuggest ul li.as_highlight a span
{
	background: url(suggest/suggest_img/hl_corner_bl.gif) bottom left no-repeat;
}

div.ajaxsuggest ul li a .tl,
div.ajaxsuggest ul li a .tr
{
	height: 6px;
	margin: 0;
	padding: 0;
	position: absolute; top: 0;
	width: 6px;
}

div.ajaxsuggest ul li a .tr
{
	right: 0;
}

div.ajaxsuggest ul li.as_highlight a .tl
{
	background: url(suggest/suggest_img/hl_corner_tl.gif) bottom left no-repeat;
	left: 0;
}

div.ajaxsuggest ul li.as_highlight a .tr
{
	background: url(suggest/suggest_img/hl_corner_tr.gif) bottom right no-repeat;
	right: 0;
}

div.ajaxsuggest ul em
{
	color: #6EADE7;
	font-style: normal;
}

div.ajaxsuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

/* @end AjaxSuggest */

/* USERS SCROLLING SYSTEM */

div.scrollbar {
	overflow: auto;
	height: 250px;
	margin: 0;
	padding: 0;
	width: 25px;
	left: -10px;
	position: relative;
}

div.inscrollbar {
	width: 1px;
	margin: 0;
	padding: 0;
	height: 3000px;
}

.display {
	border-collapse: collapse;
	border: 1px solid #E8E8E8;
	width: 100%;
}

.display td {
	border: 1px solid #E8E8E8;
	padding: 3px;
}

#showLimits {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.icon-manage {
	cursor: pointer;
	padding-right: 10px;
}

.icon-manageg {
	padding-right: 10px;
}

#ajax-loader {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	display: none;
	font-size: 11px;
	padding: 8px;
	text-indent: 5px;
	position: absolute; top: 50%; left: 35%;
	width: 220px;
	z-index: 1000000000;
}

.theader {
	background-color: #ccc;
	color: #222;
	font-weight: bold;
	font-size: 1em;
}

#table-filters {
	background-color: #EFEFEF;
}

.filter {
	width: 70%;
}

.theader td {
	padding: 3px 0 3px 10px;
}

#userstable, #groupstable, #usersandgroupstable, #alldocstable {
	width: 100%;
	position: relative;
	border: 5px solid #FFFFFF;
	margin: 0;
	left: 0;
}

#memberstable {
	width: 500px;
	margin-bottom: 5px;
}

#memberstable td {
	border: none;
}

#specialusersandgroups {
	border-collapse: collapse;
	border: 1px solid #7C7C7C;
	width: 100%;
}

#specialusersandgroups td {
	border: 1px solid #7C7C7C;
}

.manage {
	text-align: center;
	width: 15%;
}

.hmanage {
	width: 15%;
	padding-left: 10px;
}

.rights {
	text-align: center;
	padding-left: 0 !important;
	padding-top: 4px;
	width: 9%;
}

#usersandgroupstable.spacerights .rights {
	width: 12% !important;
}

#usersandgroupstable.rights .rights {
	width: 15% !important;
}

.spaceName {
	padding: 10px 5px;
}

#tdAddNewUserOrGroup {
	padding-top: 11px;
}

#errMsg {
	color: #DD7700;
	font-size: 12px;
	font-weight: bold;
}

#XWikiGuestSpecial {
	background-color: #FFFFFF;
	color: #000;
}

.suorg {
	padding-left: 10px;
	padding-top: 4px;
}

.username {
	padding-left: 10px;
}

#addNewMember {
	margin-top: 5px;
}

.addlabel {
	font-weight: bold;
}

/* @end User And Group */

/* @end Administration */

/* @group History */

#history table {
	border-collapse: collapse;
	margin: 0 0 1em;
	width: 100%;
}

#history th {
	background-color: #F0F0EE;
	padding: 5px;
}

#history tr.row.odd {
	background-color: #FFFFFF;
}

#history tr.row.even {
	background-color: #F0F4FA;
}

#history td {
	border: 1px solid #CCCCCC;
	padding: 5px;
	text-align: center;
}

/* @group Changes */

#changescontent > div {
	overflow: auto;
}

#changescontent > div#changes-title {
	overflow: visible;
}

#changescontent table {
	width: 100%;
	margin: 0;
}

#changescontent .changes-table-title th {
	background-color: #6B747F;
	color: #FFFFFF;
	font-size: 1.1em;
	padding: 3px 5px;
}

#changescontent .changes-table-title + .changes-table-title th {
	border-bottom: 4px solid #E4E4E4;
	font-size: 0.75em;
	padding: 1px 5px;
	text-align: left;
}

#changescontent td {
	background-color: #F8F8F8;
	border-bottom: 1px solid #CCCCCC;
}

.diff {
	white-space: normal;
	overflow: auto;
}

.diffremoveword {
	color: #CA9A9B;
	text-decoration: line-through;
}

.diffmodifiedline {
	margin: 0.8em 0;
}

.diffaddword {
	color: #287f00;
}

#changes-info {
	background: #919DAC url(images/DIFF-header.png ) 50% -35px no-repeat;
}

#changes-title {
	margin-top: 2em;
	background: #6B747F url(images/rounded.png );

}

#changes-title h1 {
	background: url(images/rounded.png ) top right;
	border-bottom: 4px solid #FFFFFF;
	border-color: #808C99;
	color: #FFFFFF;
	font-size: 1.4em;
	letter-spacing: 1px;
	padding: 10px 15px;
	text-align: center;
}

#changes-info-boxes {
	line-height: 1.4em;
}

#changes-info-box-from, 
#changes-info-box-to {
	color: #FFFFFF;
	padding-top: 1em;
	text-align: center;
}

#changes-info-box-from {
	float: left;
	width: 49%;
}

#changes-info-box-to {
	margin-left: 51%;
}

.changes-info-title {
	font-weight: bold;
	font-size: 1.4em;
}

#changes-info-comment {
	color: #FFFFFF;
	padding: 1em 0;
	text-align: center;
}

/* @end Changes */

/* @end History */

/* @group FullScreen */
#xwikieditcontent {
	position:relative;
}

#show-dialog-btn {
	background: url(images/fullscreen/fullscreen22.gif) top right no-repeat;
	cursor: pointer;
	position: absolute; top: 1px; right: 1px;
	height: 15px;
	width: 15px;
	z-index: 12312;
}

#fullscreen-dlg,
#fullscreen-dlg-body {
	position: absolute; top:0; right: 0; bottom: 0; left:0;
	overflow:hidden;
}

#fullscreen-dlg {
	display: none;
	background-color: #FFFFDD;
	padding: 0;
	z-index:30000;
}

#fullscreen-dlg-head {
	background: url(images/fullscreen/hd-sprite.gif) repeat-x 0 -82px;
	background-color:navy;
	color:#FFFFFF;
	font-weight:  bold;
	font-size: 12px;
	padding: 5px;
	overflow: hidden;
	white-space: nowrap;
}

#fullscreen-dlg-body {
	background-color: #9CBBE9;
	color: #FFFFFF;
}

#fullscreen-dlg .leftmenu2 {
	padding:0;
}

#fullscreen-dlg-body-tab-wiki, 
#fullscreen-dlg-body-tab-wysiwyg {
	background-color: #FFFFFF;
	border:1px solid #6593CF;
	margin: 10px auto 0;
	position: absolute; top: 20px; right: 4px; bottom: 52px; left: 4px; 
	text-align:center;
}

#fullscreen-dlg-body-tab-wysiwyg textarea,
#fullscreen-dlg-body-tab-wiki textarea {
	margin-left: -1px;
	position: absolute; top: 20px; right: 0; bottom: 0; left: 0;
	height: 100% !important;
	width: 100% !important;
}

#closeBtn {
	background: url(images/fullscreen/close.gif) center no-repeat;
	cursor:pointer;
	font-size:1px;
	height:20px;
	position: absolute; top: 0; right: 0;
	width:20px;
}

.backBtn {	
	background: transparent url(images/fullscreen/button.gif) no-repeat;
	cursor: pointer;
	line-height: 20px;
	position: absolute; bottom: 5px; left: 5px;
	width:75px;
	z-index: 30001;
}

.btnText {
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 1px;
	text-align: center;
}

/* @end FullScreen */

/* @group TinyMCE */
body.mceContentBody {
	background-image: none;
	font-size: 90%;
	line-height: 1.4em;
}

table.mceEditor {
	width: 100%;
}

table.mceEditor textarea {
	width: 100%;
	height: 100%;
}

.mceEditorContainer {
	display: block;
	height: 100% !important;
	position: relative;
	width: 100%;
}

.mceToolbar {
	z-index: 30002;
}

.mceEditor td {
    padding: 0px;
}

form#inline textarea {
    width: 100%;
}

body.hideright #xwikimaincontainer {
    overflow-y: auto;
}

body.mceContentBody {
    min-width: 100px;
}

body#mceSpanFonts .heading-1, body#mceSpanFonts .heading-1-1,
body#mceSpanFonts .heading-1-1-1, body#mceSpanFonts .heading-1-1-1-1 {
	display: block;
	color: #000;
	background-color: inherit;
	padding: 0;
	margin: 20px 0;
	border-bottom: 1px solid #ccc;
}

/* @end TinyMCE */

/* @end Edition */

/* @group Effinergie */

div.field label, .field_BBCProject_license_date span.formunit {
	font-size: 10px !important;
/*EL	font-weight: bold;*/
	color: #333 /*rgb(0, 51, 102)*/ !important;
	padding-right: 16px;/*EL*/
}

table.datatable {
	border-collapse: collapse;
}

table.datatable th {
	background: #EEEEEE;
	font-size: 10px;
/*	font-weight: bold;*/
	color: #333;
}

table.datatable th,
table.datatable td {
	border: solid 1px #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
table.datatable td {
	text-align:center !important;
	color: #003366;
}
table.datatable td.spacingcell {
	background: #EEE;
}

form.view span.StaticListClass,
form.view span.DBListClass, form.view span.StringClass, form.view span.DateClass,  form.view span.BooleanClass,  form.view a, .formunit {
	font-size: 12px /*!important*/;
}
.field_BBCPartner_name span, .field_BBCProject_name span.StringClass, .field_BBCBuilding_name span.StringClass {
	font-size: 1em !important;
	font-weight: bold;
}
span.StaticListClass select,
span.DBListClass select {
	width: 290px;
}

table.datatable span.StaticListClass select,
table.datatable span.DBListClass select {
	width: 150px;
}

span.BooleanClass label {
	font-size: 11px !important;
	font-weight: normal;
	color: black !important;
}
form.view span.NumberClass {
	display: inline-block;/*EL !important;
	font-size: 11px !important;*/
	text-align: right;
	width: 64px;
	margin-right: 0px;
}
form.view span.NumberClass.dec1,form.view span.NumberClass.dec2,form.view span.NumberClass.dec3 {
	text-align: right;
	margin-right: 0px;/*EL*/
	}
form.view span.NumberClass.dec1{
	width: 45px;/*EL*/	
}
form.view span.NumberClass.dec2 {
	width: 60px;/*EL 93*/
	}
form.view span.NumberClass.dec3 {
	width: 50px;/*EL*/
}
table.datatable td{
		text-align: right; /*EL*/
	}
.formunit	
	{
padding-left: 8px;/*EL*/
}
span.NumberClass input {
	text-align: right;
	width: 56px;
	margin-right: 21px;
}
span.NumberClass.dec2 input {
	width: 70px;
	margin-right: 7px;
}
span.NumberClass.dec3 input {
	width: 77px;
	margin-right: 0px;
}
.field_BBCProject_altitude span.NumberClass, .field_BBCBuilding_permea_coef span.NumberClass {
	display: inline !important;
}
.field_BBCProject_nbat span.NumberClass,
.field_BBCBuilding_lodging_count span.NumberClass,
.field_BBCBuilding_identical_building span.NumberClass, .field_BBCBuilding_level_count span.NumberClass {
	text-align: left !important;
}
div.timeplace {
font-weight: bold;
margin-bottom:1em;	
}
.dtstart,.dtend{
		color: #339900;
}
div.timeplace span.location {
		color:#003366;
}
/* @end */
/* 
@group claire
*/
.cadre {width : 100%;left: 0px;top: 0px;padding: 0px;vertical-align:top;text-align:justify;font-size:11px;}

.bandeau {width:90% ; display: block; margin:opx;font-size:12px;}

.boite  {width:45%;float: left ; display: block ;margin:10px;}

.img {float:left;margin-bottom:0px;margin-right:5px;margin-top:8px;}

.border {border-bottom: 2px dotted;height:18px;color:#339900;margin:0px;}

.titre, .rubric a {width:49%;margin:0px;color:#339900;}

.titre {float:left;clear:right;font-weight: bold ;font-size: 11px;}

.rubric a{text-align:right;text-decoration:none;float:right;font-size: 10px;}

.ss_titre {font-weight: bold ;border-bottom: 2px dotted;font-size: 11px;margin-bottom:5px;}
/* @end */
/*
   @group IE6 hacks
          *********          
   Very minimal support for IE6 in view mode.
*/

* html pre {
	word-wrap: break-word
}

* html #company {
	width: expression(body.scrollLeft + document.body.clientWidth - 280 + "px");
}

* html #actionmenu {
	position: absolute; top: 0; left: 0; right: 0;
	width: expression(body.scrollLeft + document.body.clientWidth  + "px");
}

* html .minwidth, 
* html .minwidthb, 
* html .minwidthd {
	font: normal 1px/1px sans-serif;
	height: 0;
}

* html #contentcolumn .minwidthb,
* html #contentcolumn .minwidthd {
	display: block;
	width: 520px;
	margin-right: 220px;
}

* html #headerspace .minwidth {
	display: block;
	width: 490px;
}

* html #contentcontainer,
* html div#xwikieditor {
	margin-top: -24px; /* Headerspace Height */
	padding-top: 24px;
}

* html #rightPanels, * html #editPanels {
	background-position: left -102px;
	height: 400px;
}

* html #actionmenu .submenu a {
	background: none;
	color: #FFFFFF;
}

* html #actionmenu .submenu a:hover {
	background-image: none;
}

* html .heading-1 span, 
* html .heading-1-1 span,
* html .heading-1-1-1 span, 
* html .heading-1-1-1-1 span {
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
	display: block;
	margin: 20px 0;
}

* html .heading-1 span span,
* html .heading-1-1 span span,
* html .heading-1-1-1 span span, 
.heading-1-1-1-1 span span {
	border-bottom: 0;
	display: inline;
	margin: 0;
}

* html .xwikipanelcontents a,
* html .xwikipanelcontents a:link,
* html .xwikipanelcontents a:visited,
* html .xwikipanelcontents a:active {
	color: #333333;
}

* html #xwikicontent, * html main {
	overflow: hidden;
	width: 100%;
}

* html .floatcontainer {
	height: 1%;
}

* .html .panellayoutcol {
	overflow: auto;
	height: 1%;
}

* html .panellayoutcontainer-1col,
* html .panellayoutcontainer-2col,
* html .panellayoutcontainer-3col,
* html .panellayoutcontainer-4col,
* html .panellayoutcontainer-5col {
	display: inline-block;
}

* html .panel {
	overflow: hidden;
}

* html .code {
	display: inline-block;
}

* html h5.xwikipaneltitle,
* html .collapsed h5.xwikipaneltitle,
* html .expanded h5.xwikipaneltitle,
* html .xwikipanelcontents {
	background-image: url(images/panel-v.gif);
}

* html .Search #globalsearch {
	background-image: url(images/search-bg.gif);
}

* html #editPanels .SyntaxHelp div.xwikipanelcontents {
	background-image: url(images/panel-e.gif);
}

* html #editPanels .expanded h5.xwikipaneltitle {
	background-image: url(images/panel-e.gif);
}

* html #editPanels .EditModes .xwikipanelcontents,
* html #editPanels .xwikipanelcontents {
	background-image: url(images/panel-e.gif);
}

* html #editPanels .EditModes .xwikipanelcontents ul li.active {
	background-image: none;
}

* html #show-dialog-btn {
	display:  none;
}

* html #webhomeblogdisplay, * html #webhomeNewsdisplay {
	width: 48% !important;
}

 .hidden, .separator, .minwidth, .minwidthb, .minwidthc, .menuarrow {
	display: none !important;
}


/* @end IE hacks */

#xdocFooter {
	margin: 1em 0 0;
	padding-top: 0.5em;
	font-size: 90%;
	color: #999;
	border-top: 1px solid #ddd;
}

#xdocAuthors {
	text-align: right;
}
