﻿body {
    margin: 0px;
    padding: 0px;
    background-color: #0f0f0f;
    color: #b8b8b8;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 70%;
}

img {
    border: 0px;
}

a {
    color: #be0171;
    text-decoration: none;
    outline: none;
}

p {
    line-height: 1.5em;
    margin: 0px 0px 14px;
}

.normal {
    font-weight: normal;
}

.nomargin {
    margin: 0px;
}

object {
    outline: none;
}

h1, h2, h3, h4 {
    text-transform: uppercase;
    margin-top: 0px;
}

h1 {
    font-size: 2.4em;
}

h2 {
    font-size: 1.4em;
    color: #f59aa5;
}

h3 {
    font-size: 1.5em;
    font-weight: bold;
}

h4 {
    font-size: 1.2em;
    font-weight: bold;
}

ul {
    margin: 0px 0px 15px 20px;
    padding: 0px;
    /*list-style-position: inside;*/
}

ul li {
    line-height: 1.6em;
    margin: 0px;
    padding: 0px;
}

table th {
    text-align: left;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

.pink {
    color: #f59aa5;
}

.fuchsia {
    color: #ec008c;
}

.purple {
    color: #c290a7;
}

.darkPurple {
    color: #9f52a0;
}

.orange {
    color: #f26c55;
}

.white {
    color: #ffffff;
}

.center {
    text-align: center;
}

.innerLine {
    border-bottom: solid 3px #000000;
    margin: 0px 0px 18px;
}

.innerLine.thin {
    border-width: 1px;
}

.content-images {
    float: right; 
    width: 214px; 
    margin: 0px 0px 0px 15px;
    text-align: right;
}

.content-images img {
    width: 214px;
    margin-bottom: 10px;
    display: block;
}

.supplier,
.partner, 
.blog,
.comment {
    width: 582px;
    border: solid 1px #000000;
    padding: 5px;
    margin-bottom: 5px;
}

.blog {
    text-align: center;
    position: relative;
}

.blog-bg {
    width: 490px;
    float: right;
    text-align: left;
    padding-right: 10px;
    position: relative;
}

.supplier-bg h3,
.partner-bg h3,
.blog-bg h3,
.comment h4 {
    margin: 0px 0px 10px 15px; 
    padding-top: 10px;
}

.supplier-bg p,
.partner-bg p,
.blog-bg p,
.comment-bg p {
    margin: 0px 0px 10px 15px;
}

.supplier-bg img {
    float: right; 
    width: 180px; 
    height: 127px;     
    border: solid 1px #333333;
    margin-left: 20px;
}

.partner-bg img {
    width: 180px;      
    /*border: solid 1px #333333;*/
    /*margin-left: 20px;*/
}

.blog-leftCol {
    width: 82px; 
    float:left; 
    text-align: center; 
    margin-top: 11px;       
}

/* Contact Page */

.team {
    float: left;
    width: 260px;
    margin: 10px 20px 10px 0px;
}

.team img {
    float: left; 
    width: 94px; 
    margin-right: 10px;
}

/* Seminar Programme Page */

#day1 table td,
#day2 table td
{
    border-top:solid 1px #000000;
    border-right:solid 1px #000000;
    background-color:#251b1f;
    
}

#day1 table th,
#day2 table th
{
    font-size:1.3em;
    background-color:#251b1f;
    color:#ffffff;
}


.day1_button a
{
    background-image:url("/_common/img/seminar-programme/day_one_btn.gif");
}

.day2_button a
{
    background-image:url("/_common/img/seminar-programme/day_two_btn.gif");
}

.day1_button a:hover,
.day1_button a.selected
{
    background-position:0 -35px;
}

.day2_button a:hover,
.day2_button a.selected
{
    background-position:0 -35px;
}

div#day1,
div#day2
{

}

ul.tabNavigation
{
    border-bottom:solid 5px #c290a7;
}

#day1 h2,
#day2 h2
{
    background-color:#3b2b32;
    font-size:1.7em;
}

.seminar-pricing 
{
    font-weight:bold;
    color:#ffffff;
}

#day1 td.talk-title,
#day2 td.talk-title
{
    font-weight:bold;
    background-color:#3b2b32;
    color:#ffffff;
}

#day1 td.no-border,
#day2 td.no-border
{
    border-top:none;
}

.pink-bold 
{
   color: #f59aa5;
   font-weight:bold;
}

