﻿#articletools {
    position: absolute;
    bottom: -7px;
    right: 10px;
}

#articletools img {
    margin-left: 4px;
    cursor: pointer;
}

#article_body { padding: 8px; }

.article_title { font-size: 16px; font-weight: bold; }
.article_byline { color: #717171; font-style: italic; margin-left: 4px; }
.article_description { 
    display: block;
    height: 65px;
    padding: 6px;
    margin-top: 4px;
    color: #717171; 
    font-weight: bold; 
    background-image: url(../Images/articledesc_bg.gif);
    background-repeat: repeat-x;
}

#article_text p {
    margin-bottom: 14px;
    margin-top: 0px;
    padding: 0px;
}
#article_text h4 {
    font-size: 14px; font-weight: bold;
}

#article_text h1 { display: none; }
#article_text h2 { display: none; }
#article_text h3 { display: none; }
#article_text h6 { display: none; }


/*********** ASK THE LABS SECTION *************/

#asklabs_body { padding: 4px; }
.titleBar {
    position: relative;
    width: 100%;
    height: 23px;
    background-color: #000000;
    margin: 0px;
    margin-bottom: 10px; 
    padding: 0px;
}
#recentQuestionsTitleBarText { position: relative; top: 5px; left: 6px; display: block; width: 133px; height: 13px; background-image: url(../Images/TitleBars/askthelabs_recentquestions.gif); text-indent: -20000px;}

#questionstools {
    position: absolute;
    bottom: -4px;
    right: 6px;
}

#questionstools img {
    margin-left: 4px;
    cursor: pointer;
}

.questionBody {
    position: relative;
    min-height: 115px;
    background-color: #dddddd;
    padding: 10px;
    padding-left: 110px;
    padding-top: 20px;
    color: #717171;
    font-weight: bold;
    margin-bottom: 4px;    
    background-image: url(../Images/icon_bigQ.gif);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

.askquestionLink {
    position: absolute;
    bottom: -2px;
    right: 5px;
    width: 129px;
    height: 24px;
    background-image: url(../Images/icon_asklabsquestion.gif);
    background-repeat: no-repeat;
    text-indent: -20000px;
}

.questionBody em {
    font-weight: normal;
    font-style: italic;
}

.answerBody {
    padding: 10px;
    padding-top: 20px;
    background-image: url(../Images/askthelabs_answerbg.gif);
    background-repeat: repeat-x;
    background-position: top center;
}

.answerIcon {
    float: left;
    width: 96px;
    height: 115px;
    margin-right: 14px;
    margin-top: -10px;
    margin-left: -10px;
    background-image: url(../Images/icon_bigA.gif);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

.resultAskLabsTitle {
    display: block;
    width: 660px;
    height: 21px;
    background-color: #dddddd;
    font-weight: bold;
    font-size: 13px;
    padding-top: 4px;
    padding-left: 4px;
}

.resultArticleIssue {
    float: right;
    display: block;
    width: 164px;
    height: 20px;
    text-align: right;
    background-color: #dddddd;
    padding-top: 5px;
    padding-right: 2px;
    font-weight: normal;
}

.resultArticleAuthors { padding-left: 4px; padding-top: 2px; color: #666666; font-style: italic;}
.resultArticleDescription { padding-left: 4px; padding-top: 2px; margin-bottom: 10px; color: #000000; }

#askQuestionWindow {
    width: 400px;
    height: 400px;
    background-color: Red;
    color: Black;
}

.pagerButton { width: 70px; height: 20px; font-size: 11px; background-color: #FFFFFF; border: solid 1px #000000;}