﻿.notify_container
{
    float:left;    
    width:100%;  
}

.notify_header
{
    float:left;
    clear:left;
    width:100%;
    background-image: url(../images/layout/mainmenu_wrap.gif);
    background-repeat: repeat-x;
    height:31px; 
}

.notify_inner
{
    float:left;
    padding:8px 10px;
}

.notify_header_title
{
    float:left;
    clear:left;
    font-weight:bold;  
    font-size:12px;
    color:White;
}

.notify_item_container
{
    float:left;
    clear:left;
    width:100%;
    margin-bottom:10px;
}

.notify_item_detail_container
{
    float:left;
    clear:left;
 width:100%;
  /* height:0px;*/
    overflow:hidden;
    padding-bottom:2px;
    padding-top:2px;
    background-color:rgb(242, 243, 244);
}

.notify_item
{
    float:left;
    clear:left;    
    width:100%;
    /*border-bottom:1px solid #15476c;*/
}

.notify_item_alternate_0
{
    background-color:White;
}

.notify_item_alternate_1
{
    background-color:rgb(242, 243, 244);
}

.nfitem
{
    float:left;
    padding:4px;    
}

.nftitle
{
    color:#15476c;
    font-weight:bold;
    width:250px;
}

.nftitle
{
    padding-top:6px;
}

.nfspace
{
    float:left;
    width:24px;
    display:block;
}

.notify_detail_container
{
    float:left;
    clear:left;
    overflow:hidden; 
}