#comments
{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12px;
}

#comments p
{
	margin: 0 0 10px 0;
}

.comment-author
{
	font-weight: bold;
}
.error_list {
	margin: 0;
	padding: 0;
	list-style: none;
	color: red;
}

.simple-list, .dotted-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.simple-list li {
	margin: 5px 0;
}

.dotted-list li {
	margin: 0;
	padding-bottom: 3px;
	margin-top: 3px;
	border-bottom: 1px dotted #999a9a;
	display: table;
	width: 100%;
}

.dotted-list li.last {border: 0;}

.dotted-list li>div {display: table-cell; *float: left;}
.dotted-list li>div.arrow {width: 4px; height: 16px; background: url(/images/arrow_r.png) center right no-repeat; *float: right;}

.dotted-list li a {color: #000;}

.numbered-list {
	margin: 0 0 0 20px;
	*margin: 0 0 0 22px;
	padding: 0;
}

.checkbox_list {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.checkbox_list li {
	/*display: inline;*/
	float: left;
	margin-right: 5px;
}

a img {
	border: none;
}

div.article_images img {
	padding-right: 10px;
}

.bold
{
	font-weight: bold;
}

.hr, .hr.dotted
{
	font-size: 0;
	border-top: 1px solid #000;
	margin: 10px 0;
}

.hr.dotted
{
	border-top-style: dotted;
}

.section-title
{
	margin: 0 0 25px 0;
	border-bottom: 1px solid #000;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

.section-divider
{
	margin: 0;
	border-bottom: 1px solid #000;
	font-size: 0;
}

.toolbox
{
	padding: 10px;
	border: 1px dotted #999a9a;
	color: #999a9a;
}

.toolbox a
{
	color: #999a9a;
}

.bar
{
	overflow: hidden;
	background-color: #F5F6F7;
	border: 1px solid #CBCCCD;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	padding: 3px;
	font-size: 12px;
}

.pagination { 
	float: right;
}
	
.pagination a {
	text-decoration: none;
	color: #000;
	display: block;
	float: left;
}

.pagination a, .pagination span {
	text-align:center;
	display: block;
	float: left;
	margin: 0 2px;
}

.pagination .current {
	color: #97BE0D;
}

.pagination .prev, .pagination .next
{
	width: 14px;
	height: 15px;
	display: block;
}

.pagination .prev
{
	background-image: url(/images/button_prev.png);
	margin-right: 5px;
	float: left;
}

.pagination .next
{
	background-image: url(/images/button_next.png);
	margin-left: 5px;
	float: left;
}
  
/*      
.pagination { overflow: hidden; }
	
.pagination a {
	text-decoration: none;
	border: solid 1px #cacaca;
}

.pagination a, .pagination span {
	display: block;
	float: left;
	padding: 0.1em 0.3em;
	margin-right: 5px;
	margin-bottom: 5px;
	min-width:1em;
	text-align:center;
}

.pagination .current {
	background: #cacaca;
	color: #fff;
	border: solid 1px #cacaca;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	background:#fff;
}
*/


.notice, .error, .warning
{
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

.notice {background-image: url(/images/ico/ok.png); color: #5c7617;}
/*.error {background-image: url(/images/ico/error.png); color: #ff0000;}*/
.error {background-image: url(/images/ico/error.png); background-color: #ff0000; color:#fff; padding: 10px 20px 10px 20px;}
.warning {background-image: url(/images/ico/warning.png); color: #E29A03;}

.clearfix
{
	overflow: hidden;
}

.link-ico
{
	/*
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	*/
	margin-right: 5px;
}

.link-ico:hover
{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.matrix-table
{
	font-size: 10px;
	color: #666;
}

.matrix-table tr td
{
	padding: 2px 3px 1px 3px;
	border-bottom: 1px dotted #000;
}

.clickable { cursor: pointer; }

.orange { color: #e9711a; }