/* TotalCalendar Default Stylesheet (default.css)
   TCal Version: 2.0
   CSS Version:  2.0
   Authors: Matt Palermo and Will Murray
   Copyright (c)2004, TotalCalendar. ALL RIGHTS RESERVED. */

/* Define the default sizes and styles for everything */
table, tr, th, td {
	border-collapse: collapse;
	font: Arial;
	margin: 0em;
	padding: 0px;
	border: 0pt;
	background-image: none;
}
input, select {
	font-size: 12px;
	margin: 1px;
	padding: 0em;
}
form {
	margin: 0em;
	background-color= #ffffff
	padding: 0em;
}
ul, ol, li, dl, dd, table, tr, td, blockquote, blockquote p, blockquote > p, blockquote * p {
	font: normal 400 95% Arial, Helvetica, sans-serif, #CC9933;
	background-color= #000000;
	font-size: 14px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

div {
	border: 0em;
}
	
p {
	font-size: 1em;
	font: Arial;
	margin : 10px 0px 14px 0px;
}
h1 {
	font-weight: 900 ;
	font: Arial;
	font-size: 80% ;
}
h2 {
	font-weight: 800 ;
	font: Arial;
	font-size: 115% ;
}
h3, th, dt {
	font-weight: 700 ;
	font: Arial;
	font-size: 100% ;
}
h4 {
	font-weight: 700 ;
	font: Arial;
	font-size: 95% ;
}
h5 {
	font-variant: small-caps ;
	font: Arial;
	font-weight: 600 ;
	font-size: 85% ;
}
h6 {
	font-weight: 500 ;
	font: Arial;
	font-size: 65% ;
}
code, pre, tt {
	font: 400 80% "Arial", "Courier New", Courier, monospace ;
}
code {
	color: green ;
}
strong, b {
	font-weight: bolder ;
}
em, i {
	font-style: italic ;
}
big {
	font-size: larger ;
}
small {
	font-size: smaller ;
}
.filler {
background-image:url(http://patagreenroom.org/calendar/tablefill.gif);
background-repeat:repeat-x;
height: 165px;
width: 100%;
}
.left	{
	text-align: left ;
}
.right	{
	text-align: right ;
}
.center	{
	text-align: center ;
}
.justify	{
	text-align: justify ;
}
.nomargin {
	margin: 0em;
	padding: 0em;
}	
	
/* Define the styles for specific parts of the calendar */
.mainPageTable {
	width: 100%;
	font: Arial;
}
	
/* Selected month table layout */
.selectedMonth {
	width: 100%;
	border-style: none;
	font: Arial;
	padding: 2px;
}

/* Weekday cell styles (at top of calendar that show days of the week */
.weekdayCell {
	width: 14%;
	min-width: 45px;
	height: 20px;
	border-width: 0px;
	border-color: #880000;
	border-style: none;
	background-color: #880000;
	text-align: center;
	color: #CC9933;
	font: Arial;
	font-weight: bold;
	font-size: 85%;
}
	
/* Column cell in Main Page Table */
.columnCell {
	padding: 0em .2em 0em .2em;
}

/* Used for empty month days */
.emptyDayCell {
	width: 14%;
	height: 80px;
	border-width: 1px;
	border-color: #880000;
	font: Arial;
	border-style: solid;
	background-color: #000000;
}
	
/* Used for numbered month days */
.normalDayCell {
	width: 14%;
	height: 80px;
	border-width: 1px;
	border-color: #880000;
	border-style: solid;
	background-color: #000000;
	color: #CC9933;
	font: Arial;
}

/* Used for today's date in month view */
.todayCell {
	width: 14%;
	height: 80px;
	border-width: 1px;
	border-color: #880000;
	border-style: solid;
	background-color: #222222;
	color: #CC9933;
	font: Arial;
}
	
/* Used for empty month days in mini cal */
.emptyDayCellMini {
	width: 14%;
	height: 25px;
	border-width: 1px;
	border-color: #880000;
	border-style: solid;
	background-color: #000000;
	color: #CC9933;
}
	
/* Used for numbered month days in mini cal */
.normalDayCellMini {
	width: 14%;
	height: 25px;
	border-width: 1px;
	border-color: #880000;
	border-style: solid;
	background-color: #000000;
	text-align: left;
	color: #CC9933;
}

/* Used for today's date in month view in mini cal */
.todayCellMini {
	width: 14%;
	height: 25px;
	border-width: 1px;
	border-color: #880000;
	border-style: solid;
	background-color: #222222;
	text-align: left;
	color: #CC9933;
}

/* Format for a timeslot cell on the full day view */
.timeSlotCell {
	background-color: #000000;
	border: 1px solid #880000;
	padding: 0px 4px 0px 4px;
}

/* All content boxes in the columns use this table format */
.boxTable {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif ;
	border-collapse: collapse;
	margin: 0em;
	padding: 0em;
}
	
/* Calendar title style */
.calTitleText {
	color: #CC9933;
	/*font-weight: 400 ;*/
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 24px ;
	text-align: center;
	padding: 10px;
}
	
/* Text at top of columns */
.columnHeaderText {
	font-weight: 900 ;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 130% ;
	text-align: center;
	color: #CC9933;
}
	
/* Text at top of boxes */
.boxHeader {
	font-weight: bold ;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 160% ;
	color: #CC9933;
	padding-top: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 15px;
	text-align:center;
}
	
/* Small text */
.smallText {
	font-size: 10px ;
	font-family: Arial, Helvetica, sans-serif ;
	color: #CC9933;
}

/* Small text to appear as a link */
.smallLinkText {
	color: #FFCC00;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 85% ;
	cursor: pointer;
}
	
/* Category Key Text */
.categoryKey {
	font-weight: bold ;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 85% ;
}
	
/* Used for all confirmation/error messages */
.confirmationText {
	font-weight: bold ;
	font: Arial;
	font-size: 85% ;
	color: #880000;
}

/* This makes the "Advanced" option for repetition methods stand out */
.advancedOption {
	color: #880000;
}
	
/* View day links in month view */
.viewDayLink:link {
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif ;
	background-color: #000000;
	text-decoration: none ;
}
.viewDayLink:visited {
	color: #0099CC;
	font-family: Arial, Helvetica, sans-serif ;
	text-decoration: none;
}
.viewDayLink:hover {
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif ;
	text-decoration: underline;
}
.viewDayLink:focus {
	color: #0000ff;
	text-decoration: underline;
}
.viewDayLink:focus:hover {
	color: #0000ff;
	text-decoration: underline;
}
.viewDayLink:active {
	color: #FF0033;
	text-decoration: underline;
}
	
/* View day links for mini calendars */
.viewDayLinkMini:link {
	color: #FFCC00;
	text-decoration: none ;
}
.viewDayLinkMini:visited {
	color: #0099CC;
	text-decoration: none;
}
.viewDayLinkMini:hover {
	color: #FFCC00;
	text-decoration: underline;
}
.viewDayLinkMini:focus {
	color: #0000ff;
	text-decoration: underline;
}
.viewDayLinkMini:focus:hover {
	color: #0000ff;
	text-decoration: underline;
}
.viewDayLinkMini:active {
	color: #FF0033;
	text-decoration: underline;
}
	
/* View link style for events */
.eventLink {
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif ;
	text-decoration: none ;
	font-size: xx-small;
	cursor: pointer;
}	


/* Below here is the style for the date picker */
body.cal_widget  { 
	font-weight: 400;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif ;
	text-align: left;
	text-transform: none;
	margin: 0em;
	padding: 0em;
	background-color: 000000
}
table.calendar_widget {
	border-collapse: collapse;
	margin: 0em;
	padding: 0em;
	font-size: 12px; 
}
table.calendar_widget td a:link { 
	text-decoration: none; 
	color: 880000; 
}
table.calendar_widget td a:visited { 
	text-decoration: none; 
	color: 880000; 
}
td.widget_td { 
	border-width: 1px; 
	text-align: center; 
}
td.month_year_display { 
	text-align: center; 
}
td.button_display { 
	text-align: none; 
	width: 100%; 
}
td.clear_button_display { 
	text-align: left; 
}
td.close_button_display { 
	text-align: right; 
}
td.weekday { 
	font: Arial;
	background-color: #000000; 
}
td.weekend { 
	font: Arial;
	background-color: #000000; 
}
span.today { 
	border-width: 1px;
	border-color: #880000;
	border-style: solid;
	text-align: left;
}
span.other_month { 
	color: #880000; 
}
span.current_selection { 
	border-width: 2px;
	background-color: #880000;
}
td.number { 
	cursor: default; 
	border-width: 1px;
	font: Arial;
	border-color: #880000;
	border-style: solid;
	background-color: #000000;
	text-align: left;
}
td.number:hover { 
	background-color: #000000; 
	font: Arial;
}
#Table_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:784px;
	height:165px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#calendartop-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width:784px;
	height:11px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#calendartop-02_ {
	position:absolute;
	left:0px;
	top:11px;
	width:16px;
	height:154px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#calendartop-PATA_ {
	position:absolute;
	left:16px;
	top:11px;
	width:161px;
	height:74px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#calendartop-04_ {
	position:absolute;
	left:177px;
	top:11px;
	width:607px;
	height:95px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#calendartop-05_ {
	position:absolute;
	left:16px;
	top:85px;
	width:161px;
	height:80px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#calendartop-06_ {
	position:absolute;
	left:177px;
	top:106px;
	width:577px;
	height:59px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#calendartop-HOME_ {
	position:absolute;
	left:754px;
	top:106px;
	width:26px;
	height:9px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#calendartop-08_ {
	position:absolute;
	left:780px;
	top:106px;
	width:4px;
	height:59px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#calendartop-09_ {
	position:absolute;
	left:754px;
	top:115px;
	width:26px;
	height:50px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}