/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border: 0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym,button,input {border:0;}
button {cursor:pointer;}
textarea{
	
	width: 99%;
	border: 1px dashed #003300;
	margin-bottom: 5px;
}

input{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003300;
	border: 1px solid #003300;
	
	margin-bottom: 5px;
}
/* Flatforum Structure */
.forum-comment {
  float: left;
  width: 95%;
}

.comment-left {
  width: 18%;
  height: 100%;
  float: left;
  font-size: 0.8em; 
  padding: 5px;
  margin: 0;
}

.comment-left .author-name {
  font-weight: bold;
  font-size: 1.8em;
  margin-bottom: 15px;
}

.comment .comment-left .picture {
  float: none;
  border: none;
  margin-bottom: 15px;
}

.comment-right {
  float: right;
  width: 78%;
}

.comment-right .title {
  font-weight: bold;
  font-size: 1.2em;
  margin: 5px 15px;
  padding: 0 5px;
}

.comment-right .content {
  padding: 5px;
}

.comment-right .content .links {
  text-align: right;
}

/* Flatforum Style */
.comment {
  border: 0px solid #abc;
}

.comment-left {
}

.comment-right {
  border-left: 1px solid #abc;
}

.comment-even {
  background-color: #eee;
}

.comment-odd {
  background-color: #ddd;
}

.comment-right .title {
  background-color: #fff;
}
