/*** ERROR PAGE ***/
html, body  {background-color: #a3a3a3; font-family: Arial, Verdana; font-size: 12px; margin: 0; padding: 0; }
iframe html, iframe body { background-color: #fff; font-family: Arial, Verdana; font-size: 12px; margin: 0; padding: 0; }
img { border: none; }
input { font-family: Arial, Verdana; }
.clear { clear: both; }
form { height: 100%; }

/*** TEMPLATE ***/
.global { margin: auto; width: 100%; }
.global .globalContainer { background-color: #ffffff; border-bottom: 0; border-top: none; margin: auto; width: 960px; }
.global .globalContainer .header { background-repeat: no-repeat; height: 83px; position: relative; width: 960px; }
.global .globalContainer .header a { height: 50px; left: 20px; position: absolute; top: 15px; width: 360px; }
.transparent { opacity: 0.4; filter: alpha(opacity=40); }

/*** COPYRIGHT ***/
.global .globalContainer .copyright { background-color: #a3a3a3; margin-top:10px; }
.global .globalContainer .copyright div { color: #ffffff; font-weight: bold; padding: 10px 0 10px 0; text-align: center; }

/*** TOOLBAR ***/
.toolbar { background: #bdbdbd; height: 46px; margin: 0 0 10px 0; position: relative; }
.toolbar .leftSide { float: left; }
.toolbar .rightSide { float: right; }
.toolbar .menuItem { float: left; height: 35px; margin-top: 7px; padding: 0 6px 0 6px; }
.toolbar .menuItem select { margin-top: 7px; }
.toolbar .toolBarSeparator { background : url('Images/toolbarSeparator.png') no-repeat center center; float: left; height: 40px; margin-top: 7px; width: 3px; }

/*** TOPICS ***/
.loadingMessage { color: #333333; font-size: 14px; font-weight: bold; left: 0; position: absolute; width: 960px; }
.topics .treeListDocuments { clear: both; height: auto !important; margin: 0 20px 0 20px; max-height: 550px; overflow: auto; }
.topics div.RadTreeView_Default .rtIn { vertical-align: middle; }
.topics div.RadTreeView_Default span:hover { background-position: 0 0 !important; }
.topics div.RadTreeView_Default .rtMinus,
.topics div.RadTreeView_Default .rtMinus span:hover { background-image: url('Images/32x32/folder_minus.png'); background-position: 0 0 !important; height: 32px; margin: 0 0 0 -24px; width: 24px; }
.topics div.RadTreeView_Default .rtPlus,
.topics div.RadTreeView_Default .rtPlus span:hover { background-image: url('Images/32x32/folder_plus.png'); background-position: 0 0 !important; height: 32px; margin: 0 0 0 -24px; width: 24px; }
.topics div.RadTreeView_Default .rtSp { background: transparent url('Images/32x32/HLine.gif') no-repeat left top; height: 32px; width: 5px; }
.topics .RadTreeView_Default .rtLines .rtMid { background-position: 0 0 !important; }
.topics .RadTreeView_Default .rtLI .rtInICO { padding: 1px 4px 4px 1px; text-decoration: none; }
.topics .RadTreeView_Default .rtLI .rtInICO:hover { background: url('Images/nodeHover.png') repeat left top; border-color: #c4c4c4 #b5b5b5 #9e9e9e; border-style: solid; border-width: 1px; padding: 1px 3px 4px 0; }
.topics .RadTreeView_Default .rtSelected .rtInICO,
.topics .RadTreeView_Default .rtSelected .rtInICO:hover { background: url('Images/selectedNode.png') repeat left top; border-color: #8d8d8d #7e7e7e #6c6c6c; border-style: solid; border-width: 1px; padding: 1px 3px 4px 0; }

/*** UPLOAD FILE ***/
.uplaod .form { margin-top: 15px; height: 200px; width: 280px; }
.uplaod .form .label { float: left; padding-top: 3px; width: 50px; }
.uplaod .form .clear { clear: both; }
.uplaod .buttons { margin-top: 10px; text-align: right; }
.uplaod .uplaoding { font-size: 14px; font-weight: bold; padding-top: 10px; text-align: center; width: 280px; }

/*** SEARCH ***/
.search { position: relative; width: 850px; }
.search fieldset { margin: 5px; padding: 5px; }
.search .line { position: relative; padding: 5px; }
.search .line .label,
.search .line .data { float: left; }
.search .simpleSearchSection { position: relative; }
.search .simpleSearchSection .fields,
.search .simpleSearchSection .buttons { float: left; position: relative; }
.search .simpleSearchSection .fields { width: 650px; }
.search .simpleSearchSection .fields input[type=text] { width: 100%; }
.search .simpleSearchSection .line .label { padding-top: 2px; width: 75px; }
.search .simpleSearchSection .buttons input[type=button] { width: 150px; }
.search .scopeSection .label { padding-top: 4px; width: 100px; }
.search .criteriaSection { position: relative; }
.search .advancedSettingsRegion { position: relative; }
.search .advancedSettingsRegion fieldset { float: left; margin: 0 5px; width: 375px; }
.search .back { background-color : #bdbdbd; }
.search .backAlternate { background-color : #f1f1f1; }
.search .header { background-color: #b4b4b4; font-weight: bold; height: 15px; padding: 5px; margin: 10px 5px 0 5px; }
.search .header .searchText { float: left; }
.search .header .result { float: right; }
.search .items { clear: both; overflow: auto; height: 240px; margin: 0 5px; }
.search .items .item { background-color : #bdbdbd; clear: both; }
.search .items .itemAlternate { background-color: #f1f1f1; clear: both; }
.search .items .subItem { background-color : #bdbdbd; float: left; width: 413px; margin-top: 7px; }
.search .items .subItemAlternate { background-color: #f1f1f1; float: left; width: 413px; margin-top: 7px; }
.search .items .item a { color: blue; }
.search .items .item a:hover { color: yellow; }
.search .items .item:hover .url { color: #ffffff; }
.search .items .item .extension { font-size: 10px; }
.search .items .item .ariane { font-weight: bold; font-style: italic; }
.search .items .item .title { margin-top: 5px; }
.search .items .item .title a { color: #000000; }
.search .items .item:hover .title a { color: #ffffff; }
.search .items .topicItem { width: 800px; margin-left: 3px; }
.search .items .topicSubItem { width: 800px; margin-left: 3px; }
.search .items .topicItemAlternate { background-color : #bdbdbd; width: 800px; margin-left: 3px; }
.search .items .topicSubItemAlternate { background-color: #f1f1f1; width: 800px; margin-left: 3px; }

/*** PRIVATE DOCUMENT LIST ***/
.privateDocList #ListDiv { padding: 20px 0 0 10px; text-align: center; }
.privateDocList .list td { border-color: #333333; border-style: solid; border-width: 0 0 1px 1px; padding: 1px 5px 1px 5px; }
.privateDocList .list .last { border-right: 1px solid #333333; }
.privateDocList .list .headerRow td { border-top: 1px solid #333333; font-weight: bold; text-align: center; }
.privateDocList .list .itemRow a { color: #000000; text-decoration: none; }
.privateDocList .list .itemRow a:hover { color: #ffffff; text-decoration: underline; }
.privateDocList .list .itemRow td { background-color: #bdbdbd; }
.privateDocList .list .itemRow .alternative { background-color: #f1f1f1; }
.privateDocList .list .itemRow .privateDocList .list .imgButton img { text-align: center; }
.privateDocList .list .itemRow:hover td { background-color: #333333; color: #ffffff; }
.privateDocList .list .itemRow:hover a { color: #ffffff; }

/*** TOPIC ZIP ***/
.zip-topics { background-color: #ffffff; height: 100%; text-align: center; }
.zip-topics img { position: absolute; left: 40%; top: 20%; }
.zip-topics .message { font-size: 16px; font-weight: 600; }

/*** NOTES ***/
.notes { position: relative; }
.notes .noteDelButton {
  float: right;
  width: 45px;
}
.notes .noteDetails {
	float: left;
	word-wrap: break-word;
}
.notes .noteLine {
	border-bottom: 1px solid #000000;
	margin: 3px 0 10px 0;
}
.notes textarea {
	font-family: "Arial";
	font-size: 12px;
}
.notes .viewAllNotesTitle {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
}
.notes .allNotesPanel {
	background-color: #e0e0e0;
	font-family: Arial;
	font-size: 13px;
	height: 300px;
	overflow: auto;
	padding: 10px;
}
.notes .commands { position: relative; }
.notes .commands .links {
  float: left;
  width: 100px;
}
.notes .commands .noteButtons {
  float: right;
  padding-top: 10px;
  text-align: right;
}
.notes .loadingImage,
.notes .loadingPanel {
  left: 0;
  position: absolute;
  top: 0;
  display: none;
}
.notes .loadingPanel {
  background-color: #ffffff;
  filter: alpha(opacity=40);
  height: 100%;
  opacity: 0.4;
  width: 100%;
}

/*** MESSAGES ***/
.message .list { position: relative; overflow: auto; }
.message .section {
  background-color: #e0e7ce;
  border: 1px solid #afc07f;
  margin-bottom: 10px;
  padding: 10px;
}
.message .section:hover { border: 1px dotted #afc07f; }
.message .section .title { padding-bottom: 5px; }
.message .section .title,
.message .section .title a {
  color: #afc07f;
  font-weight: bold;
  text-decoration: none; 
}
.message .content { padding: 0 25px 15px 25px; }
.message .content .title {
  font-weight: bold;
  padding-bottom: 5px;
  text-align: center;
}
.message .content .form { position: relative; }
.message .content .form .line {
  clear: both;
  height: 20px;
  padding: 5px 0 5px 0;
}
.message .content .form .line .label {
  float: left;
  width: 100px;
}
.message .content .form .line .data {
  float: left;
  width: 220px;
}
.message .content .grid { margin: 10px 0 15px 0; }
.message .content .messages {
  border: 1px solid #afc07f;
  height: 420px;
  overflow: auto;
  padding: 5px;
}

/*** LOGIN ***/
.authentification { background-color: #a3a3a3; height:100%; }
.authentification .globalContainer .formAuth { padding: 15px 25px 0 25px; }
.authentification .globalContainer .formAuth .title { font-weight: bold; }
.authentification .globalContainer .formAuth .label { margin: 3px 0 0 20px; }
.authentification .globalContainer .formAuth .footer { margin-top: 3px; }
.authentification .globalContainer .forgotPassword {
  padding-bottom: 10px;
  text-align: center;
}
.authentification .globalContainer .forgotPassword,
.authentification .globalContainer .forgotPassword a,
.authentification .globalContainer .forgotPassword a:hover,
.authentification .globalContainer .info,
.authentification .globalContainer .info a,
.authentification .globalContainer .info a:hover {
  color: #333333;
  font-weight: bold;
  margin-top: 15px;
  text-decoration: none;
}
.authentification .globalContainer .info {
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
.authentification .copyright {
  font-weight: bold;
  margin: auto;
  padding-top: 10px;
  text-align: center;
  width: 340px;
}
.authentification .downloadPDF {
  margin-top: 15px;
  text-align: center;
}
.authentification .downloadPDF .title { font-weight: bold; }
.authentification .downloadPDF .systems {
  margin: auto;
  padding-top: 15px;
  width: 200px;
}
.authentification .downloadPDF .systems .pc,
.authentification .downloadPDF .systems .foxitpc,
.authentification .downloadPDF .systems .ipad {
  float: left;
  text-align: center;
  width: 100px;
}
.authentification .downloadPDF .systems .pc { display: none; }
.authentification .downloadPDF .systems .pc .logo,
.authentification .downloadPDF .systems .ipad .logo {
  background: url('Images/acrobat_64.png') no-repeat center top;
  height: 64px;
  position: relative;
  width: 100px;
}
.authentification .downloadPDF .systems .foxitpc .logo {
  background: url('Images/foxit_64.png') no-repeat center top;
  height: 64px;
  position: relative;
  width: 100px;
}
.authentification .downloadPDF .systems .pc .logo a,
.authentification .downloadPDF .systems .foxitpc .logo a,
.authentification .downloadPDF .systems .ipad .logo a {
  height: 60px;
  left: 18px;
  position: absolute;
  width: 64px;
}
.authentification .downloadPDF .systems .pc .link a,
.authentification .downloadPDF .systems .foxitpc .link a,
.authentification .downloadPDF .systems .ipad .link a {
  color: #333333;
  text-decoration: none;
}
.authentification .downloadPDF .systems .pc .link a:hover,
.authentification .downloadPDF .systems .foxitpc .link a:hover,
.authentification .downloadPDF .systems .ipad .link a:hover {
  color: #333333;
  text-decoration: underline;
}
.authentification .downloadPDF .systems .pc .link,
.authentification .downloadPDF .systems .foxitpc .link,
.authentification .downloadPDF .systems .ipad .link { font-weight: bold; }

.authentification .sessionTimeoutWarningDiv { font-weight: bold; background-color:orange; color:black; text-align:center; display:none; height:30px; }
.authentification .sessionTimeoutWarningSpan { display: inline-block; vertical-align: middle; line-height: normal; position:relative; top:20%; }

/*** FORGOT PASSWORD ***/
.forgotPwd .login .description { margin-bottom: 10px; }
.forgotPwd .login .row .button { margin-top: 10px; }

/*** LOGIN / FORGOT PASSWORD ***/
.forgotPwd { background-color: #a3a3a3; height:100%; }
.authentification,
.forgotPwd {
  margin: auto;
  width: 100%;
}
.authentification .langChooser,
.forgotPwd .langChooser {
  background-color: #ffffff;
  font-weight: bold;
  margin: auto;
  margin-top: 5px;
  padding: 10px;
  text-align: center;
  width: 320px;
}
.authentification .globalContainer,
.forgotPwd .globalContainer {
  background-color: #ffffff;
  border: 1px solid #000;
  margin: auto;
  margin-top: 25px;
  width: 340px;
}
.authentification .globalContainer .logo,
.forgotPwd .globalContainer .logo {
  background: url('Images/logo_ico_login.gif') no-repeat right bottom;
  float: right;
  height: 45px;
  margin: 10px 5px 5px 0;
  position: relative;
  width: 122px;
}
.authentification .globalContainer .logo a,
.forgotPwd .globalContainer .logo a {
  bottom: 0;
  height: 45px;
  position: absolute;
  right: 0;
  width: 122px;
}
.authentification .errorControl,
.forgotPwd .errorControl {
  margin: auto;
  width: 340px;
}
.authentification .login,
.forgotPwd .login { padding: 10px 25px 10px 25px; }
.forgotPwd .login .row { clear: both; }
.authentification .login .row .cell ,
.forgotPwd .login .row .cell {
  float: left;
  margin-bottom: 5px;
}
.authentification .login .row .cellLeft,
.forgotPwd .login .row .cellLeft {
  font-weight: bold;
  padding-top: 3px; 
  width: 115px;
}
.authentification .login .row .cellRight input,
.forgotPwd .login .row .cellRight input { width: 150px; }
.authentification .login .rowButton { text-align: center; }
.forgotPwd .login .row .button {
  text-align: right;
  width: 273px;
}

/*** COPYRIGHT ***/
.authentification .copyright,
.forgotPwd .copyright { font-weight: bold; margin: auto; padding-top: 10px; text-align: center; width: 340px; }

/*** EDIT USER ***/
.editUser .configPanel,
.editUser .commandButtons { margin: 15px; width: 350px; }
.editUser .commandButtons { text-align: right; }
.editUser .configPanel .line { padding-top: 15px; }
.editUser .configPanel .line .label { float: left; width: 185px; }

/*** MEETING CALENDARS ***/
.meetingCalendar .content { padding: 0 25px 15px 25px; }
.meetingCalendar .content .title { font-weight: bold; padding-bottom: 5px; text-align: center; }
.meetingCalendar .content .filters { position: relative; }
.meetingCalendar .content .filters .line { clear: both; height: 20px; padding: 5px 0 5px 0; }
.meetingCalendar .content .filters .line .label { font-size: 14px; float: left; width: 150px; }
.meetingCalendar .content .filters .line .data { float: left; width: 220px; }
.meetingCalendar .content .grid { margin: 10px 0 15px 0; }

/*** PARAMS ***/
.confSection { overflow: auto; }
.admin { position: relative; }
.admin .configPanel { background-color: #fff; padding: 0 25px 15px 25px; }
.admin .configTitle { font-size: 16px; font-weight: bold; padding: 25px 0 10px 0; }
.admin .options .option { background-color: #bdbdbd; padding: 5px; width: 700px; }
.admin .options .optionAlt { background-color: #f1f1f1; }
.admin .options .name { float: left; width: 350px; }
.admin .options .value { float: left; width: 250px; }
.admin .options .fullWidthValue { float: left; width: 100%; }
.admin .optionsLegend { width: 610px; }
.admin .optionsLegend fieldset { border: 1px solid #bdbdbd; }
.admin .optionsLegend .option { width: 575px; }
.admin .optionsLegend .value { width: 200px; }
.admin .commandButtons { margin: 0 auto; padding: 15px 0 15px 0; text-align: right; width: 660px; }
.admin .disabled { color: #a8a8a8; }

/*** DATA HISTORY ***/
.dataHistory .content .title { font-weight: bold; padding-bottom: 5px; text-align: center; }

/*** ERROR PAGE **/
.error { margin: auto; width: 100%; background-color:#a3a3a3;margin-top:10%; }
.error .errorContainer { border: 1px solid #000; background-color:#fff; border-top: none; font-weight: bold; margin: auto; width: 340px; }
.error .errorContainer .message { margin-top: 25px; padding: 5px; }
.error .errorContainer .linkBack { margin: 15px 0 5px 0; padding: 5px; text-align: center; }

/*** UI MESSAGE ***/
.ui-widget { font-family: Arial, Verdana; font-size: 12px; margin-bottom: 10px; }
.ui-widget a { color: #cd0a0a; }
.ui-content { padding: 10px 5px 10px 5px; }
.ui-content-title { font-weight: bold; }
.ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.ui-state-error { border: 1px solid #cd0a0a; background: #fef1ec 50% 50%; color: #cd0a0a; }
.ui-state-info { border: 1px solid #fad42e; background: #fbec88 50% 50%; color: green; font-weight: bold; text-align: center; }

/*** TEMPORARY PASSWORD ***/
.temporaryPasswordBackground { background-color: #a3a3a3; height: 100%; }
.temporaryPassword { background-color: #ffffff; border: 1px solid #000000; margin: auto; width: 340px; }
.temporaryPassword .message { padding: 10px 0 5px 5px; }
.temporaryPassword .passwordForm .line { padding: 5px 0 5px 5px; width: 340px; }
.temporaryPassword .passwordForm .line .label { float: left; width: 165px; }
.temporaryPassword .passwordForm .line .value { float: left; width: 160px; }
.temporaryPassword .commandButtons { padding: 10px 5px 15px 0; text-align: right; }

/*** EXECUTIVE SUMMARIES*/
.executiveSummaries .title { font-weight: bold; font-size:15px; padding-bottom: 17px; text-align: left;margin-top:50px; }
.executiveSummaries .content { padding: 0 25px 15px 25px; }
.executiveSummaries .content .list .description {width: 850px;}
.executiveSummaries .content .list .section:nth-child(odd) {background-color: #bdbdbd;}
.executiveSummaries .content .list .section:nth-child(even) {background-color: #f1f1f1; }
.executiveSummaries .content .description a {font-weight:700; padding-left:5px; color: #000000; text-decoration: none; }
.executiveSummaries .content .description a:hover { text-decoration: underline; }
.executiveSummaries .successDiv {  padding: 15px 25px 15px 25px; background-color:#a6ffa0; }
.executiveSummaries .successDiv .success {font-size:15px}

.executiveSummary .mainTitle { font-weight: bold; font-size:15px; padding-bottom: 17px; text-align: left; }
.executiveSummary .mainTitle .errorMessage { display: block; color:#ff0000;margin-top:10px;}
.overlay { display:none; position:fixed; width:100%; height:100%; background-color:rgba(00,0,0,0.5);top:0;left:0;}
.fakePopUp {
    background-color:#ffffff;
    border:1px solid black;
    position:absolute; 
    top:25%;
    left:35%;
    width:525px;
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0.8); 
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.8); 
    box-shadow:0px 0 0 rgba(0,0,0,0.8);
}
.executiveSummary .title, .fakePopUp .title { font-weight: 700; padding: 5px; background-color:#f1f1f1; margin-bottom:10px; }
.executiveSummary .title {  font-size: 15px; }
.fakePopUp .value {background-color:#fff;margin-left:5px;}
.fakePopUp .title {background-color:#fff;padding:10px; margin-bottom:0}
.fakePopUp .mainTitle {background-color:#000; color:#fff;padding:10px;font-size:15px;}
.fakePopUp .value .reContentArea.reContentAreaToggle {max-width:525px;}
.executiveSummary .value, .fakePopUp .value  { padding-bottom: 15px; padding-left:5px; max-width:800px; }
.executiveSummary .textInput  { max-width:800px; }
.executiveSummary .content { padding: 30px 25px 15px 25px; max-height:none !important; }
.executiveSummary .approbationChain .listHeader { font-weight: bold; margin: 5px 0; }
.executiveSummary .approbationChain .line { padding: 0 0 2px 0;  position: relative; }
.executiveSummary .approbationChain .line .name,
.executiveSummary .approbationChain .line .substitute,
.executiveSummary .approbationChain .line .state, 
.executiveSummary .approbationChain .line .document { float: left; }
.executiveSummary .approbationChain .line .name { width: 200px; padding-left: 5px; }
.executiveSummary .approbationChain .line .substitute { width: 200px; }
.executiveSummary .approbationChain .line .state { width: 150px; }
.executiveSummary .approbationChain .line .document { width: 200px; }
.executiveSummary .approbationChain .title {  font-size: 15px; background-color: white; color: black; }
.executiveSummary .collaborationChain .line .name,
.executiveSummary .collaborationChain .line .contributor, 
.executiveSummary .collaborationChain .line .answer, 
.executiveSummary .collaborationChain .line .request { float: left; }
.executiveSummary .collaborationChain .listHeader { font-weight: bold; margin: 5px 0; }
.executiveSummary .collaborationChain .line { padding: 0 0 2px 0;  position: relative; }
.executiveSummary .collaborationChain .line .name { width: 150px;}
.executiveSummary .collaborationChain .line .contributor { width: 150px; padding-left: 5px; }
.executiveSummary .collaborationChain .line .request { width: 200px; padding-left: 5px; }
.executiveSummary .collaborationChain .line .answer { width: 200px; padding-left: 5px; }
.executiveSummary .additionalDocuments .listHeader { font-weight: bold; margin: 5px 0; }
.executiveSummary .additionalDocuments .line { padding: 0 0 2px 0;  position: relative; }
.executiveSummary .additionalDocuments .line .name,
.executiveSummary .additionalDocuments .line .link,
.executiveSummary .additionalDocuments .line .size { float: left; }
.executiveSummary .additionalDocuments .line .name { width: 200px; }
.executiveSummary .additionalDocuments .line .link { width: 300px; padding-left: 15px; }
.executiveSummary .additionalDocuments .line .size { width: 50px; padding-left: 15px; }
.executiveSummary .value .contributors { margin: 15px 0; }
.executiveSummary .title .line { display: inline; }
.executiveSummary .title .line .name { width: 200px; float:left; }
.executiveSummary .title .line .state { width: 100px; float:left; }
.executiveSummary .title .line .document { width: 200px; float:left; }
.executiveSummary input[type=file] {display:none;}
.executiveSummary input[type=submit]
{ 
    background: url('Images/BackgroundButton.png') repeat center top;
    font-size:11px;
    font-family:Arial;
    padding-left:5px;
    padding-right:5px;
    margin-right:10px;
    font-weight: 800;
    min-width: 100px;
    color:#000;
    border: 0;
    border-radius : 4px;
    -moz-box-shadow: 1px 2px 2px 1px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 2px 2px 1px rgba(0,0,0,0.5);
    box-shadow:1px 2px 2px 1px rgba(0,0,0,0.5);
}
.executiveSummary input[type=submit]:active, .executiveSummary input[type=submit]:hover
{ 
    cursor:pointer;
    outline:0;
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0.8); 
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.8); 
    box-shadow:0px 0 0 rgba(0,0,0,0.8);
}
.executiveSummary input[type=submit]:focus{ outline: 0; }
.executiveSummary .approvalButtons { margin: 15px 0 50px 0; }

.imgSearch { background-image:url(../Skins/Images/32x32/search.png); background-repeat:no-repeat }
.imgSearch:hover, .imgSearch:active { background-image:url(../Skins/Images/32x32/search-hover.png); }
.imgSearch:focus {outline:0;}


.imgCalendar { background-image:url(../Skins/Images/32x32/calendar.png); background-repeat:no-repeat }
.imgCalendar:hover, .imgCalendar:active { background-image:url(../Skins/Images/32x32/calendar-hover.png); }
.imgCalendar:focus {outline:0;}


.imgBack { background-image:url(../Skins/Images/32x32/back.png); background-repeat:no-repeat }
.imgBack:hover, .imgBack:active { background-image:url(../Skins/Images/32x32/back-hover.png); }
.imgBack:focus {outline:0;}


.imgEmail { background-image:url(../Skins/Images/32x32/email.png); background-repeat:no-repeat }
.imgEmail:hover, .imgEmail:active { background-image:url(../Skins/Images/32x32/email-hover.png); }
.imgEmail:focus {outline:0;}


.imgEngrenage { background-image:url(../Skins/Images/32x32/engrenage.png); background-repeat:no-repeat }
.imgEngrenage:hover, .imgEngrenage:active { background-image:url(../Skins/Images/32x32/engrenage-hover.png); }
.imgEngrenage:focus {outline:0;}


.imgHyperJump { background-image:url(../Skins/Images/32x32/HyperJump.png); background-repeat:no-repeat }
.imgHyperJump:hover, .imgHyperJump:active { background-image:url(../Skins/Images/32x32/HyperJump-hover.png); }
.imgHyperJump:focus {outline:0;}


.imgHistorique { background-image:url(../Skins/Images/32x32/historique-consultation.png); background-repeat:no-repeat }
.imgHistorique:hover, .imgHistorique:active { background-image:url(../Skins/Images/32x32/historique-consultation-hover.png); }
.imgHistorique:focus {outline:0;}


.imgList { background-image:url(../Skins/Images/32x32/list.png); background-repeat:no-repeat }
.imgList:hover, .imgList:active { background-image:url(../Skins/Images/32x32/list-hover.png); }
.imgList:focus {outline:0;}


.imgExecutiveSummary { background-image:url(../Skins/Images/32x32/executiveSummary.png); background-repeat:no-repeat }
.imgExecutiveSummary:hover, .imgExecutiveSummary:active { background-image:url(../Skins/Images/32x32/executiveSummary-hover.png); }
.imgExecutiveSummary:focus {outline:0;}


.imgMinus { background-image:url(../Skins/Images/32x32/minus.png); background-repeat:no-repeat }
.imgMinus:hover, .imgMinus:active { background-image:url(../Skins/Images/32x32/minus-hover.png); }
.imgMinus:focus {outline:0;}

.imgAppDownload {background-image:url(../Skins/Images/32x32/AppDownload.png); background-repeat:no-repeat}
.imgAppDownload:hover, .imgAppDownload:active {background-image:url(../Skins/Images/32x32/AppDownload-hover.png); background-repeat:no-repeat}
.imgAppDownload:focus {outline:0;}

.imgLiaisonDocPrive { background-image:url(../Skins/Images/32x32/liaison_document_prive_utilisateur.png); background-repeat:no-repeat }
.imgLiaisonDocPrive:hover, .imgLiaisonDocPrive:active { background-image:url(../Skins/Images/32x32/liaison_document_prive_utilisateur-hover.png); }
.imgLiaisonDocPrive:focus {outline:0;}


.imgLiaisonDocDelete { background-image:url(../Skins/Images/32x32/liaison_document_prive_utilisateur_X.png); background-repeat:no-repeat }
.imgLiaisonDocDelete:hover, .imgLiaisonDocDelete:active { background-image:url(../Skins/Images/32x32/liaison_document_prive_utilisateur_X-hover.png); }
.imgLiaisonDocDelete:focus {outline:0;}


.imgLiaisonDocOpen { background-image:url(../Skins/Images/32x32/ouverture_document.png); background-repeat:no-repeat }
.imgLiaisonDocOpen:hover, .imgLiaisonDocOpen:active { background-image:url(../Skins/Images/32x32/ouverture_document-hover.png); }
.imgLiaisonDocOpen:focus {outline:0;}


.imgPrivateNote { background-image:url(../Skins/Images/32x32/privateNote.png); background-repeat:no-repeat }
.imgPrivateNote:hover, .imgPrivateNote:active { background-image:url(../Skins/Images/32x32/privateNote-hover.png); }
.imgPrivateNote:focus {outline:0;}


.imgOpen { background-image:url(../Skins/Images/32x32/open.png); background-repeat:no-repeat }
.imgOpen:hover, .imgOpen:active { background-image:url(../Skins/Images/32x32/open-hover.png); }
.imgOpen:focus {outline:0;}


.imgPublicNote { background-image:url(../Skins/Images/32x32/publicNote.png); background-repeat:no-repeat }
.imgPublicNote:hover, .imgPublicNote:active { background-image:url(../Skins/Images/32x32/publicNote-hover.png); }
.imgPublicNote:focus {outline:0;}


.imgRefresh { background-image:url(../Skins/Images/32x32/refresh.png); background-repeat:no-repeat }
.imgRefresh:hover, .imgRefresh:active { background-image:url(../Skins/Images/32x32/refresh-hover.png); }
.imgRefresh:focus {outline:0;}


.imgShutdown { background-image:url(../Skins/Images/32x32/shutdown.png); background-repeat:no-repeat }
.imgShutdown:hover, .imgShutdown:active { background-image:url(../Skins/Images/32x32/shutdown-hover.png); }
.imgShutdown:focus {outline:0;}


.imgIco { background-image:url(../Skins/Images/32x32/ico.png); background-repeat:no-repeat }
.imgIco:hover, .imgIco:active { background-image:url(../Skins/Images/32x32/ico-hover.png); }
.imgIco:focus {outline:0;}

.imgChangePassword { background-image:url(../Skins/Images/32x32/key.png); background-repeat:no-repeat }
.imgChangePassword:hover, .imgChangePassword:active { background-image:url(../Skins/Images/32x32/key-hover.png); }
.imgChangePassword:focus {outline:0;}


.imgHr { background-image:url(../Skins/Images/32x32/hr.png); background-repeat:no-repeat }
.imgHr:hover, .imgHr:active { background-image:url(../Skins/Images/32x32/hr-hover.png); }
.imgHr:focus {outline:0;}


.imgDownload { background-image:url(../Skins/Images/32x32/download.png); background-repeat:no-repeat }
.imgDownload:hover, .imgDownload:active { background-image:url(../Skins/Images/32x32/download-hover.png); }
.imgDownload:focus {outline:0;}

.imgRubrique { background-image:url(../Skins/Images/32x32/rubriques.png); background-repeat:no-repeat; }
.imgRubrique:hover { background-image:url(../Skins/Images/32x32/rubriques-hover.png); background-repeat:no-repeat; }
.imgRubrique:focus { outline:0; }

.imgArchive { background-image:url(../Skins/Images/32x32/archives.png); background-repeat:no-repeat; }
.imgArchive:hover { background-image:url(../Skins/Images/32x32/archives-hover.png); background-repeat:no-repeat; }
.imgArchive:focus { outline:0; }

.modal
{
    position: fixed;
    z-index: 0;
    height: inherit;
    width: 960px;
    top: 0;
    background-color: transparent;
    /*filter: alpha(opacity=60);
    opacity: 0.6;*/
    -moz-opacity: 0.8;
}

.center
{
    z-index: 1000;
    margin: 360px auto;
    padding: 10px;
    width: 100px;
    background-color: white;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    text-align: center;
}

.RadTreeView .rtIn { display: inline !important; }