/*
Copyright 2007  Joachim Praetorius (yatcp@organisiert.net)

YATCP is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation using version 2 of the License.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/

select#comment_parent {
	width: auto;
}

.authorline {
	font-size: 9pt;
  font-style: italic;
}

ol.yatcp_commentlist {
	margin: 0;		
	padding: 0;		
	list-style-type: none;
}

ol.yatcp_commentlist li {
	margin: 0 0 2px 0;
	padding: 5px;		
	list-style-type: none;
    border-top: 1px #cfe1ac dotted;
    /*border-bottom: 1px #414141 solid;*/
}

ol.yatcp_commentlist li.alt {
    background-color: #8dc550;
}

ol.yatcp_commentlist li ol {
	border-left: 2px solid #79aa45;
	list-style-type: none;
}
span.authorname, span.authorname a {
    font-weight: bold;
    font-style: normal;
    font-size: 9pt;
    color: #fff;
}
