#langchart {
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
}

#langchart TD {
	border-bottom: 2px solid #FFFFFF;
	padding: 5px;
	vertical-align: top;
}

#langchart TD.headerLeft {
	font-size: 12px;
	background-color: #CACACA;
	color: #666666;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}

#langchart TD.header {
	font-size: 12px;
	background-color: #EEEEEE;
	color: #666666;
	text-align: center;
	font-weight: bold;
	background-image: url(/images/system/langchart-header-border.gif);
	background-position: top right;
	background-repeat: repeat-y;
	vertical-align: middle;
}

#langchart TD.headerRight {
	font-size: 12px;
	background-color: #EEEEEE;
	color: #666666;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}

#langchart TD.oneLeft {
	width: 100px;
	border-right: 0px;
	text-align: center;
	background-color: #ADADAD;
	color: #FFFFFF;
	vertical-align: middle;
}

#langchart TD.oneLeft IMG{
	width: 80px;
	border: 0px;
}

#langchart TD.one {
	background-color: #E5E5E5;
	background-image: url(/images/system/langchart-one-border.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

#langchart TD.oneRight {
	background-color: #E5E5E5;
	border-right: 0px;
}

#langchart TD .bigText {
	font-size: 24px;
}

#langchart UL {
	margin-left: 15;
	margin-bottom: 15;
	list-style: bullet;
}

#langchart UL LI {
	margin-left: 0;
}