/* CSS Document */

table.categoryTbl {
	width:544px;
	margin:0;
	border:none;
}
table.categoryTbl td {
	font-size:12px;
	line-height:1.4em;
	padding:4px 0 3px;
	border:none;
	background-color:#ddeeee;
	border-top:4px solid #ffffff;
	text-align:left;
	vertical-align:middle;
}
table.categoryTbl td.icon {
	white-space:nowrap;
	padding-left:4px;
}
#isAdmin table.categoryTbl td.icon {
	width:70px;
}
table.categoryTbl td.name {
	font-weight:bold;
	color:#006666;
	white-space:nowrap;
}
table.categoryTbl td.summary {
	font-weight:normal;
	text-align:right;
}
table.categoryTbl td.new {
	background:url(../_img/new8g.gif) 4px center no-repeat;
	background-color:#ddeeee;
}
table.categoryTbl td.number {
	padding:0;
	text-align:right;
	white-space:nowrap;
	padding-right:4px;
}

.linkTbl {
	margin:8px 0;
	border:none;
	display:none;
}

.linkTbl ul.linkItems {
	list-style-type:none;
	display:block;
	width:540px
}
.linkTbl ul.linkItems li {
	float:left;
	line-height:1.4em;
}
.linkTbl ul.cols1 li { width:540px; }
.linkTbl ul.cols2 li { width:270px; }
.linkTbl ul.cols3 li { width:180px; }
.linkTbl ul.cols4 li { width:135px; }
.linkTbl ul.cols5 li { width:108px; }
#isAdmin .linkTbl ul.linkItems li {
	clear:both;
	width:100%;
}
.linkTbl ul.linkItems li a {
	padding:0 0 0 8px;
}
.linkTbl ul.linkItems li a.new {
	background:url(../_img/new8.gif) right 3px no-repeat;
	padding-right:26px;
}

.linkTbl ul.linkItems li.date {
	display:block;
	width:540px;
	margin:0 0 8px;
	background-color:#ffffff;
	white-space:nowrap;
	vertical-align:top;
	line-height:1.0em;
}

