/*
=============================================
 Development By: Infinity Arts Interactive, LLC - www.InfinityArts.com, © Copyright 2014 - All rights reserved.
 Description: Public CSS Styles
 Last Revised: 12/01/2014
=============================================
*/
	@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow&#038;subset=latin%2Clatin-ext&#038;ver=4.0.1);
	@import url(//fonts.googleapis.com/css?family=PT+Sans%3A400%2C400italic&#038;ver=4.0.1);
	@import url(//fonts.googleapis.com/css?family=PT+Serif&#038;ver=4.0.1);
	@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

/* =================================== TAG DEFINITIONS =================================== */
	
	a { font-family: 'Open Sans', sans-serif; text-decoration: none; color: #cae400; }
	a:hover {text-decoration: underline;}
	
	html, body { /*height: 100%; */}
	
	body {
		/*background: #007058; 
		 */
		background: rgba(0,79,3,1);
background: -moz-linear-gradient(-45deg, rgba(0,79,3,1) 0%, rgba(155,169,50,1) 51%, rgba(218,206,161,1) 99%, rgba(218,206,161,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,79,3,1)), color-stop(51%, rgba(155,169,50,1)), color-stop(99%, rgba(218,206,161,1)), color-stop(100%, rgba(218,206,161,1)));
background: -webkit-linear-gradient(-45deg, rgba(0,79,3,1) 0%, rgba(155,169,50,1) 51%, rgba(218,206,161,1) 99%, rgba(218,206,161,1) 100%);
background: -o-linear-gradient(-45deg, rgba(0,79,3,1) 0%, rgba(155,169,50,1) 51%, rgba(218,206,161,1) 99%, rgba(218,206,161,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(0,79,3,1) 0%, rgba(155,169,50,1) 51%, rgba(218,206,161,1) 99%, rgba(218,206,161,1) 100%);
background: linear-gradient(135deg, rgba(0,79,3,1) 0%, rgba(155,169,50,1) 51%, rgba(218,206,161,1) 99%, rgba(218,206,161,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f03', endColorstr='#dacea1', GradientType=1 );
		
		margin: 0 auto;
		padding: 0;
		/*text-align: center;*/
	}

	body, div, p, td, li {
		font-family: 'Open Sans', sans-serif;
		/*font-size: 14px;
		font-weight: normal;
		color: #FFF;*/
		text-decoration: none;
	}
.leafleft{ margin-left:0px; top:0px; left:0px; position:absolute; z-index:-1;}
.leafright{ margin-right:0px; top:0px; right:0px; position:absolute; z-index:-1;}
	
	div, form, h1, h2, h3, h4, h5, h6, p {
		margin: 0;
		padding: 0;
	}
	
	h1, h2, h3, h4, h5, h6 {
		margin-bottom: 5px;
		font-family: 'Open Sans', sans-serif;
		color: #CAE400;
		font-weight: bold;
	}
		h1 { font-size: 28px; margin-bottom:10px; line-height:28px; text-transform:uppercase; }
		h2 { font-size: 24px; text-transform:uppercase; }
		h3 { font-size: 20px; }
		h4 { font-size: 15px; color: #CAE400; }
		h5, h6 { font-size: 13px; }
		.hsub { font-size: 14px; color: #a79579; }
		.red { font-size: 15px; color: #9e302f; }

	
	hr.b { border: 1px #beb297 solid; }
	hr.bd { border: 1px #e1d9c8 dashed; }
	
	img { border: 0; }
	
	li { line-height: 20px; }
	p { margin-bottom: 15px; line-height: 24px; text-align: justify; }
	p.line-height { line-height: 30px; text-align: center; }
	
	ul.clean { margin: 0; padding: 0; list-style: none; }
	li.inline { margin: 0; padding: 0; display: inline; }

	td { vertical-align: top; }
	
/* =================================== OBJECT DEFINITIONS =================================== */
	
	.cp { cursor: pointer; }
	
	.fl { float: left; }
	.fr { float: right; }
	.fc { clear: both; }
	
	.db { display: block; }
	.dn { display: none; }

	.ba { border: 3px #4f3d2f solid; }
	.bt { border-top: 1px #e1d9c8 solid; }
	.br { border-right: 1px #e1d9c8 solid; }
	.bb { border-bottom: 1px #e1d9c8 solid; }
	.bl { border-left: 1px #e1d9c8 solid; }
	
	.bad { border: 1px #e1d9c8 dashed; }
	.bad { border: 1px #e1d9c8 dashed; }
	.btd { border-top: 1px #e1d9c8 dashed; }
	.brd { border-right: 1px #e1d9c8 dashed; }
	.bbd { border-bottom: 1px #e1d9c8 dashed; }
	.bld { border-left: 1px #e1d9c8 dashed; }

	.ma { margin: 10px; } .ma5 { margin: 5px; } .ma15 { margin: 15px; } .ma20 { margin: 20px; } .ma25 { margin: 25px; }
	.mt { margin-top: 10px; } .mt5 { margin-top: 5px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt25 { margin-top: 25px; }
	.mr { margin-right: 10px; } .mr5 { margin-right: 5px; } .mr15 { margin-right: 15px; } .mr20 { margin-right: 20px; } .mr25 { margin-right: 25px; }
	.mb { margin-bottom: 10px; } .mb5 { margin-bottom: 5px; }  .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb25 { margin-bottom: 25px; }
	.ml { margin-left: 10px; } .ml5 { margin-left: 5px; } .ml15 { margin-left: 15px; } .ml20 { margin-left: 20px; } .ml25 { margin-left: 25px; }
	.mn { margin: 0; }
	
	.pa { padding: 10px; } .pa5 { padding: 5px; } .pa15 { padding: 15px; } .pa20 { padding: 20px; } .pa25 { padding: 25px; }
	.pt { padding-top: 10px; } .pt5 { padding-top: 5px; } .pt15 { padding-top: 15px; } .pt20 { padding-top: 20px; } .pt25 { padding-top: 25px; }
	.pr { padding-right: 10px; } .pr5 { padding-right: 5px; } .pr15 { padding-right: 15px; } .pr20 { padding-right: 20px; } .pr25 { padding-right: 25px; }
	.pb { padding-bottom: 10px; } .pb5 { padding-bottom: 5px; }  .pb15 { padding-bottom: 15px; } .pb20 { padding-bottom: 20px; } .pb25 { padding-bottom: 25px; }
	.pl { padding-left: 10px; } .pl5 { padding-left: 5px; } .pl15 { padding-left: 15px; } .pl20 { padding-left: 20px; } .pl25 { padding-left: 25px; }
	.pn { padding: 0; }

/* =================================== STYLE DEFINITIONS =================================== */
	
	.photo-border { padding: 1px; border: 3px solid #A5322F; }
	.bold { font-weight: bold; }
	.normal { font-weight: normal; }
	.fs10 { font-size: 10px; }
	.fs11 { font-size: 11px; }
	.fs12 { font-size: 12px; }
	.fs13 { font-size: 13px; }
	.fs14 { font-size: 14px; }
	.fs15 { font-size: 15px; }
	.fs16 { font-size: 16px; }
	.fs17 { font-size: 17px; }
	.fs18 { font-size: 18px; }
	.fs19 { font-size: 19px; }
	.fs20 { font-size: 20px; }
	.italic { font-style: italic; }
	.uline { text-decoration: underline; }
	.tac { text-align: center; }
	.tal { text-align: left; }
	.tar { text-align: right; }
	.vam { vertical-align: middle; }

/* =================================== SYSTEM LAYOUT DEFINITIONS =================================== */

	.CMPNTerrFrame { margin: 25px 0 25px 0; text-align: center; }
		.CMPNTerrBox { border: 2px solid #e3dbcb; background: #f4efe2; width:480px; padding:15px 20px; font-size: 14px; text-align: center; }
		.CMPNTerrBox h1 { color: #cc0000; }
		.CMPNTerrBox h1.success { color: #87b83d; }
		.CMPNTerrBox img { margin-right: 10px; width: 24px; height: 24px; float: left; }
		.CMPNTerrBox p { margin-top: 10px; text-align: center; }
		
	.calendarWeekday { font-family: 'Open Sans', sans-serif; font-size: 12px; font-weight: bold; color: #006699; text-decoration: none; text-align: center; vertical-align: middle; }
	.calendarDate { font-family: 'Open Sans', sans-serif; font-size: 12px; font-weight: normal; color: #003366; text-align: center; vertical-align: middle; }

/*
	.slideshow { background-color: #000; position: relative; }
	.slideshow img { position: absolute; top: 0; left: 0; z-index: 1; display: none; }
	.slideshow ul { margin: 0; padding: 0; list-style: none; position: absolute; bottom: 10px; right: 10px; z-index: 1000; }
	.slideshow ul li { border:0; background: url('/assets/images/slideshow/btn-bg.png') top center no-repeat; margin-left: 2px; padding: 0; width: 25px; height: 25px; font-family: arial; color: #333; font-size: 14px; font-weight: bold; line-height: 25px; text-align: center; display: block; float: left; cursor: pointer; }
	.slideshow ul li.ovr { background: url('/assets/images/slideshow/btn-bg-ovr.png') top center no-repeat; }
	.slideshow ul li.on { color: #000; background: url('/assets/images/slideshow/btn-bg-ovr.png') top center no-repeat; }
	.slideshow ul li img { position: static; display: block; width: 25px; height: 25px; }
*/

.item-status{ color:#FFF;}
#PNLtickets{
	background: rgba(105,141,16,1);
background: -moz-linear-gradient(-45deg, rgba(105,141,16,1) 0%, rgba(6,112,89,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(105,141,16,1)), color-stop(100%, rgba(6,112,89,1)));
background: -webkit-linear-gradient(-45deg, rgba(105,141,16,1) 0%, rgba(6,112,89,1) 100%);
background: -o-linear-gradient(-45deg, rgba(105,141,16,1) 0%, rgba(6,112,89,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(105,141,16,1) 0%, rgba(6,112,89,1) 100%);
background: linear-gradient(135deg, rgba(105,141,16,1) 0%, rgba(6,112,89,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#698d10', endColorstr='#067059', GradientType=1 );

}