﻿/*
Style par défault pour tout les composants
*/
*
{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #444444;
}

body
{
	margin: 10px;
	margin-bottom: 0px;
	/*background-image:url("../Images/background.png");*/
	background-repeat:repeat-x;
}

.ClassiqueRowStyle
{
	padding:8px;
}
.PanelLeft
{
	margin:5px;
}
.contentLeft2
{
	background:url("../Images/bg_left2.png");
}
.contentLeft
{
	background:url("../Images/bg_left.png");
}
.contentRight2
{
	background:url("../Images/bg_right2.png");
}
.contentLine
{
	background:url("../Images/bg_line.png");
}
.contentBottom
{
	background:url("../Images/bg_bottom.png");
}

.pagetitle 
{
	background-repeat:repeat-x;
	background-position:bottom;
	background: url(../Images/dashed.png);
	padding-left:10px;
	padding-top:1px;
	padding-bottom:10px;
	height: 20px;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}

.pagesubtitle 
{
	background-repeat:repeat-x;
	background-position:bottom;
	background: url(../Images/dashed.png);
	padding-top:1px;
	padding-bottom:10px;
	height: 20px;
	display: block;
	font-weight: bold;
}

input
{
	border: 1px solid #B5B5B5;
}

input[type="checkbox"]
{
	border: 0px;
	margin-right: 4px;
}
input[type="radio"]
{
	border: 0px;
	margin-right: 4px;
}
select
{
	border: 1px solid #B5B5B5;
}

textarea
{
	border: 1px solid #B5B5B5;
	width: auto;
}

/* HEADER */

#header
{
	margin-left: 5px;
	width: 97%;
	height: 34px;
}


#header h3
{
	margin-left: 10px;
	display: inline;
	font-weight: bold;
	font-size: 14px;
}

#header h4
{
	margin-left: 20px;
	padding-left: 10px;
	display: inline;
	font-weight: bold;
	background: url(Images/Background/arrow_right.gif) no-repeat center left;
}

#header .logo
{
	width:115px;
}

#header #headerRight
{
	float: right;
}

#header #identification
{
	/*float:right;*/
	text-align: right;
	font-size: 10px;
}

#header #identification strong
{
	font-size: 11px;
	font-weight: bold;
}

#header #identification strong span
{
	font-size: 11px;
	font-weight: bold;
}

#portalNavigation
{
	/*float:right;*/
}

#header .portalDirectory
{
	background: url(Images/Icons/directory.gif) no-repeat top left;
	padding-bottom: 1px; /* TO REFACTOR  necessaire pour ne pas couper l'image */
	padding-left: 20px;
}

#header .portalSearch
{
	background: url(Images/Icons/magnify.gif) no-repeat top left;
	padding-left: 20px;
}
.searchOk
{
	background: url(Images/Buttons/ok.gif) no-repeat left;
	padding: 6px;
	margin-left: -2px;
}



/* Spécifique menu de navigation */

#menu
{
	background: url(Images/Background/menu_bg.gif) repeat-x bottom;
	width: 100%;
	min-width: 990px;
	margin-bottom: 21px;
	height: 26px;
}
#menu UL
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#menu LI
{
	background: url(Images/Background/menu_left.jpg) no-repeat left top;
	float: left;
	padding: 0px 1px 0px 8px;
	margin: 0px;
}
#menu A
{
	display: block;
	background: url(Images/Background/menu_right.jpg) no-repeat right top;
	float: none;
	color: #444442;
	padding-top: 7px; /* Hauteur des onglets */
	padding-bottom: 4px;
	padding-right: 15px;
	padding-left: 6px;
	text-decoration: none;
}
#menu A:hover
{
	color: black;
	text-decoration: underline;
}
#menu .currentTab
{	
	background-image: url(Images/Background/menu_left_on.jpg);	
}
#menu .currentTab A
{
	font-weight: bold;
	background-image: url(Images/Background/menu_right_on.jpg);
	padding-bottom: 5px;
	color: #ff7800;
}
#menu ul ul
{
	display: none; /*width: 90%;*/
}
#menu li.currentTab ul
{
	height: 18px;
	background: #f1f1eb url(Images/Background/menu_bg_sub.jpg) no-repeat right;
	display: block;
	position: absolute;
	top: 70px; /* top: 71px; */
	left: 10px; /* left: 5px; */
	right: 10px; /* right: 10px; */
	z-index: 2;
	border: solid 1px #b3b6b0;
	border-top: none;
	line-height: 0.8em;
	min-width: 990px;
}
#menu li.currentTab ul li
{
	background: none;
}
#menu li.currentTab ul a
{
	font-weight: normal;
	background: none;
	color: #444442;
	padding-top: 5px; /* Hauteur des onglets */
	padding-left: 15px;
}

#menu li.currentTab li.currentItem a
{
	color: #ff7800;
}


/* Spécifique Menu Items du menu de navigation */

#menu li.currentTab .taskItem
{
	background: url(Images/Icons/task.gif) no-repeat left;
}

#menu li.currentTab .taskItem:hover
{
	background: url(Images/Icons/task.gif) no-repeat left;
}

#menu li.currentTab .foldersItem
{
	background: url(Images/Icons/folders.gif) no-repeat left;
}

#menu li.currentTab .foldersItem:hover
{
	background: url(Images/Icons/folders.gif) no-repeat left;
}

#menu li.currentTab .projectItem
{
	background: url(Images/Icons/project.gif) no-repeat left;
}

#menu li.currentTab .projectItem:hover
{
	background: url(Images/Icons/project.gif) no-repeat left;
}

#menu li.currentTab .toolsItem
{
	background: url(Images/Icons/tools.gif) no-repeat left;
}

#menu li.currentTab .toolsItem:hover
{
	background: url(Images/Icons/tools.gif) no-repeat left;
}

#menu li.currentTab .setupItem
{
	background: url(Images/Icons/setup.gif) no-repeat left;
}
#menu li.currentTab .setupItem:hover
{
	background: url(Images/Icons/setup.gif) no-repeat left;
}

#menu li.currentTab .projectItem
{
	background: url(Images/Icons/project.gif) no-repeat left;
}
#menu li.currentTab .projectItem:hover
{
	background: url(Images/Icons/project.gif) no-repeat left;
}

#menu li.currentTab .documentItem
{
	background: url(Images/Icons/document.gif) no-repeat left;
}
#menu li.currentTab .documentItem:hover
{
	background: url(Images/Icons/document.gif) no-repeat left;
}


/* MENU MENUINFO */
#menu #menuInfo
{
	clear: both;
	position: absolute;
	right: 17px;
	top: 73px;
	z-index: 10;
	padding-left: 10px;
	list-style: none;
}
#menu #menuInfo li
{
	font-size: 10px;
	background: none;
	padding-right: 10px;
	padding-left: 10px;
}
#menu #menuInfo #menuInfoSec
{
	background: url(Images/Separator/menu_info.gif) no-repeat;
	color: #ffffff;
	font-size: 9px;
	margin-top: 1px;
}


/* INFOBAR */
#infobar
{
	background: url(Images/Background/infobar_bg_right.gif) no-repeat right top; 
	clear: both;
	height: 22px;
	min-width: 990px;
	overflow: hidden; /*JBE: Specific IE6*/
}

#infobar #infobarNiv2
{
	background: url(images/Background/infobar_bg_left.gif) no-repeat left top;
	color: #444444;
	padding: 3px 0px 0px 8px;
	height: 22px;
	font-size: 10px;
	overflow: hidden; /*JBE: Specific IE6*/
}
#infobar #infobarNiv2 span
{
	vertical-align: top;
}

#infobar #infobarNiv2 strong,#infobar #infobarNiv2 #Document,#infobar #infobarNiv2 #lblDocument
{
	font-weight: bold;
}
#infobar #infobarNiv2 .infoBarProject
{
	padding-left: 21px; /* largeur de l'icone + 8px */
	padding-top: 3px;
	background: url(images/Icons/project_blue.gif) no-repeat left top;
}
#infobar #infobarNiv2 .infoBarTask
{
	padding-left: 21px; /* largeur de l'icone + 8px */
	padding-top: 2px;
	background: url(images/Icons/task_blue.gif) no-repeat left top;
}
#infobar #infobarNiv2 .infoBarFolder
{
	padding-left: 21px; /* largeur de l'icone + 8px */
	padding-top: 2px;
	background: url(images/Icons/folder_blue.gif) no-repeat left top;
}


#infobar #infobarNiv2 .infoBarInfoIcon
{
	padding-right: 5px;
}

/* TOOLBAR */

#toolbar
{
	clear: both;
	background: url(Images/Background/toolbar.gif) bottom;
	border: solid 1px #caccc8;
	border-top: none;
	height: 27px;
	min-width: 990px;
}

#toolbar ul
{
	float: left;
	list-style: none;
	background: url(Images/Separator/toolbar.gif) no-repeat;
	margin-top: 4px;
	margin-left: 10px;
}

#toolbar ul.header
{
	margin-left: 3px;
	background: url(Images/Separator/toolbar_header.gif) no-repeat;
}

#toolbar ul li
{
	float: left;
	margin-left: 7px;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	border-top: 1px solid transparent;
}

#toolbar ul li:hover
{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #b3b6b1;
	border-right: 1px solid #b3b6b1;
}

#toolbar ul li.disable:hover
{
	border: 1px solid transparent;
}

#toolbar ul li.disable a
{
	cursor: default;
	color: #C3C3C3;
}

#toolbar ul li a
{
	display: block;
	height: 16px;
	font-size: 10px;
	padding-left: 24px;
	padding-right: 5px;
	padding-top: 3px;
}

#toolbar ul li a.back
{
	background: url(Images/Icons/back.gif) no-repeat;
}

#toolbar ul li a.new
{
	background: url(Images/Icons/new.gif) no-repeat;
}

#toolbar ul li a.newProject
{
	background: url(Images/Icons/newProject.gif) no-repeat;
}

#toolbar ul li a.delete
{
	background: url(Images/Icons/delete.gif) no-repeat;
}

#toolbar ul li a.refresh
{
	background: url(Images/Icons/refresh.gif) no-repeat;
}

#toolbar ul li a.valid
{
	background: url(Images/Icons/valid.gif) no-repeat;
}

#toolbar ul li a.cancel
{
	background: url(Images/Icons/cancel.gif) no-repeat;
}


#toolbar ul li a.save
{
	background: url(Images/Icons/save.gif) no-repeat;
}

#toolbar ul li a.folder
{
	background: url(Images/Icons/folder_grey.gif) no-repeat;
}
#toolbar ul li a.project
{
	background: url(Images/Icons/project_grey.gif) no-repeat;
}

#toolbar ul li a.delegate
{
	background: url(Images/Icons/delegate.gif) no-repeat;
}


#toolbar ul li a.comment
{
	background: url(Images/Icons/comment.gif) no-repeat;
}


#toolbar ul li a.comment:hover
{
	border: 0;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;
	border-bottom-style: hidden;
	margin: 0px 0px 0px 0px;
}

#toolbar ul li a.export
{
	background: url(Images/Icons/export.gif) no-repeat;
}

#toolbar ul li a.import
{
	background: url(Images/Icons/import.gif) no-repeat;
}

#toolbar ul li a.suspend
{
	background: url(Images/Icons/suspend.gif) no-repeat;
}

#toolbar ul li a.validAndNext
{
	background: url(Images/Icons/validAndNext.gif) no-repeat;
}

#toolbar ul li a.contact
{
	background: url(Images/Icons/contact.gif) no-repeat;
}


#toolbar ul li a.history
{
	background: url(Images/Icons/history.gif) no-repeat;
}


#toolbar ul li a.newFolder
{
	background: url(Images/Icons/newFolder.gif) no-repeat;
}

#toolbar ul li a.publish
{
	background: url(Images/Icons/publish.gif) no-repeat;
}

#toolbar ul li a.duplicate
{
	background: url(Images/Icons/duplicate.gif) no-repeat;
}

#toolbar ul li a.preview
{
	background: url(Images/Icons/preview.gif) no-repeat;
}

#toolbar ul li a.pdf
{
	background: url(Images/Icons/pdf.gif) no-repeat;
}

#toolbar #toolbarSearch
{
	float: right;
	margin-top: 6px;
	margin-right: 6px;
}

/* CONTENT */

#content
{
	clear: both;
	min-width: 990px;
	border-left: 1px solid #b2b7b0;
	border-right: 1px solid #b2b7b0;
}

#contentBorderNiv2
{
	height: 100%;
	border-left: 2px solid #f4f6eb;
	border-right: 2px solid #f4f6eb;
}

#contentBorderNiv3
{
	height: 100%;
	border-left: 1px solid #b2b7b0;
	border-right: 1px solid #b2b7b0;	
}

#content span.linkWithBrackets
{
	font-size: 11px;
	font-weight: normal;
	color: #1d5ac4;
}

#content span.linkWithBrackets a
{
	font-size: 11px;
	color: #1d5ac4;
	text-decoration: underline;
}

#content span.linkWithBracketsLittle
{
	font-size: 10px;
	font-weight: normal;
	color: #1d5ac4;
}

#content span.linkWithBracketsLittle a
{
	font-size: 10px;
	color: #1d5ac4;
	text-decoration: underline;
}

#content div.actionBlock a
{
	color: #1d5ac4;
}

#content div.actionBlock a:hover
{
	text-decoration: underline;
}

/* CONTENT LEFT PANEL */

#content #contentLeftPanel
{
	height: 100%;
	width: 170px;
	background: url(Images/Background/panel_border.gif) repeat-y right;
	float: left;
}

#content #contentLeftPanel #contentLeftPanelOverflow
{
	overflow: auto;	
	width: 163px;
}

#content #contentLeftPanel #contentLeftPanelBody
{
	width: 165px;
}

#content #contentLeftPanel #treeLinks
{
	font-size: 10px;
	color: #1d5ac4;
	padding: 0px 0px 10px 5px;
}

#content #contentLeftPanel #treeLinks a
{
	font-size: 10px;
	color: #1d5ac4;
	text-decoration: underline;
}

/* CONTENT RIGHT PANEL */

#content #contentRightPanel
{
	right: 14px;
	position: absolute;
	background: #ffffff url(images/background/panelRight.gif) repeat-y left;
}

#content #openRightPanel
{
	float: right;
}

/* CONTENT warningBoxLate */

.warningBoxLate
{
	width: 98%;
	border: #A4A5A0 1px solid;
	margin: 20px auto 25px auto;
}

.warningBoxLate h2
{
	border-bottom: #A4A5A0 1px solid;
	color: White;
	font-weight: bold;
	padding: 2px 20px 3px 30px;
}

.warningBoxLate ul
{
	padding: 5px 9px;
}

.warningBoxLate ul li
{
	list-style: none;
}

.warningBoxLateCollapsed
{
	border-bottom: #A4A5A0 1px solid;
	color: White;
	font-weight: bold;
	background: #F1F0EB url(Images/Background/warning_collapsed.gif) no-repeat;
	padding: 2px 20px 3px 30px;
}

.warningBoxLateExpanded
{
	border-bottom: #A4A5A0 1px solid;
	color: White;
	font-weight: bold;
	background: #F1F0EB url(Images/Background/warning_expanded.gif) no-repeat;
	padding: 2px 20px 3px 30px;
}

/* CONTENT warningBox */

.warningBox
{
	width: 98%;
	border: #A4A5A0 1px solid;
	margin: 20px auto 25px auto;
}

.warningBox h2
{
	border-bottom: #A4A5A0 1px solid;
	color: White;
	font-weight: bold;
	background: #F1F0EB url(Images/Background/warning.gif) no-repeat;
	padding: 2px 20px 3px 30px;
}

.warningBox ul
{
	padding: 5px 9px;
}

.warningBox ul li
{
	list-style: none;
}

/* CONTENT BODY */
#content #contentBodyOverflow
{
	overflow: auto;
	height: 100%;
}

#content #panelButtons
{
	height: 20px;
}

#content #contentBody
{
	padding-left: 10px;
}

#content #contentBody h1
{
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 30px;
}


#content #contentBody h1.highlightedTitle
{
	color: #ff7800;
}

#content #contentBody div.warningBlock div
{
	clear: both;
	border: 1px solid #B5B5B5;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

#content #contentBody div.warningBlock div h2
{
	background: #FFF url(Images/Background/warning.gif) no-repeat;
	border-bottom: 1px solid #B5B5B5;
	color: White;
	padding-top: 2px;
	height: 16px;
	font-weight: bold;
	padding-left: 28px;
}

#content #contentBody div.warningBlock ul
{
	font-size: 10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	list-style-type: none; /*/background-color : Red;*/
}


/* CONTENT Project Actors */

#content #projectActors
{
	clear: both;
	border-top: 1px solid #a3a5a0;
	margin: 0px 0px 20px 0px;
}

#content #projectActors h2 /* TO REFACTOR : fusionner avec taskInfo h2 */
{
	font-size: 11px;
	font-weight: bold; /*background : url(Images/Background/arrow_bottom.gif) no-repeat left center;*/
	padding-left: 11px; /* largeur de l'image + 6 */
	margin: 5px 00px 7px 00px;
}

#content #projectActors table
{
	width: 100%; /*height : 78px; */ /* hauteur fixe ? vraiment 78 ? ***************/
	border-top: 1px solid #a4a5a0;
	border-bottom: 1px solid #a4a5a0;
	border-left: 1px solid #a4a5a0;
}

#content #projectActors table th
{
	background-color: #f7f7ef;
	border-right: 1px solid #a4a5a0;
	border-bottom: 1px solid #a4a5a0;
	font-size: 11px;
	font-weight: bold;
	color: #ff7800;
	text-align: left;
	padding: 5px 0px 4px 11px;
	width: 33%;
}

#content #projectActors table th span
{
	font-weight: bold;
	float: right;
	padding-right: 10px;
}
#content #projectActors table th span a
{
	font-weight: bold;
}

#content #projectActors table td
{
	color: #444444;
	font-size: 10px;
	padding: 2px 0px 2px 10px;
	vertical-align: top;
	border-right: 1px solid #a4a5a0;
}

#content #projectActors table td a
{
	font-size: 10px;
	color: #444444;
	text-decoration: underline;
}

/* CONTENT ITEMS LIST */
#content #itemsListContent
{
	clear: both;
}
#content #itemsListContent h2 /* REFACTOR itemsListContent */
{
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#content #itemsListContent h2 .default
{
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0px 2px 23px;
	color: #ff7800;
}
#content #itemsListContent h2 .taskList
{
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0px 2px 23px;
	background: url(Images/Icons/task_white.gif) no-repeat left center;
	color: #ff7800;
}
#content #itemsListContent h2 .documentList
{
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0px 2px 23px;
	background: url(Images/Icons/document_white.gif) no-repeat left center;
	color: #ff7800;
}
#content #itemsListContent h2 .folderList
{
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0px 2px 23px;
	background: url(Images/Icons/folder_white.gif) no-repeat left center;
	color: #ff7800;
}
#content #itemsListContent h2 .projectList
{
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0px 2px 23px;
	background: url(Images/Icons/project_small.gif) no-repeat left center;
	color: #ff7800;
}
#content #itemsListContent #itemList
{
	width: 99%;
}

#content #itemsListContent #linkedFolderList
{
	padding-top: 20px;
}
#content #itemsListContent #linkedFolders
{
	padding: 5px 0px 5px 20px;
	border-top: 1px solid #82a3d0;
	border-bottom: 1px solid #82a3d0;
}

/* CONTENT TASK EDITOR */
#content .actionBlock
{
	width: 100%;
	clear: left;
	float: left;
	margin: 4px 0px 4px 0px;
}
#content .actionBlock .actionTitle
{
	float: none;
	font-weight: bold;
	border-bottom: 1px solid #a4a59f; /* TODO : vérifier couleur */
	padding: 0px 0px 2px 10px;
	color: #5a76a5;
	margin: 5px 0px 10px 0px;
}

#content .actionBlock p
{
	float: left;
}
#content .actionBlock p strong
{
	font-weight: bold;
}

#content .actionBlock p
{
	vertical-align: sub;
}

#content .actionBlock p.actionLabel
{
	width: 130px;
	text-align: right;
	padding-right: 10px;
}
#content .actionBlock input[type="textbox"]
{
	width: 90px;
}

#content .TaskState_Finished
{
	height: 10px;
	width: 10px;
	background: url(Images/Icons/taskState-Finished.gif) no-repeat left center;
}
#content .TaskState_Late
{
	height: 10px;
	width: 10px;
	background: url(Images/Icons/taskState-Late.gif) no-repeat left center;
}
#content .TaskState_Running
{
	height: 10px;
	width: 10px;
	background: url(Images/Icons/taskState-Running.gif) no-repeat left center;
}

/* TASK CONTENT */

#content #taskContent
{
	margin: 0px 10px 0px 0px;
}

#content #taskContent h1
{
	padding-bottom: 10px;
}


#content #taskContent #taskInfo
{
	clear: both;
	margin: 0px 0px 10px 0px;
}

#content #taskContent #taskInfo h2
{
	font-size: 11px;
	font-weight: bold; /*background : url(Images/Background/arrow_bottom.gif) no-repeat left center;*/
	padding-left: 11px; /* largeur de l'image + 6 */
	margin: 5px 0px 7px 00px;
}

#content #taskContent #taskInfo #taskTitleBar
{
	clear: both;
	float: left;
	background: #f7f7ef;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
}

#content #taskInfo #taskTitleBar #taskTitle
{
	font-weight: bold;
	color: #ff7800;
	float: left;
}
#content #taskInfoBreak
{
	clear: both;
}

#content #taskContent #taskInfo #taskTitleBar .taskWarning
{
	font-weight: bold;
	color: #ff0000;
	float: right;
	background: url(Images/Background/late.gif) no-repeat left center;
	padding-left: 16px; /* largeur de l'image + ? TODO */
}

#content #taskContent #taskValidationBlock
{
	clear: both;
	padding-top: 15px;
	width: 100%;
	border-top: 1px solid #dddddd;
	margin-top: 20px;
}

#content #taskContent #taskValidationBlock input
{
	width: 150px;
	margin-right: 50px;
}

#content #taskContent .DownloadDocuments a
{
	text-decoration: underline;
}

#content #taskContent .DownloadDocuments .noDocument
{
	font-style: italic;
	color: #aaaaaa;
}


#content #taskContent .actionTable
{
	width: 100%;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: rgb(246, 247, 239);
	border-collapse: separate;
	background-color: white;
}

#content #taskContent .actionTable thead th
{
	/*height:*/
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: rgb(246, 247, 239);
	background-color: #e5e6dd;
}
#content #taskContent .actionTable tbody td
{
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: rgb(246, 247, 239);
	background-color: white;
}

/* FOOTER */

#footer
{
	min-width: 992px;
}

#footer #bottomBorder
{
	margin: 0px 0px 5px 0px;
	border-left: 1px solid #b2b7b0;
	border-right: 1px solid #b2b7b0;
	border-bottom: 1px solid #b2b7b0;
}

#footer #bottomBorderNiv2
{
	border-left: 2px solid #f4f6eb;
	border-right: 2px solid #f4f6eb;
	border-bottom: 2px solid #f4f6eb;
}

#footer #bottomBorderNiv3
{
	border-left: 1px solid #b2b7b0;
	border-right: 1px solid #b2b7b0;
	border-bottom: 1px solid #b2b7b0;
	font-size: 0px;
}

#footer #footerLinks ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#footer #footerLinks li
{
	float: left;
	font-size: 9px;
	padding-right: 8px;
	padding-left: 10px;
	display: inline;
	list-style-type: none;
	background-image: url(Images/background/puce.gif);
	background-position: 0 .6em;
	background-repeat: no-repeat;
}



#footer #footerLinks li a
{
	font-size: 9px;
}

#footer #footerLinks li.firstFooterLinks
{
	float: left;
	font-size: 8px;
	padding-right: 8px;
	padding-left: 0px;
	display: inline;
	list-style-type: none;
}

#footer #footerFeatures ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#footer #footerFeatures li
{
	float: right;
	font-size: 9px;
	list-style-type: none;
	padding-right: 8px;
	padding-left: 10px;
	display: inline;
	background-image: url(Images/background/puce.gif);
	background-position: 4.6em .6em;
	background-repeat: no-repeat;
}

#footer #footerFeatures li.poweredFooter
{
	float: right;
	padding-right: 25px;
	background: url(Images/logo_traceone.gif) no-repeat right;
}

#footer #footerFeatures li a
{
	font-size: 9px;
}






/* CALENDAR */

.calendar_button
{
	border: none;
	cursor: pointer;
	padding-left: 5px;
	margin-top: -3px;
}
.calendar_picker
{
	display: inline;
	margin-top: -1px;
}

.picker
{
	background-color: #FFFFFF;
	font-family: "Verdana" ,monospace;
	padding: 2px;
	padding-top: 0px;
	cursor: pointer;
}

.calendar td
{
	font-size: 11px;
}

.title
{
	font-weight: bold;
	background-color: #D7D7E5;
}

.day
{
	width: 25px;
	cursor: pointer;
	text-align: center;
	border-width: 1px;
	border-color: #F6F6F6;
	border-style: solid;
}

.dayhover
{
	width: 25px;
	cursor: pointer;
	text-align: center;
	text-decoration: underline;
	border-width: 1px;
	border-color: #F6F6F6;
	border-style: solid;
}

.dayheader
{
	width: 25px;
	text-align: center;
	border-width: 1px;
	border-color: white;
	border-style: solid;
	font-weight: bold;
	background-color: #FFFFFF;
}

.othermonthday
{
	color: #999999;
}

.outofrangeday
{
	visibility: hidden;
}

.selectedday
{
	width: 25px;
	background-color: #FBE694;
	color: #000000;
	border-width: 1px;
	border-color: #BB5503 !important;
	border-style: solid;
	font-weight: bold;
}

.calendar
{
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	border-collapse: collapse;
	background-color: #FFFFFF;
	cursor: default;
}

.month
{
	background-color: #F6F6F6;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
}

.nextprev
{
	cursor: pointer;
	height: 25px;
	vertical-align: middle;
	padding: 0px 5px 0px 5px;
}

.selector
{
	width: 14px;
	cursor: pointer;
	text-align: left;
	vertical-align: middle;
	background-color: #FFFFFF;
}


.disableday
{
	font-weight: lighter;
	color: Gray;
	text-decoration: none;
	cursor: default;
}

/* MENU */


.MenuGroup
{
	background-image: url(Images/Menu/group_background.gif);
	background-color: white;
	border: solid 1px #7E7E81;
	cursor: default;
}

.MenuItem
{
	color: black;
	font-family: tahoma;
	font-size: 11px;
	margin: 1px;
	cursor: default;
}

.DisabledMenuItem1 tbody tr td nobr
{
	color: Gray;
	font-weight: lighter;
	font-family: tahoma;
	font-size: 09px;
	margin: 1px;
	cursor: default;
	font-style: italic;
}

.DisabledMenuItem2 tbody tr td nobr
{
	color: #C3C3C3;
	font-family: tahoma;
	font-size: 11px;
	margin: 1px;
	cursor: default;
}

.MenuItemHover
{
	background-color: #FFEEC2;
	color: black;
	font-family: tahoma;
	border: solid 1px #4B4B6F;
	cursor: default;
}

.MenuBreak
{
	background-image: url(Images/Menu/break_bg.gif);
	width: 100%;
	height: 1px;
}

/* ToREFACTOR */

.sideBar
{
	padding-left: 5px;
}

.sideBar h3
{
	margin-left: 8px;
	margin-right: 8px;
	font-weight: bold;
	padding-left: 10px;
	border-bottom: 1px dotted #b3b6b0;
	margin-bottom: 5px;
}

.panelExpanded
{
	background: url(Images/Background/arrow_bottom.gif) no-repeat left;
}

.panelCollapsed
{
	background: url(Images/Background/arrow_right.gif) no-repeat left;
}

.sideBar ul
{
	list-style-type: none;
	border-bottom: 1px solid #b3b6b0;
	padding-bottom: 5px;
	padding-left: 18px;
	margin-bottom: 10px;
}

.sideBar ul li strong
{
	font-weight: bold;
}


.sideBar ul li a
{
	text-decoration: underline;
}

#rightLinks li
{
	padding-bottom: 4px;
}
#rightLinks li a
{
	padding-left: 20px;
}
#rightLinks li.folder
{
	background: url(Images/Icons/folder_white.gif) no-repeat left;
}

#rightLinks li.project
{
	background: url(Images/Icons/project_small.gif) no-repeat top left;
}


.modificationHistory h3
{
	clear: both;
	font-weight: bold;
	padding-left: 15px;
	background: url(Images/Icons/repeat.gif) no-repeat top left;
}

.toggle
{
	cursor: pointer;
}


/* Fin ToREFACTOR */

.TextBoxLabel
{
	border: none;
}

#lateTasks a
{
	color: Red;
	text-decoration: underline;
}


.bargraph
{
	border: 1px solid #B5B5B5;
	position: relative;
	width: 95%;
	margin-left: 5px;
}

.bargraph span
{
	padding-left: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}


.bargraph span.b
{
	padding-left: 0px;
	background-color: #C5D9F1;
	z-index: 100;
}

.actorList
{
	clear:both;
}

.actorList a
{
	color:#1D5AC4;
}
.actorList table
{
	border: 1px solid #B5B5B5;
	border-collapse:collapse;
	
	
}

.actorList table th
{
	font-weight:bold;
	border: 1px solid #B5B5B5;
}

.actorList table thead tr 
{
	border: 1px solid #B5B5B5;
}

.actorList table td
{
	border: 1px solid #B5B5B5;
	padding:5px;
}


.GridCaption_
{
	background-repeat:repeat-x;
	background-position:bottom;
	background: url(../Images/dashed.png);
	padding-left:10px;
	padding-top:1px;
	padding-bottom:10px;
	height: 20px;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}


.LogOutLink
{
	/*color: Green;*/
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.NewsDiv
{
	
}
