table
{
    border: solid 1px #dfdfdf;
    border-spacing: 0px;
    border-collapse: collapse;
    margin-top: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
table tr:last-child td
{
    border-bottom-style: none;
}
table tr:last-child td:last-child
{
    border-right-style: none;
}
table tr td:last-child
{
    border-right-style: none;
}
table tr th:last-child
{
    border-right-style: none;
    -moz-border-radius: 0px 3px 0px 0px;
    -webkit-border-radius: 0px 3px 0px 0px;
}
table tr th:first-child
{
    -moz-border-radius: 3px 0px 0px 0px;
    -webkit-border-radius: 3px 0px 0px 0px;
}
table tr th
{
    border-right: solid 1px #dfdfdf;
    background-image: url(/Images/Site/tableHeaderBackground.png);
    font-weight: bold;
    padding: 5px;
    color: #0076bd;
    margin: 0px;
    border-bottom: solid 2px #0076bd;
    background-color: #dedede;
    background-repeat: repeat-x;
}

td
{
    border-right: solid 1px #dfdfdf;
    border-bottom: solid 1px #dfdfdf;
    padding: 5px;
    margin: 0px;
    vertical-align: top;
}

/* Webinars elements */
.localisedTimes
{
    display: none;
}
.webinarInfo
{
    position: relative;
}
.webinarInfo a
{
    margin: 0 auto;
    padding: 2px 0;
    display: block;
    background: #e0f5ff;
    border: 1px solid #c1e7fa;
    font-size: 12px;
    color: #1b76a8;
    text-decoration: none;
}
.sessionInfo .webinarInfo a
{
    margin-top: 10px;
}
.webinarInfo a span
{
    display: block;
    font-size: 11px;
    color: #27b7f7;
}
.webinarInfo .sessionPrice
{
    margin: 10px;
}

.localisedTimes
{
    position: absolute;
    top: -187px;
    right: 105%;
    width: 190px;
    padding: 10px 15px;
    background: #fcfbd1;
    border: 1px solid #f1f0bf;
    color: #9d9c69;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.localisedTimes h3
{
    padding: 0 0 10px 0;
    margin: 0;
    color: #848356;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}
.localisedTimes .state, .localisedTimes .time
{
    font-size: 12px;
    float: left;
    display: block;
    width: 115px;
    padding-bottom: 8px;
    margin: 0;
    text-align: left;
}
.localisedTimes .state
{
    clear: left;
    width: 35px;
}
.localisedTimes .decal
{
    width: 18px;
    height: 21px;
    position: absolute;
    right: -17px;
    top: 205px;
    display: block;
    text-indent: -9999px;
    background: url('/Images/Events/sessionDecal.png') no-repeat 0 0;
}


#ErrorMessage, #FlashMessage{background: url(/Images/Members/error.png) no-repeat 0 center; margin:20px; padding-left: 50px; display:block; color:#db5c4b;}
#FlashMessage {background-image:url(/Images/Members/info.png); color:#3799c2;}

#ErrorMessage p, #FlashMessage p {line-height:14px; font-size:14px; padding: 10px 15px; color:#a74912; background:#f3d2d3; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
#FlashMessage p {color:#969101; background-color:#fffebd;}

/* Form layout */
/*----------------------------------------------------------*/

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000 !important;
    background-color: #fffefe;
}
