body
{
	margin: 0 !important;
	padding: 0 !important;
	background-color: #000000;
	line-height: 1.27;
	font: 13px 'trebuchet ms', helvetica, verdana, geneva, arial, sans-serif;
}
#container
{

}
.margin
{
	margin: auto;
	width: 90%;
}
.space
{
	margin-top: 25px;
}

a.cal:link
{
	color: #000000;
}
a.cal:visited
{
	color: #434343;
}
a.cal:hover, a.cal:active
{
	color: #FF4400;
}

.header
{
	background-color: #0B4B7B; /* #2E6E9E; */
	border-bottom: 2px solid #FFFFFF;
	color: #FFFFFF;
	text-align: left;
	padding: 2px 24px;
}
.content
{
	background: #FFFFFF url(../images/content.png) repeat-x top left;
	color: #000000;
	text-align: left;
	/* padding-top: 30px; */
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 55px;
}
.footer
{
	background: #000000 url(../images/footer.png) repeat-x top left;
	border-top: 8px solid #0B4B7B;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 65px;
}
.title
{
	white-space: nowrap;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}
.w3
{
	border: 0;
	width: 88px;
	height: 31px;
}
.large
{
	font-size: 24px;
}
.medium
{
	font-size: 18px;
}
.little
{
	font-size: 11px;
}
.small
{
	font-size: 10px;
}
.bold
{
	font-weight: bold;	
}
.right
{
	text-align: right;
}
.left
{
	text-align: left;
}
.center
{
	text-align: center;
}
.middle
{
	vertical-align: middle;
}
.float
{
	float: right;
}

.padrt2
{
	padding-right: 2px;
}
.padrt5
{
	padding-right: 5px;
}
.padrt10
{
	padding-right: 10px;
}
.padrt20
{
	padding-right: 20px;
}

.pad5
{
	padding: 5px;
}
.pad10
{
	padding: 10px;
}
.pad20
{
	padding: 20px;
}

.hidden
{
	visibility: hidden;
}
.none
{
	display: none;
}
.nowrap
{
	display: inline-block;
	white-space: nowrap;
}
.shadow
{
	font-family: Georgia, Gentium, "Times New Roman", Times, serif;
	/* text-shadow: -1px 0 #000, 0 1px #000; */
	font-style: italic;
	font-variant: normal;
	letter-spacing: -0.05em;
}
.highlight
{
	font-weight: bold;
	color: #CC0000;
}

.hr
{
	border: 0;
	height: 1px;
	background: #A6C9E2;
	background-image: -webkit-linear-gradient(left, #EEEEEE, #A6C9E2, #EEEEEE);
	background-image: -moz-linear-gradient(left, #EEEEEE, #A6C9E2, #EEEEEE);
	background-image: -ms-linear-gradient(left, #EEEEEE, #A6C9E2, #EEEEEE);
	background-image: -o-linear-gradient(left, #EEEEEE, #A6C9E2, #EEEEEE);
}

.ml1px
{
	margin-left: -1px;
}
.txtdec1
{
	text-decoration: none;
	color: #000000;
}
.txtdec2
{
	text-decoration: none;
	color: #FFFFFF;
}
#menu
{
	clear: both;
	margin: 0;
	padding: 0 4px 0 0;
	font-weight: bold;
	height: 24px;
}
#menu ul
{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li
{
	display: inline;
}
#menu ul li a
{
	display: block;
	float: left;
	padding: 3px 12px 5px 12px;
	color: #000000 !important;
	text-decoration: none;
}
#menu ul li a:hover
{
	background-color: #FFFFCC;
	color: #333333;
	/* -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; -khtml-border-top-left-radius: 2px; border-top-left-radius: 2px; */
	/* -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; -khtml-border-top-right-radius: 2px; border-top-right-radius: 2px; */
	-moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; -khtml-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; -khtml-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px;
}
#menu ul li#current a
{
	background-color: #FFFFFF;
	color: #333333;
	-moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; -khtml-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; -khtml-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px;
}
#menu ul li#current a:hover
{
	background-color: #FFFFCC;
	color: #333333;
	-moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; -khtml-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; -khtml-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px;
}

.ui-accordion-header
{
	cursor: default !important;
}
.ui-helper-hidden-accessible
{
	display: none !important;
}
.ui-autocomplete
{
	max-height: 280px;
	overflow-y: auto;
}

.fc-agenda-slots td div
{
	min-height: 100px !important;
	height: 100px !important;
}

#toggle1
{
	cursor: pointer !important;
}
#loading
{
	position: absolute;
	top: 5px;
	right: 5px;
}
#calendar
{
	width: 1200px;
	margin: 0 auto;
}
#map
{
	margin: 0 auto;
}

.input
{
	border: 1px solid #A6C9E2;
	color: #222222;
	display: inline-block;
	padding: 3px;
	margin: 4px;
	white-space: nowrap;
}
.select, .select2
{
	border: 1px solid #A6C9E2;
	color: #222222;
	display: inline-block;
	padding: 2px;
	margin: 4px;
	white-space: nowrap;
}
