﻿#tabBar
{
	width: 100%;
	height: 30px;
	overflow: hidden;
	background: url(/images/ui_01/tab_bar_bg.png) repeat-x #e5e5e5;
}
#contentLeft #tabBar ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 1px;
	float: left;
	background: url(/images/ui_01/tab_div.png) no-repeat left bottom;
}
#contentLeft #tabBar li
{
	float: left;
	font-size: 1.3em;
	color: #003366;
	display: block;
	padding: 6px 15px 0px 15px;
	background: none;
	margin: 0px;
	width: auto;
	height: 30px;
	background: url(/images/ui_01/tab_div.png) no-repeat right bottom;
	cursor: pointer;
}
html>body #contentLeft #tabBar li
{
	height: 24px;
}
#contentLeft #tabBar li.sel
{
	background: url(/images/ui_01/tab_sel_bg.png) no-repeat right bottom;
	cursor: default;
}
/*
#listHead
{
	width: 100%;
	height: 25px;
	float: left;
	padding-top: 15px;
	border-bottom: 1px solid #003366;
}
#contentLeft #listHead p
{
	text-align: right;
	margin: 0px;
	font-size: 1.2em;
	color: #003366;
}
#contentLeft #listHead span
{
	padding: 0px 15px;
}*/
#listArea
{
	float: left;
	width: 100%;
	height: auto;
}
#contentLeft #listArea ul
{
	display: none;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	float: left;
}
#contentLeft #listArea li
{
	margin: 0px;
	margin-bottom: 0px;
	padding: 10px 10px;
	width: 724px;
	line-height: 1.3em;
	border-bottom: 1px solid #003366;
	background: none;
	height: auto;
	background: White;
	float: left;
}
html>body #contentLeft #listArea li
{
	width: 704px;
}
#contentLeft #listArea div.leftBox
{
	float: left;
	width: 164px;
	height: auto;
}
#contentLeft #listArea li h3
{
	font-size: 1em;
	font-weight: normal;
}
#contentLeft #listArea div.rightBox
{
	float: left;
	display: block;
	width: 540px;
	padding-left: 40px;
}
html>body #contentLeft #listArea div.rightBox
{
	width: 500px;
}
/*
.newsCol1
{
	width: 164px;
	float: left;
	height: 115px;
	padding: 15px 0px 15px 0px;
	border-top: 1px solid #000;
}
html>body .newsCol1
{
	width: 164px;
	height: 70px;
}
.newsCol2
{
	width: 550px;
	margin-left: 4px;
	float: left;
	height: 115px;
	padding-right: 40px;
	padding-left: 90px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #000;
}
html>body .newsCol2
{
	width: 420px;
	height: 70px;
}
#contentLeft #listArea li span
{
	display: block;
	float: left;
	width: 500px;
}
#contentLeft #listArea li span.icons
{
	float: right;
	width: 164px;
}
#contentLeft #listArea li a.pdf
{
	float: left;
	width: 63px;
	height: 36px;
	background: url(/images/ui_01/icon_pdf.png) no-repeat 50% 50%;
}
#contentLeft #listArea li a.webcast
{
	float: right;
	width: 82px;
	height: 36px;
	background: url(/images/ui_01/icon_webcast.png) no-repeat 50% 50%;
}
#contentLeft #listArea li a.pdf:hover
{
	background: url(/images/ui_01/icon_pdf_ovr.png) no-repeat 50% 50%;
}
#contentLeft #listArea li a.webcast:hover
{
	background: url(/images/ui_01/icon_webcast_ovr.png) no-repeat 50% 50%;
}
*/