/*
 * List
 *
 */
.List
{
    margin-top: 5px;
    margin-left: 5px
}
.List .Heading
{
    font-size: 12px;
    color: white;
    background-color: gray;
    text-align: left;
}
.List .Heading INPUT
{
   background-color: transparent;
	border: 0px;
	width: 100%;
   font-size: 8pt;
   cursor: pointer;
   color: white;
	text-align: left;
}
.List .Heading INPUT:hover
{
	text-decoration: underline;
	color: red;
}



.List .SortAsc
{
    BACKGROUND-POSITION: right top;
    BACKGROUND-IMAGE: url(images/SortAsc.gif);
    BACKGROUND-REPEAT: no-repeat;
}
.List .SortDesc
{
    BACKGROUND-POSITION: right top;
    BACKGROUND-IMAGE: url(images/SortDesc.gif);
    BACKGROUND-REPEAT: no-repeat; 
}



.List .Odd
{
    /* OVERFLOW: hidden; */
    BACKGROUND-COLOR: #eeebaa;
}
.List .Even
{
    /* OVERFLOW: hidden; */
}
.List .Heading .Reference
{
    WIDTH: 120px
}
.List .True
{
    BACKGROUND-IMAGE: url(images/Tick.gif);
    COLOR: #b0e0e6;
    BACKGROUND-REPEAT: no-repeat
}
.List .False
{
}
.List A
{
    FONT-WEIGHT: bolder;
    COLOR: navy;
    TEXT-DECORATION: none
}
.List A:hover
{
    BACKGROUND-COLOR: red
}
.List .Heading A
{
    COLOR: white
}
