/*
This file contains styles used in the phone interview part of survey-xact.
the interview package uses wicket for rendering, and uses a lot of custom controls, hence
this seperate file.
*/
/*CoreInterviewRespondent*/
.page-section {
/*border: 1px solid #9c9c9c;*/
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-section-title {
    border-bottom: 1px dotted #d0d0d0;
    color: #00A6EF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.page-section-content {
    padding: 10px 25px;
    font-size: 12px;
}

/* Questions inside page sections should not have any margin. (respondent pick page) */
.page-section .questions {
    margin-left: 0px;
    margin-right: 0px;
}

/** Stratification status inside page sections should not have any margin. (respondent pick page) */
.page-section .interviewstratificationstatus .stratification {
    margin-left: 0;
}

/*CoreInterviewRespondent end*/

/*CoreInterviewPerform*/
div.paneContent {
    border-bottom: 1px solid #9c9c9c;
    border-left: 1px solid #9c9c9c;
    border-right: 1px solid #9c9c9c;
    padding: 5px;
    display: none;
}

TABLE.pageContent {
    border-collapse: collapse;
    border: 1px solid #9c9c9c;
    width: 100%;
}

TABLE.pageContent TR.contentHeader {
    color: #575757;
    background-color: #e0e0e0;
    font-size: 11px;
    border: 1px solid #9c9c9c;
}

TABLE.pageContent TR.contentHeader  TD {
    padding: 4px;
}

div.activePaneContent {
    border-bottom: 1px solid #9c9c9c;
    border-left: 1px solid #9c9c9c;
    border-right: 1px solid #9c9c9c;
    padding: 5px;
}

/*CoreInterviewPerform end*/

DIV.interviewstatreport {
    padding-top: 0px;
    padding-bottom: 20px;
    margin: 0px;
}

DIV.interviewstattitle {
    font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
    padding: 4px;
    margin: 0px;
    background: #f0f0f0;
}

.interviewstatreport TABLE.statTable {
    font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-size: 11px;
    border: 1px solid #9c9c9c;
    border-collapse: collapse;
    padding: 3px;
    margin: 10px;
}

.interviewstatreport TABLE.statTable  TD {
    border: 1px solid #9c9c9c;
    text-align: center;
}

.interviewstatreport TABLE.statTable  TD.text {
    text-align: left;
}

.interviewstatreport TABLE.statTable  TD.number {
    text-align: center;
}

.interviewstatreport TABLE.statTable  TH {
    border: 1px solid #9c9c9c;
    text-align: center;
}

DIV.interviewstatreport H1 {
    font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
    padding: 4px;
    margin: 0px;
    background: #e0e0e0;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0px;
    word-spacing: 0px;
}

DIV.interviewstatreport H2 {
    font-weight: bold;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    margin-top: 12px;
    letter-spacing: 0px;
    word-spacing: 0px;
}


#interviewStatDateFilterForm {
    width:470px;
    position:relative;
    top:-10px;
}

#interviewStatDateFilterForm .property {
    padding:0px;
}

#interviewStatDateFilterForm .propertysheet {
    position: relative;
    top: 5px;
}

#interviewStatDateFilterForm .interviewHideFilter {
    padding-left:5px;
    position: relative;
    top: -25px;
}

.interviewShowFilter {
    padding-left:5px;
}