@charset "utf-8";
/*
=========================================================
    works
---------------------------------------------------------
  Copyright (C) 2009 Yeti PaPa. All rights reserved.
    http://www.yetipapa.com/
=========================================================
*/

table#idList {
	border: 2px solid #1645A5;
	border-top-style: none;
}

table#idList td {
	padding: 1px 3px;
}

table#idList td.clsHead1, table#idList td.clsHead2 {
	background-color: #D3E8EF;
	font-weight: bold;
	border: 2px solid #1645A5;
	border-style: solid none;
	padding: 3px 5px;
}

table#idList td.clsItem, table#idList td.clsDesc {
	border-bottom: 1px solid #C0C0C0;
}

table#idList td.clsHead1, table#idList td.clsItem {
	border-right: 1px solid #1645A5;
}

