body 
{
    background-image:url(images/BackgroundNew.jpg);
    background-repeat:repeat-x;
    margin: 0;
    font-family:arial,verdana,sans-serif;
    font-size:12px;
    color:Black;
}
a:link, a:active, a:visited {color:#0B287B;}
a:hover {text-decoration:none;}

.navbar ul
{
	list-style:none;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
	display: inline;
	width: 100%;
}

.navbar li
{
	display: inline;
	text-transform: uppercase;
	width: 14.24%;
	background: url(images/tab-bg.gif) repeat-x;
	float: left;
	text-align: center;
	font-size: 1.1em;
	margin: 0;
	font-weight: bold;
}

.navbar li a
{
	display: block;
	text-decoration: none;
	color: #ced;
}

.wrapper 
{
    width:740px;
    text-align:left;
    margin-top: -4px;
    padding: 0px;
}

.headertab
{
	margin-bottom: -4px;
	background-color:White;
	width: 100%;
	padding: 0px;
}

.main 
{
   background-color:White;
   width:100%;
   padding: 0px;
   border-left:1px solid #dfdfdf;
   border-right:1px solid #dfdfdf;
   border-bottom:1px solid #dfdfdf;
}

.left 
{
    width:80%;
    text-align:left;
    padding:0 10px 0 10px;
}

.right 
{
    width:20%;
    text-align:right;
    padding:0px;
}

.footer 
{
   width:100%;
   text-align:center;
   font-size:10px;
}

.footer a:link, .footer a:active, .footer a:visited {color:#0B287B; font-weight:bold; font-size:12px;}


h1, h2
{
    font-weight:bold;
    font-size:18px;
    font-family:arial,verdana,sans-serif;
    padding:3px 0 3px 0;
    margin:0;
    color:#0B287B;
   
}

h2{font-size:14px;}

h3{color:#FFFFFF;}

strong {color:#0B287B;}

img { border:0px;}

hr {color:#dfdfdf;}

em {font-size:11px;}

/* New Header(text) Graphics */
.h1Graphic
{
    position:relative;
    left: -10px;
}

/* Speaker Grid */
table.SpeakerPicGrid
{
    width: 100%;
    text-align: center;
    background-color: White;
    border: solid 2px #BDEBFF;
}

.SpeakerPicGrid a
{
     text-align: center;
     text-decoration: none;
     font-size: smaller;
     font-weight: bold;
     color:#0B287B;
}

.SpeakerPicGrid a:hover
{
    text-align: center;
    text-decoration: none;
    font-size: smaller;
    font-weight: bold;
    color:#EE8B4E;
}

.SpeakerPicGrid a img
{
    border: solid 1px White;
}

.SpeakerPicGrid a:hover img
{
    border: solid 1px #EE8B4E;
}

tr.SpeakerPicGrid
{
    text-align: center;
    vertical-align: top;
}

td.SpeakerPicGrid
{
    text-align: center;
    width:25%;
}

.companyLink
{
            color:#51A1D8;
            font-size:90%;
}
.companyLink a
{
            color:#51A1D8;
            text-decoration:none;
            font-weight:bold;
}
.companyLink a:hover
{
            color:#EE8B4E;
            text-decoration:underline;
            font-weight:bold;
}

/* MENU */
span.rootMenuItem
{
    width: 212px;
    padding: 3px 3px 3px 5px;
    margin-right: 30px;
    font: normal normal bold 14px arial,verdana,sans-serif;
}

div.subMenu
{
    width: 212px;
    position:inherit;
    z-index:9;
}

div.subMenuBase
{
    width: 212px;
}

div.subMenuItem, div.subMenuItemHighlight, div.subMenuItemLeaf, div.subMenuItemLeafHighlight
{
    font: normal normal bold 11px arial,verdana,sans-serif;
    padding-left: 5px;
    height: 25px;
    line-height: 25px;
    background-color: #C6DDF0;
    color: #5092C9;
    text-align:left;
    border-bottom: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
}

div.subMenuItem
{
}

div.subMenuItemHighlight
{
    background-color: #5092C9;
    color: white;
    font-weight: bold;
}

div.subMenuItemLeaf
{
}

div.subMenuItemLeafHighlight
{
    background-color: #5092C9;
    color: white;
    font-weight: bold;
}

a.subMenuItem
{
    text-decoration: none;
}

a.subMenuItem:hover
{
    color: white;
    background-color: inherit;
}

div.menuBottom
{
    height: 1px;
}

/*  SideBar Links  */
.SideBarLinks a, .SideBarLinks a:link
{
    font-weight: bold;
    padding: 0 5px 0 0;
    color: #0B287B;
    text-decoration: none;
    font-size: 11px;
    margin: 0 0 0 0;
}

.SideBarLinks a:hover
{
    color:#29ABE2;
}

.SideBarImage
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

/*  Panel Descriptions  */
table.Panel
    {
        border:solid 1px #D7D7D7;
    }
    td.PanelCategory
    {
        border:solid 1px #D7D7D7;
        color:#000080;
        font-weight:bold;
        padding: 7px 7px 7px 7px;
        vertical-align:top;
        width:25%;
    }
    td.PanelDescription
    {
        border:solid 1px #D7D7D7;
        color:#7D7D7D;
        padding: 7px 7px 7px 7px;
        vertical-align:top;
        text-align: justify;
        width:50%;
    }
    td.Panelists
    {
        border:solid 1px #D7D7D7;
        color:Black;
        padding: 7px 7px 7px 7px;
        vertical-align:top;
        width:25%;
    }