.statusHeader 
{
    margin-bottom: 3px !important;
    }
    
.greenOrb 
{
    width:17px;
    height:15px;
    background-image:url('/ma/img/greenorb.gif');
    float:left;
    overflow:hidden;
    vertical-align:middle;
    margin-right:5px;
    }
    
 .redOrb 
{
    width:17px;
    height:15px;
    background-image:url('/ma/img/redorb.gif');
    float:left;
    overflow:hidden;
    vertical-align:middle;
    margin-right:5px;
    }
    
.rssIcon 
{
    width:17px;
    
    background-image:url('/ma/img/icRss.gif');
    overflow:hidden;
    float:right;
    vertical-align:middle;
    margin-right:5px;
    padding-top:4px;
    }
 
 .statusRSSBottom 
 {
     float:right;
     padding-right:6px;
    padding-top:2px;
     }
     
 .statusRSSBottom a 
 {
     font-size:10px;
     color:#7a786a;
     }
     

    
.statusSeparator
{
    width:249px;
    height:2px;
    background-image:url('/ma/img/statusSeparator.gif');
    overflow:hidden;
    margin-top:6px;
    margin-bottom:2px;
    }
    
    .statusSeparatorBottom
{
    width:100%;
    height:2px;
    background-image:url('/ma/img/statusSeparator.gif');
    margin-top:2px;
    overflow:hidden;
    margin-bottom:2px;
    }

.statusBox 
{
   padding-left:0px !important;
   padding-top:6px !important;
   min-height:34px !important;
   padding-bottom:0px !important;
    
    }
    
.statusContent 
{
    padding-left:10px;
    }


    
.statusBottomContainer 
{
    height:10px;
    }
    
.commentText 
{
    border-bottom:dotted 1px #666;
    }
    
    .commentText 
{
    border-bottom:dotted 1px grey;
    }
    
.custom_tip .tip {
	background-color: #292929;
	padding: 5px;
		-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.70);
	-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.70);
	text-align:left;
}
 
.custom_tip .tip-title {
	color: #fff;
	font-weight:bold;
	text-align:center;
	border-bottom:solid 1px #666;
}
 
.custom_tip .tip-text {
	color: #fff;
	padding: 5px;
}

.bottomText 
{
    font-weight:bolder;
    padding-bottom:5px;
    text-align:center;
    padding-right:10px;
    padding-top:3px;
    }