

/** NEWS **/

#news_years{
	margin-bottom:30px;
}
a.news_year{
	display:inline-block;
	font-weight:bold;
	font-size:16px;
	margin-right:30px;
	text-transform:uppercase;
}

a.news_year:hover{
	text-decoration:underline;
}

#newscat_select_wrapper{
	float:right;
	background:#fff;
}

#newsob_wrapper{
	min-height:200px;
	margin-top:20px;
	margin-bottom:20px;
}

.newsob{
	height:60px;
	overflow:hidden;
	line-height:20px;
	background:#f4f4f4;
}

.newsob.even{
	background:#eaeaea;
}

.newsob_left{
	width:85%;
	display:inline-block;
	float:left;
	padding-top:5px;
	padding-left:3px;
}

.newsob_right{
	width:13%;
	border-left:4px solid #fff;	
	display:inline-block;
	height:100%;
	text-align:center;
	cursor:pointer;
}

.newsob_right_arrow img{
	margin-top:23px;
	margin-left:2px;
}

.newsob_hl{
	font-weight:bold;
}
.newsob_td{
	font-size:12px;
	font-style: italic;
	line-height:12px;
}

.newsob img.a_arrow_link_attachment{
	top:1px;
	bottom:auto;
}
/* EVENTS */
#events_table{
	width:100%;
	font-size:15px;
	line-height:20px;
	margin-top:20px;
}

#events_table tr{
	background:#f4f4f4;
}

#events_table tr.even{
	background:#eaeaea;
}

#events_table tr.first{
	background:none;
}

#events_table td{
	vertical-align:center;
	padding:5px 10px;
	border-left:4px solid #fff;
}

#events_table td.td0{
	border-left:none;
	width:130px;
}
#events_table td.td1{
	width:200px;
}

#events_table tr.first td.td1{
	font-weight:normal;
}
#events_table td.td2{
	width:150px;
}
#events_table td.td3{
	text-align:center;
}

#events_table td.td3 a{
	display:inline-block;
	padding: 17px 10px 10px 10px;
}

.newsob_sharebar{
	text-align:right;
	padding-right:20px
}
/*** SEMINARS **/

#seminar_body{
	height:100%;
	overflow:hidden;
}
#seminar_frame{
	padding:0;
	margin:0;
	border:none;
	overflow:hidden;
	width:100%;
	display:block;
	min-height:300px;
}
a.seminar_link , a.global_link{
	font-weight:bold;
	margin-right:40px;
	display:inline-block;
	font-size:16px;
}
a.seminar_link {
	display:block;
}
a.seminar_link:hover, a.global_link:hover{
	text-decoration:underline;
}

#submit{
	display:inline-block;
	text-transform:uppercase;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background:#000;
	width:150px;
	height:29px;
	vertical-align:middle;
	line-height:29px;
	cursor:pointer;
	margin:0px 6px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(PIE.htc);
        border:0px;
        font-family: 'Calibri', sans-serif;
}

#seminarform input[type=text] , #seminarform input[type=password]{
	border:1px solid #c9c9c9;
	font-family: 'Calibri', sans-serif;
	font-size:14px;
	height:24px;
	padding-left:5px;
	width:60%;
}

.seminar_content h2{
	font-size:20px;
}