@charset "utf-8";
/* LafCal styles */
body
{
	background-color:#FF811D;
	font-family:"Trebuchet MS", Arial, sans-serif;
	margin:0;
}

h1
{
	font-size:18px;
	margin:0;
}

h2
{
	font-size:14px;
	margin:0;
}

h3
{
	font-size:13px;
	margin:0;
}

p
{
	margin:0 0 10px 0;
}

a
{
	color:#44a0d5;
	text-decoration:none;
}

/* backgrounds */
.city
{
	background-image:url(images/bg_head_home.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.people
{
	background-image:url(images/bg_head_people.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.home-cal
{
	background-image:url(images/bg_cal_home.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:518px;
}

.home-cal2
{
	background-color:#FFFFFF;
	background-image:url(images/bg_cal_home2.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.cal
{
	background-image:url(images/bg_cal.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:518px;
}

.results
{
	background-color:#FFFFFF;
	background-image:url(images/bg_cal.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

/* layout */
.container
{
	margin:0 auto;
	text-align:center;
	width:1000px;
}

#nav
{
	background-image:url(images/bg_nav.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:34px;
}

#nav-links
{
	font-size:14px;
	margin:0 0 0 15px;
	padding:8px 0 5px 0;
	text-align:left;
}

	#nav-links a
	{
		color:#FFFFFF;
		text-decoration:none;
	}
	
	#nav-links a:hover
	{
		color:#eec60b;
		text-decoration:none;
	}
	
#search
{
	float:right;
	margin:0 12px 0 0;
	padding:4px 0 5px 0;
	text-align:left;
}

	#search-ie7
	{
		float:right;
		margin:5px 12px 0 0;
		padding:0;
		text-align:left;
	}

#results
{
	padding:12px;
	text-align:left;
}

#travel
{
	color:#666666;
	font-size:13px;
	padding:12px;
	text-align:left;
}
	
#now
{
	border-right:3px solid #6987f2;
	height:483px;
	overflow:auto;
	padding:25px 12px 10px 12px;
	text-align:left;
	width:393px;
}

#now2
{
	overflow:auto;
	padding:25px 12px 25px 12px;
	text-align:left;
	width:396px;
}

#login-right
{
	float:right;
	font-size:12px;
	/*height:484px;*/
	margin:0 0 0 420px;
	padding:25px 12px 10px 20px;
	text-align:left;
	width:528px;
}

	#login-right-ie
	{
		float:right;
		font-size:12px;
		/*height:484px;*/
		margin:0;
		padding:25px 12px 10px 20px;
		text-align:left;
		width:528px;
	}

/* colors */
.blue
{
	color:#3782bc;
}

.ltBlue
{
	color:#74c2fe;
}

.catBlue
{
	color:#5aa5ce;
}

.weekBlue
{
	color:#48a3dd;
}

.orange
{
	color:#d3850e;
}

.white
{
	color:#FFFFFF;
}

/* Forms */
.textbox
{
	border:1px solid #eec60b;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	width:150px;
}

.textbox-short
{
	border:1px solid #eec60b;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	width:100px;
}

.textarea
{
	border:1px solid #eec60b;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	width:388px;
}

.datetext
{
	border:1px solid #437886;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	width:60px;
}

.button
{
	background:none;
	border:1px solid #eec60b;
	color:#FFFFFF;
	cursor:pointer;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:14px;
}

.button2
{
	background:none;
	border:1px solid #eec60b;
	color:#44a0d5;
	cursor:pointer;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:14px;
}

.form
{
	color:#FFFFFF;
	font-size:12px;
}

label.error
{
	color:#990000;
	font-size:10px;
	margin:0 0 0 10px;
}
	
/* Footer */
#footer
{
	background-color:#ef980b;
}

#footer-content
{
	color:#FFFFFF;
	font-size:10px;
	padding:10px 45px 10px 0;
	text-align:right;
}	

	#footer-left
	{
		float:left;
	}

	#footer-content a
	{
		color:#FFFFFF;;
		font-size:10px;
		text-decoration:none;
	}
	
	#footer-content a:hover
	{
		color:#FFFFFF;
		font-size:10px;
		text-decoration:underline;
	}
	
/* Calendar */
#calendar
{
	float:right;
	margin:0 0 0 420px;
	padding:0 15px 0 0;
	text-align:right;
	width:565px;
}

	.calendar-ie
	{
		margin:0 !important;
	}

.cal-display
{
	color:#666666;
	font-size:11px;
	line-height:14px;
	text-align:left;
}

.date {
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}

.dayOfWeek 
{
	background-image:url(images/bg_nav.jpg);
	background-position:top;
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	width:66px;
}

.dayOfWeek2
{
	background-image:url(images/bg_nav.jpg);
	background-position:top;
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:12px;
	padding:3px;
	text-align:center;
	width:133px;
}

.day {
	border: 1px solid #999999;
	height:66px;
	width:66px;
	vertical-align:top;
}

.day-right {
	border: 1px solid #999999;
	height:66px;
	width:66px;
	vertical-align:top;
}

.day-bottom {
	border: 1px solid #999999;
	height:66px;
	width:66px;
	vertical-align:top;
}

.day-bottom-right {
	border: 1px solid #999999;
	height:66px;
	width:66px;
	vertical-align:top;
}

.day-none {
	border: 1px solid #999999;
	height:66px;
	width:66px;
	vertical-align:top;
}

.day-bottom-none {
	border: 1px solid #999999;
	height:66px;
	width:66px;
	vertical-align:top;
}

.day-bottom-right-none {
	border: 1px solid #999999;
	height:66px;
	width:66px;
	vertical-align:top;
}

.today {
	background-color: #fbe99b;
	background-image:url(images/map_pin2.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

/* events */
.event 
{
	margin:6px 0 0 0;
	padding:0;
	text-align:center;
	width:60px;
}

.event-day
{
	color:#FFFFFF;
	cursor:pointer;
	font-size:13px;
	margin:0 0 15px 0;
}

.event-week-cell
{
	border:1px solid #999999;
	color:#666666;
	font-size:12px;
	margin:0;
	padding:0;
	text-align:center;
	vertical-align:top;
}

.event-week
{
	margin:0 0 3px 0;
	padding:3px;
}

	.event-week:hover
	{
		background-color:#12374b;
		color:#FFFFFF;
		cursor:pointer;
	}
	
.event-search
{
	color:#666666;
	cursor:pointer;
	font-size:13px;
	margin:0 0 10px 0;
	padding:5px;
	text-align:left;
}

.details
{
	font-size:13px;
	margin:0;
	text-align:right;
}

/*pop-up*/
.popdiv
{
	margin:0 0 20px 0;
}

#popup
{
	background-image:url(images/bg_popup.jpg);
	background-color:#001B4A;
	background-position:top center;
	background-repeat:no-repeat;
	border:1px solid #152b51;
	color:#FFFFFF;
	display:none;
	font-size:12px;
	/*height:165px;*/
	padding:8px 10px 8px 10px;
	position:absolute;
	text-align:left;
	width:340px;
	z-index:1000;
}

	#popup a
	{
		color:#FFFFFF;
		text-decoration:none;
	}
	
	#popup a:hover
	{
		color:#74c2fe;
		text-decoration:none;
	}

.pop-title
{
	color:#f9bf62;
	font-style:italic;
}

.preview
{
	z-index:1;
}

/* Admin */
#admin-left
{
	color:#FFFFFF;
	font-size:13px;
	/*height:498px;*/
	overflow:auto;
	padding:10px 10px 10px 12px;
	text-align:left;
	width:395px;
}

#admin-right
{
	float:right;
	font-size:12px;
	/*height:498px;*/
	padding:10px;
	text-align:left;
	width:560px;
}

#admin-right2
{
	float:right;
	font-size:12px;
	padding:10px;
	text-align:left;
	width:560px;
}

#recurrence
{
	display:none;
}
	
/* Misc */
.clear
{
	clear:both;
	height:0;
}

.pointer
{
	cursor:pointer;
}

.wax
{
	display:none;
	visibility:hidden;
}

.left
{
	text-align:left;
}

.marginBottom
{
	margin:0 0 10px 0;
}

.pad5
{
	padding:5px 0;
}

.bold
{
	font-weight:bold;
}

/* cal icon */
#cal-icon
{
	background-image:url(images/cal_icn.gif);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	height:43px;
	margin:0 15px 0 0;
	text-align:center;
	width:50px;
}

#cal-icon-text
{
	color:#FC8713;
	font-size:24px;
	font-weight:bold;
	margin:8px 0 0 0;
}

#cal-icon-day
{
	color:#FC8713;
	font-size:24px;
	font-weight:bold;
	margin:8px 0 0 0;
}
	