

.sort {
    position: relative;
    padding: 7px 7px 7px 7px;
    background: #ffffff;
    border: 1px dotted #eeeeee;
    margin-bottom: 10px;
    font-size: 90%;
}

.sort a {
    color: #666666;
}

.sort .sortDivider {
    color: #b1b6e7;
}

table {
    position: relative;
    padding: 0;
}

.question {
    position: relative;
    width: 90%;
    border-bottom: 1px dotted #cccccc;
    padding: 30px 20px 30px 30px;
    background: #fcfcfc url("../../img/icons/iLightBlue.gif") no-repeat top left;
}

.question .answerIcon {
     margin: 0px 0px -3px 2px;
}

.question a {
    text-decoration: none;

}

.question .quote {
    font-size: 120%;
}

.qLink {
    font-size: 120%;
    margin-bottom: 5px;
    color: #663399;
}

.question .qIcon {
    position: relative;
    right: 0;
    top: 0;
    margin: -25px 5px 0px 0px;
}

.altrow td {
    background: #ffffff url("../../img/icons/iLightBlue.gif") no-repeat top left;
}

.question a:hover {
    text-decoration: underline;
}

.stats, .view {
    color: #666666;
    font-size: 85%;
}

.question .view {
    text-decoration: underline;
}

#askAttempted {
    border: 1px solid #cccccc;
}

#askAttempted .action {
    border: 1px solid #ffffff;
    background: #dddddd;
}

#askAttempted .action a {
    color: #000000;
}


#topicsWrap {
    position: relative;
    padding: 10px 10px 10px 7px;
    background: #ffffff;
    border: 1px dashed #cccccc;
}

#topicsWrap label {
    position: relative;
    padding-right: 10px;
}

.sort .hl {
    color: #663399;
}

.sort {
    margin: 0px 0px 5px 0px;
    border: 1px dashed #cccccc;
    border-top: 0;
}

.links {
    border: 1px dotted #eeeeee;
    border-bottom: 0;
    background: #ffffff;
    padding: 10px 0px 10px 0px;
    margin: 0;
}

#zero {
     position: relative;
     background: #ffffff;
     padding: 10px 10px 10px 10px;
     margin-top: 20px;
}