html,body{height:100%;}
body {
 background-color:#ffffff;
 color: #000000;
 text-align:center;
}
img {
 border: 0px none;
 margin: 0px;
}
form {
 margin-bottom:0px; /* IE */
}
.caution{
 font-weight: bold;
 color: black;
 background-color: yellow;
 padding: 3px;
 margin: 0;
}
.floatleft{
 float:left;
}
.floatend:after{
 content: '.';
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.floatend {
 display: inline-table;
}
/* ¥*/
* html .floatend{height:1%;}
.floatend{
 display: block;
}
/* */

div.header {
 text-align:center;
 padding: 0;
 margin: 0 auto 5px;
}
div.header p {
 border:0px none;
 margin:0;
 padding:0;
}
div.header img {
 border:0px none;
 margin:2px auto 3px auto;
}
div.header p.topmenu{
 text-align:left;
 width: 400px;
 margin: 0px auto;
 padding: 0 15px;
 border: 1px dotted #ccccff;
}

div.footer{
 clear:both;
 width:95%;
 margin: 15px 0px;
 text-align:right;
}
div.com {
 border : 1px solid #ff80ff;
 width: 950px;
 background-color: #eeeeff;
 color: #000033;
 text-align:left;
 margin-left:auto;
 margin-right:auto;
 position:relative;
}

div.form{
 width:450px;
/* height:auto;*/
/* overflow:visible;*/
 background-color: #ffffff;
 border: 5px dotted #aa80aa;
 padding: 10px;
 text-align:left;
 margin: 0;
/* clear:both;*/
 position:absolute;
 top: 110px;
 left: 10px;
 display:none;
}
div.form .closebutton{
 width:80px;
 background-color: #eeffff;
 color: #000033;
 border: 5px dotted #aa80aa;
 text-align:center;
 display:block;
 font-size: small;
 font-weight: bold;
}
div.form div,
div.form div *{
 border: 0 none;
 margin: 0;
 padding: 0;
}
div.form .attention{
 width:auto;
 line-height: 1.2;
 background-color: #ffeeee;
 color: #333300;
 border: 1px dashed #aa80aa;
 text-align:right;
 font-size: small;
 font-weight: normal;
}

#form label {
 clear:left;
 font-family:sans-serif;
 display:block;
 float:left;
 margin: 0px;
 padding: 3px;
 border: 1px dotted #000000;
 width: 100%;
 background-color: #aaeeee;
 color: #336666;
 text-align:left;
 vertical-align: middle;
}
#form input {
/* display:block;*/
/* float:left;*/
 border: 1px solid #ff80ff;
 margin: 0px;
 padding: 2px;
/* font-size:medium;*/
/* height:1.3em;*/
/* padding:0.2em;*/
 background-color: #eeeeff;
 color: #003333;
}
#form label.hidden{
 display:none;
}
#form label.input{
 position:relative;
}
#form label.input input {
 position:absolute;
 left: 5em;
 width: 320px;
}
#form textarea {
 border: 1px solid #ff80ff;
 width:100%;
 height:150px;
 background-color: #eeeeff;
 color: #003333;
/* margin-width:2px;
 padding:2px;*/
/* clear:left;*/
}
#form label.input input[type="password"] {
 width: 10ex;
}
#form input[type="submit"],
#form input[type="reset"]{
 display:inline;
 width: 10em;
 background-color: #ffeeee;
 color: #003333;
/* float:none;*/
}
/*.comH {
 margin-left:auto;
 margin-right:auto;
 text-align:left;
}
.comN {
 font-weight: bold;
}
.comD {
 text-align:left;
 font-size: small;
 color: #333333;
}
.comB {
 margin: 2px auto 0px 0px;
 padding-top: 0.3em;
 padding-left: 2em;
 border-top: 1px solid #ace;
 text-align:left;
}*/
div.thread{
 margin:0;
 padding:0;
 border: 1px solid black;
 display:block;
/* visibility:hidden;*/
 background-color: white;
 width:450px;
 margin-left: 490px;
}
.contribution{
 border: 1px solid black;
 margin: 5px;
 text-align: left;
}

.even{
 background-color: #ffffee;
}
.odd{
 background-color: #eeffff;
}
.topicselected{
 background-color: #ffeeff;
}
.topichover{
 background-color: #ffeeee;
}

div.pages {
 margin-left:auto;
 margin-right:auto;
 clear:both;
 text-align:right;
 width:440px;
 border:1px dotted #aaaaaa;
}
div.pages p{
 margin:0;
 padding: 3px;
}
div.pages .create{
 width: 9em;
 font-weight: bold;
 text-align:left;
}
div.pages .info{

}
div.pages .currentPage{
 font-weight:bold;
}

div.topics{
 margin-left: 10px;
 width: 440px;
 float: left;
}
div.topics table{
 width: 440px;
 border: 1px solid red;
}
div.topics table thead tr{
}
div.topics table tfoot tr{
}
div.topics table tfoot tr td{
 padding: 3px 3px 3px 12px;
 font-size: small;
 color: #000000;
}
div.topics table tbody{
 margin-top: 2px;
 border-bottom: 2px solid #808080;
 width:100%;
}
div.topics table tbody tr{
 width:100%;
}
div.topics table tbody tr td{
 padding: 5px;
 border-left: 1px dotted #808080;
}
div.topics table tbody tr td[onclick]{
 border-left: 0 none;
}
tr.title{
 font-size: medium;
}
tr.info{
 font-size: small;
}
td.title{
 text-align:left;
}
td.name{
 width: 227px;
 text-align:left;
}
th.date, td.date{
 width: 70px;
 text-align: right;
}

