/* CSS Document */
/*********Events carousel********/
.main_psych_events_cnt{
	overflow:hidden;
	padding:0;
	margin:0px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcwNzA3MCIgc3RvcC1vcGFjaXR5PSIwLjkyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MDcwNzAiIHN0b3Atb3BhY2l0eT0iMC45MiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(112,112,112,0.92) 0%, rgba(112,112,112,0.92) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(112,112,112,0.92)), color-stop(100%,rgba(112,112,112,0.92)));
background: -webkit-linear-gradient(top,  rgba(112,112,112,0.92) 0%,rgba(112,112,112,0.92) 100%);
background: -o-linear-gradient(top,  rgba(112,112,112,0.92) 0%,rgba(112,112,112,0.92) 100%);
background: -ms-linear-gradient(top,  rgba(112,112,112,0.92) 0%,rgba(112,112,112,0.92) 100%);
background: linear-gradient(to bottom,  rgba(112,112,112,0.92) 0%,rgba(112,112,112,0.92) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb707070', endColorstr='#eb707070',GradientType=0 );

margin-bottom:15px;
}
.main_psych_events_cnt .event_header{
	width:100%;
	overflow:hidden;
	position:relative;
	height:94px;
}
.main_psych_events_cnt .event_header h2{
	padding:15px 20px;
	margin:0px;
	font-family: 'Raleway', sans-serif;
	font-size:26px;
	font-weight:200;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjkyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC45MiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.92) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.92)), color-stop(100%,rgba(255,255,255,0.92)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.92) 0%,rgba(255,255,255,0.92) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0.92) 0%,rgba(255,255,255,0.92) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0.92) 0%,rgba(255,255,255,0.92) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0.92) 0%,rgba(255,255,255,0.92) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebffffff', endColorstr='#ebffffff',GradientType=0 );
	
}
.main_psych_events_cnt .main_events{
	list-style:none;
	overflow:hidden;
	padding:0;
	margin:0;
}

.main_psych_events_cnt .main_events .events_page{
	float:left;
	position:relative;
	display:none;
}
.main_psych_events_cnt .main_events .events_mainpage_ul{
	list-style:none;
	padding:0px;
	margin:0px;
}

.main_psych_events_cnt .main_events .event_block{
	display:block;
	padding:15px 20px;
	overflow:hidden;
	height:145px;
	border-bottom:1px solid #999;
}
.main_psych_events_cnt .main_events .event_block:hover{
	
}
.main_psych_events_cnt .main_events .event_block .event_block_title{
	float:left;
	clear:left;
	cursor: pointer;
	
	margin-bottom:0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
}
.main_psych_events_cnt .main_events .event_block .event_block_title a,.main_psych_events_cnt .main_events .event_block .event_block_title a:visited{
	text-decoration:none;
	text-align:left;
	color:#eee;
	line-height:1.5em;
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	font-weight:300;
}
.main_psych_events_cnt .main_events .event_block .event_block_title a:hover{
	color:#fff;
}
.main_psych_events_cnt .main_events .event_block .event_block_loc{
	float:right;
	color:#fff;
	font-size: 14px;	
	font-weight:300;
	font-family: 'Roboto', sans-serif;
	text-align:right;
}

.main_psych_events_cnt .main_events .event_block_date {
	float:left;
	text-align:left;
	color:#fff;
	height:34px;
	cursor: pointer;
	width:75px;
	line-height:18px;
	font-weight:300;
	font-size: 22px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 3px;
	font-family: FuturaBT-Light; 
}

.main_psych_events_cnt .main_events .event_date{
	display:block;
}
.main_psych_events_cnt .main_events .event_block_yr{
	display:block;
	font-size:15px;
	line-height:19px;
	padding-top:3px;
	/*letter-spacing: 6px;*/
}
.main_psych_events_cnt .events_left_scroll_btn{
	height:42px;
	width:42px;
	display:block;
	right:70px;
	bottom:5px;
	position:absolute;
	background: url(img/sprites.png) no-repeat;
	background-position: 0 0;
	border:none;
	padding:0px;
	margin:0px;
	cursor:pointer;
}
.main_psych_events_cnt .events_left_scroll_btn:hover{
	background: url(img/sprites.png) no-repeat;
	background-position: 0 -43px ;
}
.main_psych_events_cnt .events_right_scroll_btn{
	height:42px;
	width:42px;
	right:20px;
	bottom:5px;
	display:block;
	position:absolute;
	background: url(img/sprites.png) no-repeat;
	background-position: -43px 0;
	margin:0px;
	padding:0px;
	cursor:pointer;
}
.main_psych_events_cnt .events_right_scroll_btn:hover{
	background: url(img/sprites.png) no-repeat;
	background-position: -43px -43px ;
}

.left_disabled{
	background-position: 0 -85px ;
	width: 42px;
	height: 42px;
}

.right_disabled{
	background-position: -43px -85px ;
	width: 42px;
	height: 42px;
}
/*.main_psych_events_cnt{
	overflow:hidden;
	padding:0;
	margin:0px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjkyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC45MiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.92) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.92)), color-stop(100%,rgba(255,255,255,0.92)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.92) 0%,rgba(255,255,255,0.92) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0.92) 0%,rgba(255,255,255,0.92) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0.92) 0%,rgba(255,255,255,0.92) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0.92) 0%,rgba(255,255,255,0.92) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebffffff', endColorstr='#ebffffff',GradientType=0 );
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIwLjkyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMC45MiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(249,249,249,0.92) 0%, rgba(249,249,249,0.92) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,0.92)), color-stop(100%,rgba(249,249,249,0.92)));
background: -webkit-linear-gradient(top,  rgba(249,249,249,0.92) 0%,rgba(249,249,249,0.92) 100%);
background: -o-linear-gradient(top,  rgba(249,249,249,0.92) 0%,rgba(249,249,249,0.92) 100%);
background: -ms-linear-gradient(top,  rgba(249,249,249,0.92) 0%,rgba(249,249,249,0.92) 100%);
background: linear-gradient(to bottom,  rgba(249,249,249,0.92) 0%,rgba(249,249,249,0.92) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf9f9f9', endColorstr='#ebf9f9f9',GradientType=0 );


margin-bottom:15px;
}
.main_psych_events_cnt .event_header{
	width:100%;
	overflow:hidden;
	position:relative;
	height:94px;
}
.main_psych_events_cnt .event_header h2{
	float:left;
	padding:15px 20px;
	margin:0px;
	font-family: 'Raleway', sans-serif;
	font-size:26px;
	font-weight:200;
}
.main_psych_events_cnt .main_events{
	list-style:none;
	overflow:hidden;
	padding:0;
	margin:0;
}

.main_psych_events_cnt .main_events .events_page{
	float:left;
	position:relative;
	display:none;
}
.main_psych_events_cnt .main_events .events_mainpage_ul{
	list-style:none;
	padding:0px;
	margin:0px;
}

.main_psych_events_cnt .main_events .event_block{
	display:block;
	padding:15px 20px;
	overflow:hidden;
	height:145px;
	border-bottom:1px solid #999;
}
.main_psych_events_cnt .main_events .event_block:hover{
	background-color:#fbfbfb;
}
.main_psych_events_cnt .main_events .event_block .event_block_title{
	float:left;
	clear:left;
	cursor: pointer;
	
	margin-bottom:0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
}
.main_psych_events_cnt .main_events .event_block .event_block_title a,.main_psych_events_cnt .main_events .event_block .event_block_title a:visited{
	text-decoration:none;
	text-align:left;
	color:#222;
	line-height:1.5em;
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	font-weight:300;
}
.main_psych_events_cnt .main_events .event_block .event_block_title a:hover{
	color:#555;
}
.main_psych_events_cnt .main_events .event_block .event_block_loc{
	float:right;
	color:#333;
	font-size: 14px;	
	font-weight:300;
	font-family: 'Roboto', sans-serif;
	text-align:right;
}

.main_psych_events_cnt .main_events .event_block_date {
	float:left;
	text-align:center;
	color:#666;
	height:34px;
	cursor: pointer;
	width:62px;
	line-height:18px;
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 22px;
	letter-spacing: -1px;
	font-weight: normal;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 3px;
}

.main_psych_events_cnt .main_events .event_date{
	display:block;
}
.main_psych_events_cnt .main_events .event_block_yr{
	display:block;
	font-size:15px;
	line-height:19px;
	padding-top:3px;
	letter-spacing: 6px;
}
.main_psych_events_cnt .events_left_scroll_btn{
	height:42px;
	width:42px;
	display:block;
	right:70px;
	bottom:0;
	position:absolute;
	background: url(img/sprites.png) no-repeat;
	background-position: 0 0;
	border:none;
	padding:0px;
	margin:0px;
	cursor:pointer;
}
.main_psych_events_cnt .events_left_scroll_btn:hover{
	background: url(img/sprites.png) no-repeat;
	background-position: 0 -43px ;
}
.main_psych_events_cnt .events_right_scroll_btn{
	height:42px;
	width:42px;
	right:20px;
	bottom:0;
	display:block;
	position:absolute;
	background: url(img/sprites.png) no-repeat;
	background-position: -43px 0;
	margin:0px;
	padding:0px;
	cursor:pointer;
}
.main_psych_events_cnt .events_right_scroll_btn:hover{
	background: url(img/sprites.png) no-repeat;
	background-position: -43px -43px ;
}

.left_disabled{
	background-position: 0 -85px ;
	width: 42px;
	height: 42px;
}

.right_disabled{
	background-position: -43px -85px ;
	width: 42px;
	height: 42px;
}*/
/***********************************/