﻿*
{
    margin:0px;
    padding:0px;
}

html
{
    background-color:#1a1e29;
}
body
{
    width:900px;
    margin:0px auto;
    font-size:12px;
    /*border:solid 1px #f1f1f1;*/
    color:#333333;

    
}

.header
{
    height:255px;
    width:900px;
}

.side
{
    width:180px;
    float:left;
    padding:10px;
    background-color:#ffffff;
}

.inner-column img
{
    margin-bottom:5px;
}

.inner-column p
{
    font-size:0.8em; 
}

#content
{
    background:#ffffff;
     /*background:url('/_common/img/faux-columns.gif') repeat-y;*/
}

.full
{
    width:700px;
    float:left;
    margin-bottom:3px;
    padding-top:10px;
}

.main
{
    width:500px;
    float:left;
    margin-bottom:3px;
    padding-top:10px;
}

.inner-column
{
    padding-top:10px;
     width:200px;
     float:right;
     text-align:center;
     background-color:#ffffff;
}

.footer
{
    border-top:solid 15px #fbb016;
    padding:20px;
    background:#ffffff;
}

.clearfix
{
    height:1px;
    overflow:hidden;
    clear:both;
}

.padded
{
    padding:20px;
    border-bottom:solid 2px #ffffff;
}

a
{
    outline:none;
    text-decoration:none;
    font-weight:bold;
}

p
{
    margin-bottom:15px;
}

ul
{
    margin:0px 0px 15px 15px;
}

img
{
    border:none;
}

.inset-image
{
    float:right;
    margin:0px 0px 10px 10px;
    border:solid 2px #ffffff;
}

/* headings */

h1, h2, h3, h4, h5, h6
{
    font-size:1.4em;
}

.heading-1
{
    text-transform:uppercase;
    font-weight:bold;
    margin-bottom:10px;
    color:#000000;
}

.heading-2
{
    font-weight:bold;
    margin-bottom:5px;
    color:#000000;
}

.heading-3
{
    display:block;
    border-bottom:solid 1px #b6ceec;
    text-align:left;
    margin:15px;
    color:#212b5e;
}

.heading-4
{
    display:block;
    border-bottom:solid 1px #b6ceec;
    text-align:left;
    margin:5px 0px 5px 0px;
    color:#212b5e;
    font-size:1.2em;
}

.heading-5
{
    font-weight:bold;
    margin-bottom:5px;
    color:#e31836;
    display:block;
}

a.heading-5:visited
{
     color:#e31836;
}

.organiser-info
{
    padding-top:30px;
}

a.red
{
    color:#e31836;
}

.exhibitors-list
{
    margin-top:50px;
    width:400px;   
}

table.exhibitors-list
{
    border:solid 1px #cccccc;
}

.exhibitors-list td
{
    padding:5px;
    border-bottom:solid 1px #cccccc;
}

.exhibitors-list th
{
    background:#eceb9a;
    color:#666666;
    font-size:1.2em;
    padding:5px;
}

/* TABS */

.tab_nav
{
    border-bottom:solid 1px #d3d3d3;
}

.tab_nav_list
{
    float:left;
    display:block;
    margin:0px;
}

.tab_nav_list li
{
    float:left;
    list-style:none;
    margin:0px;
}

.tab_nav_list a
{
    display:block;
    padding:5px 10px 3px 10px;
    background:#f1f1f1;
    margin-right:1px;
    font-weight:bold;
}

.tab_nav_list a.active
{
    color:#000;
    background:#d3d3d3;
}

.tab
{
    padding:20px 0 10px 0;
}

table td
{
    padding:5px 10px 5px 10px;
    border-left:1px solid #e3e3e3;
    border-top:1px solid #e3e3e3;
}

table
{
    border-right:1px solid #e3e3e3;
    border-bottom:1px solid #e3e3e3;
}

table tr.highlight
{
    background:#d5e041;
    font-weight:bold;
}

table tr.grey
{
    background:#dae0ea;
    font-weight:bold;
}

table tr.blue
{
    background:#a9b5c9;
    font-weight:bold;
}

table tr.poster
{
    background:#ffebb9;
    font-weight:bold;
}

table tr.chair
{
    background:#ecf1b6;
    font-weight:bold;
}





