/**
 *
 * PHP versions 4 and 5
 *
 * Copyright 2005-2008, hokuken, Inc.
 *
 * @filesource
 * @copyright		Copyright 2005-2008, houken, Inc.
 * @package			forum
 * @version			1.0
 * @modifiedby		hokuken, Inc.
 * @lastmodified	2008.10.28
 */
#content {
	background-color:#fff;
}

#main {
	margin-right:2%;
	margin-top:10px;
	float:left;
	background-color:#fff;
	width:95%;
}
#menu {
	margin-top:10px;
	padding-left:10px;
	border-left:2px dotted #ccc;
	background-color:#fff;
}
#menu h3 {
	margin-bottom:0.5em;
}
#menu ul {
	margin-left:0pt;
	padding:0pt;
}
#menu ul li{
	list-style:none;
	margin:0.2em 1em;
}
#menu ul li a {
	text-decoration:none;
}
#menu ul li a:hover {
	background:none;
	text-decoration:underline;
}

div.admin_menu {
	background-color:#FFFFCC;
	border:2px dotted #ccc;
	padding:0pt 5px 10px;
	margin:0.5em 0pt;
	line-height:1.5em;
}
div.admin_menu h3 {
	padding-top:0.5em;
	padding-left:1em;
	text-align:left;
}

div.search_menu {
	background-color:#f5f5f5;
	border:1px solid #ccc;
	padding:0pt 5px 10px;
	margin:0.5em 0pt;
	line-height:1.5em;
}
div.search_menu h3 {
	padding-top:0.5em;
	padding-left:1em;
	text-align:left;
}
div.search_menu input[type="text"] {
	display:inline;
	width:150px;
}

h3#top_new_question {
	color:#fff;
	background-color:#FFC02B;
   	border: none;
   	padding:5px 10px;
}

h3#top_new_comment {
	color:#fff;
	background-color:#92D2E8;
   	border: none;
   	padding:5px 10px;
}

h3#top_popular {
	color:#fff;
	background-color:#D1C5E8;
   	border: none;
   	padding:5px 10px;
}

h3#top_new_solved {
	color:#fff;
	background-color:#A9E86A;
   	border: none;
   	padding:5px 10px;
}

h3#post_list {
	background-color:#eee;
   	border: none;
   	padding:5px 10px;
}

#top_list p {
	margin:0pt 0pt 1em;

}
#top_list table {
	margin:0pt 0pt;
	border-style:none;
}
#top_list td {
	border-style:none;
	border-bottom: 1px dashed #ccc;
}
#top_list td a {
	text-decoration:none;
}

#top_new_list h3 {
	color:#fff;
	background-color:#A4DADA;
	-moz-border-radius: 10px 10px 0pt 0pt;
   	border: 1px solid #A4DADA;
   	padding:5px 10px;
}

#post_view_quesiton {
	color:#333;
	background-color:#FFE8B3;
	padding:5px;
}
#post_view_quesiton h3{
	color:#333;
	margin:5px 0.5em 0.5em;
	padding:0px;
}
#post_view_quesiton table,
.post_view_answer_res table,
.post_view_answer_own table {
	border:1px solid #ccc;
	margin:0pt;
}
#post_view_quesiton td,
.post_view_answer_res td,
.post_view_answer_own td {
	border-style:none;
	padding-left:0px;
}

#post_view_quesiton table td table,
.post_view_answer_res table td table,
.post_view_answer_own table td table {
	border-style:none;
	margin:0pt;
	padding:0pt;
}
#post_view_quesiton table td table td,
.post_view_answer_res table td table td,
.post_view_answer_own table td table td{
	border-style:none;
	margin:0pt 0pt;
	padding:0pt 0pt 5px 0pt;
}

.post_view_answer_res {
	color:#333;
	background-color:#ccc;
	padding: 5px;
	margin:1em 0pt;
}

.post_view_answer_own {
	color:#333;
	background-color:#FFE8B3;
	padding: 5px;
	margin:1em 0pt;
}

.small {
	font-size:0.8em;
}

.post_view_comment {
	color:#333;
	background-color:#eee;
	padding: 5px;
	margin:1em 0pt;
}

.post_view_comment table,
.post_view_comment td {
	background:none;
	border-style:none;
	margin:0pt 0pt;
	padding:5px 5px;
}

.post_question {
	color:#333;
	background-color:#eee;
	padding: 10px;
	margin:1em 0pt;
}

.post_question table {
	background-color:#fff;
	border:1px solid #ccc;
	margin:0pt auto;
	padding:5px 5px;
}
.post_question td {
	background-color:#fff;
	border-top:none;
	border-left:none;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	margin:0pt 0pt;
	padding:5px 5px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #ff9;
	background-color: #ff9;
	opacity: 0.85;
}
#tooltip h3, #tooltip div {
    font-size:   14px;
    margin:      0;
    padding:  0.5em;
    color: #333;
}

.highlight1 {
	color:#000;
	font-weight:bold;
	background-color:#FFFF66;
}
.highlight2 {
	color:#000;
	font-weight:bold;
	background-color:#99FFFF;
}
.highlight3 {
	color:#000;
	font-weight:bold;
	background-color:#FFCCCC;
}

