/* Big Apple CSS - opie */

body {
	background:fixed;
	background-image: url(../images/backing.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #611D1E;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #5E1C1D;
	font-size: 10pt;
}
div.cityback {
	height:100%;
	background:fixed;
	background-image: url(../images/2applebg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #f00;
}
.linkz:link {
	color: #fff;
	text-decoration: none;
}
.linkz:visited {
	text-decoration: none;
	color: #fff;
}
.linkz:hover {
	text-decoration: underline;
	color: #fff;
}
.linkz:active {
	text-decoration: none;
	color: #fff;
}
#leftslot {
	background-image: url(../images/ba_02.jpg);
	background-position:top;
	background-repeat: no-repeat;
}
#rightslot {
	background-image: url(../images/ba_05.jpg);
	background-position:top;
	background-repeat: no-repeat;
}
#addressfill {
	background-image: url(../images/ba_04.jpg);
	background-repeat: no-repeat;
}
#navfill {
	background-image: url(../images/ba_09.jpg);
	background-repeat: no-repeat;
}
#homeheaderfill {
	background-image: url(../images/ba_12.jpg);
	background-repeat: no-repeat;
}
#headerfill {
	background-image: url(../images/ba-con_19.jpg);
	background-repeat: no-repeat;
}
#lesserfill { 
	background-image: url(../images/ba_13.jpg);
	background-repeat: no-repeat;
}
#homecontentfill {
	background-image: url(../images/ba_15.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#contentfill {
	background-image: url(../images/ba-con_21.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#lessertopfill {
	background-image: url(../images/ba_13.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#lesserfill {
	background-image: url(../images/ba_16.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#contentbacking {
	background-image: url(../images/ba_19.jpg);
	background-repeat: repeat-y;
}
#footerbacking {
	background-image: url(../images/ba_24.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.style5 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.style8 {
	color: #FFFFFF;
	font-size: 10px;
	margin: 15px;
}
.style10 {
	font-size: 14pt;
	color: #5E1C1D;
}

/*Forms defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
label {
	color:#000000;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}

/*Radio buttons*/
.radioAreaUnchecked, .radioAreaChecked {
	z-index:5;
	position:absolute;
	width:15px;
	height:15px;
	cursor:pointer;
}
.radioAreaUnchecked {
	background:url(images/radio.gif) no-repeat left top;
}
.radioAreaChecked {
	background:url(images/radio.gif) no-repeat left bottom;
}

/*Checkboxes*/
.checkboxAreaUnchecked, .checkboxAreaChecked {
	z-index:5;
	position:absolute;
	width:14px;
	height:14px;
	cursor:pointer;
}
.checkboxAreaUnchecked {
	background:url(images/checkbox.gif) no-repeat left top;
}
.checkboxAreaChecked {
	background:url(images/checkbox.gif) no-repeat left bottom;
}

/*Text inputs*/
.textinput, .textinputHovered {
	width:262px;
	height:19px;
	background:url(../images/input.gif) no-repeat left top;
	border:none;
	padding: 4px 4px 0px 4px;
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
	width:262px;
	height:129px;
	background:url(../images/textarea.gif) no-repeat left top;
	border:none;
	padding:2px 4px 2px 4px;
}
.textareaHovered {
	background-position:left bottom;
}

/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(images/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(images/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(images/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:21px;
	height:21px;
}
.selectArea .right i {
	display:none;
}
.selectArea .center {
	width:160px;
	margin-left:5px;
	margin-right:20px;
	color:#FFF;
	padding-top:3px;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {
	display:none;
}
.optionsDivVisible {
	display:block;
}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:98px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding: 2px 4px 3px 4px;
	background:url(../images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}

.mainTableTOC {
	border: 1px solid #BBBBBB;
	width: 705px;
	table-layout: fixed;
 }

.navTableTextTOC {
    font-family: Arial, Geneva, Verdana, sans-serif;font-size: 9px; 
	font-weight: Normal;
	text-decoration: none;
	color: #003366;
	}

/* Month and Year Row Setup */
.monthYearRowTOC {
    height: 32px;
	background-color: #FEFFFE;
	text-align: left;
	vertical-align: middle;
    margin: 0px;
    padding: 6px;
	}

/* Month and Year Text Setup */
.monthYearTextTOC {
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: 18px;
	font-weight: Bold;
	color: #355881;
	}

/* Day Names Row Setup */
.dayNamesRowTOC {
    height: 20px;
	text-align: center;
	vertical-align: middle;
	}

/* Day Name Setup */
.dayNamesTextTOC {
    font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: 16px; 
	font-weight: Bold; 
	color: #FFFFFF;
	}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rowsTOC {
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: 10px;
	color: #433D27;
	text-align: left;
	vertical-align: top;
	height: 88px;
	}

/* Color of Today's Date */
.todayTOC {
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: 14px;
	font-weight: Bold; 
	color: #FFFF00;
	background-color: #31528E;
	text-align: left;
	vertical-align: top;
    padding: 2px;
    margin: 0px;
	}

.titleTOC {
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
    padding: 1px;
    margin: 0px;
    }

.daynumTOC {
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: 16px;
	font-weight: Bold; 
	color: #FBFCEF;
	background-color: #A2A3AE;
	text-align: left;
	vertical-align: top;
    padding: 2px;
    margin: 0px;
	}

.formElements {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.formButtons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.sOtherTOC {
    background-color: #EEEEEE;
	font-family: Arial, Geneva, Verdana, sans-serif;font-size: 10px;
	color: #BBBBBB;
	vertical-align: top;
	}
.s20TOC {
	background-color: #F7F7F7;
	height: 88px;
	vertical-align: top;
	}
.s20TOC0 {
	background-color: #D4D4D4;
	height: 88px;
	vertical-align: top;
	}


/* Main Table Setup Incluidng Date Number Fonts, Size and Color */
.mainTable {
	width: 400px;
 }

.navTable {
	border: 0px solid #FFFFFF;
	width:400px;
 }

.navTableText {
    font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: 12px; 
	font-weight: Normal;
	text-decoration: none;
	color: #5e1c1d;
	}

/* Month and Year Row Setup */
.monthYearRow {
    line-height: 24pt;
	text-align: center;
	vertical-align: middle;
	}

/* Month and Year Text Setup */
.monthYearText {
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: 18px;
	color: #5e1c1d;
	}

/* Day Names Row Setup */
.dayNamesRow {
    line-height: 18pt;
	text-align: center;
	vertical-align: middle;
	}

/* Day Name Setup */
.dayNamesText {
    font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: 18px;  
	color: #000000;
	}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows {
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: 14px;
	color: #5e1c1d;
    line-height: 15pt;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	}

/* Color of Today's Date */
.today {
	color: #000000;
    }

/* Pop-up Events Setup */
.popupDate {
    font-family: Arial, Geneva, Verdana, sans-serif;font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-color: #336699;
	}

.popupEventTitle {
	font-family: Arial, Geneva, Verdana, sans-serif;font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding: 2px;
	vertical-align: middle;
}

.popupEventTime {
    font-family: Arial, Geneva, Verdana, sans-serif;font-size: 12px; 
	color: #000000;
	font-weight: normal;
	background-color: #F4F4F4;
	border: 1px dotted #EFEFEF;
	padding: 1px;
}

.popupEventDescription {
    font-family: Arial, Geneva, Verdana, sans-serif;font-size: 12px; 
	color: #000000;
	font-weight: normal;
	border: 1px solid #EAEAEA;
	padding: 2px;
}


.popupEventDate {
    font-family: Arial, Geneva, Verdana, sans-serif;font-size: 10px; 
	color: #446B93;
	text-align: center;
	vertical-align: middle;
	background-color: #F7F8F9;
	border: 1px solid #FFFFFF;
	padding: 1px;
	}

.popupEnd {
    font-family: Arial, Geneva, Verdana, sans-serif;font-size: 10px; 
	color: #A4A4A4;
	}

.popupClose {
    font-family: Arial, Geneva, Verdana, sans-serif;font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	background-color: #336699;
	}

.popupCloseBrackets {
    font-family: Arial, Geneva, Verdana, sans-serif;font-size: 10px; 
	color: #000000;
	text-align: right;
	background-color: #336699;
	}
/*
---------------------------------------------------------------------------
The classes below determine how the calendar background markings will look.
---------------------------------------------------------------------------

/* Normal Cell Background (date number with no event markings) */
.s2 {
	}
/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
	background-color: #FFFFFFS;
	}

/* Show dates from other months */
.sOther {
    background-color: #EEEEEE;
	font-family: Arial, Geneva, Verdana, sans-serif;font-size: 10px;
	color: #BBBBBB;
	}
/* Weekend Cell Background (date number with no event markings) */
.s200 {
	background-color: #bcbcbc;
	}


.categoryName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}
.categorySelection {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #777777;
}
.categoryDiv {
	background-color: #FCF5EF;
}
.bucket_title {
	font-family: "Trebuchet MS", Helvetica;
	font-size: 18px;
	margin: 18px;
	text-align: center;
}
.bucket_content {
	font-family: "Trebuchet MS", Helvetica;
	font-size: 13px;
	line-height: 16px;
	margin: 0px 24px 0px 24px;
	text-align: left;
	float: left;
	color: #CBCBCB;
}
.bucket1 {
	background-image: url(../images/table2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.bucket2 {
	background-image: url(../images/table1.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
