@charset "UTF-8";
/* CSS Document */

/* GROUP Page
---------------------------------------------*/

#groups{
	margin-left: 10px;
}

#groups h5{
	background: url(../../img/dot_x.gif) repeat-x left bottom;
}

#groups ul{
}

#groups li{
	list-style: square;
	margin-left: 2em;
}

#outline table{
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	border-collapse:collapse;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	width: 540px;
}
#outline caption {
}
#outline tr.odd td{
	background:#f7fbff
}
#outline tr.odd{
	background:#f4f9fe;
}


#outline th,#outline td{
	padding: 0.3em 1em;
	border-bottom: 1px solid #E5EFF8;
	border-left: 1px solid #E5EFF8;
}
#outline tr{
}
#outline th{
	background:#f4f9fe;
	color:#445578;
	white-space: nowrap;
	width: 10em;
}

#outline td{
	color:#445578;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
}

#outline td.object{
	text-align: left;
	color: #445578;
}

#thumView table{
	margin-top: 10px;
}

#thumView td{
	text-align: left;
	vertical-align: top;
	width: 180px;
}

#thumView span.name{
	text-align: center;
	display: block;
	width: 165px;
	padding-bottom: 5px;
}

