﻿#cal_controls {
	margin: 0;
	padding: 0;
	width: 675px;
	
	background: top left url(/assets/images/event-calendar/bg-cal_controls.gif) repeat-x;
}

#cal_controls h2.view {
	margin: 0;
	padding: 0;
	float: left;
	width: 57px;
	height: 32px;
	text-indent: -999em;
	background: top right no-repeat url(/assets/images/event-calendar/bg-h2_view.gif);
}

#tag-label
{
	display: block;
	float: left;
	height: 32px;
	margin: 0;
	padding: 0;
	position: relative;
	background: url(/assets/images/event-calendar/tag-bg.jpg) no-repeat right 1px;
}

#tag-label label
{
	padding: 0 40px 0 10px;
	line-height: 32px;
	color: #06F;
}

#clear-tag-btn
{
	display: block;
	text-indent: -999px;
	position: absolute;
	width: 14px;
	height: 14px;
	right: 10px;
	top: 8px;
}

#cal_controls ul.view_controls {
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
	display: block;
	/*width: 378px;*/
	width: 420px;
	height: 27px;
	float: left;
}

#primary #cal_controls ul.view_controls li {
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
	list-style: none;
	list-style-type: none;
	background: none;
}

#cal_controls ul.view_controls li.last {
	padding: 0;
}

#primary #cal_controls a {
	display: block;
	border: none;
}

#cal_controls a.day {
	width: 87px;
	height: 24px;
	text-indent: -999em;
	background: url(/assets/images/event-calendar/bg-select_btns.gif) 0 0;
}

#cal_controls a.day:hover, #cal_controls a.dayon {
	background: url(/assets/images/event-calendar/bg-select_btns.gif) 0 -24px;
}

#cal_controls a.week {
	width: 87px;
	height: 24px;
	text-indent: -999em;
	background: url(/assets/images/event-calendar/bg-select_btns.gif) -87px 0;
}

#cal_controls a.week:hover, #cal_controls a.weekon {
	background: url(/assets/images/event-calendar/bg-select_btns.gif) -87px -24px;
}

#cal_controls a.twoweek {
	width: 87px;
	height: 24px;
	text-indent: -999em;
	background: url(/assets/images/event-calendar/bg-select_btns.gif) -174px 0;
}

#cal_controls a.twoweek:hover, #cal_controls a.twoweekon {
	background: url(/assets/images/event-calendar/bg-select_btns.gif) -174px -24px;
}

#cal_controls a.month {
	width: 87px;
	height: 24px;
	text-indent: -999em;
	background: url(/assets/images/event-calendar/bg-select_btns.gif) -261px 0;
}

#cal_controls a.month:hover, #cal_controls a.monthon {
	width: 87px;
	height: 24px;
	background: url(/assets/images/event-calendar/bg-select_btns.gif) -261px -24px;
}

#cal_controls ul.external_controls {
	margin: 0;
	padding: 5px 0 0 0;
	display: block;
	float: right;
	width: 60px;
	height: 27px;
}

#cal_controls ul.external_controls li {
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
	list-style: none;
	list-style-type: none;
}

#cal_controls ul.external_controls li a.print {
	width: 20px;
	height: 20px;
	text-indent: -999em;
	background: top left url(/assets/images/event-calendar/btn-print.gif);
}
#primary #cal_controls a#ancAdd, #primary #cal_controls a#ancAddExternal 
{
	padding: 1px 3px;
	display: block;
	border: 1px solid #ccc;
}
#primary #cal_controls  a#ancAdd:hover, #primary #cal_controls a#ancAddExternal:hover
{
	border: 1px solid #999;
}

a#ancEmail {
	width: 24px;
	height: 25px;
	text-indent: -999em;
	margin-left: 10px;
	background: top left url(/assets/images/event-calendar/email.gif);
}

a#ancEmail:hover
{
	background: top left url(/assets/images/event-calendar/email-over.gif);
}

#cal_controls ul.external_controls li a.print:hover {
	background: top right url(/assets/images/event-calendar/btn-print.gif);
}

#cal_controls ul.external_controls li a.rss {
	width: 20px;
	height: 20px;
	text-indent: -999em;
	background: top left url(/assets/images/event-calendar/btn-rss.gif);
}

#cal_controls ul.external_controls li a.rss:hover {
	background: top right url(/assets/images/event-calendar/btn-rss.gif);
}

#cal_controls ul.security_controls {
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
	display: block;
	height: 27px;
	width: 660px;
	font: 1em/1.5em arial, sans-serif;
}

#cal_controls ul.security_controls li {
	margin: 0;
	padding: 0 10px 0 0;
	float: right;
	list-style: none;
	list-style-type: none;
}

#cal_controls ul.security_controls li.first {
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
	list-style: none;
	list-style-type: none;
}

#cal_controls ul.security_controls label {
	float: left;
}

#cal_controls ul.security_controls input {
	margin: 0;
	padding: 0;
	float: left;
}

#cal_controls ul.security_controls input.checkbox {
	margin: 0 .25em 0 0;
}

#lblCategory {
	margin: 5px 0 0 0;
	padding: 0 1em 0 0;
	display: block;
	width: 9px;
	height: 12px;
	text-indent: -999em;
	background: top left no-repeat url(/assets/images/event-calendar/bg-lblcategory.gif);
}

#cal_wrapper {
	width: 675px;
	height: 575px;
	position: relative;
	overflow: hidden;
}


#primary #cal_controls a,
#primary #cal_wrapper li a,
#primary #cal_wrapper dt a,
#primary #cal_wrapper dd a
{
	border: 0;
}
/* Section Dividers */
#monthview 
{
	
	
}

#twoweekview 
{
	
}

#weekview 
{
	
}

#dayview {
}

.cal_listview
{
	width: 675px;
	position: absolute;
	height: 575px;
}

.noevents
{
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 0;
	font-size: 24px;
	color: #999;
}

#calloading
{
	width: 675px;
	position: absolute;
	height: 530px;
	top: 45px;
	background: url(/assets/images/loading.gif) no-repeat 257px 220px;
}

.calview_off
{
	
}

/* Calendar Items */
.boguscal {
	margin: 0; padding: 0;
	display: block;
	width: 645px;
	height: 550px;
	font-size: 10pt;
}

.boguscal:hover {
	/*cursor: pointer;*/
}

.boguscal .calwrapper 
{
	clear
	display: block;
	background-color: #fff;
	border-right: 1px solid #ccc;
}

.boguscal .calweekswrapper {
	width: 644px;
	display: block;
	border-right: 1px solid #ccc;
}

.calheader, div[className=calheader] {
	display: block;
	width: 645px;
	text-align: center;
	color: #333;
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 2px;
	line-height: normal;
}

.boguscal .caltitle {
	width: 70%;
	height: 40px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: normal;
}

.boguscal .calcontrol {
	font-weight: bold;
	width: 25px;
	cursor: pointer;
}

.boguscal .calcontrol:hover {
}

.boguscal .calclose {
	float: right;
	display: none;
}

.boguscal .calprevmonth {
	float: left;
}

.boguscal .calnextmonth {
	float: right;
}

.boguscal .calnextyear {
	display: none;
}

.boguscal .calprevyear {
	display: none;
}

.boguscal .daybox {
	float: left;
	background-color: white;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 84px;
	height: 70px;
	padding: 3px;
	color: black;
	text-align: right;
	overflow: auto;
}

.boguscal .dayboxname {
	background-color: #ffffff;
	border-left: 1px solid #ffffff;
	height: auto;
	width: 85px;
	text-align: center;
	color: #000000;
}

.boguscal .dayboxvalue {
	text-align: left;
	overflow: auto;
}

.boguscal .daybox:hover {
	color: #fff;
	background: top left no-repeat url(/assets/images/event-calendar/bg-dayselected.gif) #003399;
}

.boguscal .dayboxname:hover {
}

.boguscal .dayinmonth {
	color: black;
}

.boguscal .dayoutmonth {
	color: gray;
}

.boguscal .dayselected {
	background-color: #eeeeff;
}

.boguscal .daycurrent {
	border: 1px solid #e8eef7;
}

.boguscal .weekbox {
	width: 100%;
	display: block;
}

.boguscal .endweek {
	float: left;
}

.boguscal .weekboxname {
}

.boguscal .dayboxdate {
	width: 15px;
	text-align: center;
	float: left;
}

.boguscal .dayboxvalue p {
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
	border-bottom: 1px solid #ccc;
}
.boguscal .dayboxvalue a 
{
	padding-top: 50px;
	padding-right: 3px;
	text-align: right;
	display: block;
	cursor: hand;
}

#primary .dayboxvalue a:link,
#primary .dayboxvalue a:visited
{	
	font-size: 11px;
	color: #0A42A2;
	border: 0;
	text-decoration: none;
}
#primary .daycurrent a:link,
#primary .daycurrent a:visited,
#primary .dayselected a:link,
#primary .dayselected a:visited,
#primary .boguscal .daybox:hover a
{	
	color: #FFF36F;
	
}

#primary .dayboxvalue a:hover,
#primary .dayboxvalue a:active
{	
	font-size: 11px;
	color: #FFF36F;
	border: 0;
	text-decoration: underline;
}



.boguscal .dayselected {
	color: #fff;
	background: top left no-repeat url(/assets/images/event-calendar/bg-dayselected.gif) #003399;
	cursor: pointer;
}

#primary ul.tag-chain
{
	float:right;
	line-height:19px;
	margin:0;
	overflow:hidden;
	padding:0 0 0 8px;
	text-align:right;
}
#primary ul.tag-chain li {
	display:inline !important;
	font-size:92%;
	background: none;
	padding: 0;
	margin-left:-10px;
}

#primary ul.tag-chain li a
{
	border: 0;
}

ul.tag-chain li a
{
	background:transparent url(/assets/images/event-calendar/tag-list-bg.gif) no-repeat scroll 0 0px;
	color:#404040;
	padding:1px 0 2px 8px;
}
ul.tag-chain li.highlight a
{
	background:transparent url(/assets/images/event-calendar/tag-list-bg.gif) no-repeat scroll 0 -40px;
}
ul.tag-chain li a:hover
{
	background:transparent url(/assets/images/event-calendar/tag-list-bg.gif) no-repeat scroll 0 -80px;
}

ul.tag-chain li a span
{
	background:#F2F2F2 none repeat scroll 0 0;
	padding:1px 13px 2px 7px;
}
ul.tag-chain li.highlight a span
{
	background:#8F8F8F none repeat scroll 0 0;
	color: #FFFFFF;
}

ul.tag-chain li a:hover span
{
	background:#6C6C6C none repeat scroll 0 0;
	color: #FFFFFF;
}

/* Week View */

.loading
{
}

.cal_listview h2 {
	margin: 10px auto; padding: 0;
	width: 670px;
	text-align: center;
	line-height: 25px;
	height: 25px;
	position: relative;
}

.cal_listview h2 span
{
	display: block;
	width: 560px;
	margin: 0;
	float: left;
	color: #777;
	font-weight: normal;
}

.cal_listview h2 a {
	display: block;
	width: 20px;
	height: 20px;
	margin-top: 3px;
	text-indent: -999em;
	border: none !important;
}

#primary .cal_listview h2 a.page_previous {
	float: left;
	background: top left no-repeat url(/assets/images/event-calendar/page-previous.gif);
}

.cal_listview h2 a.page_next {
	float: right;
	background: top left no-repeat url(/assets/images/event-calendar/page-next.gif);
}


.cal_listview dl {
	margin: 0; padding: 0 10px 10px 10px;
	height: 505px;
	overflow: auto;
	position: relative;
}

.cal_listview dl:hover {
	/*background: #eee;*/
}

.cal_listview dl dt {
	margin: 0; padding: 10px 0 0 0;
	font-weight: bold;
	color: #06c;
	border-bottom: none;
}
.cal_listview dl dt.internal
{
	padding-left: 15px;
	background: url(/assets/images/event-calendar/bg-lblcategory.gif) no-repeat left 12px;
}

.cal_listview dl dt span {
	margin: 0 0 0 3px; padding: 0 0 0 5px;
	font-weight: normal;
	color: #999;
	border-left: 2px solid #06c;
}

.cal_listview dl dd {
	margin: 0; padding: 0;
	margin: 0; padding: 10px 10px 5px 10px;
	border-bottom: 1px solid #666;
	position: relative;
}

.cal_listview dl dd p {
	margin: 0; padding: 0 0 10px 0;
}

/* Cleanup Issues */
.cal_listview .tag_filter {
	float: right;
}
/*
.cal_listview dl:hover .tag_filter li, .cal_listview dl:hover .tag_filter a {
	background: none;
}*/

.cal_listview .clearboth {
	padding-bottom: 10px;
}

div.cal_detail
{
}

div.event-nav
{
	border-top: 1px solid #666;
	width: 100%;
	text-align: right;
	padding-right: 10px;
}

#primary a.event-prev:link, #primary a.event-next:link,
#primary a.event-prev:visited, #primary a.event-next:visited
{
	color: #666;
	text-transform: lowercase;
	border: 0;
	font-size: 10px;
	
}
#primary a.event-prev:hover, #primary a.event-next:hover,
#primary a.event-prev:active, #primary a.event-next:active
{
	color:#0066CC;
}
#primary a.event-prev
{
	padding-left: 12px;
	background: url(/assets/images/event-calendar/event-prev.gif) no-repeat 0 3px;
}

#primary a.event-next
{
	padding-right: 12px;
	background: url(/assets/images/event-calendar/event-next.gif) no-repeat right 3px;
}

.event-details
{
	clear: both;	
	padding: 10px;
	height: 480px;
	overflow: auto;
}

.event-details h3
{
	color: #333;
	font-weight: normal;
	font-size: 200%;
} 

div.datetime
{
	font-size: 16px;
	color: 	#0066CC;
}

div.datetime span.date
{
	font-size: 16px;
	color: 	#0066CC;
}

div.datetime span.time
{
	font-size: 16px;
	color: 	#666;
}
