/*************************************************************

MAIN CSS

*************************************************************/
#OutlineMenu, #ThumbMenu, #QaMenu, #SearchMenu
{
    clear:both;
    float :left;
} 
input 
{
    width : 97.5%;
}  
/*************************************************************

MENU

*************************************************************/
#OutlineMenuContent, #ThumbMenuContent, #QaMenuContent, #SearchMenuContent
{
    padding: 0;
	overflow:hidden;
}
#menu-content /* SET MENU HEIGHT (WHEN DYNAMIC RESIZING IS TURNED OFF) */ 
{
    clear : both;
}
#menu-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width :100%;
	overflow : auto;
	overflow-y: auto;
	overflow-x:hidden
}
#menu-content li {
	display :block;
	padding: 0;
	width: 385px;
}
#OutlineMenuContent img, #ThumbMenuContent img, #SearchMenuContent img  
{
    float : left;
    /*FILTER : Chroma(Color = #000000) Wave(Add=0, Freq=5, LightStrength=20, Phase=220, Strength=10;
    FILTER : Chroma(Color = #000000) Shadow(Color=#666666, Direction=225);*/
}
/*************************************************************

TABS

*************************************************************/

#OutlineMenuContent .titlesheader, #OutlineMenuContent .speaker {
	display : block;
	text-decoration : none;
}
 /*Caution! Ensure accessibility in print and other media types... */
@media projection, screen {
    .ui-tabs-hide {
        display: none;
    }
}
@media print {
    .ui-tabs-nav {
        display: none;
    }
}
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav 
{
    float :left;
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    font-weight: bold;
    display:none;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
    background: url(../skins/axm-silver/tabs.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    background-position: 100% -23px;
}
.ui-tabs-nav a span {
    padding-top: 1px;
    padding-right: 0;
    height: 20px;
    background-position: 0 0;
    line-height: 20px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 27px;
    background-position: 0 -23px;
    line-height: 27px;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.ui-tabs-panel {
    padding: 0;
    overflow:hidden;
}
/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
.beginTime {
    display:none
}
.MenuContent 
{
    cursor : pointer;
	cursor : hand;
}
/*************************************************************

OutlineMenu

*************************************************************/
#menu-content li 
{
    float:left;
    margin: 1px 1px;
    padding :3px 5px;
    background-color : #F3F3F3;
	border : 1px solid #D7D7D7;
}
/*#menu-content li:hover
{
    color : #333333;
    background-color : #FFFFFF;
    filter:alpha(opacity=20);
	opacity:.90;
	filter : progid:DXImageTransform.Microsoft.Gradient (endColorstr='#B1B1B1', startColorstr='#DCDCDC', gradientType='0'); LIGHT ROLL OVER 
	border : 1px solid #D7D7D7;
	cursor:pointer;
	cursor:hand;

}
#menu-content li:hover img
{
    filter:alpha(opacity=40);
	opacity:.40;
}*/
#menu-content .topic-selected:hover
{
    color : #FFFFFF;
    background-color : #336666;
	filter : progid:DXImageTransform.Microsoft.Gradient (endColorstr='#red', startColorstr='#838b83', gradientType='0');/* LIGHT ROLL OVER */
}
#menu-content li span 
{
     float : left;
     padding : 0 15px 0 15px;
     width : 280px;
     color : #333333;
}
#menu-content li span b
{
     color : #CF142B;
}
#menu-content li abbr
{
    float : right;
    font-weight : bold;
}
#menu-content .MenuTitles:hover 
{
    background-color: #999999;
	filter : progid:DXImageTransform.Microsoft.Gradient (endColorstr='#989898', startColorstr='#989898', gradientType='0'); /* NO TITLE ROLL OVER */
	border : 1px solid #AAAAAA;
}
.MenuTitles b 
{
    color : #FFFFFF;
    float : left;
    width : 110px;
}
.chapter 
{
    display: none;
}

