/* 
    Document   : campaign
    Created on : 18.02.2010, 18:02:49
    Author     : REEA
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#activityStream .cen {
    background: white;
    width:250px;
    height: 383px;
    margin:0;
    padding-left: 10px;
}
#activityStream{
    background:url("../img/white_top_widget.jpg") no-repeat scroll center top #FFFFFF;
    height: 433px;
}

#activityStream h1{
    color:#404041;
    font-size:18px;
    padding:5px 0 0;
}

#activityStream .top {
    text-align:center;
    vertical-align:middle;
    font-weight:bold;
    font-family:Verdana, Arial, sans-serif;
    font-size:13px;
}

#activityStream .btm{
    background:url("../img/white_bottom_widget.jpg") no-repeat scroll center bottom #FFFFFF;
    height: 4px;    
}

.activity {
    border-top:1px solid #BAC49E;
    width: 250px;
    height: 54px;
    padding: 6px 0px 6px 10px;
    overflow:hidden;
}

.activityPop {
    border-top:1px solid #BAC49E;
    width: 250px;
    height: auto;
    padding: 10px 0px 10px 25px;
    overflow:hidden;
}

.last { border-bottom:1px solid #BAC49E; }
.first {
    margin-top: 0px;
    border-top:0px none;
}
.actImage, .acInfo { float:left; }
.acInfo1 { float:left; }
.acLink {	
    /*min-height:35px;*/
    height:auto !important;
    height:35px;
    color:#333333;
    font-weight: bold;
}
.acLink a{
    color:#4786A0;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight: bold;
    text-decoration: none;
}

.acLink1 {
    min-height:20px;
    height:auto !important;
    height:35px;
    color:#333333;
    font-weight: bold;
}
.acLink1 a{
    color:#4786A0;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight: bold;
    text-decoration: none;
}

.actImage {
    width: 56px;
}

.actImage img{
    margin:0 auto;
    display: block;
    max-width: 50px;
}

.acInfo {
    color:#999999;
    width:160px;
    height: 51px;
    padding-left: 10px;
    text-align: left;
}
.acInfo1 {
    color:#999999;
    width:160px;
    height: 51px;
    padding-left: 10px;
}
.acMore {
    color:#4786A0;    
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
}

#activityStream .whiteBoxLeadersMore {
    margin:0;
    padding:0;
    float:none;
    text-align:center;
    height:20px;
    line-height:20px;
    vertical-align:middle;

}
#activity_stream_container {
    /*background-color:#FFFFFF !important;*/
    font-size: 11px !important;
}

#ui-dialog-title-activity_stream_container {
    margin-left:60px !important;
}
