body {background-color:#eaeaea;}

/* main page template */
table.idx_hed{background-color:#ffffff;}
td.idx_hed_left{
	width:20%;
	background-image:  url("./hed_left_bg.jpg");
	background-repeat: repeat-x;
}
td.idx_hed_nav{
	width:950px;
	text-align:center;
	vertical-align:top;
	padding-bottom:35px;
}
td.idx_hed_right{
	width:20%;
	background-image:  url("./hed_right_bg.jpg");
	background-repeat: repeat-x;
}

table.idx_bd {width:100%;background-color:#ffffff;}
td.idx_bd_left{
	padding-left:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	vertical-align:top;
}
td.idx_bd_right{
	width:180px; /*set */
	padding-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	vertical-align:top;
}
td.idx_bd_section {
	padding:0px 0px 10px 25px; /* adjust to match iframe */
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#525252;
	font-weight:bold;
	text-transform:uppercase;
}
td.idx_bd_bottom{height:15px;}
td.idx_bd_footer{
	height:30px;
	background-color:#68686a;
	color:#ffffff;
	font-size:10px; 
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align:middle;
}
td.idx_bd_footer a{
	color:#ffffff;
	font-size:10px; 
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	}

/* index content */
div.idx_db_content{
	width:100%;
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#ffffff;
}

/* index box art */
table.box_art{width:261px;margin:0px auto 10px auto;}
.box_art_head{
	margin-left:10px;
	color:#bcbcbc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;}
td.box_art_top_l{width:12px;height:51px;background-image:url('./box_art_top_l.gif');background-repeat: no-repeat;}
td.box_art_top_c{height:51px;background-image:url('./box_art_top_c.gif');background-repeat: x-repeat;} /* expandable width */
td.box_art_top_r{width:5px;height:51px;background-image:url('./box_art_top_r.gif');background-repeat: y-repeat;}
td.box_art_mid_l{width:12px;background-image:url('./box_art_mid_l.gif');background-repeat: y-repeat;} /* expandable height */
td.box_art_mid_c{background-image:url('./box_art_mid_c.gif');background-repeat: y-repeat;} /* expandable height and width */
td.box_art_mid_r{width:5px;background-image:url('./box_art_mid_r.gif');background-repeat: y-repeat;} /* expandable height */
td.box_art_bot_l{width:12px;height:13px;background-image:url('./box_art_bot_l.gif');background-repeat: y-repeat;}
td.box_art_bot_c{height:13px;background-image:url('./box_art_bot_c.gif');background-repeat: x-repeat;} /* expandable width */
td.box_art_bot_r{width:12px;height:13px;background-image:url('./box_art_bot_r.gif');background-repeat: no-repeat;}

table.box_art_item {width:100%;}
td.box_art_item_l {width:80px;vertical-align:top;padding-top:5px;}
td.box_art_item_r {padding-top:5px;}
.box_art_item_graphic {display:block;margin:0px;}
.box_art_item_date {display:block;margin:0px;font-size:11px;font-weight:bold;color:#07b3db;}
.box_art_item_title {display:block;margin:0px;font-size:11px;color:#444444;font-weight:bold;}
.box_art_item_summary{display:block;margin:0px;font-size:10px;color:#444444;}
.box_art_item_more {display:block;margin:0px;}
.box_art_item_more a {font-size:11px;color:#07b3db;font-weight:bold;}

/* PRINTER overrides */
@media print {

	body{background:none;color:black;}
	/* no underline */
	a {text-decoration:none;}	
	/* include link as content 
    a:after{content:" (" attr(href) ") " ;}*/
	
	/* hide images 
	img {display:none;visibility:hidden;}*/
    /* ?? */
	p a:after{content:"";}
    abbr, acronym {border-bottom:none;}
	}