@charset "utf-8";

/* WTD Comparison Chart Main CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3a3a3a;
	margin: 0;
	background: #6b97b0 url(../images/wtdirect_background.jpg) no-repeat top center;
}

a {
	color: #a41b33;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

img {
	border: 0px;
}

/* ////////////////////////

		MAIN LAYOUT

/////////////////////////*/

#wrapper {
	width: 990px;
	margin: 19px auto 0 auto;
}

#logo {
	width: 240px;
	height: 52px;
	margin: 0 0 19px 13px;
}

#main-cn {
	width: 990px;
	height: 629px;
	background: url(../images/comparison_chart_bg.png) no-repeat top center;
	margin: 0;
}

#footer-cn {
	width: 990px;
	margin: 0;
}

/* Content Cn */

#content-cn {
	width: 938px;
	position: relative;
	top: 40px;
	margin: 0 25px 0 26px;
}

#content-cn #header {
	width: 938px;
	height: 51px;
}

#content-cn #content {
	width: 938px;
}

#content-cn #content #left-col {
	width: 511px;
	float: left;
}

#content-cn #content #right-col {
	width: 427px;
	float: left;
}

/* Header */

#content-cn #header img {
	width: 672px;
	height: 51px;
	position: relative;
	top: 0;
	left: 133px;
}

/* Content */

/* Content - Left Column */

#content-cn #content #left-col #flash-chart {
	width: 511px;
	height: 378px;
}

#content-cn #content #left-col #instituation-chart {
	width: 511px;
	margin: 12px 0 0 0 0;
}

#content-cn #content #left-col #instituation-chart #instituation-cn  {
	width: 510px;
}

#content-cn #content #left-col #instituation-chart #instituation-cn td.td_institution_cn_middle  {
	padding: 0 4px 0 4px;
	background: url(../images/institution_cn_glow_middle.png) repeat-y top center;
}

#content-cn #content #left-col #instituation-chart #institution-table {
	width: 502px;
	border-right: 1px solid #989898;
	background-color: #FFF;
}

#content-cn #content #left-col #instituation-chart #institution-table .wtdirect-col {
	color: #333;
	font-weight: bold;
	background-color: #b2cedd;
}

#content-cn #content #left-col #instituation-chart #institution-table .institution-col {
	text-align: left;
	padding-left: 9px;
}

#content-cn #content #left-col #instituation-chart #institution-table th {
	text-align: center;
	vertical-align: top;
	color: #333;
	background-color: #dedede;
	padding: 5px 0 5px 0;
	border-top: 1px solid #989898;
	border-bottom: 1px solid #989898;
	border-left: 1px solid #989898;
}

#content-cn #content #left-col #instituation-chart #institution-table td {
	text-align: center;
	vertical-align: top;
	color: #556166;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #989898;
	border-left: 1px solid #989898;
}

/* Content - Right Column */

#content-cn #content #right-col #right-col-copy {
	font-size: 12px;
	margin: 42px 30px 0 25px;
}

#content-cn #content #right-col #right-col-copy p {
	margin: 0 0 18px 0; 
}


#content-cn #content #right-col #right-col-copy ul {
	margin: 0 0 8px 0;
	padding-left: 30px;
}

#content-cn #content #right-col #right-col-copy ul li {
	font-weight: bold;
	color: #a41b33;
	margin: 0 0 10px 0;
}

#content-cn #content #right-col #right-col-copy ul li span {
	font-weight: bold;
	color: #3a3a3a;
}

/* Footer */

#footer-cn #footer {
	margin: 7px 26px 7px 26px;
}

#footer-cn #footer p {
	color: #FFF;
	margin: 0 0 10px 0;
}