/* *************** Styles for framework *************** */

a.a1 {
	font-family: Impact, Bodoni NT, Garamond, Times New Roman, SheerBeauty, Arial Narrow;
	font-size: 20pt;
}

a.a2 {
	font-family: Arial Narrow;
	font-size: 13pt;
}

a.a3 {
	font-family: Arial Narrow;
	font-size: 10pt;
}

td.ColumnHeading {
	background: #081018;
	font-weight: bold;
}	

table.Border {
	background-color: white;
}

/* *************** Table borders *************** */

/* (Table Border) North. */
td.N {
	border-top: solid #808080 1px;
	padding: 1px;
}

/* (Table Border) North. */
td.N2 {
	border-top: solid #808080 2px;
	padding: 1px;
}

/* (Table Border) South. */
td.S {
	border-bottom: solid #808080 1px;
	padding: 1px;
}

/* (Table Border) South. */
td.S2 {
	border-bottom: solid #808080 2px;
	padding: 1px;
}

/* (Table Border) East. */
td.E {
	border-right: solid #808080 1px;
	padding: 1px;
}

/* (Table Border) West. */
td.W {
	border-left: solid #808080 1px;
	padding: 1px;
}

td.Heading {
	background-color: #404040;
}

/* *********** Styles for generated database PHP files. *********** */

td.ListViewHeading {
	background: black;
	color: #c0c0c0;
	border-top: solid #808080 1px;
	border-bottom: solid #808080 1px;
	border-right: solid #808080 1px;
	background-color: #606060;
	padding: 2px;
}

td.ListViewFiltering {
	color: #c0c0c0;
	border-bottom: solid #808080 1px;
	border-right: solid #808080 1px;
	background-color: #303030;
	padding: 1px;
}

td.ListViewFilteringAB {
	color: #c0c0c0;
	border-bottom: solid #808080 1px;
	border-right: solid #808080 1px;
	background-color: #303030;
	padding: 1px;
}

td.ListViewGrouping {
	color: #c0c0c0;
	border-bottom: solid #808080 1px;
	border-right: solid #808080 1px;
	background-color: #303030;
	padding: 1px;
}

td.ListViewResult {
	color: #c0c0c0;
	border-bottom: solid #808080 1px;
	border-right: solid #808080 1px;
	padding: 1px;
}

td.ListViewCounter {
	border-bottom: solid #808080 1px;
	border-right: solid #808080 1px;
	padding: 1px;
}

td.ListViewButtons {
	border-bottom: solid #808080 1px;
	border-right: solid #808080 1px;
	padding: 1px;
}

td.SingleViewName {
	color: #c0c0c0;
	border-bottom: solid #808080 1px;
	border-left: solid #808080 1px;
	border-right: solid #808080 1px;
	background-color: #404040;
	padding: 1px;
}

td.SingleViewValue {
	color: #c0c0c0;
	border-bottom: solid #808080 1px;
	border-right: solid #808080 1px;
}

td.SingleViewDescription {
	color: #c0c0c0;
	border-bottom: solid #808080 1px;
	border-right: solid #808080 1px;
	padding: 1px;
}

td.TiledResult {
	color: #c0c0c0;
	border-top: solid #808080 1px;
	border-bottom: solid #808080 1px;
	border-left: solid #808080 1px;
	border-right: solid #808080 1px;
	background-color: black;
	padding: 3px;
}

