/* CSS Document */

body {
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	background-color: #ffffff;
	
}




/* ---------- copy links --------- */

a:link {
color: #DF750D;
text-decoration: underline;
}

a:visited {
color: #DF750D;
text-decoration: underline;
}

a:hover {
color: #DF750D;
text-decoration:none;
}

a:active {
text-decoration: underline;
}

/* changed link color from #f6871f */
/* other oranges: #DF6E00; #DF750D ---- */
/* switched text-decoration to start underline, and none on hover */


/* ---------- small links --------- */


 .smallLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D5D5D5;
	text-decoration: none;
	
	
}

.smallLinks:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D5D5D5;
	text-decoration: none;
	
	
}

.smallLinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D5D5D5;
	text-decoration: none;
	
	
}

 .smallLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
	
	
}

.smallLinks:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D5D5D5;
	text-decoration: none;
	
	
}





/* ---------- type styles --------- */
 
 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F3F3F;
	text-decoration: none;
	text-align: left;
}

/* changed p color from #666666 */

.pageTitle {
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 21px;
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;	 		
}

/* --- add text-transform attribute to pageTitle class in files sent from Joint Concepts --- */

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F3F3F;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0F0F0F;
	font-weight: bold;
	line-height: 21px;
}


H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1F1F1F;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
	vertical-align: bottom;
}


H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #0F0F0F;
	text-decoration: none;
	line-height: 15px;
}
/* H3 was Joint Concepts's H2, with a different color */


.imageCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
	text-decoration: none;
	font-style: italic;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	text-align: center;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1E1E1E;
	text-decoration: none;
	text-align: justify;
}


li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F3F3F;
	text-decoration: none;
	margin-left: -10px;
	margin-right: 10px;
	margin-bottom: 1px;
}

/* ---------breadcrumb styles -------------*/

#breadcrumb {
	font-size:10px;
	color: #5F5F5F;
	padding: 15px 0px 10px 7px;
}


#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active {
	font-size:10px;
	color: #7F7F7F;
	text-decoration:underline;
}

#breadcrumb a:hover {
	text-decoration:none;
}

/* ---------------- home page ----------------- */


/* white text for the black promotional boxes */
.textWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-style: normal;
}


.formLabels {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	
}

.formText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	border: 1px solid #999999;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
}


.sendToFriend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F3F3F;
	text-decoration: none;
	text-align: left;
}



/* ---------- image and table borders --------- */


.imageBorderOrange{
	border-style: solid;
	border-color: #cc6633;
	border-width: 1px;
 }

.tableBorderBrown {
	border-style: solid;
	border-color: #9c956a;
	border-width:1px;
}
.tableHeight100 {
	height: 100%;
}


/* ---- table classes for schedule ------ */


.tableHeader {
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:thin;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1F1F1F;
	text-align: left;	
}

.tableTop h1 {
	vertical-align: middle;
}


.tableHeader td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F2F2F;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 4px;
}
	
.tableText  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F2F2F;
	text-decoration: none;
	text-align: left;
	vertical-align: text-top;
}
	 	 
.tableText td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 4px;	
}

.firstRow {
	font-weight: bold;
}

.firstRowDate {
	font-weight: bold;
	text-align: center;
}

.firstRow .SeriesNumber {
	font-size: 10px;		
}

.firstRowState {
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 0px;
}

/* ---- table classes for schedule2 ------ */


.bottomBorder {
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:thin;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1F1F1F;
	text-align: left;		
}


.bottomBorder td {
	padding: 0px 2px;
}

.odd {
	background-color:#FFFFFF;
}

.even {
	background-color:#FFF7EF;
}
	

