﻿#PageTopBanner
{
    display: block;
}

#innfunnav
{
    color: #fff;
}

#TopBanner
{
    background-color: #012215;
    background: url(../img/banner_quiz.jpg);
    background-repeat:no-repeat;
    height: 66px;
    width: 716px;
    padding-left: 40px;
   
}

#TopBanner h1
{
    font-family: Georgia;
    color: #FFD28F;
    font-size: 28px;
    font-weight: normal;
}

#trail
{
    background-color: #cf9c00;
}

#trail a:hover
{
    text-decoration: underline;
}


#PageHeader
{
    width: 564px;
    height: 40px;
}

#PageHeader h2
{
    font-style: italic;
    font-family: Georgia;
    color: #000;
    font-size: 24px;
    padding-top: 6px;
    margin-left: 8px;
}

.MainText p
{
    margin: 10px;
    float: none;
    width: 95%;
}

.MainText .quizbox
{
    width: 95%; 
    border: solid 1px #a09f9f;
    float: none;
    margin-top: 10px;
}

.MainText .quizbox p
{
    font-size: 13px;
}

.MainText .quizbox img
{
    float: none;
    text-align: center;
    width: 20%;
}

.MainText p img
{
    float: none;
    text-align: center;
}

.MainText a:hover
{
    text-decoration: underline;
}

.textblock
{
    clear: both;
    float: none;
    padding-top: 10px;
}

.MainText .imageinfo p
{
    color: #000;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

form table tbody tr td
{
    color: #000;
    /*width: 300px;*/
    padding-top: 10px;
}

form
{
    width: 550px;
    float: none;
}
select
{
    width:140px;
}
#LinkBar
{
    height: 22px;
    width: 756px;
    background-color: #000704;
    text-align: center;
}

#LinkBar a
{
    color: #fff;
}

.linkbarref
{
    width: 170px;
    float: left;
    height: 19px;
    padding-top: 3px;
    cursor: pointer;
}

.linkbarref:hover
{
    background-color: #cf9c00;
}

.MainText .oldposterimages .posters
{
	color: #4e4e4e;
    float: left;
    padding-right: 20px;
}

.MainText .oldposterimages .posters img
{
    float:none;
    max-width: 100%;
    width: auto;
    margin-bottom: 0;
}

.MainText img
{
    width: auto;
}
.result
{
    text-align:center;
    font-size:16px;
    font-weight:bold;
    color:green;
}

table.tbl_questionResults
        {
            width:100%;
            margin-bottom:30px;
        }
        table.tbl_questionResults td
        {
            padding:10px;
            color:#000;
        }    


