﻿table.seminars-table
{
	padding-top:10px;
}

table.seminars-table th
{
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
	color: #93866c;
    font-size: 14px;
    border-bottom: 1px solid #93866c;
}

table.seminars-table tr th,
table.seminars-table tr td
{
    padding: 5px 10px;
    vertical-align: top;
}

table.seminars-table tr.even td
{
	background:#f3ede3;
}

table.seminars-table tr td p {
    padding: 0 !important;
    font-size: 11px;
    line-height: 15px;
}

table.seminars-table tr td.footer {
    font-size: 14px;
    border-top: 1px solid #93866c;
}

table.ajax_seminars
{
    margin: 0 auto;
    font-size: 12px;
    color: #555;
}
table.ajax_seminars a
{
    color: #780509;
    text-decoration: underline;
}
table.ajax_seminars a:hover
{
	text-decoration: none;
}


