/* -------------------------------------------------------------------
// markItUp! Universal MarkUp Engine, JQuery plugin
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp * {
	margin:0px; padding:0px;
	outline:none;
}
.markItUp a:link,
.markItUp a:visited {
	color:#000;
	text-decoration:none;
}
.markItUp  {
	width:700px;
	margin:5px 0 5px 0;	
}
.markItUpContainer  {
	border:1px solid #333;	
	background:#FFF url(images/bg-container.png) repeat-x top left;
	padding:5px 5px 2px 5px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
.markItUpEditor {
	font:12px 'Courier New', Courier, monospace;
	padding:5px 5px 5px 5px;
	border:3px solid #333;
	width:673px;
	height:320px;
	background-image:url(images/bg-editor.png);
	background-repeat:no-repeat;
	clear:both; display:block;
	line-height:18px;
	overflow:auto;
}
.markItUpPreviewFrame	{
	overflow:auto;
	background-color:#FFFFFF;
	border:1px solid #3C769D;
	width:99.9%;
	height:350px;
	margin:5px 0;
}
.markItUpFooter {
	width:100%;
	cursor:n-resize;
}
.markItUpResizeHandle {
	overflow:hidden;
	width:22px; height:5px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/handle.png);
	cursor:n-resize;
}
/***************************************************************************************/
/* first row of buttons */
.markItUpHeader ul li	{
	list-style:none;
	float:left;
	position:relative;
}
.markItUpHeader ul li ul{
	display:none;
}
.markItUpHeader ul li:hover > ul{
	display:block;
}
.markItUpHeader ul .markItUpDropMenu {
	background:transparent url(images/menu.png) no-repeat 115% 50%;
	margin-right:5px;
}
.markItUpHeader ul .markItUpDropMenu li {
	margin-right:0px;
}
.markItUpHeader ul .markItUpSeparator {
	margin:0 10px;
	width:1px;
	height:16px;
	overflow:hidden;
	background-color:#CCC;
}
.markItUpHeader ul ul .markItUpSeparator {
	width:auto; height:1px;
	margin:0px;
}
/* next rows of buttons */
.markItUpHeader ul ul {
	display:none;
	position:absolute;
	top:18px; left:0px;	
	background:#F5F5F5;
	border:1px solid #3C769D;

	height:inherit;
	padding:0;
}
.markItUpHeader ul ul li {
	float:none;
	border:none;
	border-bottom:1px solid #3C769D;
}
.markItUpHeader ul ul .markItUpDropMenu {
	background:#F5F5F5 url(images/submenu.png) no-repeat 100% 50%;
}
/* next rows of buttons */
.markItUpHeader ul ul ul {
	position:absolute;
	top:-1px; left:150px;
}
.markItUpHeader ul ul ul li {
	float:none;
}
.markItUpHeader ul a {
	display:block;
	width:16px; height:16px;
	text-indent:-10000px;
	background-repeat:no-repeat;
	padding:3px;
	margin:0px;
}
.markItUpHeader ul ul a {
	display:block;
	padding-left:0px;
	text-indent:0;
	width:120px; 
	padding:5px 5px 5px 25px;
	background-position:2px 50%;
}
.markItUpHeader ul ul a:hover  {
	color:#FFF;
	background-color:#3C769D;
}
/***************************************************************************************/
.html .markItUpEditor {
	background-image:url(images/bg-editor-html.png);
}
.markdown .markItUpEditor {
	background-image:url(images/bg-editor-markdown.png);
}
.textile .markItUpEditor {
	background-image:url(images/bg-editor-textile.png);
}
.bbcode .markItUpEditor {
	background-image:url(images/bg-editor-bbcode.png);
}
.wiki .markItUpEditor {
	background-image:url(images/bg-editor-wiki.png);
}
.dotclear .markItUpEditor {
	background-image:url(images/bg-editor-dotclear.png);
}/* -------------------------------------------------------------------
// markItUp!
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp .markItUpButton1 a {
	background-image:url(images/h1.png); 
}
.markItUp .markItUpButton2 a {
	background-image:url(images/h2.png); 
}
.markItUp .markItUpButton3 a {
	background-image:url(images/h3.png); 
}
.markItUp .markItUpButton4 a {
	background-image:url(images/h4.png); 
}
.markItUp .markItUpButton5 a {
	background-image:url(images/h5.png); 
}
.markItUp .markItUpButton6 a {
	background-image:url(images/h6.png); 
}
.markItUp .markItUpButton7 a {
	background-image:url(images/paragraph.png); 
}

.markItUp .markItUpButton8 a {
	background-image:url(images/bold.png);
}
.markItUp .markItUpButton9 a {
	background-image:url(images/italic.png);
}
.markItUp .markItUpButton10 a {
	background-image:url(images/stroke.png);
}

.markItUp .markItUpButton11 a {
	background-image:url(images/list-bullet.png);
}
.markItUp .markItUpButton12 a {
	background-image:url(images/list-numeric.png);
}

.markItUp .markItUpButton13 a {
	background-image:url(images/picture.png); 
}
.markItUp .markItUpButton14 a {
	background-image:url(images/link.png);
}

.markItUp .markItUpButton15 a	{
	background-image:url(images/quotes.png);
}
.markItUp .markItUpButton16 a	{
	background-image:url(images/code.png);
}

.markItUp .preview a {
	background-image:url(images/preview.png);
}/** Wiki default styles **/

/* General */

h1.wiki-title {
  font-size: 15px;
  margin-bottom: 15px;
  display: none;
}
.nahoWiki input, .nahoWiki select, .nahoWiki textarea {
	color: #000;
}
.wiki-warning {
  xborder: 1px solid #969;
  xbackground: #FEE;
  padding: 10px;
  margin: 25px 0 0 0;
  color: #C33;
}
.wiki-warning a {
  color: #C33;
}
.wiki-warning a:hover {
  color: #900;
}

/* View */

.wiki-toc-container {
  margin: 0 -300px 0 35px;
  padding: 0;
  float: right;
  width: 260px;
}
a.wiki-toc-header {
  position: absolute;
  display: block;
  font-family:"Times New Roman",Times,serif;
  width: 260px;
  text-align: center;
  padding: 35px 0 0;
  background: transparent url(../nahoWiki/images/toc/head.png) left top no-repeat;
  text-transform: uppercase;
  color: #333;
  font-size: 14px;
  height: 40px;
  text-decoration: none;
  z-index: 2;
}
a.wiki-toc-header:hover {
	text-decoration: underline;
	color: #000;
}
#wiki-toc {
  position: absolute;
  margin: 40px 0 0 0;
  display: block;
  width: 170px;
  background: transparent url(../nahoWiki/images/toc/content.png) left bottom no-repeat;
  padding: 40px 43px 35px; 
  z-index: 1;
}
#wiki-toc ul {
  list-style-type: disc;
  margin: 0;
  padding: 0 0 0 10px;
}
#wiki-toc ul li {
  list-style-type: disc;
  margin: 0;
  padding: 0 0 3px 0;
}
.wiki-form p {
	padding: 0 0 0 125px;
	color: #C0B8A6;
}
.wiki-form  label{
	line-height: 26px;
	color: #C0B8A6;
}
.wiki-form  input{
	margin: 3px 0;
	padding: 2px;
}
.submit-button, .preview-button {
	background: #28472a;
	border: 1px solid #74583e;
	color: #C0B8A6 !important;
	font-weight: bold;
}
.wiki-page, .wiki-index {
  padding: 5px 25px 0;
  width: 600px;
}
#edit_page, #diff_form {
	padding: 20px 0 0;
}
#add_page ul {
	padding-top: 15px;
}
.wiki-page h1 {
	padding: 0 0 5px 0;
	color: #C0B8A6;
}
.wiki-page h2,
.wiki-page h3,
.wiki-page h4,
.wiki-page h5,
.wiki-page h6 {
	padding: 10px 0 5px 0;
	color: #C0B8A6;
}
.wiki-page p {
	padding: 0 0 5px 0;
	color: #C0B8A6;
}
.wiki-page ol {
	list-style: decimal;
	margin-left: 20px;
	margin-bottom: 15px;
}
.wiki-page ol  > ol {
	list-style: decimal;
	margin-bottom: 0;
}
.wiki-page ol  ol {
	list-style: decimal;
	margin-bottom: 0;
}
.wiki-page ul {
	list-style: disc;
	margin-left: 20px;
	padding-bottom: 5px;
}
.wiki-page ul ul {
	list-style: circle;
	margin-bottom: 0;
}

.wiki-page table {
	border-left: 1px solid #90826B;
	border-bottom: 1px solid #90826B;
	margin-bottom: 10px;
}
.wiki-page table td, .wiki-page table th {
	border-top: 1px solid #90826B;
	border-right: 1px solid #90826B;
	padding:3px 5px;
}

.wiki-page table th {
	background-color: #90826B;
	color: #000;
	font-weight:normal;
	line-height:100%;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 12px;
}
.wiki-page table.img_desc, .wiki-page table.img_desc td, .wiki-page table.img_desc_left td, .wiki-page table.img_desc_right td{
	padding: 0;
	border: none;
	font-style: italic;
}
.wiki-page table.img_desc_left {
	display: block;
	float: left;
	margin-right: 10px;
	border: none;
}
.wiki-page table.img_desc_right {
	display: block;
	float: right;
	margin-left: 10px;
	border: none;
}

/* Edit */

.wiki-preview {
  border: 1px dashed #999;
  padding: 15px;
  background: #EEE;
}

/* form */

.wiki-form ul {
  list-style-type: none;
}
.wiki-form ul li label {
  float: left;
  margin-left: -120px;
  display: block;
  width: 110px;
  text-align: right;
  font-weight: bold;
}
.wiki-form ul li {
  padding-left: 120px;
}
.wiki-form ul li ul.error_list {
  xborder: 1px solid #ff0000;
  xbackground: #ffeeee;
  padding: 0.2em;
  font-weight: bold;
  color: #ff0000;
}
.wiki-form ul li ul.error_list li {
  padding-left: 20px;
  background: transparent url(../../sf/sf_admin/images/error.png) no-repeat;
}
.wiki-form ul li ul.error_list li:before {
  content: " x "
}
.wiki-form ul li ul.error_list li:after {
  content: " x "
}

/* Index */

.wiki-index ul {
	list-style-type: disc;
	margin-left: 15px;
	padding-left: 0px;
}
.wiki-index ul li {
  margin: 5px 0px 5px 0px;
}
.wiki-index ul li a {
  font-size: 14px;
}
.wiki-index a.wiki-link-page {
  color: #90826B;
  background: transparent url(../images/article.gif) no-repeat left center;
  font-weight: bold;
}
.wiki-index a.wiki-link-category {
  color: #90826B;
}
.wiki-index a.wiki-link-category-open {
  background: transparent url(../images/dir_open.gif) no-repeat left center;
}
.wiki-index a.wiki-link-category-closed {
  background: transparent url(../images/dir_closed.gif) no-repeat left center;
}

/* History */

table.wiki-history {
  margin: 0;
  padding: 0;
  background-color: #eee;
  color: #333;
  border: 1px solid #BBB;
  border-collapse: collapse;
  border-spacing: 0;
}
table.wiki-history th {
  font-weight: bold;
  text-align: left;
  padding: 5px 10px;
  xbackground: #F9F9F9;
}
table.wiki-history td {
  padding: 5px 10px;
  border-top: 1px solid #BBB;
}
table.wiki-history a {
	color: #000;
}

/* Diff */

.wiki-diff ins {
  background: green;
  text-decoration: none;
  font-weight: bold;
  padding: 0px 2px;
}
.wiki-diff del {
  background: red;
  padding: 0px 2px;
}

/* Breadcrumbs */

.wiki-breadcrumbs {
  padding: 15px 25px 20px;
  color: #C0B8A6;
	display: none;
 }
.wiki-breadcrumbs a {
  text-decoration: none;
  color: #C0B8A6;
}
.wiki-breadcrumbs a:hover {
  text-decoration: underline;
  color: #C0B8A6;
}
.wiki-breadcrumbs-separator {
  color: #C0B8A6;
  margin: 0px 5px;
}

/* Page actions */

ul.wiki-actions {
  background: transparent url(../images/subpage/sub_menu_bg.jpg) no-repeat left center;
  list-style-type: none;
  margin: 0 0 8px 3px;
  padding: 0 0 0 22px;
  overflow: hidden;
  height: 50px;
}
ul.wiki-actions li {
  float: left;
  padding: 0;
  margin: 10px 0 0;
  background: transparent;
}
ul.wiki-actions li.active {
  background: #333;
}
ul.wiki-actions li a {
  display: block;
  margin: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 32px;
  line-height: 31px;
  color: #C0B8A6;
}
ul.wiki-actions li.active a {
  font-weight: normal;
}

/* for mark it up */

.markItUpHeader ul li {
  padding-left: 0;
}
.nahoWiki {
	margin: 0 30px;
	background: transparent;
}


