@charset "utf-8";

.debates .tabContent_top {
    width:100%;
    padding-top:4px;
    background:url(../images/tabContent_top.gif) no-repeat top;
}

.ie6 .debates .outterContent{
    width: 960px;
    overflow: hidden;
}

.debates .tabContent_bottom {
    width:100%;
    padding-bottom:4px;
    background:url(../images/tabContent_bottom.gif) no-repeat left bottom;
}
.debates .tabContent {
    background:#ededed;
}
.debates .tabContent .tabinner{
    width:100%;
    padding-top:20px;
    padding-bottom:22px;
}

.debates .header {
    height:49px;
    margin-top: -6px;;
    background:url(../images/headerslice.png) repeat-x scroll 0 10px;
}


.debates .header  h2.debate-title {
    background:transparent url(../images/debate_icon.png) no-repeat scroll 0 0;
    height:58px;
    margin-left:31px;
    padding-left: 60px;
    padding-top:14px;
    font-style:italic;
}

.debates .debatesSummaryTitle, .debates .debate-back-link {
    padding-left:33px;
    padding-right:90px;
    padding-bottom:15px;

}

.debates .info-link {
     margin-top: -44px;
     font-style: italic;
     float: right;
}

.comment_tools {
    height:42px;
}

.comment_tools a {

    vertical-align:middle;
    background:transparent url(../images/chat-icon.png) no-repeat;
    padding-left:35px;
    padding-top:10px;
    padding-bottom:10px;
}


.debates .debate-back-link {
    padding-bottom:5px;

}

.debates div#debate-lineage {
    padding-bottom:10px;
}

.debates #debate-lineage div {
    text-align:center;
    font-size:1.15em;
    margin: 2px auto;
    width: 600px;
}

.debates #debate-lineage .position p {
   background:#FFFFFF url(../images/position_icon_small.png) left center no-repeat;
   padding-left:38px;
    min-height: 44px;
}

.debates #debate-lineage .argument-pro {
    background:transparent url(../images/pro_arrow.png) center top no-repeat;
    padding-top:27px;
}

.debates #debate-lineage .argument-con {
    background:transparent url(../images/con_arrow.png) center top no-repeat;
    padding-top:27px;
}


.debates .add-comment {
  background:transparent url(../images/chat_reply.png) left center no-repeat;
   padding-left:21px;
    padding-top:2px;
    padding-bottom:2px;
    
}

.debates #debate-lineage p {
    background: #FFFFFF;
    line-height: 1em;
    border: solid thin;
    padding: 5px 5px;
}



.debates .comments-titlebox {
    border-bottom: solid thin #C0C0C0;
    margin: 4px 30px;
    padding: 0 12px; 

}

.debates .comments-titlebox span.comment-function {
    margin: 0 10px;
}

.debates .comments-titlebox h3 {
    font-style: italic;
}

.ie6 .debates .header {
    padding-left: 40px;
}

.ie6 .debates .header .h2.debate-title {
    padding-left: 40px;
}


.ie7 .thread-top.float-container,
.ie8 .thread-top.float-container {
    clear: both;
    height: 35px;

}


