/** Div content pane css setup ***/

.pane {
    border: 1px solid #CCCCCC;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 300px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid black;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid black;
}
.paneHeader {
    vertical-align: top;
    text-align: left;
    background-color: #E2E8F6;
    padding-left: 5px;
    padding-right: 5px;
}
.paneBody {
    padding: 5px;
    background-color: #FFFFFF;
}
.paneFooter {
    background-color: #e7e7e7;
    text-align: left;
}
.paneTitle {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: large;
    font-weight: bold;
}

.question {
    background-color : #ffcc66;
    border: 1px solid orange;  
}

.answer {
    background-color : #ffff99;
    border: 1px solid yellow;  
}

.title {
    font-weight: bold;
}
p.content {
    margin-left: 10px;
    background-color : #e7e7e7;
    border: 1px solid grey;      
}

.roundedPane {
    background-color: #e7e7e7;
    width: 240px; 
    height: 100%;
}

.wideTitlePane {
    width: 99%;    
}

.titlePaneLabel, 
.titlePaneLabelNeutral,
.titlePaneLabelFor,
.titlePaneLabelAgainst{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-image: url(../../images/title-back-red.png);
    background-repeat : repeat-x;
    height: 20px;
    color: white;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid black;
    text-indent: 10px;
    width: 99%;
}
.titlePaneLabel {
    background-image: url(../../images/title-back-red.png);
    color: white;
}
.titlePaneLabelNeutral {
    background-image: url(../../images/title-back-blue.png);
    color: white;
}
.titlePaneLabelFor {
    background-image: url(../../images/title-back-green.png);
    color: white;
}
.titlePaneLabelAgainst {
    background-image: url(../../images/title-back-redder.png);
    color: white;
}
.titlePaneLabelNews {
    background-image: url(../../images/title-back-orange.png);
    color: white;
}

.titlePaneContent {
    margin: 0 0 0 0;
    padding: 0 0px 0 0px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid black;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid black;
    background-color: white;
    width: 99%;
}

.titlePaneMinHeight {
    min-height: 177px;
}

.paneText {
    margin: 5px 0 0 5px;
}

.collapsableHeader {
    background-color: #e7e7e7;
    margin-left: 5px;
    margin-right: 5px; 
}
.collapsableContent {
    border: 1px dashed black;
    margin-left: 5px;
    margin-right: 5px;
}
