﻿td
{
	/*text-align: left;*/
	font-family: tahoma;
	font-size: 13px;
	color: #2F2F2F;
	line-height: 16px;
	vertical-align: top;
}

a
{
	text-decoration: none;
	color: #0000ff;
}
a:hover
{
	text-decoration: underline;
	color: #0000ff;
}

img
{
	border: 0;
}
table
{
	height: 100%;
	width: 100%;
	border: 0;
}
body
{
	margin: 0px;
	padding: 0px;
	background:url(images/px_head.jpg) top repeat-x;
	font-family: tahoma;
}

.inputBox
{
	border: silver 1px solid;
	font-family: 'Trebuchet MS' , Tahoma, Arial, Verdana;
	font-size: 13px;
}
.inputButtons
{
	background-color: #f5f5f5;
	border: #808080 1px solid;
	padding: 1px 1px 0px 1px;
	font-family: 'Trebuchet MS' , Tahoma, Arial, Verdana;
	font-size: 13px;
}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.linklist
{
	background: url(images/a3.gif) center left no-repeat;
	margin: 0 0 0 0px;
	padding: 0 0 0 12px;
	line-height: 20px;
}
li a
{
	text-decoration: none;
}
li a:hover
{
	text-decoration: underline;
	color: #0000ff;
}

.contact img, input
{
	vertical-align: middle;
}
.contact a
{
	color: #2F2F2F;
}

.white
{
	color: #FFFFFF;
}
.white a
{
	color: #FFFFFF;
}

.news li
{
	background: url(images/a2.gif) center left no-repeat;
}
.news a
{
	color: #0000ff;
}

.story
{
	color: #FFFFFF;
}
.story a
{
	color: #FFFFFF;
}

.privacy a
{
	color: #2F6DAA;
}

.arrow_right
{
	margin-right: 10px;
	vertical-align: middle;
}

.form
{
	width: 131px;
	height: 18px;
	font-family: tahoma;
	font-size: 13px;
	border-style: solid;
	border-width: 1px;
	border-color: #575757;
	background-color: #ffffff;
	color: #2F2F2F;
	margin-left: 0px;
	margin-right: 0px;
}

.images
{
	padding-right: 20px;
	padding-bottom: 0px;
}

.newsticker
{
	list-style-type: none;
	border: 1px dashed #c0c0c0;
	padding: 3px;
	margin:0;
	width:600px;
	height:290px;
}





/* top area w/ month title and buttons */

#calendar
{
	padding: 10px;
	
}

.full-calendar-title
{
	text-align: left;
}

.full-calendar-buttons
{
	float: right;
	margin: 0 0 1em;
}

.full-calendar-buttons input
{
	vertical-align: middle;
	margin: 0 0 0 5px;
	font-size: 1em;
}

.full-calendar-prev, .full-calendar-next
{
	width: 40px;
}



/* table layout & outer border */

.full-calendar-month-wrap
{
	clear: both;
	border: 1px solid #ccc; /* outer border color & style */
}

.full-calendar-month
{
	width: 100%;
	overflow: hidden;
}

.full-calendar-month table
{
	border-collapse: collapse;
	border-spacing: 0;
}



/* cell styling */

.full-calendar-month th, .full-calendar-month td.day
{
	padding: 0;
	vertical-align: top;
	border-style: solid; /* inner border style */
	border-color: #ccc; /* inner border color */
	border-width: 1px 0 0 1px;
}

.full-calendar-month th
{
	border-top: 0;
	text-align: center;
}

.full-calendar-month th.first, .full-calendar-month td.first
{
	border-left: 0;
}

.full-calendar-month td.today
{
	background: #FFFFCC;
}

.full-calendar-month .day-number
{
	text-align: right;
	padding: 0 2px;
}

.full-calendar-month .other-month .day-number
{
	color: #bbb;
}

.full-calendar-month .day-content
{
	padding: 2px 2px 0; /* distance between events and day edges */
}

.full-calendar-month td.day
{
	/* FullCalendar automatically chooses a height, but this can be overridden: */ /* height: 100px !important; */
	height: 50px !important;
}



/* event styling */

.full-calendar-month .event
{
	margin-bottom: 2px;
	font-size: .85em;
	cursor: pointer;
	text-align: left;
}

.full-calendar-month .ui-draggable-dragging td
{
	cursor: move;
}

.full-calendar-month .event td
{
	background: #C1D9EC;
	padding: 0;
}

.full-calendar-month .event td.ne, .full-calendar-month .event td.nw, .full-calendar-month .event td.se, .full-calendar-month .event td.sw
{
	background: none;
	width: 1px; /* <-- remove if you dont want "rounded" corners */
	height: 1px; /* <--                                           */
}

.full-calendar-month .nobg td
{
	background:none;
}

.full-calendar-month .event td.c
{
	padding: 0 2px;
}

.full-calendar-month .event-time
{
	font-weight: bold;
}



/* the rectangle that covers a day when dragging an event */

.full-calendar-month .over-day
{
	background: #ADDBFF;
	opacity: .2;
	filter: alpha(opacity=20);
}



/* right-to-left support */

.r2l .full-calendar-title
{
	text-align: right;
}

.r2l .full-calendar-buttons
{
	float: left;
}

.r2l .full-calendar-buttons input
{
	margin: 0 5px 0 0;
}

.r2l .full-calendar-month .day-number
{
	text-align: left;
}

.r2l .full-calendar-month .event
{
	text-align: right;
}


