﻿@charset "utf-8";
.rdiv {
	position: relative;
	width: 100%;
	min-height: 1px;
	height: auto;
	float: left;
	clear: both;
	overflow: hidden;
	z-index: auto;
	display: inline;
}
.left {
	display: block;
	text-align:left;
	clear: none;
	width: auto;
}
.right {
	display: block;
	float: right;
	text-align: right;
	clear: none;
	width: auto;
}
pre {
	float: left;
	clear: both;
}
.make-block {
	display: inline;
	float: left;
	clear: both;
	overflow: hidden;
}
.break-div {
	clear: both;
	width: 100%;
	height: 1px;
}
.no-clear{
	clear:none;
}
.no-margin{
	margin: 0;
}
.no-padding{
	padding: 0;
}
.w50{
	width: 50%;
}
.hidden {
	display: none;
}
.t10 {
	font-size: 10px;
}
.t11 {
	font-size: 11px;
}
.t12 {
	font-size: 12px;	
}
.t13 {
	font-size: 13px;	
}
.t14 {
	font-size: 14px;	
}
.t16 {
	font-size: 16px;	
}
.t18 {
	font-size: 18px;	
}
.t20 {
	font-size: 20px;	
}
.t22 {
	font-size: 22px;	
}
.t24 {
	font-size: 24px;	
}
.tbold {
	font-weight: bold;	
}
.tleft {
	text-align: left;	
}
.tcenter {
	text-align: center;	
}
.tright {
	text-align: right;	
}
.tuppercase {
	text-transform: uppercase;
}
table#MSOTlPn_Tbl {
	display: block;
	position: absolute;
	z-index: 10000;
	top: 0;
	right: 0;
}
.ms-PartSpacingVertical {
	display: none;
}
.ms-siteaction {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
.sharepoint-controller-items {
	border-bottom: #b3b3b3 solid 1px;
	height: auto;
	background: #fff;
}
#aspnetForm {
	height: 100%;
}
.ms-WPBody {

}
a.popup-base,
a.popup-base:link,
a.popup-base:active,
a.popup-base:visited,
a.popup-base:hover {
	position: fixed;
	display: inline;
	top: 0;
	left: 0;
	float: none;
	background: #000 url('../images/loading.gif') no-repeat fixed center center;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 500;
	width: 100%;
	height: 100%;
}
.popup {
	position: fixed;
	float: none;
	left: 50%;
	top: 90px;
	background-color: #fff;
	z-index: 501;
	border: #fff 10px solid;
}
a.popup-close,
a.popup-close:link,
a.popup-close:active, 
a.popup-close:visited,
a.popup-close:hover {
	position: absolute;
	right: -20px;
	background-position: 0 0;
	top: -21px;
	width: 20px;
	height: 21px;
	background-color: #fff;
	color: #000;
	font-size: 15px;
	line-height: 1;
	text-decoration: none;
	text-align: center;
}
a.popup-close:hover {
	background-position: 0 21px;
}
.event-details-popup {
	width: 320px;
	padding: 0;
	margin: 10px;
	font-size: 10px;
}
.event-details-popup .row {
	width: 320px;
	padding: 0;
	margin: 0 0 15px 0;
}
.event-details-popup .row .left {
	background-image: url('../images/webparts/events-icons.jpg');
	width: 37px;
	height: 37px;
	margin: 10px 10px 0 0;
	background-position: -6px -5px;
}
.event-details-popup .row .left,
.event-details-popup .row .right {
	clear: none;
	text-align: left;
}
.event-details-popup .row .right{
	width: 262px;
	height: auto;
	border-left: #ccc solid 1px;
	padding-left: 10px;
}
.event-details-popup .location .left {
	background-position: -6px -55px;
}
.event-details-popup .contact .left {
	background-position: -6px -105px;
}
.event-details-popup .description .left {
	background-position: -6px -150px;
}
.event-details-popup .description .right #jscroll {
	height: 200px;
}
.event-details-popup p {
	font-size: 10px;
}
.event-details-popup p.title,
.event-details-popup p.location,
.event-details-popup p.name {
	font-weight: bold;
}
/*

	jScroll
	
*/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #CCEEF4;
}
.jScrollPaneDrag {
	position: absolute;
	background: #1A6581;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}