@charset "utf-8";
/* CSS Document */

/*------------------------------- DISCUSSION LIST -------------------------------*/
.ucBreakDiscussion{border-top:1px solid #eee;padding-top:3px;padding-bottom:3px;}
.ucBreakDiscussion:hover{background-color:#FFFAE2;}
.ucNav{text-align:center;}
.ucBreak{border-bottom:1px dotted #ddd;padding-bottom:5px;}

.avatarSmall{width:40px;}
.avatar{text-align:center;padding:5px;margin-bottom:10px;margin-right:5px;margin-left:5px;width:80px;font-size:90%;}
.borderTopDotted{border-top:1px dotted #ccc;}

td.replybar{padding:3px;background-color:#E1ECFF;border-top:1px solid #BAD7E4;color:#000;}

/*------------------------------- DISCUSSION BUTTONS -------------------------------*/
.btnstart {
padding:0px; margin:0px; width:158px; height:25px; border:none;
background:url('../images/btn_adddiscussion.jpg') no-repeat;
}
.btnstart:hover {
background:url('../images/btn_adddiscussion2.jpg') no-repeat; cursor:pointer;
}
.btncreate{
padding:0px; margin:0px; width:91px; height:25px; border:none;
background:url('../images/btn_creatediscussion.jpg') no-repeat;
}
.btncreate:hover {
background:url('../images/btn_creatediscussion2.jpg') no-repeat; cursor:pointer;
}
.btnreply{
padding:0px; margin:0px; width:87px; height:25px; border:none;
background:url('../images/btn_replydiscussion.jpg') no-repeat;
}
.btnreply:hover {
background:url('../images/btn_replydiscussion2.jpg') no-repeat; cursor:pointer;
}
