/* FLASH */

.flash {
	height: 27px;
	margin: -26px 0 18px 0;
	line-height: 25px;
	text-align: center;
}
#flash-notice {
	background-color: #ff3;
}
#flash-error {
	background-color: #f93;
}

/* ROLES */

.visible-for {
	display: none;
}

/* LISTS */

table.list {
	width: 100%;
	margin-bottom: 27px;
	border-collapse: collapse;
}
table.list th {
	padding: 9px 10px 9px 10px;
	text-align: left;
	border-bottom: 1px solid #888;
}
table.list td {
	padding: 9px 10px 8px 10px;
	border-bottom: 1px solid #aaa;
}

/* DIFF */

.diff-delete {
background-color: #f44;
}
.diff-add {
background-color: #8f4;
}


/* COMMENTS */

#comments {
	padding-bottom: 9px;
}
#comments h3 {
  font-size: 18px; 
  line-height: 18px; 
  margin: 18px 0 18px 0;
}
#comments ol {
	list-style-type: none;
	margin-left: 0;
}
#comments ol li {
	padding-bottom: 17px;
	margin-bottom: 18px;
	border-bottom: 1px solid #bbb;
}
#comments .meta p {
	margin: 0;
}
#comments .comment {
	padding-left: 220px;
}

/* COMMENTS FORM */

#comment_form {
	padding-left: 220px;
	padding-bottom: 9px;
	margin-bottom: 26px;
	border-bottom: 1px solid #bbb;
}
#comment_user {
	float: right;
	margin-top: 3px;
}
#comment_form label {
	display: block;
	float: left;
	width: 100px;
}
#comment_form input {
	width: 180px;
}
#comment_form textarea {
	height: 150px;
	width: 99%;
}

/* FORM */

fieldset {
	border-width: 0px;
}
input[type=text],
input[type=password],
textarea {
	border: 1px solid #888;
}
input[type=text],
input[type=password] {
	height: 20px;
	padding: 0 4px;
	margin: -2px 12px -2px 0;
}
input[type=text].wide,
input[type=password].wide {
	width: 80%;
}
textarea {
	width: 80%;	
	height: 270px;
	padding: 3px 3px;
	margin: -2px 0;
}
label {
	display: block;
	width: 100px;
	float: left;
	clear: both;
}
label.inline {
	display: inline;
	float: none;
	clear: none;
	padding-right: 12px;
}
.clearing {
  display: block;
  zoom: 1; /* gives layout to ie? */
}
.clearing:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clearing {
  height: 1%;
}

p.buttons {
	margin-left: 100px;
}
.hint {
	color: #aaa;
	font-size: 11px;
}

td.topic {
	padding-left: 36px !important;
	background: url(../images/comment.gif) no-repeat 9px 10px;
}
td.locked {
	background: url(../images/icon_padlock.gif) no-repeat 9px 10px;
}

/* POSTS FORM */

#post_form {
	padding-left: 170px;
	padding-bottom: 9px;
	margin-bottom: 26px;
	border-bottom: 1px solid #bbb;
}
#post_user {
	float: right;
	margin-top: 3px;
}
#post_form label {
	display: block;
	float: left;
	width: 100px;
}
#post_form input {
	width: 180px;
}
#post_form textarea {
	height: 150px;
	width: 99%;
}