/* fcamel's CSS template */
/* vim:foldenable:foldmethod=marker
 */

/* hyper-link setting */
/* {{{ */
a { color:blue; }
/*a:visited { color:#FF6600; font-family:·s²Ó©úÅé; }*/
/*a:hover { color:white; background:#0077FF; }*/
a:hover { color:red; }

a.back {
	font-size: 14pt;
	font-weight: bold;
	color:#9d3300;
}
a.back:hover {
	color: red;
}

a.act:visited { color:#FF6600; }
a.act:hover { color:red; }

a.hidden { text-decoration: none; }
a.hidden:hover { background:#f0f0f0; text-decoration: none; }
/* }}} */

body {
	background-color: #f0f0f0;
	margin: 0px;
	margin-left: 180px;
}

body.no_offset {
	background-color: #f0f0f0;
	margin: 0px;
}

p {
	color: black;
	font-size: 12pt;
	margin-left: 28px;
}

q.imp, span.imp {
	color: red;
	font-weight: bold;
}

div {
	margin-top: 10px;
	margin-bottom: 16px;
	margin-left: 16px;
	margin-right: 10px;
	padding-bottom: 10px;
}

table {
	border: 0;
	margin-left: 10px;
}

td.a { 
	background-color: #005599;
	color: white;
}

td.img { /* shade td, use for image */
	border-bottom: 2px solid gray;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 2px solid gray;
}
td.s { /* shade td */
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}
th.s { /* shade th, use for image */
	color: white;
	background-color: #777777;
	text-align: center;
	border-bottom: 2px solid gray;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 2px solid gray;
}

div.spacer {
	clear: both;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

div.row {
	color: #8fe0ff;
	background-color: #005599;
	/*
	color: #dddddd;
	background-color: #444444;
	*/
	font-size: 26px;
	font-weight: bold;
	border: 0px;
	padding: 5px;
	padding-left: 20px;
	padding-right: 10px;
	margin: 0px;
	margin-bottom: 20px;
	width: 75%;
	max-width: 75%;
}

div.row span.left {
	float: left;
	text-align: left;
}

div.row span.right {
	float: right;
	text-align: right;
}

div.unix, q.unix {
	margin: 10px;
	font-size: 12pt;
	padding: 5px;
	width: 650px;
	background-color: black;
	color: #ffffff;
}
pre.unix {
	font-size: 12pt;
	padding: 5px;
	background-color: black;
	color: #ffffff;
	width: 650px;
	margin-left: 30px
}

img {
	border: none;
}

/* setting of template "index" */
/* {{{ */
body.index {
	background-color: #f0f0f0;
	margin: 0px;
}
div.index {
	position: absolute;
	left: 5px;
	top: 10px;
	text-align: center;
	border-bottom: 3px solid gray;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 3px solid gray;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 20px;
}
body > div.index {
	position: fixed;
}
div.index a {
	font-size: 12pt;
	padding-left: 10px;
	color:#0000ff;
}
div.index a:active { color:#ff0000; text-align: right; }
/*div.index a:hover { color:white; background:#0077FF; }*/
div.index a:hover { color: red; }

div.index a.hidden {
	font-size: 12pt;
	padding-left: 0px;
	color: #a00000; 
	text-decoration: none;
	/*cursor: default;*/
	cursor: text;
}
div.index a.hidden:hover { 
	background: #f0f0f0; 
	text-decoration: none; 
}
div.index h4{
	color: #a00000;
	padding: 5px;
	margin: 0px;
}

div#links {
	position: absolute; 
	left: 5px; 
	top: 10px; 
	width: 160px; 
	font-size: 16px;
	font-weight: bold;
	z-index: 100;
	border-bottom: 3px solid gray;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 3px solid gray;
}
div#links a {
	display: block; 
	text-align: left; 
	padding-top: 5px;
	padding-left: 36px;
	border-width: 0; 
	margin-bottom: 1px;
	text-decoration: none; 
	color: #666666; 
}
div#links a:hover {
	color: #8fe0ff;
	background: #005599;
	/*border-right: 5px double white;*/
}
div#links a.hidden {
	color: #a00000;
	background-color: #f0f0f0;
	font-weight: bold;
	cursor: text;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
}
div#links a.hidden:hover {
	color: #a00000;
	background-color: #f0f0f0;
}

div#links a span {
	display: none;
}
div#links a:hover span {
	display: block;
	position: absolute; top: 410px; 
	left: 0; width: 125px;
	padding: 5px; margin: 10px; 
	z-index: 100;
	color: #777; 
	text-align: center;
	border-bottom: 3px solid gray;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 3px solid gray;
}
body > div#links {
	position: fixed;
}


/* }}} */
/* end of "index" */

/* setting of template "postit" */
/* {{{ */
div.postit {
	border-bottom: 3px solid gray;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 3px solid gray;
}
div.postit a {
	padding-left: 8px;
}
div.postit a.no {
	padding-left: 0px;
}
div.postit p.a {
	color: #666666;
	font-size: 14pt;
	margin-left: 28px;
	width: 550px;
	padding-left: 8px;
}
div.postit p {
	color: #000000;
	margin-left: 10px;
	/*margin-right: 50%;*/
	width: 550px;
	padding-left: 8px;
}
div.postit h2 {
	color: #8fe0ff;
	background-color: #005599;
	/*
	color: #dddddd;
	background-color: #444444;
	*/
	/*text-decoration: underline;*/
	/*max-width: 80%;*/
	width: 75%;
	padding-left: 22px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 16px;
	/*position: relative;*/
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}
div.postit h3{
	color: #ff6030;
	line-height: 3px;
	padding-left: 8px;
}
div.postit h4{
	color: #a00000;
	line-height: 3px;
	padding-left: 8px;
}
div.postit dd {
	color: #558555;
}
/* end of "postit" */
/* }}} */

/* setting of "doc_db" */
/* {{{ */
div.doc_db {
}
div.doc_db table {
	width: 650px;
}
div.doc_db th {
	color: white;
	background-color: #00438b;
}
div.doc_db td {
	color: #555555;
	background-color: white;
	padding-left: 10px;
}
div.doc_db td.a {
	color: #555555;
}
div.doc_db td.b {
	color: #6070ff;
	text-align: right;
	padding-right: 10px;
}
div.doc_db hr {
	width: 670px;
	text-align: left;
}
/* end of "doc_db" */
/* }}} */
