/* CSS Document */

/*Item Listing Template*/

.item_table{
	width:100%;
}

.item_listing_row{
	font-size:11px;
}

/*Non-table version*/
.item_listing_row2{
	font-size:11px;
}

.item_icon{
}

/*Non-table version*/
.item_icon2{
	position:relative;
	top:4px;
}

.item_icon img{
	border:0px;
}

.item_bullet{	
}

/*Non-table version*/
.item_bullet2{
	padding-top:1px;
	width:16px;
	vertical-align:top;
}

.item_bullet img{
	border:0px;
}

.item_date{
}

.item_title{
font-size:12px;
}

.item_title a{
	text-decoration:none;
}

.item_title a:hover{
	text-decoration:underline;
}

.item_description{
}

.item_size{
	font-size:12px;
	color:#666666;
}

.item_lparens{
	font-size:12px;
	color:#666666;
}

.item_rparens{
	font-size:12px;
	color:#666666;
}

.item_delimiter{
}

.item_without_table_cell{
vertical-align:middle;
}
.item_table_without_table{
width:100%;
}

/*table that contains TOC links*/
.item_grouplinks_table{
	margin-left:0px;
	margin-bottom:15px;
}

/*Cell that contains table that holds list of links*/
.item_linklist{
	padding-bottom:5px;
}

/*formats actual link text*/
.item_link{
	font-size:11px;
}

.item_link_graphic{
	padding-left:0px;
}

.item_grouptoc_title{
	font-size:12px;
	font-weight:bold;
	padding-bottom:15px;
}
