/*custom div wraps around widget*/
#SmartBoard_Table_Wrap,
#SmartBoard_Table_Wrap .back_alertWidget_bottom,
#SmartBoard_Table_Wrap .back_alertWidget_top,
#SmartBoard_Table_Wrap .back_alertWidget_left,
#SmartBoard_Table_Wrap .back_alertWidget_right,
#SmartBoard_Table_Wrap .icon_shu_alert
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    position:relative;
    
    font-family:Arial, Sans-Serif;
    color:#000;
    min-height: 46px;
    float:left;
    
    width:100%;
}

#SmartBoard_Table_Wrap /*custom div wraps around widget*/
{
    background-color:#f28b47;
    margin: 10px 0px 10px 0px;
}

#SmartBoard_Table_Wrap .back_alertWidget_bottom /*custom div wraps around widget*/
{
    background-repeat:repeat-x;
    background-position:bottom left;
    background-image:url(images/AlertWidget/back_alertWidget_bottom.gif);
}

#SmartBoard_Table_Wrap .back_alertWidget_top /*custom div wraps around widget*/
{
    background-repeat:repeat-x;
    background-position:top left;
    background-image:url(images/AlertWidget/back_alertWidget_top.gif);
}

#SmartBoard_Table_Wrap .back_alertWidget_left /*custom div wraps around widget*/
{
    background-repeat:repeat-y;
    background-position:left top;
    background-image:url(images/AlertWidget/back_alertWidget_left.gif);
}

#SmartBoard_Table_Wrap .back_alertWidget_right /*custom div wraps around widget*/
{
    background-repeat:repeat-y;
    background-position:right top;
    background-image:url(images/AlertWidget/back_alertWidget_right.gif);
}

#SmartBoard_Table_Wrap .icon_shu_alert
{
    padding: 10px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    position: relative;
    
    z-index:200;
    
    /*background-image:url(images/AlertWidget/icon_shu_alert.png);
    background-repeat:no-repeat;
    background-position:left center;*/
}

#SmartBoard_Table_Wrap .icon_shu_alert img.icon-alert
{
    padding:0px 0px 0px 0px;
    margin:0px 10px 0px 10px;
    position: relative;
    
    z-index:200;
    
    float: left;
}

/*corners*/
#SmartBoard_Table_Wrap .back_alertWidget_topLeft,
#SmartBoard_Table_Wrap .back_alertWidget_topRight,
#SmartBoard_Table_Wrap .back_alertWidget_bottomRight,
#SmartBoard_Table_Wrap .back_alertWidget_bottomLeft
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    position:absolute;
    
    width:27px;
    height:27px;
    
    background-repeat:no-repeat;
    background-position:top left;
    
    z-index:100;
}

#SmartBoard_Table_Wrap .back_alertWidget_topLeft /*corner*/
{
    left:0px;
    top:0px;
    
    background-image:url(images/AlertWidget/back_alertWidget_topLeft.gif);
}

#SmartBoard_Table_Wrap .back_alertWidget_topRight /*corner*/
{
    right:0px;
    top:0px;
    
    background-image:url(images/AlertWidget/back_alertWidget_topRight.gif);
}

#SmartBoard_Table_Wrap .back_alertWidget_bottomRight /*corner*/
{
    right:0px;
    bottom:0px;
    
    background-image:url(images/AlertWidget/back_alertWidget_bottomRight.gif);
}

#SmartBoard_Table_Wrap .back_alertWidget_bottomLeft /*corner*/
{
    left:0px;
    bottom:0px;
    
    background-image:url(images/AlertWidget/back_alertWidget_bottomLeft.gif);
}

.SmartBoard_Table
{
    margin: 0px 0px 10px 0px;
    padding:0px;
    position:relative;
    
    z-index:200;
    
    width:893px;
}

.SmartBoard_Table td
{
    margin:0px;
    padding:0px;
    position:relative;
}

.SmartBoard_Row
{
}

.SmartBoard_Subject
{
    color:#000;
    font-weight: bold;
    font-size: 11px;
    line-height:12px;
}

.SmartBoard_Subject .static-title
{
    font-size: 15px;
    line-height:17px;
    font-weight: bold;
    text-transform: uppercase;
    color:#000;
    padding: 0px 5px 0px 0px;
}

.SmartBoard_DateTime
{
    color:#000;
    text-align: right;
    font-weight: bold;
    font-size: 11px;
    line-height:12px;
}

.SmartBoard_Message
{
    color:#000;
    font-weight: bold;
    font-size: 11px;
    line-height:12px;
}

@media only screen and (max-width: 960px)
{
    .SmartBoard_Table
    {
        width:67%;
    }
    
    .SmartBoard_DateTime
    {
        min-width:120px;
        position: absolute !important;
        right: 0px;
        top: 0px;
    }
    
    .SmartBoard_Message
    {
        padding-top: 6px !important;
        
    }
    
    .SmartBoard_Subject
    {
        padding-top: 20px !important;
    }
}