﻿.center a {
	text-decoration: underline;
}

.center a.fscopy_nounderline {
	text-decoration: none;
}

.center a.fscopy_nounderline:hover {
	text-decoration: underline;
}

caption {
	text-align: left;
	font-weight: bold;
    font-size: 13px;
}

.center TABLE {
	border: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-collapse: collapse;
}
.center TABLE TD {
	border: 0px;
	vertical-align: top;
    font-size: 13px;
	/*padding: 0px 1px 0px 1px;*/
}
.center TABLE TH {
	text-align: left;
	vertical-align: bottom;
	/*	The following border directives are subtractive -- the tables 
		all have "border="1"" attributes in the database, so this takes 
		the borders out for TH. */
	border-left: 0px; border-right: 0px; 
	/* border-top: 1px; border-bottom: 1px;	*/
    font-size: 13px;
}
    .center TABLE TR {
        border-bottom:1px dashed #ccc;
    }
.center TABLE TBODY tr:nth-child(odd) {
	/* The nth-child() directive doesn't work for IE8 and under. */
	background: #F8F4EE; /* mauve - header */
}
.center TABLE TH:nth-child(n+2) {
	padding-left: 8px;
}
.center TABLE TD:nth-child(n+2) {
	padding-left: 8px;
}

/* the following block will override the above settings for compatibility with IE8 and under */
.center TABLE TD {
	border-width: 1px;
	border-color: #6C276A; /* purple */
}
