.confTitleBox {
    border-style: none;
    margin-top: -150px;
    color: white;
    background: #ffffff ;
}

.confSubTitleBox {
    background: #ffffff ;
    margin-top: -150px;
    color: white;
    border-style: none;
}

.confSubTitleContent {
    color: red;
    width: 20pt;
    height: 0px ;

}

.conferencetitlelink {
    color: white;
}


    /* ------Menu------ */
    /* here is layout and style for creating default menu for conferences */


    /* Styles for all menu Items */

#outer {
    background: #d00000;
    border: none;
    color: white;
}

#outer li a:hover {
    background: #d00000;
    color: white; 
}
.conf_leftMenu {
    float:left;
    width:150px;
    margin-left: -63px;
    background:transparent none repeat scroll 0 0;
}    

    
.menuConfTitle {
    text-align:left;
    color: white;
}

.menuConfTitle a {
    color: white;
    padding: 2px 8px;
}

.menuConfSelected a {
    padding: 2px 8px;
    color: white;
    font-weight: bold;
}
.confBodyBox {
    margin-left: 100px;

}
.datePlace {

    /*     This sets the font color of information in righ hand side in header section 
        Change the color by by replacing the color #xxxxxx with your own color code */
        
    color: #ffffff;    
}
        
li ul.inner li a { 
    padding: 3px 10px 3px -10px;
   /* background: #ffffff*/

/* transparent url(../../images/conf/left_menu_bullet.png) scroll no-repeat 15px center;*/
} /* Sub Menu Styles */


    /* Styles for the searchbox */

.confSearchBox {
    background: transparent url("../../images/conf/sprites_orange.png") no-repeat 0 0;
}

.confSearchBox input {
    border: none;
    background: transparent;
}

.confSearchBox .searchButton {
    color: green;
}

.confSubTitle {
    color: #ffffff;
}

.nowHappening {
    color: #5b5d53;
}


.simpleTextAnnouncement {
    background: #F5FAFF url(../../images/conf/sprites_orange.png) repeat-x scroll 0 -200px;
    border-top: none;
    border-bottom: 1px solid #CCC;
    color: #0f283d;
}