@charset 'utf-8';

/* member  */
#mainheader{
	margin-bottom: 0px;
}
#mainheader p a{
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}
#mainheader p a:hover{
	color: #666666;
	text-decoration: underline;
}
#mainheader .othermember{
	padding-left: 115px;
	margin: 0px;
	padding-top: 5px;
}

#main .inner{
	padding-right: 0px;
	padding-left: 0px;
}

table, td {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.datasheet {
	margin: 0px;
	font-size: 10px;
	line-height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEF0EE;
}
.datasheet th, .datasheet td {padding: 6px 10px; vertical-align: top; text-align: left; line-height: 150%; color: #666666;}
.datasheet th {padding-left: 40px; font-weight: normal;}

.datasheet td.company {font-weight: bold;}

.datasheet a {color: #666666; text-decoration: none;}
.datasheet a:hover {color: #333333;text-decoration: underline;}

.datasheet .header th {font-size: 12px; background: #EEF0EE; padding: 8px; color: #999999;}
.datasheet .header th.divider {border-right: 1px solid #fff;}



.datasheet .even {background: #EEF0EE;}
.datasheet .even .divider {border-right: 1px solid #fff;}
.datasheet .odd {background: #fff;}
.datasheet .odd .divider {border-right: 1px solid #EEF0EE;}

