/* Wiki EDIT */

.wiki-edit,
.wiki-edit .wiki-section {
  position: relative;
}

DIV.Portlet .wiki-edit  .wiki-action,
DIV.Portlet .wiki-edit A.wiki-action,
DIV.Portlet .wiki-edit A.wiki-action:hover {
  font: normal 10px Arial, Helvetica, sans-serif;
  line-height: 13px;
}

.wiki-edit .wiki-action {
  position: absolute;
  right: -1px;
  top:  -17px;
  padding: 1px 3px 0px 3px;
  
  color: #555555;
  background-color: #EEEEEE; 
  border: 1px solid #DDDDDD;
}
.wiki-edit .wiki-action:focus { outline:none; }
.wiki-edit .wiki-action:hover { text-decoration: none; }
  
.wiki-edit .wiki-edit-section IMG { 
   background-image:    url('../../../images/jalios/icons/editSmall.gif'); 
   background-position: -2px -2px; 
   width:  13px; 
   height: 13px;
   vertical-align: text-bottom;
   border: 0 none;
 }
.wiki-edit .wiki-section .wiki-edit-section SPAN { display: none; }

.browser-IE6 .wiki-edit .wiki-section .wiki-action { top: 4px; }
.wiki-edit .wiki-section .wiki-action { bottom: 2px; top: auto; padding-right: 5px; background-color: transparent; border-color: transparent;}
.wiki-edit .wiki-save-section, 
.wiki-edit .wiki-cancel-section  {
	display: none; 
  border-radius: 3px;
  -moz-border-radius: 3px; 
  padding: 2px 4px;
  top:  -24px;
  
}

.wiki-edit .wiki-save-section {
	font-weight: bold;
	border: 1px solid #4d74c2;
  background-color: #4d74c2;  
  background: -moz-linear-gradient(center top , #5084EE, #4D74C2) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#5084ee), to(#4d74c2) );
}

.wiki-edit A.wiki-save-section,
.wiki-edit A.wiki-save-section:visited {
  color: #FFF !important;
}


.wiki-edit .wiki-save-section  { right:  5em; }

.wiki-editing .wiki-cancel-section,
.wiki-editing .wiki-save-section { 
  display: block;
}
.wiki-editing .wiki-edit-section { display: none;  }

.wiki-edit       { border: 1px solid transparent;  }
.wiki-edit:hover { border: 1px solid #EEEEEE; }
.wiki-edit       > .wiki-edit-section  { display: none; }
.wiki-edit:hover > .wiki-edit-section  { display: block;}
.wiki-editing:hover > .wiki-edit-section  { display: none;}

.browser-IE6 .wiki-edit,
.browser-IE6 .wiki-section .wiki-action, { border: none!important; }

/* Special for wikiPage */
.wikiPage .wiki-edit { border: 1px solid transparent; }
.wikiPage .wiki-edit > .wiki-edit-section  { display: block; border: 1px solid transparent; background: transparent; }
.wikiPage .wiki-editing > .wiki-edit-section { display: none; } 
.wikiPage .wiki-edit .wiki-edit-section SPAN { display: none; }


/* Wiki buttons color */
.wiki-edit .wiki-section .wiki-save-section,
.wiki-edit .wiki-section .wiki-cancel-section {
  border: 1px solid #DDDDDD;
  background-color: #EEEEEE;
  -moz-border-radius:     3px;
  -webkit-border-radius:  3px;
  border-radius:          3px;
}
.wiki-edit .wiki-section .wiki-save-section {
  border: 1px solid #5882B5;
	background-color: #4d74c2;
  font-weight: bold;
}

/* EDIT Widget */

.edit-widget{
  position: absolute;
  top:  0;
  left: 0;
  background: #FFFFFF;
  z-index: 2;
}

.edit-widget .UI_EDITOR_WIKIAREA{
  width:  100%;
  height: 100%;
  margin:  0;
  padding: 0;
}

.edit-widget .focus-field TEXTAREA.formTextarea,
.edit-widget .UI_EDITOR_WIKIAREA TEXTAREA {
  width:  100%;
  height: 100%;
  margin:  0;
  padding: 0;
  border:  1px solid #CCCCCC;
}

.edit-widget .focus-field {
  padding-bottom: 20px;
}

/* howToTFR */
.howToTFR TABLE.param       { font-family: Arial, Helvetica, sans-serif; font-size: 80%; }
.howToTFR TABLE.param .term { font-family: Courier, New Lucida, Console; }

.howToTFR TD {
  padding: 2px 2px 2px 4px;
}
.howToTFR .term {
  text-align: right;
  padding: 2px; 
  background-color: #EEEEEE;
}



