
/** 
default styles **/


/* General */
.wiki-content a{
color:black;
}
p { line-height: 1.3em }

h1.wiki-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
  text-transform: capitalize;
  color: #b70f15;
}

.wiki-warning {
  border: 1px solid #081018;
  background: #eb1c24;
  padding: 10px;
  margin: 25px;
}

ol li { list-style-type: decimal }

/* View */

/* .wiki-content { width: 560px; padding-right: 20px; border-right: 2px solid #114973 } */

.wiki-title { color: #FFF }

.wiki-page h2 {
  margin-top: 30px;
  color: #3E434E;
  font-size: 16px;
}

.wiki-toc-container {
  margin: 0px 10px 10px 30px;
  float: right;
  width: 270px;
  background: #ccc;
  border: 1px solid black;

}
.wiki-toc-container a{
color:black;
}
a.wiki-toc-header {
  display: block;
  padding: 20px 0 0 15px;
  font-size: 1.1em;
  color: #b70f15;
  text-decoration: none;
}
a.wiki-toc-header:hover {
  text-decoration: none;
}

#wiki-toc {
  margin: 3px 0px 0px 0px;
  padding: 1em 0em 1em 1em;
}

#wiki-toc ul {
  list-style-type: square;
  margin: 0;
  padding: 0 5px 0 10px
}

li.wiki-toc-level2 {
  list-style-type: decimal;
  margin-bottom: 0.5em;
}

.wiki-page, .wiki-index {
  background: white;
  color:black;
  width:1000px;
}


/* Edit */

.wiki-preview {
  border: 1px dashed #999;
  padding: 15px;
  background: #EEE;
}


/* Index */

.wiki-index p {
	margin: 10px;
}

.wiki-index ul {
	list-style-type: none;
	margin-left: 25px;
}

.wiki-index ul li {
	margin: 5px 0px 5px 0px;
}

.wiki-index ul li a {
	padding-left: 15px;
	font-size: 14px;
}

.wiki-index a.wiki-link-page {
	color: #33C;
	background: transparent url(../images/article.gif) no-repeat left center;
}

.wiki-index a.wiki-link-category {
	color: #C66;
}

.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: 0px 0px 0px 25px;
  padding: 0;
  border: 1px solid #EEE;
  border-collapse: collapse;
  border-spacing: 0;
}

table.wiki-history th {
  font-weight: bold;
  text-align: left;
  padding: 5px 10px;
  background: #F9F9F9;
}

table.wiki-history td {
  padding: 5px 10px;
  border-top: 1px solid #EEE;
}


/* 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 {
	margin: 0;
	padding: 10px 5px 10px 40px;
	background: #0A131C;
	background-position: 10px center;
	margin-bottom: 15px;
}

.wiki-breadcrumbs a {
	text-decoration: none;
	color: #FFF;
}

.wiki-breadcrumbs a:hover {
	text-decoration: underline;
}

.wiki-breadcrumbs-separator {
	color: #666;
	margin: 0px 5px;
}


/* Page actions */

ul.wiki-actions {
	list-style-type: none;
	margin: 0;
	padding: 0;
  padding-left: 10px;
	overflow: hidden;
	margin-bottom: -1px;
}

ul.wiki-actions li {
	float: left;
	padding: 0 20px;
	margin: 0px 5px 0px 0px;
	background: #081018;
  border-bottom: 1px solid #0A131C;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-topleft: 7px;
}

ul.wiki-actions li.active {
	background: #0A131C;
}

ul.wiki-actions li a {
	display: block;
	margin: 0;
	padding: 5px 10px;
	color: #9d9fa1;
}

ul.wiki-actions li.active a {
	font-weight: bold;
  color: #FFF;
}
.wiki-content p, .wiki-content a{
font-size:13px;
color:#3E434E;
}
div.nahoWiki ul.tabs li{
background:#fff !important;
}
div.nahoWiki ul li a{
color:#3E434E;
}
div.nahoWiki ul.tabs li:first-child { padding-left: 0; }
div.nahoWiki div.center { margin-top:10px; }
