/* ############### SUBMENU ################# */
A.SUBMENU {
	display: block;
	width: 184px;
	height: 100%;
	text-decoration: none;
	font-size: 9pt;
	color: #4d4d4d;
	padding: 5px 5px 5px 45px;
	background-color: #f3f3f3;
	border-bottom:dashed 1px #cccccc;
}
A.SUBMENU_ON {
	display: block;
	width: 184px;
	height: 100%;
	text-decoration: none;
	font-size: 9pt;
	font-weight:bold;
	color: #4d4d4d;
	padding: 5px 5px 5px 45px;
	background-color: #F2FABE;
	border-bottom:dashed 1px #cccccc;
}
A.SUBMENU:hover { 
	text-decoration:none; 
	color: #4d4d4d;
	background-color: #F2FABE;
	overflow: hidden;
}


A.SUBMENU_NEW {
	display: block;
	width: 184px;
	height: 100%;
	text-decoration: none;
	font-size: 9pt;
	color: #4d4d4d;
	padding: 5px 5px 5px 45px;
	border-bottom:dashed 1px #cccccc;
	background: #f3f3f3 url(./images/new.gif) no-repeat left center;
}
A.SUBMENU_NEW:hover { 
	text-decoration:none; 
	color: #4d4d4d;
	background-color: #F2FABE;
	overflow: hidden;
}
A.SUBMENU_ON_NEW {
	display: block;
	width: 184px;
	height: 100%;
	text-decoration: none;
	font-size: 9pt;
	font-weight:bold;
	color: #4d4d4d;
	padding: 5px 5px 5px 45px;
	border-bottom:dashed 1px #cccccc;
	background: #F2FABE url(./images/new.gif) no-repeat left center;
}


.SUBMENU_TITLE {
	width: 224px;
	height: 100%;
	font-size: 10pt;
	font-weight:bold;
	color: #4d4d4d;
	padding: 5px;
	border-bottom:solid 2px #cccccc;
}
A.SUBMENU_TITLE {
	display: block;
	width: 224px;
	height: 100%;
	text-decoration: none;
	font-size: 10pt;
	font-weight:bold;
	color: #4d4d4d;
	padding: 5px;
	border-bottom:solid 2px #cccccc;
}

A.SUBMENU_TITLE_ON {
	display: block;
	width: 224px;
	height: 100%;
	text-decoration: none;
	font-size: 10pt;
	font-weight:bold;
	color: #66b821;
	padding: 5px;
	border-bottom:solid 2px #cccccc;
}

A.SUBMENU_TITLE:hover { 
	text-decoration:none; 
	overflow: hidden;
	color: #66b821;
}
/* ############### SUBMENU ################# */

.title {
	margin:0px 0px 20px 0px;
	padding:8px 0px 0px 10px;
	width:530px;
	height:27px;
	background: url(./images/title_bk_540.gif);
}

.title2 {
	margin:20px 0px;
	padding:2px 0px 0px 8px;
	border-left:3px solid #32549b;

	font-weight:bold;
	color: #32549b;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

.text_field {
	height:100%;
	margin:20px 0px;
	padding:10px;
	line-height:18px;
	color: #4d4d4d;
	font-size: 12px;
	font-family: Arial, sans-serif;
}


/* news */
.news_field {
	height:100%;
	margin: 0 0px 20px 0;
	padding:10px;
	line-height:18px;
	color: #4d4d4d;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
.news_field .title2{
	margin:10px 0;
}
.news_field p{
	font-size:12px;
	margin:0;
	padding:0.6em 0;
	line-height:1.25em;
}
.news_field ul{
	margin-left:2em;
}
.news_field li{
	line-height:1.2em;
}
#mediaList{
	margin:0px;
	padding:0px;
}
#mediaList li{
	margin:10px;
	padding:0px;
	float:left;
	height:224px;
	list-style:none;
	text-align:center;
	white-space:nowrap;
}

.tempTableformat1 {
	width:100%;
	color: #4d4d4d;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
.seminarScheduleTable{
	width:100%;
	border:1px solid #A2BAE7;
	border-collapse: collapse;
}
.seminarScheduleTable th{
	background:#C9D7F1;
	color: #333;
	text-align:center;
}
.seminarScheduleTable td{
	text-align:left;
	height:1.2em;
	line-height:1.6em;
	border:1px solid #A2BAE7;
}
.seminarScheduleTable .seminartitle{
	font-weight:bold;
	font-size:14px;
}
