@charset "utf-8";
@import "stylesheet.css";
@import "home.css";
@import "form.css";
@import "teaching.css";
@import "meeting.css";
@import "agenda.css";
@import "myaccount.css";
@import "signature.css";
@import "header_footer.css";
@import "highlights.css";
@import "wysiwyg.css";
@import "textimages.css";
@import "media.css";
@import "index_wide.css";
@import "cookies.css";
@import "tipsy.css";

	/************************************************************/
	/*							 responsive						*/
	/************************************************************/

	.smartphone {	display:	none;	}
	.wide 	    {	display:	none;	}
	.tablet 	{	display:	none;	}
	.desktop 	{	display:	block;	}


/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000;
	background: #fff;
}

* {
	outline:none;
}

a { color: #3997b3; text-decoration: none; }

a:hover {
	color: #3997b3;
	text-decoration: underline;
}


img{
	border:none;
}

img.image_left{
	float:left;
	margin:0px 25px 15px 0px;
}

img.image_right{
	float:right;
	margin:0px 0px 15px 25px;
}

img.bordered {
	border: solid #e0e0e0 1px;
}


.content_textimg img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}



hr {
	margin: 20px 0 20px 0;
	border: none;
	border-bottom: solid #e3e3e3 1px;
}


h1 {
	margin: 0 0 20px 0;
	padding: 0;
	color: #25327b;
	font-size: 35px;
	font-family: 'MuseoSans300Regular';
	line-height: 35px;
	font-weight: normal;
}


h2 {
	margin: 0 0 20px 0;
	padding: 0;
	color: #3997b3;
	font-size: 21px;
	font-family: 'MuseoSans300Regular';
	line-height: 25px;
	font-weight: normal;	
}

h3 {
	margin: 0;
	padding: 0;
	color: #3997b3;
	font-size: 18px;
	line-height: 25px;
	font-family: 'MuseoSans300Regular';
	font-weight: normal;
}


h4 {
	margin: 0;
	padding: 0;
	color: #3997b3;
	font-size: 15px;
	line-height: 22px;
	font-family: 'MuseoSans300Regular';
	font-weight: normal;
}

h5 {
	margin: 0;
	padding: 0;
	color: #3997b3;
	font-size: 12px;
	line-height: 18px;
	font-family: 'MuseoSans300Regular';
	font-weight: normal;
}

p {
	margin: 0 0 20px 0;
}

ul.download_files{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.download_files li{
	margin-bottom: 5px;
	padding: 8px 15px;
	font-size: 12px;
	line-height: 17px;
	background: #f6f6f6;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

ul.download_files li a{
	color:#3997b3;	
}

ul.download_files li img{
	margin-bottom:-3px;
}

ul.download_files li .file_size {
	display: none;
}

.clearer {
	clear: both;
}


/***** Layout *****/





/** Main **/

#main_content #page_title {
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 1px 0 0 0;
}

#main_content #page_title h1 {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	color: #25327b;
	font-size: 35px;
	font-family: 'MuseoSans300Regular';
	line-height: 35px;
}


#main_content #page_title h1.centered {
	float: none;
    text-align: center;
}

#main_content #page_title h2 {
	clear: both;
}

#main_content #page_title span.new_item {
	display: block;
	float: left;
	margin: 6px 0 0 7px;
	padding: 3px;
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	background: #25327b;
	border: solid #1e2964 1px;
}



/*** Content ***/
#content {
	clear: both;
	overflow: hidden;
}

#main_content {
	clear: both;
	margin: 40px auto 0 auto;
	width: 1000px;
}

#content_full {
	overflow: hidden;
	width: 100%;
}

#left {
	float: left;
	margin-right: 45px;
	width: 249px;
}

#content_right {
	overflow: hidden;
	float: right;
	width: 706px;
}

#content_full .content,
#content_right .content {
	margin-bottom: 20px;
}





/**** LEFT ***/


#left .content {
	margin-bottom: 30px;
}

#left .content_navigation {
	margin-bottom: 30px;
	padding: 19px 19px 25px 19px;
	width: 210px;
	border: solid #368da7 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #3997b3;
}

#left .content_navigation h2 {
	margin: 0 0 13px 0;
	padding-left: 15px;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	font-family: 'MuseoSans100Regular';
	text-transform: uppercase;
}

#left .content_navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#left .content_navigation ul li {
	padding-top: 1px;
	background: url(../images/sep_nav.gif) left top repeat-x;
}

#left .content_navigation ul li:last-child {
	padding-bottom: 2px;
	background: url(../images/left_nav_sep.gif) left top repeat-x, url(../images/sep_nav.gif) left bottom repeat-x;
}

#left .content_navigation ul li a {
	display: block;
	overflow: hidden;
	padding: 4px 0 4px 14px;
	min-height: 20px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
}

#left .content_navigation ul li a span {
	display: none;
}

#left .content_navigation ul li a span.new_item_span {
	display: inline;
}

#left .content_navigation ul li a span.new_item {
	display: inline-block;
	margin: 1px 0 0 3px;
	padding: 3px;
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	background: #25327b;
	border: solid #1e2964 1px;
}


#left .content_navigation ul li a:hover,
#left .content_navigation ul li a.selected {
	text-decoration: none;
	background: #40aac9;
}


#left .content_image {
	margin-bottom: 30px;
}

#left .content_image.register_left {
	margin-top: -3px;
}

#left .content_image img {
	max-width: 250px;
}


#left .content_textimg.quick_links {
	
}

#left .content_textimg.quick_links h2 {
	float: left;
	margin: 0;
	padding: 0 20px;
	height: 37px;
	color: #fff;
	font-size: 21px;
	line-height: 37px;
	text-transform: uppercase;
	background: url(../images/bg_header_content.gif) left top repeat;
	border: solid #1e2966 1px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

#left .content_textimg.quick_links ul {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	border: solid #e0e0e0 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#left .content_textimg.quick_links ul li {
	padding: 0 20px;
	border-bottom: solid #e0e0e0 1px;
}

#left .content_textimg.quick_links ul li a {
	font-size: 12px;
	line-height: 40px;
}

#left .content_textimg.quick_links ul li:last-child {
	border: none;
}





#left .content_textimg.membership_left {
	clear: both;
	position: relative;
	float: left;
	margin: 0 30px 30px 0;
	padding: 19px 19px 25px 19px;
	width: 210px;
	height: 114px;
	color: #fff;
	background: url(../images/bg_header_content.gif) left top repeat;
	border: solid #1b2459 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#left .content_textimg.membership_left p.home_joinus {
	position: absolute;
	top: -6px;
	right: 19px;
	padding: 5px 0 0 5px;
	width: 70px;
	height: 57px;
	font-size: 16px;
	line-height: 20px;
	font-family: 'MuseoSans300Regular';
	text-align: center;
	background: url(../images/home_register_top.png) left top no-repeat;
}


#left .content_textimg.membership_left h2 {
	margin: 0 0 10px 0;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-family: 'MuseoSans100Regular';
}

#left .content_textimg.membership_left p {
	margin: 0;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	font-family: 'MuseoSans100Regular';
}

#left .content_textimg.membership_left a {
	display: block;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 20px;
	margin:  0 auto;
	padding: 0 10px;
	width: 116px;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background: #3997b3;
	border: solid #42a8c7 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


#left .content_textimg a.global_link,
#left .content_textimg.congress_left a.global_link {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0 !important;
	padding: 0 !important;
	width: auto;
	text-indent: 99999px;
	background: none !important;
	border: none !important;
}




#left .content_textimg.congress_left {
	position: relative;
	float: left;
	margin: 0 30px 30px 0;
	padding: 19px 19px 25px 19px;
	width: 210px;
	height: 74px;
	color: #fff;
	background: url(../images/bg_header_content.gif) left top repeat;
	border: solid #1b2459 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


#left .content_textimg.congress_left h2 {
	margin: 0 0 5px 0;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-family: 'MuseoSans100Regular';
}

#left .content_textimg.congress_left p {
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 28px;
	color: #3fa8c7;
	font-family: 'MuseoSans100Regular';
}

#left .content_textimg.congress_left .textimg_images {
	display: none;
}

#left .content_textimg.congress_left .textimg_images img {
	margin-right: -10px;
}

#left .content_textimg.congress_left a {
	display: block;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 20px;
	margin:  0 auto;
	padding: 0 10px;
	width: 116px;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background: #3997b3;
	border: solid #42a8c7 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}



/* gallerypreview */

.content_gallerypreview {
	padding: 0 0 20px 0;
	border-bottom: solid #E3E3E3 1px;
}

.content_gallerypreview img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* galleryview */

.content_galleryview .image_outer  {
	margin: 0 20px 20px 0 !important;
}

.content_galleryview .image_outer img {
	margin: 0 !important;
	max-width: 161px;
}
	
.content_galleryview .image_outer:nth-child(4n+6) {
	margin-right: 0 !important;
}

.content_medialibrary_view.content_galleryview .image_outer:nth-child(4n+6) {
	margin: 0 20px 20px 0 !important;
}



/**** SITEMAP ***/

.content_navigation.sitemap {
	margin: 0 auto;
	/*padding: 25px;
	border: solid #E0E0E0 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;*/
}

.content_navigation.sitemap ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}


.content_navigation.sitemap ul li a.level_1 {
	display: block;
	padding: 10px 0;
	font-size: 16px;
	line-height: 22px;
	border-top: solid #E0E0E0 1px;	
}

.content_navigation.sitemap ul.level_2 {
	margin: 0;
	padding: 7px 0 7px 30px;
	font-size:  13px;
	line-height: 23px;
	border-top: solid #E0E0E0 1px;
}

.content_navigation.sitemap ul.level_3 {
	margin: 5px 0 5px 30px;
	font-size: 11px;
	line-height: 19px;
}


/* news */



#main_content .content_newslist .content_newslist_news  {
	clear: both;
	overflow: hidden;
	padding: 25px 0 10px 0;
	border-bottom: solid #e3e3e3 1px;
}

#main_content .content_newslist .content_newslist_news.selected {
	padding-left: 10px;
	padding-right: 10px;
	background: #f3f3f3;
}

#main_content .content_newslist .content_newslist_news:first-child  {
	border-top: solid #e3e3e3 1px;
}

#main_content .content_newslist .content_newslist_news.selected .content_news {
	width: 611px;
}

#main_content .content_newslist .content_newslist_news .content_news {
	float: left;
	width: 631px;
}

#main_content .content_newslist .content_newslist_news .news_date {
	display: block;
	float: left;
	margin-right: 10px;
	width: 65px;
	font-size: 9px;
	line-height: 11px;
	color: #3997b3;
}

#main_content .content_newslist .content_newslist_news .news_date .date_month {
	display: block;
	float: left;
	padding: 2px 0 0 5px;
	width: 30px;
	font-family: Arial;
	text-transform: uppercase;
}

#main_content .content_newslist .content_newslist_news .news_date .date_day {
	float: left;
	display: block;
	padding: 4px 0 0 7px;
	width: 23px;
	height: 24px;
	font-size: 15px;
	line-height: 19px;
	text-shadow: none;
	font-family: 'MuseoSans500Regular';
	color: #fff;
	background: url(../images/bg_date_day.png) left top no-repeat;
}

#main_content .content_newslist .content_newslist_news h2 {
	overflow: hidden;
	margin-bottom: 9px;
	height: 22px;
	font-size: 20px;
	color: #3997b3;
	line-height: 22px;
	font-family: 'MuseoSans300Regular';	
}

#main_content .content_newslist .content_newslist_news p {
	margin: 0 0 15px 0;
	padding-left: 0;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial;
}







/********** Content element **********/


/***** Page nav *****/

.page_navigation{
	overflow: hidden;
	margin: 25px 0 0 0;
}

.page_navigation a{
	display: block;
	float: left;
	padding: 3px 9px;
	margin-right: 5px;
	text-decoration: none;
	color: #color: #3997B3;;
	border: solid #E3E3E3 1px;
}

.page_navigation a.current_nav,
.page_navigation a:hover{
	color: #000;
}




/************ FELLOWSHIP ********/

.content_fellowshiplist .fellowship_block {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: solid #E3E3E3 1px;
}

.content_fellowshiplist .fellowship_block img {
	margin-bottom: 0;
}

.content_fellowshiplist .fellowship_block h4 {
	margin-top: 15px;
}



/**** search results ****/


.content_searchresults  {
	
}

.content_searchresults .hit {
	padding: 15px 0;
	border-bottom: solid #E3E3E3 1px;
}

.content_searchresults .hit h2 {
	margin: 0 0 3px 0;
}

.content_searchresults .hit .bottom_link {
	color: #3997B3;
}

.content_searchresults .hit p {
	margin: 0;
}















/** dl **/

.dl{
	height:52px;
	width:154px !important;
	padding:15px 120px 20px 30px;
	overflow:hidden;
	background:url(../images/bg-dl.jpg) top left no-repeat;
	color:#fff;
	font-family: 'ColaborateLightRegular';
	font-size:25px;
	line-height:28px;
	margin-top:23px;
}

.dl p{
	margin:0px;
}

.dl a{
	color: #fff;
	text-decoration: none;
}

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











/***** Table *****/

table {
	margin-bottom: 20px;
	width:100% !important;
	cellpadding: 0 !important;
	border-spacing: 0 !important;
	border-collapse:collapse !important;
	border: solid #e0e0e0 1px !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

table tr{
	
}

table tr:nth-child(odd) {background: #FFF}
table tr:nth-child(even) {background: #f6f6f6}

table tr th {
	padding: 10px 19px;
	text-align: left;
	color: #000;
	font-weight: bold;
	border-bottom: solid #e0e0e0 1px;
}

table tr td {	
	padding: 10px 19px;
	text-align: left;
	border-bottom: solid #e0e0e0 1px;
}

table tr:last-child th,
table tr:last-child td {
	border-bottom: none;
}







table.blue_table {
	width: 100% !important;
	border: none !important;
	border-radius: none !important;
	border-top: solid #e0e0e0 1px !important;
}

table.blue_table tr th {
	padding: 10px 19px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	background: #25327b;
	border-top: solid #1b2459 1px;
	border-bottom: solid #1b2459 1px;
}

table.blue_table tr th:first-child {
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	border-top-left-radius: 2px;
	border-left: solid #1b2459 1px;
}

table.blue_table tr th:last-child {
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;
	border-right: solid #1b2459 1px;
}

table.blue_table tr td {	
	padding: 10px 19px;
	text-align: left;
	border-bottom: solid #e0e0e0 1px;
}

table.blue_table tr td:first-child {
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	border-top-left-radius: 2px;
	border-left: solid #e0e0e0 1px;
}

table.blue_table tr td:last-child {
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;
	border-right: solid #e0e0e0 1px;
}


.content_table p {
	margin: 0;	
}












/***** Messages *****/

#system_messages .messages { 
	padding: 15px 25px;
    max-width: 990px;
	font-family: arial;
	font-size: 14px;
	line-height: 18px;
	text-transform: none;
	text-shadow: none;
    margin: 15px auto 20px auto;
    text-align: center;
	border: solid #bddab7 1px;
}
#system_messages .messages p { 
	margin:0;
}

#system_messages .messages.messages_error { 
	background: #ffdfdf !important;
	color:red;
    border-color: #F00;
}

#system_messages .messages.messages_success { 
	background: #e4ffde !important;
	color:green;
}


.form_messages{
	text-align: center;
	font-size: 10px;
	line-height: 18px;
}

.form_messages.messages_error{
	color: red;
}

.form_messages..messages_warning{
	color: #ff6c00;
}

.form_messages..messages_success{
	color: green;
}



/* LOGIN LAYOUT */

#content_block .left_block,
#content_block .right_block {
	float: left;
	width: 48%;
}

#content_block .left_block {
	margin-right: 2%;
}
#content_block .right_block {
    margin-left: 2%;
}


    
    
#content_block .content_login form.quilium_form {
    padding: 30px 15% 35px 15%;
}

#content_block .content_login form.quilium_form.half_form {
    margin: 0 auto;
	padding: 20px 5% 25px 5%;
    max-width: 35%;
}

#content_block .content_login form.quilium_form .form_break {
    margin: 0 0 15px 0;
    width: 100%;
}

#content_block .content_login form.quilium_form .form_break:nth-child(2) {
    margin: 0 10px 0 0;
}

#content_block .content_login form.quilium_form .form_break input, 
#content_block .content_login form.quilium_form .form_break textarea, 
#content_block .content_login form.quilium_form .form_break select {
    width: 100%;
    height: 33px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#content_block .content_login form.quilium_form input#submit {
    float: right;
    padding: 0 28px;
    height: 33px;
}
