﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain RARELY CHANGED rules used when the DataList control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */


/*<FooterStyle BackColor="#5D7B9D" ForeColor="White" Font-Bold="True" />
  <SelectedItemStyle BackColor="#E2DED6" Font-Bold="True" ForeColor="#333333" />
  <AlternatingItemStyle BackColor="White" ForeColor="#284775" />
  <ItemStyle BackColor="#F7F6F3" ForeColor="#333333" />
  <HeaderStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
*/

/* The outermost DataList table. */

.boardtitle
{
	font-weight: bold;
	text-align: left;
	color: white;
	background: #4d69a3; /* light blue */
	padding: 6px;
	padding-right: 0px;
	padding-left: 6px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.boardheading
{
	font-weight: bold;
	text-align: right;
	color: white;
	background: #4d69a3; /* light blue */
	padding: 6px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.boarddetail
{
	font-weight: bold;
	text-align: left;
	padding: 6px;
	padding-right: 0px;
	padding-left: 6px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.boarddocs
{
	text-align: left;
	padding-right: 0px;
	padding-left: 8px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-right: #4d69a3 2px solid;
	border-top: #4d69a3 2px solid;
	border-left: #4d69a3 2px solid;
	border-bottom: #4d69a3 2px solid;
}

