/* FAQ styles */
.faq {
}

.faq select {
        width: 160px;}

.results {
}

.question {
        width:500px;}

.answer {
        height: 65px;
        width: 500px;
        overflow: auto;
        border-top-width:1px;
        border-top-style:solid;
        border-top-color:silver;
        border-right-width:1px;
        border-right-style:solid;
        border-right-color:silver;
        border-bottom-width:1px;
        border-bottom-style:solid;
        border-bottom-color:silver;
        border-left-width:1px;
        border-left-style:solid;
        border-left-color:silver;}

.answerLink a:link {
        font-weight: bolder;
        font-size: 8pt;
        color:  black;
        text-decoration: none;}

.answerLink a:visited {
        font-weight: bolder;
        font-size: 8pt;
        color: black;
        text-decoration: none;}

.answerLink a:hover {
        font-weight: bolder;
        font-size: 8pt;
        color: red;
        text-decoration: none;}

td.moreLink {
        width: 235px;}

.moreLink a:link {
        font-size: 10pt;
        color:  blue;}

.moreLink a:visited {
        font-size: 10pt;
        color:  blue;}

.moreLink a:hover {
        font-size: 10pt;
        color: red;}

.search fieldset{
        width: 505px}

.search input:focus{
        background-color: lightyellow}

.search .searchBtn {
        padding-left:20px;
        font-size: 10pt;
        background-image: url(/eprise/main/Elements/Header03/Images/buttons/search.gif);
        cursor: pointer;
        color: black;
        background-repeat: no-repeat;
        font-family: Arial;
        background-color: silver;}

select:focus{
        background-color: lightyellow}

.highlight {
        background-color: yellow;}

.toolbar {
        border-right: silver 1px solid;
        border-top:: silver 1px solid;
        border-left: silver 1px solid;
        border-bottom: silver 1px solid;
        width: 525px;
        margin-top: 2px;
        margin-bottom: 4px;
        background-color: silver;}

.toolbar .addFAQbtn {
        padding-left: 20px;
        font-size: 10pt;
        background-image: url(/eprise/main/Elements/Header03/Images/buttons/add.gif);
        cursor: pointer;
        color: black;
        background-repeat: no-repeat;
        font-family: Arial;
        background-color: silver;}

.toolbar .addCatbtn {
        padding-left: 20px;
        font-size: 10pt;
        background-image: url(/eprise/main/Elements/Header03/Images/buttons/add.gif);
        cursor: pointer;
        color: black;
        background-repeat: no-repeat;
        font-family: Arial;
        background-color: silver;}

.EvenRow {
        background-color: #ffffff}

.OddRow {
        background-color: #dcdcdc}

