/* CSS Document */
/* index page content */
#index_infocus_container {width:100%; margin:5px 0 15px 0;padding-bottom:5px;display:block;margin-bottom:10px;}
#index_infocus_image {width:119px; height:85px; margin: 5px 5px 5px 5px; float:left;}
#index_infocus_content {width:480px; margin: 5px 5px 10px 5px;float:left;text-align:left;}

.generic_table{display:block;width:527px; border:1px solid #D5DFE6;background-image:url("../images/bg_tables.gif"); background-position:bottom; background-repeat:repeat-x;padding:5px 5px 5px 5px;}
/*
.generic_table_bottom{width:100%; position:relative;background: url("../images/bg_shadow_bot.gif"); height:3px; background-repeat:repeat-x;}
.generic_table_right{width:2px; position:relative;background: url("../images/bg_shadow_right.gif"); background-repeat:repeat-y;}
*/
#index_initiatives_image {width:196px; height:130px; margin: 5px 5px 5px 5px; float:left;}
#index_initiatives_content {margin: 5px 5px 10px 5px;float:left;text-align:left;}

.btn_table_container{width:300px; margin-top:5px;}
.btn_table_bg{width:268px; height:24px;background-image:url("../images/btn_initiatives_bg.gif");background-repeat:repeat-x; font-size: 10px; color:#163995; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-align:left;vertical-align:middle;float:left;padding-top:5px;}
.btn_table_left{width:16px;height:24px;background-image:url("../images/btn_initiatives_left.gif");border:none;padding:0;float:left;}
.btn_table_right{width:16px;height:24px;background-image:url("../images/btn_initiatives_right.gif");border:none;padding:0;float:left;}

/* tab style */
.shadetabs{
height:12px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Arial;
color:#D10100;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
border-top: 1px solid #D5DFE6;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 0;
border: 1px solid #D5DFE6;
color: #D10100;
background: white url(../images/bg_tab_off.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #D10100;
text-decoration: none;
}

.shadetabs li a:hover{
text-decoration: none;
color: #173F96;
}

.shadetabs li.selected{
position: relative;
top: 1px;
color: #173F96;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../images/bg_tab_on.gif);
border-bottom-color: white;
text-decoration: none;
color: #173F96;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
width:527px; border:1px solid #D5DFE6;background-image:url("../images/bg_tables.gif"); background-position:bottom; background-repeat:repeat-x;margin-bottom:25px; padding:20px 5px 20px 5px;
}

.tabcontent{
display:none;
margin-bottom:20px;
}

@media print {
.tabcontent {
display:block!important;
}
}
