﻿ul, li
{
    margin: 0px;
    padding: 0px;
}
a
{
    color: #000;
}

a:hover
{
    text-decoration: underline;
}

.ddsubmenustyle li a
{
    background-color: #9CA0AC;
}

.WhiteBG
{
    background-color: #FFF;
    border: 1px solid #43708F;
}

.RedGradient
{
    color: #FFF;
    background-image: url();
    background-color: #6C6C6C;
}
.bold
{
    font-weight: bold;
}
a.underline
{
    text-decoration: underline;
}


/* =Category & Location Lists 
------------------------------------------------------- */
.list
{
    margin-left: 1px;
    background-color: #F7F7F7;
    border: 1px solid #43708F;
    padding: 3px;
}
.list li
{
    padding: 3px 2px;
    border-bottom: 1px dashed #43708F;
}
.list li:hover
{
    background-color: #EAEAEA;
}
.list a.repeated
{
    background-image: url(/Answers/Assets/Images/BulletArrow.gif);
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    text-decoration: none;
    padding-left: 15px;
}

.list .header
{
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    background-color: #404040;
    color: #FFF;
    display: block;
    padding: 4px 2px;
}

/* =Question Box
--------------------------------------------- */
.questionBox
{
    font-size: 20px;
    padding: 40px 5px 5px 80px;
    background-image: url(/Answers/Assets/Images/QuotationMarks.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

/* =Recently Asked Questions
----------------------------------------------- */
#RecentQuestions a
{
    text-decoration: none;
}
#RecentQuestions a:hover
{
    text-decoration: none;
}
.question
{
    color: #890D0D;
    font-size: 12px;
    text-decoration:none;
}

.question:hover
{
    text-decoration:none;
}

/* =Search Box
----------------------------------------------- */
#SearchBox
{
    text-align: center;
    padding: 10px 0px 15px 0px;
    background-image: url(/Answers/Assets/Images/SearchBackground.gif);
    background-repeat: repeat;
}
.searchHeader
{
    margin: 0px auto;
    width: 245px;
    color: #FFF;
    background-color: #6C6C6C;
    font-weight: bold;
    font-size: 18px;
}
.searchError
{
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
}



