﻿/*ListView的式样*/
.ListView_PopFrame
{
    border: 1px groove #C0C0C0;
    width: 778px;
    background-color: #FFFFD0;
}

.ListView_GroupSeparator
{
    border-style: dashed none none none;
    border-width: medium;
    border-color: #C0C0C0;
}
.ListView_ItemSeparator
{
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #808000;
}
.ListView_Header
{
    font-family: 华文楷体;
    font-size: large;
    font-weight: bold;
    color: #800080;
}

.ListView_Item
{
    font-family: 华文楷体;
    font-size: small;
    font-weight: bold;
}