<!-- below: styles for the css tab view script -->



#hdl_tab_display {height: auto; width:100%; }


/* Essential Styles */

ul.categ_tabs       { float:left; width:100%; height: 100%; padding:0; margin:0;
                border-bottom:1px solid #d2d4ea; margin-bottom:10px; background-color: transparent;}

ul.categ_tabs li    { float:left; list-style-type:none;  }

ul.categ_tabs li {width: 50%;}

ul.categ_tabs *.categ_tab-label { border:1px solid #d2d4ea; margin:0; cursor:pointer;
                      padding-bottom:2px; padding-top:2px;
                      background:white url("/images/tab_nav_patt_bot.jpg") repeat-x left bottom;
                      font-weight:normal; text-align:center; font-size:13px; font-family: arial, sans-serif; }

ul.categ_tabs li.selected *.categ_tab-label { position:relative; border-bottom:none;
           top:1px; padding-bottom:4px;
           padding-top:5px; border-top:2px solid #d2d4ea; margin-top:-5px;
           background:white url("/images/tab_nav_patt_top.jpg") repeat-x left top; font-weight:bold; }

/* Styles added to the TAB MENU design pattern to create TABS */

ul.categ_tabs { position:relative; margin-left: 0px; margin-right: 0px; padding: 0;}

ul.categ_tabs *.categ_tab-content { position:absolute; width:100%;
                                    border-top:none;
                                    left:-99999px;
                                    }

ul.categ_tabs li.selected *.categ_tab-content { left:0; overflow: visible; 
																background-color: transparent; text-align: left; 
																border:0px solid lightgray;
                                                background-image:url(/images/gradient_hdln_right_col.gif); 
                                                background-position: left; background-repeat: repeat-y;z-index:10;}

ul.categ_tabs li *.categ_oi2 { margin:0px; padding:0px; background-color: transparent; }

ul.categ_tabs *.categ_tab-label a { display:block; text-decoration:none; color:black; }

ul.categ_tabs *.hover,
ul.categ_tabs *.categ_tab-label:hover { text-decoration:underline; }

#tab-display {width: 100%;}

#loc_tab {}

/*end tabs */

