/* ########## Mailman specific styles ########## */
/* ########## Message pages ########## */
body.message {}
body.message div#content h1{
    margin-top:0.5em;
}
/* ########## Sort by thread pages ########## */
body.index-threads{}
/* ########## Sort by subject pages ########## */
body.index-subject{}
/* ########## List landing pages ########## */
body.index-list{}
/* ########## Sort by date pages ########## */
body.date-index{}
/* ########## Sort by author pages ########## */
body.author{}

/* Thread navigation */
div#content ul.thread-navigation{
    list-style-type:none;
    margin:0;
    padding:0;
    overflow:hidden;
}
div#content ul.thread-navigation li{
    list-style-type:none;
    float:left;
    background-image:none !important;
    margin:0 10px 0 10px;
    padding:10px 0 10px 0;
}
div#content ul.thread-navigation li a,
div#content ul.thread-navigation li span{
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #c1c1c1;
    border-right: 1px solid #959595;
    border-bottom: 1px solid #848484;
    text-decoration:none;
    color:#666666;
    padding:5px;
    background-color:#efefef;    
}
div#content ul.thread-navigation li span{
    color:#c1c1c1;
}
div#content ul.thread-navigation li a:hover{
    color:#333333;
}
/* Message headers */
div#content ul#message-headers{
    padding:1em 0;
    border-bottom:1px solid gray;
    border-top:1px solid gray;
}
ul#message-headers li{}

body.index-subject ul#message-listing li{font-weight:bold;}
body.index-subject ul#message-listing ul{margin:0 0 1em 2em;font-weight:normal;}
body.index-subject ul#message-listing ul li{font-weight:normal;}

body.author ul#message-listing ul{margin:0 0 1em 2em;}

body.index-threads ul#message-listing ul{margin:0 0 1em 2em;}
