table.contentTable td.separatorV,table.contentTable th.separatorV,
table.contentTable td.separatorVRight,table.contentTable th.separatorVRight,
table.contentTable th.separatorHeadlineV,table.contentTable th.separatorHeadlineVRight {
	width: 1px;
	padding: 1px;
	background-image: url(/groups/jsp/documents/fragmentassets/bg_dotted_vertical_grey.gif);
	background-repeat: repeat-y;
	/*OLD_background-position: top center;
	NEW_background-position: center top;*/

}
table.contentTable td.separatorVRight,table.contentTable th.separatorVRight,
table.contentTable th.separatorHeadlineVRight {
	width: 1px;
	padding: 0;
	background-position: top right;
}

table.contentTable th.separatorHeadlineV,
table.contentTable th.separatorHeadlineVRight, table.contentTable th.headline {
	background-color:#E1E1FF;
}

hr.tables  {height:2px;width:40%;text-align:center}

/** inserted for eps reports  **/


td.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	border-right:  1px solid #ccc;
	xxborder-bottom: 1px solid #ccc;
	padding: 2px;
	margin: 0;
}

td.homeContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 10px;
	border-right:  1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px;
	margin: 0;
}


td.contentDesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 10px;
	xxxborder-right:  1px solid #ccc;
	xxxborder-bottom: 1px solid #ccc;
	padding: 2px;
	margin: 0;
}


td.refTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: center;
	font-size: 10px;
	
	padding: 2px;
	margin: 0;
}

td.first {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	xxtext-align: center;
	font-size: 10px;
	border-right:  1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left:  1px solid #ccc;
	padding: 0;
	margin: 0;
}

.green {
	background-color: #2fb02c;
	color: white;
	font-size:10px;
	text-align:center;
}

.red {
	background-color: red;
	height: 20px;
	font-size:10px;
	text-align:center;
}

.yellow {
	background-color: Yellow;
	height: 20px;
	font-size:10px;
	text-align:center;
}

.blank {
	background-color: White;
	height: 20px;
	font-size:10px;
	text-align:center;
}

.orange {
	background-color: orange;
	font-size:10px;
	text-align:center;
	
}

.gray {
	background-color: #ccc;
	font-size:10px;
	text-align:center;
	
}

td.stable {
		height: 20px;
		background-color: #2fb02c;
		background-image: url(/groups/jsp/documents/fragmentassets/img_arrow_right.gif);
		background-position: center;
		background-repeat: no-repeat;
		
}

td.down {
		height: 20px;
		background-color: yellow;
		background-image: url(/groups/jsp/documents/fragmentassets/img_arrow_down.gif);
		background-position: center;
		background-repeat: no-repeat;
}

td.up {
		height: 20px;
		background-color: blue;
		background-image: url(/groups/jsp/documents/fragmentassets/img_arrow_top.gif);
		background-position: center;
		background-repeat: no-repeat;
}

td.blank {
		height: 20px;
		background-color: #ccc;
}

td.gray {
		height: 20px;
		background-color: #666;
}


a.topofpage {
	font-size: 0.7em;
}

a.next {
	color: #CC6600;
	text-decoration: none;
}

a.next:hover {
	
	color: #CC6600;
	text-decoration: underline;
}

#contentMiddle th.epsTableHead {
	font-size: 12px;
	font-weight: bold;
	background-color:#E1E1FF;
	padding:5px;
	
}



.contentMiddleSub
{
	color:#CC6600;
	font-size:0.7em;
	font-weight:bold;
	margin:1px 0pt;
	padding:0pt;
}

/* text popups*/

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span { 
	/*CSS for enlarged image or text*/
	font-family: verdana, arial;
	font-size:9px;
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	width: 400px;
	text-align: justify;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 30px; /*position where enlarged image should offset horizontally */

}

td.homeContent a, td.homeContent a:visited{
	color: blue;
	text-decoration: none;
	
}

td.homeContent a:hover{
	
	text-decoration: underline;
	
}




table.contentTable td.separatorIV,table.contentTable th.separatorIV,
table.contentTable td.separatorIVRight,table.contentTable th.separatorIVRight,
table.contentTable th.separatorHeadlineIV,table.contentTable th.separatorHeadlineIVRight {
	width: 0px;
	padding: 0;
	xxxbackground-image: url(/groups/jsp/documents/fragmentassets/bg_dotted_vertical_grey.gif);
	background-image: url(bg_dotted_vertical_grey.gif);
	background-repeat: repeat-y;
	background-position: top middle;
}


table.contentTable td.separatorIVRight,table.contentTable th.separatorIVRight,
table.contentTable th.separatorHeadlineIVRight {
	width: 0px;
	padding: 0;
	background-position: top right;
}

table.contentTable th.separatorHeadlineIV,
table.contentTable th.separatorHeadlineIVRight, table.contentTable th.headlineI {
	background-color:#eee;
}

/* ### end text popup ### */





/** end  **/