/************************/
/* TODAY'S AUTHORS LIST */
/************************/
.todaysAuthorsList ul
{
	margin: 0 0 20px 0;
	padding: 0;
}

.todaysAuthorsList li
{
    background-color: #FFFFFF;
    color: #AA0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;

	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;

	padding: 2px 0 2px 0;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	
	line-height: 25px;
}

.todaysAuthorsList li.header
{
	border: 0;
	margin: 0;
	padding: 0;
}
	
.todaysAuthorsList h2
{
    background-color: #FFFFFF;
    color: #AA0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;

	margin-bottom: 10px;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	
	line-height: 15px;
}

.todaysAuthorsList img
{
	padding: 0;
	margin: 0 5px 0 0;
	border: 0;
	width: 25px;
	height: 25px;
	vertical-align: top;
}

.todaysAuthorsList .author li
{
}

.todaysAuthorsList .todayPosts
{
    color: #000000;
    margin: 0 0 0 4px;
    padding: 0px;
    font-weight: normal;
}

.todaysAuthorsList a         { color: #AA0000; }
.todaysAuthorsList a:link    { text-decoration: none; }
.todaysAuthorsList a:visited { text-decoration: none; }
.todaysAuthorsList a:hover   { color: #CC6D66; text-decoration: none; }

/**********************/
/*    AUTHORS LIST    */
/**********************/
.authorsList ul
{
	margin: 0 0 20px 0;
	padding: 0;
}

.authorsList li
{
    background-color: #FFFFFF;
    color: #0000A0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;

	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;

	padding: 2px 0 2px 0;
}

.authorsList li.header
{
	border: 0;
	margin: 0;
	padding: 0;
}
	
.authorsList h2
{
    background-color: #FFFFFF;
    color: #AA0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;

	margin-bottom: 10px;
	text-transform: none;
	
	line-height: 15px;
}

.authorsList img
{
	padding: 0;
	margin: 0 5px 0 0;
	border: 0;
	width: 25px;
	height: 25px;
	vertical-align: top;
}

.authorsList .author li
{
}

.authorsList .todayPosts
{
    color: #AA0000;
    margin: 0 0 0 4px;
    padding: 0px;
    font-weight: normal;
}

.authorsList a         { color: #0000A0; }
.authorsList a:link    { text-decoration: none; }
.authorsList a:visited { text-decoration: none; }
.authorsList a:hover   { text-decoration: underline; }
