a
{
    color: #000;
}


table#Tconf
{
    border-collapse: collapse;
    vertical-align: top;
}

table#Tconf tr
{
    background-color: #FFF;
    border-bottom: 1px solid #10869C;
}

table#Tconf tr.alt
{
    background-color: #F7F7F7;
}

table#Tconf td
{
    vertical-align: top;
    padding: 5px;
}

div#conflist p
{
	clear: both;
    margin: 10px 0;
}

div#conflist p span
{
    display: block;
    float:left;
    width: 110px;
    font-weight: bold;
}

div#conflist p a
{
    display: block;
    margin-left: 120px;
}

div#online_panel
{
    text-align: right;
}

a#expand
{
    font-weight: bold;
    text-decoration: none;
    color: #14849D;
}

div#quest_answer
{
    position:relative;
    margin: 10px;
}

div#quest_answer dl
{
    position:relative;
}

div#quest_answer dl dt
{
    position:relative;
    margin: 10px 0 0 0;
    padding: 7px 10px;
    border: 1px solid #9CB2C2;
    font: 12px Tahoma, Verdana, Arial, sans-serif;
    background: #ECF4F7;
}

div#quest_answer dl dt a
{
    position: absolute;
    display:block;
    top: 0;
    right: 0;
    padding: 5px 10px;
    font-weight: bold;
    background: #14849D;
    color: #FFF;
    text-decoration: none;
}

* html div#quest_answer dl dt a
{
    right: 258px;
}


div#quest_answer dd
{
    display: none;
    padding: 10px 10px 10px 40px;
    font: 13px Verdana, Tahoma, Arial, sans-serif;
    border: 1px solid #9CB2C2;
    border-top: none;
}

div#quest_answer dd em, div#quest_answer dt em
{
    display: block;
    font-weight: bold;
}

div#quest_answer dd em
{
    text-align: right;
}

div#quest_form
{

    margin: 10px;
    padding: 10px;
    border: 1px solid #9CB2C2;
}

div#quest_form label
{
    clear:left;
    display: block;
    float:left;
    width: 100px;
    margin: 7px 10px;
    font-weight: bold;
    text-align: right;
}

div#quest_form input
{
    margin: 4px 0;
    width: 450px;
    border: 1px solid #aaa;
}

div#quest_form textarea
{
    margin: 4px 0;
    border: 1px solid #aaa;
    width: 100%;
    height: 200px;
}

div#quest_form input.checkbox
{
    width: auto;
}

.rpanel
{
    margin-top: 2px;
}

.rpanel h4
{
    padding: 3px 10px;
    text-transform: uppercase;
    background: #14849D;
    color: #FFF;
    font-size: 12px;
}

.rpanel ul
{
    list-style: none;
    float: left;
}

.rpanel ul li
{
    float: left;
}

.rpanel ul li a
{
    display: block;
    padding: 5px 7px;
}

.first_letter
{
    margin: 10px 0;
    font-size: 24px;
    font-weight: bold;
    color: #14849D;
}

.guests
{
    margin-left: 34px;
    list-style: none;
}

div#guest_info
{
    margin-bottom: 15px;
}

div#guest_info img
{
    margin: 0 15px 15px 0;
}

/*
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* + html .clearfix {
    height: 1%;
}
*/

* html .clearfix {
    height: 1%; /* IE5-6 */
}
* + html .clearfix {
    display: inline-block; /* IE7not8 */
}
.clearfix:after { /* FF, IE8, O, S, etc. */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.red {color: red}




.lastonlines {height: 120px;overflow: hidden}
.lastonlines li {float: left;height: 120px;padding: 0 10px;list-style:none}
.lastonlines li a img {height: 120px}
.jcarousel-container {width: 100%;height: 120px;position: relative;}
.jcarousel-clip {margin: 0 20px; overflow: hidden}
.jcarousel-prev, .jcarousel-next {position: absolute; top: 50px; left: 10px; width: 5px; height: 10px;background: url('/i/prev.gif') 0 0 no-repeat; cursor: pointer}
.jcarousel-next {left: auto; right: 10px; background: url('/i/next.gif') 0 0 no-repeat}
.jcarousel-prev-disabled, .jcarousel-next-disabled {cursor: default; background-position: -5px 0}
