/* DATA TABLE STYLES */
table.dataTable, table.calendar, .newsGraphic p.credit, table.smallTable {
  	width: 100%;
}
table.dataTable, table.calendar {
	border-left: 1px solid #CCC;
	border-top: 2px solid #0D3159;
	border-collapse: collapse;
}
table.dataTable th, table.calendar th {
	vertical-align: bottom;
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px;
	background-color: #CCC;
	border-bottom: 1px solid #666;
	border-right: 1px solid #CCC;
}
table.calendar th { 
	color: #333;
	font: bold 11px/130% Arial, Helvetica, sans-serif;
}
table.dataTable th.left, table.calendar th.left {
	vertical-align: top;
}
table.dataTable tfoot, table.dataTable tfoot th, table.dataTable tfoot td,
table.calendar tfoot, table.calendar tfoot th, table.calendar tfoot td {
	border-top: 2px solid #666;
	font-weight: bold;
}
table.dataTable tfoot td, table.calendar tfoot td {
	background-color: #EEE;
}
table.dataTable td, table.calendar td {
	vertical-align: top;
	padding: 5px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #666;
	font: 12px Arial, Helvetica, sans-serif;
}
table.calendar td { 
	color: #333; 
	height: 60px;
	font: 11px/130% Arial, Helvetica, sans-serif; 
}
.calendarDate { 
	width: 20px; 
	background-color: #EEE; 
	border: 1px solid #CCC; 
	text-align: center; 
	color: #666; 
	font: bold 11px Arial, Helvetica, sans-serif;
}
table.calendar ul { margin: 0; padding: 0; }
table.calendar ul li { 
	margin: 0; 
	padding: 7px 0; 
	list-style-type: none; 
	border-top: 1px dotted #CCC;
	font: 11px/125% Arial, Helvetica, sans-serif; 
}
table.calendar ul li.first {
	border-top:  none;
}


/* SIDEBAR TABLE STYLES */
table.smallTable th {
	vertical-align: bottom;
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #666;
}
table.smallTable td {
	vertical-align: top;
	padding: 3px;
	border-bottom: 1px solid #CCC;
	font: 12px Arial, Helvetica, sans-serif;
}


/* MISC GRAPHICS STYLES */
.newsGraphic p {
	font: 12px Arial, Helvetica, sans-serif;
}
.newsGraphic li {
	padding-bottom: 6px;
	font: 12px Arial, Helvetica, sans-serif;
}
.newsGraphic h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
.newsGraphic p.credit, p.creditGraphic {
	margin: 2px 0 0 0;
	text-align: left; 
	color: #666;
	font: 10px Arial, Helvetica, sans-serif;
}
.newsGraphic p.credit {
	border-top: 1px solid #CCC;
	padding-top: 2px;
}

.shadedrow {
	background-color: #EEE;
}
.newsGraphic .shoulderbox {
	border: 2px solid #000; 
	padding: 0 10px;
}


/* GRAY, BORDERED STRIP OF TEXT/LINKS */
.graphicSubNav { 
	color: #333; 
	background-color: #EEE; 
	border: 1px solid #CCC; 
  	padding: 5px; margin: 10px 0;
  	font: 11px Arial, Helvetica, sans-serif; 
}
.graphicSubnav a { padding: 0 2px; }


/* SETS 605 PIXEL WIDTH TO SPECIFIC PAGES */
#width605 {
	width: 605px;
}