	#container {
        position    :   relative;
        width       :   630px;
        margin      :   0px auto;
        margin-top  :   20px;
    }

	table.tbl {
        width       :   100%;
        border-collapse: collapse;
    }

    table.tbl th {
        text-align  :   left;
        text-indent :   4px;
        padding     :   4px;
		background-color:#B6D5F8;
        border-bottom-width :   1px;
        border-bottom-style :   solid;
        border-bottom-color :   #6C98D9;
    }

    table.tbl tr {
        font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:small;
    }

	table.tbl tr.even:hover, table.tbl tr.odd:hover {
		background-color:#DDEEFF;
	}

    table.tbl tr.even {
        background-color    :   #FFFFFF;
    }

    table.tbl tr.odd {
        background-color    :   #F4F3F2;
    }

    table.tbl td.even {
        background-color    :   #FFFFFF;
    }

    table.tbl td.odd {
        background-color    :   #F4F3F2;
    }

	table.tbl tr.sub {
		padding-top:	8px;
		font-size:larger;
		font-weight:bold;
	}

    table.tbl td {
        padding     :   3px;
        border-bottom-width :   1px;
        border-bottom-style :   solid;
        border-bottom-color :   #D5D5CA;
    }

	img.icon {
		vertical-align  :   middle;
		border-width:0px;
	}

	img.checkbox {
		border-width:0px;
	}

	td.checkbox {
		vertical-align:middle;
text-align:center;
}

	img.print {
		border-width:0px;
		padding-top-width:7px;
	}

	.title {
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}

	.normalfont {
	   font-size:small;
	}
	
	div.autocomplete {
        position:absolute;
        width:250px;
        background-color:white;
        border:1px solid #888;
        margin:0px;
        padding:0px;
    }
    
    div.autocomplete ul {
        list-style-type:none;
        margin:0px;
        padding:0px;
    }
    
    div.autocomplete ul li.selected {
        background-color: #ffb;
    }
    
    div.autocomplete ul li {
        list-style-type:none;
        display:block;
        margin:0;
        padding:2px;
        height:16px;
        cursor:pointer;
    }