/*
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-weight: bold;*/
}

#yatcp_commentlist-mnu {
margin: 0;		
padding: 0;	
}

		
		ol.yatcp_commentlist {
			margin: 0;		
			padding: 0;		
			list-style-type: none;
		}
		
		ol.yatcp_commentlist li {
			margin: 0;		
			padding: 5px;		
			list-style-type: none;
		}
		
		ol.yatcp_commentlist li.alt {
			border: 0;
			background-color: #EFF5C9;
			
		}
		
		ol.yatcp_commentlist li ol {
			border-left: 1px solid #aaa;
			list-style-type: none;
		}
