﻿#qa {
    border: solid 5px #F8A634;
    border-top: none;
}

#qa div.title {
    color: White;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #F8A634;
    line-height: 26px;
}

#qa div.workspace {
    padding: 10px;
}

#qa div.bg {
    border-bottom: dashed 1px black;
    padding-bottom: 10px;
}

#qa div.statistics {
    margin: 10px 0px 10px 0px;
}

#qa div.question {
    background-color: #EAEAEA;
    padding: 10px;
}

.highlight {
    color: #F8A634;
    font-size: 1.25em;
    font-weight: bold;
}

#question {
    margin-bottom: 10px;
}

#options {
    margin: 0px;
    padding: 0px;
}
#options li {
    list-style-type: none;
    line-height: 26px;
}
#options li label {
}

#icon {
    width: 90px;
    height: 84px;
    float: left;
}

#msg {
    width: 120px;
    height: 70px;
    background: url(../Images/k1.jpg) no-repeat;
    float: left;
    padding: 10px;
}

.op {
    margin-top: 10px;
    height: 80px;
}

.op div.command {
    float: left;
}


.op div#toolbox {
    margin-left: 125px;
    /*width: 500px;*/
    border: solid 1px #BDBDBD;
    height: 80px;
}

/* 答题工具箱
----------------------------------------------------------*/
.op #toolbox {
}
.op #toolbox td {
    height: 80px;
}

.op #toolbox td.tbTitle {
    background-color: #EEEEEE;
    font-weight: bold;
    width: 100px;
    text-align: center;
    border-right: solid 1px #BDBDBD;
}

.op #toolbox td.tool {
    width: 110px;
    text-align: center;
    cursor: pointer;
}
.op div#toolbox .tool .icon {
    width: 110px;
    height: 50px;
}
.op div#toolbox .tool .text {
    width: 110px;
    text-align: center;
}

.op #toolbox td.tbDesc {
    border-left: solid 1px #BDBDBD;
    vertical-align: top;
}
.op #toolbox #tbDesc {
    margin: 10px;
}

.hover {
    color: Red;
    font-weight: bold;
}

.tool-0 {
    background: url(../Images/tool_0.gif) no-repeat center;
}
.tool-0-gray {
    background: url(../Images/tool_0_gray.gif) no-repeat center;
}
.tool-1 {
    background: url(../Images/tool_1.gif) no-repeat center;
}
.tool-1-gray {
    background: url(../Images/tool_1_gray.gif) no-repeat center;
}
.tool-2 {
    background: url(../Images/tool_2.gif) no-repeat center;
}
.tool-2-gray {
    background: url(../Images/tool_2_gray.gif) no-repeat center;
}

.w-icon {
    background: url(../Images/w.gif) no-repeat center;
}
.r-icon {
    background: url(../Images/r.gif) no-repeat center;
}


#overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../Images/overlay.gif);
    z-index: 9998;
    display: none;
}

#loading {
    position: fixed;
    z-index: 9999;
    width: 180px;
    height: 60px;
    line-height: 60px;
    padding-left: 60px;
    background: White url(../Images/ajax-loader.gif) no-repeat 14px 14px;
    border: solid 5px #3A6CA7;
    display: none;
}

