.tableGlobalNav{
  width: 100%;
  border: none;
  border-spacing: 0;
  padding: 0;
  margin: 2px 0 1px 0;
  border-collapse: collapse;
  }
.tdTabLogo,.tdTabSep,.tdTab{
  border: 2px solid #000099;
  margin: 0;
  padding: 0;
  background: #dedede;
  text-align: center;
  vertical-align: bottom;
  }
.tdTabSep{
  background: #ffffff;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 1%;
  }
.tdTabLogo{
  padding: 3px;
  width: 6%;
  }  
a.TabLink{ 
  font-size: 13px;
  }
a.TabLink:visited{
  color: #000099;
  }  
a.TabLink:hover{ 
  color: #ffcc00;
  }
/* ABOVE WILL BE OLD */
  
.oacs_form_error{ 
  color: #cc3300;
  font-style: italic;
  }   
.oacs_readable_container{
 width: 45em;
}  
.oacs_breadcrumb {
  vertical-align: middle;
  font-size: 12px;
  padding-left: 3px;
}
/*OLD*/
.oacs_nav_corner {
  white-space: nowrap;
  vertical-align: middle;
  font-size: 11px;
}
/*NEW*/
#oacs_global_nav{
    margin: 0;
    padding: 0;
    margin-top: 5px;
    clear: both;
    border-collapse: collapse;
    width: 100%;
}
.oacs_logo{
    border: none;
    border-spacing: 0;
    margin: 2px 0 1px 0;
}
.oacs_personalize_bar{
    text-align: right;
    white-space: nowrap;
    vertical-align: top;
    font-size: 11px;
}
#oacs_newsflash{
    text-align: right;
    vertical-align: top;
}
#oacs_newsflash div{
    float: left;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    color: #6c0000;
}
#oacs_tab_table{
    margin: 0;
    padding: 0;
    clear: both;
	   background: #FFF url("/images/tabBack.gif") repeat-x bottom;
    width: 100%;
		  border-collapse: collapse;
}
#oacs_tab_table .oacs_tab_item, #oacs_tab_table #oacs_current_tab {
  font-size: 13px;
  margin: 0px;
		padding: 0px;
}
.oacs_tab_item{
		padding-right: 2px;
		padding-left: 2px;
}
#oacs_tab_table .oacs_tab_item {
    background: url("/images/norm1_right.gif")  no-repeat right top;
}
#oacs_tab_table .oacs_tab_item a, #oacs_tab_table #oacs_current_tab a {
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: #009;
    display: block;
    padding: 4px 9px 4px;
}
#oacs_tab_table #oacs_current_tab a {
    color: #009;
    background-image:url("/images/sel_left.gif");
}
#oacs_tab_table .oacs_tab_item a {
    background: url("/images/norm1_left.gif")  no-repeat left top;
}
#oacs_tab_table #oacs_current_tab {
    background-image:url("/images/sel_right.gif");
}
#oacs_tab_table .oacs_tabs_end{
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#oacs_tab_table a {float:none;}
/* End IE5-Mac hack */
#oacs_content_area{
    padding-left: 5px;
    padding-right: 5px;
    background-color: #FFF;
}
