/* Tioga County Railroad Stylesheet */
/* Created by Ed Weaver */
/* December 8, 2008 */

/*** Zero Off Elements ***/

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, img{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*** Body and Page Cell Styles ***/

body{
	behavior: url('cssfocusandhover.htc');
	background-color: #fef2d8;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}

input.color:focus, textarea.color:focus{
	border: 2px solid #8b0b04;
}

#cell{
	display: block;
	position: static;
	width: 955px;
	/*height: 702px;*/
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	background-color: #fad273;
}

#cellBottom{
	display: block;
	position: static;
	width: 955px;
	height: 2em;
	margin-left: auto;
	margin-right: auto;
}

#cdOuter {
	display: block;
	position: static;
	width: 400px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: 2px solid #8b0b04;
	background-color: #fad273;
	font-size: 24px;
	color: #8b0b04;
	text-align: center;
	font-weight: bold;
	z-index: 999999999;
}

#cd {
	display: block;
	position: static;
	width: 390px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	color: #000000;
}

/*** Header Styles ***/

#header{
	display: block;
	position: static;
	width: 955px;
	height: 98px;
	background-color: #8a0903;
}

#nav2{
	display: block;
	position: static;
	background-image: url(../imgs/layout/nav.jpg);
	background-repeat: no-repeat;
	height: 41px;
	padding-top: 9px;
}

#dateHolder{
	display: block;
	position: static;
	height: 30px;
	padding-top: 10px;
	background-color: #f8d8a7;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

#contentHolder{
	display: block;
	position: static;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	background-color: #fad273;
}

/*** 3 Column Layout Styles ***/

#contentWrapper{
	float: left;
	width: 100%;
}

#content{
	display: block;
	position: static;
	margin: 0 248px 0 248px; /* Margins for content column. Should be 0 RightColumnWidth 0 LeftColumnWidth */
	padding: 4px;
	border: 2px solid #8a0903;
}

#contentShopping{
	display: block;
	position: static;
	margin-left: 248px; /* Margins for content column. Should be 0 RightColumnWidth 0 LeftColumnWidth */
	padding: 4px;
}

#contentShopping p{
	line-height: 20px;
	margin-bottom: 10px;
}

#content p{
	line-height: 20px;
	margin-bottom: 10px;
}

#content h3{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
}

#content h4{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}

#content ul{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#content a:link, #content a:active, #content a:visited{
	color: #8b0b04;
	text-decoration: underline;
}

#content a:hover{
	color: #c54037;
	text-decoration: underline;
}

#contentShopping a:link, #contentShopping a:active, #contentShopping a:visited{
	color: #8b0b04;
	text-decoration: underline;
}

#contentShopping a:hover{
	color: #c54037;
	text-decoration: underline;
}

#contentHome{
	display: block;
	position: static;
	margin: 0 248px 0 248px; /* Margins for content column. Should be 0 RightColumnWidth 0 LeftColumnWidth */
	background-image: url(../imgs/layout/home/autmun.jpg);
	background-repeat: no-repeat;
	height: 582px;
}

#contentHome p{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
}

#contentSlider{
	display: block;
	position: static;
	margin: 0 248px 0 248px; /* Margins for content column. Should be 0 RightColumnWidth 0 LeftColumnWidth */
	height: 582px;
	z-index: 0;
}

#contentTickets{
	display: block;
	position: static;
	margin: 0 248px 0 248px; /* Margins for content column. Should be 0 RightColumnWidth 0 LeftColumnWidth */
}

#contentTickets p{
	/*line-height: 20px;*/
	margin-bottom: 10px;
}

#contentTickets a:link, #contentTickets a:active, #contentTickets a:visited{
	color: #8b0b04;
	text-decoration: underline;
}

#contentTickets a:hover{
	color: #c54037;
	text-decoration: underline;
}

.contentHeader{
	display: block;
	text-align: left;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 4px solid #880000;
	margin-bottom: 10px;
}

.questionText{
	color: #8b0b04;
	font-weight: bold;
}

.underline{
	text-decoration: underline;
}

.text12{
	font-size: 12px;
}

.text18{
	font-size: 18px;
}

.menuTitle{
	font-size: 24px;
}

.select{
	width: 140px;
	font-size: 12px;
}

#loadarea{
	display: block;
	position: static;
	width: 450px;
	height: 337px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#leftColumn{
	float: left;
	width: 245px; /* Width of left column in pixel */
	margin-left: -955px; /* Set margin to that of -(MainContainerWidth) */
	margin-top: 8px;
	padding-left: 3px;
	z-index: -1;
}

#rightColumn{
	float: left;
	width: 238px; /* Width of right column */
	margin-left: -248px; /* Set left margin to -(RightColumnWidth) */
	margin-top: 10px;
	padding-left: 10px;
	z-index: -1;
}

.rightPlaceHolder{
	display: block;
	position: static;
	width: 228px;
	height: 298px;
	background-color: #8a0903;
}

.rightPlaceHolder2{
	display: block;
	position: static;
	width: 228px;
	height: 274px;
	background-color: #8a0903;
}

.rightPlaceHolderCharter{
	display: block;
	position: static;
	width: 228px;
}

/*** Error and Info Box Styles ***/

#errorBox{
	display: block;
	position: static;
	text-align: center;
	padding: 10px 5px 10px 5px;
	background-color: #ffebe8;
	border: 1px solid #dd3c10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

#infoBox{
	display: block;
	position: static;
	text-align: center;
	width: 75%;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 6px;
	background-color: #fff9d7;
	border: 1px solid #e2c822;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}


/*** Directions Styles ***/

#directions{
	display: block;
	position: static;
	clear: both;
	padding-top: 20px;
}

.emptyBox{
	display: block;
	position: static;
	height: 141px;
}

#directions ol{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 35px;
}

#mapHolder{
	display: block;
	position: static;
	width: 300px;
	border: 10px solid #8a0903;
}

.spacingBox{
	display: block;
	height: 10px;
}

/*** Calendar Styles ***/

.calendar{
    width: 200px;
    border: 1px solid #f8d8a7;
    margin-top: 5px;
	margin-bottom: 5px;
    border-collapse: collapse;
}

.calendar a:link, .calendar a:active, .calendar a:visited{
	color: #f1be7d;
	text-decoration: none;
}

.calendar a:hover{
	color: #f1be7d;
	text-decoration: underline;
}

.calendar td{
    border: 1px solid #f8d8a7;
	background-color: #f1be7d;
    color: #8c0f09;
    padding: 3px;
    text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.calendar th{
    padding: 5px;
	background-color: #f8d8a7;
	font-size: 18px;
	font-weight: bold;
    color: #8c0f09;
}

.miniCalendar{
    width: 156px; /* 172px */
    border: 1px solid #f8d8a7;
    margin-top: 5px;
	margin-bottom: 5px;
    border-collapse: collapse;
}

.miniCalendar a:link, .miniCalendar a:active, .miniCalendar a:visited{
	color: #f1be7d;
	text-decoration: none;
}

.miniCalendar a:hover{
	color: #f1be7d;
	text-decoration: underline;
}

.miniCalendar td{
    border: 1px solid #f8d8a7;
	background-color: #f1be7d;
    color: #8c0f09;
    padding: 3px;
    text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.miniCalendar th{
    /*padding: 5px;*/
	background-color: #f8d8a7;
	font-size: 18px;
	font-weight: bold;
    color: #8c0f09;
}

.miniCalendar th table td{
	border: 0;
	background-color: #f8d8a7;
	font-size: 15px;
	font-weight: bold;
    color: #8c0f09;
}

.dayEvent{
    background-color: #c04734;
	color: #c54037;
    font-weight: bold;
}

.days td{
    background-color: #8c0f09;
	color: #f8d8a7;
}

.calHolder{
	float: left;
	width: 222px !important;
	width/**/:/**/221px;
	height: 292px;
	margin-top: 3px;
	margin-left: 3px !important;
	margin-left/**/:/**/2px;
	background-color: #f5c47c;
}

.calBorder{
	border: 1px solid #c06840;
}

.calBackground{
	background-color: #f6d9a5;
}

#mainCalendarHolder{
	display: block;
	position: static;
	width: 935px;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
}

.calPrint a:link, .calPrint a:active, .calPrint a:visited{
	color: #8b0b04;
	text-decoration: underline;
}

.calPrint a:hover{
	color: #c54037;
	text-decoration: underline;
}

/*** Gallery Styles ***/

#galleryHolder{
	display: block;
	position: static;
	width: 646px;
	height: 482px;
}

/*** Ticket Styles ***/

.ticketDescription{
	display: block;
	position: static;
	padding: 5px;
	margin-bottom: 10px;
	/*border: 1px solid #000000;*/
	border: 2px solid #8a0903;
}

.ticketPricingHolder{
	display: block;
	position: static;
	margin-left: 2px;
}

.ticketPricingSpacing{
	height: 30px;
}

.ticketPricing{
	display: block;
	position: static;
	width: 225px;
	border: 2px solid #8a0903;
}

.ticketPricing p{
	font-size: 13px;
	margin-left: 20px;
	margin-right: 20px;
}

.ticketPricingImg{
	display: block;
	position: static;
	width: 191px;
	height: 143px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#scHolder{
	display: block;
	position: static;
	margin: 0 527px 0 248px;
	margin-top: -1px;
}

#scRight{
	float: left;
	width: 515px; /* Width of right column */
	margin-left: -527px; /* Set left margin to -(RightColumnWidth) */
	height: 500px;
	margin-top: 10px;
	border: 1px solid #000000;
}

#scRight p{
	font-size: 13px;
}

#scInside{
	display: block;
	position: static;
	margin-left: 25px;
}

/*** Footer Styles ***/

#footer{
	display: block;
	position: static;
	width: 955px;
	height: 38px;
	color: #f6d9a5;
	padding-top: 12px;
	font-size: 14px;
	clear: both;
	background-image: url(../imgs/layout/footer.jpg);
	background-repeat: no-repeat;
	background-color: #8a0903;
}

#copyright{
	display: block;
	position: static;
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#copyright p{
	margin-top: 10px;
}

#copyright a:link, #copyright a:active, #copyright a:visited{
	color: #000000;
	text-decoration: none;
}

#copyright a:hover{
	color: #8a0903;
	text-decoration: underline;
}

/*** Misc Styles ***/

.imgBorder{
	border: 2px solid #8A0903;
}

.equipment{
	margin-bottom: 15px;
	width: 98%;
	min-height: 110px;
}

html > body.equipment {
	height: auto;
}

.equipment img{
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 2px;
}

.equipment p{
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

.tableBorderControl{
	border-top: 1px solid #8A0903;
	border-bottom: 1px solid #8A0903;
}

.tableBorderControlLeft{
	border-left: 1px solid #8A0903;
}

.tableBorderControlRight{
	border-right: 1px solid #8A0903;
}

.tableBorderControlTop{
	border-top: 1px solid #8A0903;
}

.tableControlHeader{
	background-color: #8A0903;
	color: #FFFFFF;
	text-decoration: underline;
}

