﻿/* Simple List */
.sf_simpleList, .sf_pageList, .sf_expandedList, .sf_expandableList, .sf_anchorList
{
	margin: 0 0 20px;
	padding: 0;
	list-style-position: outside;
}
.sf_simpleList li, .sf_pageList li, .sf_expandedList li, .sf_expandableList li, .sf_anchorList li
{
	margin: 0 0 10px 25px;
	padding: 0;
}
/* css work only for expandable list */
.sf_listItemTitle
{
	/* main List Item CSS */
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
}
.sf_listItemBody
{
	/* main List Item CSS */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
.sf_listItemBody a
{
	/* main List Item CSS */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	text-decoration: underline;
}
.sf_listItemBody a:hover
{
	/* main List Item CSS */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f5351e;
	line-height: 20px;
	text-decoration: underline;
}
.sf_listItemBody p a
{
	/* main List Item CSS */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	text-decoration: underline;
}
.sf_listItemBody p a:hover
{
	/* main List Item CSS */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f5351e;
	line-height: 20px;
	text-decoration: underline;
}
/* Pager */
ol.sf_pager
{
	margin: 10px 0;
	padding: 0;
	width: 100%;
	float: left;
	list-style: none;
	clear: both;
}
ol.sf_pager li
{
	margin: 0;
	padding: 0 10px 0 0;
	width: auto;
	float: left;
}
ol.sf_pager li a
{
	padding: 3px 5px;
}
ol.sf_pager li a[disabled="disabled"], ol.sf_pager li a.sf_PagerSelItem
{
	color: #666;
	text-decoration: none;
	cursor: default;
}
.link11
{
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
.link11 a
{
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
.link11 a:hover
{
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
.linkExpand
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
.linkExpand a
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
.linkExpand a:hover
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
