/* colors:
blue: 111531  
red: 840415 
lighter-red: a83040
white: f7f9f6  
shadow-white: d8b6c1  
star-white: c5bec8 
pink-red: dd7686
camo-light: D9D187
camo-medium: 8C9557
camo-dark: 1E5022
*/  
/* *************************************************************************** */

html, body {
	height: 100%;
}

/* *************************************************************************** */

body {
	margin: 0px;
	padding: 0px;
	background: url(AmericanFlag-blur.png) no-repeat fixed center;
	font-family: Stencil, "Baskerville Old Face", Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #172149;
	line-height: 200%;
}

/* *************************************************************************** */

#outerframe {
	margin: 0 auto;
	padding: 0;
	width: 1100px;
}

/* *************************************************************************** */

#innerframe {
	margin: 0;
	padding: 0;
	background: #111531;
}

/* *************************************************************************** */

#hdr {
	margin: 0;
	padding: 15px 15px;
	height: 150px;
}
	#hdr h1 {
		margin: 15px; 
		padding: 0px;
		text-shadow: -2px 4px 3px #d8b6c1; 
		color: #a83040;
		font-size: 5.0em;
		font-weight: normal;
		letter-spacing: 4.5px;
		text-align:center;
	} 
	
	#hdr h2 {
		margin: 15px; 	
		text-shadow: -2px 4px 3px #d8b6c1; 
		padding: 0px;
		color: #a83040;
		font-size: 4.0em;
		font-weight: normal;
		letter-spacing: 4.5px;
		text-align:center;
	}

	#hdr h3 {
		margin: 15px; 	
		text-shadow: -2px 4px 3px #d8b6c1; 
		padding: 0px;
		color: #a83040;
		font-size: 3.0em;
		font-weight: normal;
		letter-spacing: 4.5px;
		text-align:center;
	}

/* *************************************************************************** */

#leftwindow {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 210px;
/*	background: #FFF; */
	background: #111531; 
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #111531;
	}
	#leftwindow p {
		text-align:left;
		line-height:70%; 
	}
	#leftwindow hr {
		color:#c5bec8;
	}
	#leftwindow h4 {
		font-size: 0.8em;
		font-weight: normal;
	}

/* *************************************************************************** */

#subwindow {
	display: block;
	margin: 10px;
	padding: 10px;
	float: none;
	width: 180px;
	background: #FFF;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #111531;
	}
	#subwindow p {
		text-align:left;
		line-height:100%; 
	}
	#subwindow hr {
		color:#c5bec8;
	}
	#subwindow h4 {
		font-size: 0.8em;
		font-weight: normal;
	}

/* *************************************************************************** */

#quotewindow {
	font-family: "Baskerville Old Face", Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	height: 14px; 
	float: left; 
	width: 820px;
	height: 120px;
	margin: 10px 20px;
	padding: 10px;
	background: #ffffff; 
	text-align: justify;
	line-height:100%; 
	overflow: auto;
	font-size: 1.0em;
	}
	#quotewindow h3 {	
		color: #111531;
		text-align: center;
		font-weight: bold;	
		font-size: 1.2em;
	}


/* *************************************************************************** */

#showschedule {
	float: left; 
	width: 820px;
	height: 600px;
	margin: 10px 20px;
	padding: 10px;
	background: #ffffff; 
	text-align: left;
	line-height:90%; 
	overflow: auto;
	}
	#showschedule th {
		text-align:center;
		font-size: 1.2em;
		height: 14px; 
	}

	#showschedule tr { 
		height: 10px; 
		font-size: 1.0em;
		font-family: "Baskerville Old Face", Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
/*		font-family: Stencil, "Baskerville Old Face", Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif; */
	}

/* *************************************************************************** */

#copyright {
	margin: 0 auto;
	width: 1000px;
	text-align: center;
	color: #c5bec8;
	clear: both;
}

/* *************************************************************************** */

#lookup button {
/*	background-image:url("LookUp.png") no-repeat top center;  */
	display: block;
  	width:40px; 
  	height:40px; 
	border: 0px;
	background-color: #FFF;
	background: url("LookUp.png");
	}

/* *************************************************************************** */

 h1, h2, h3 {
	margin: 0;
	color: #c5bec8 ;
}  

/* *************************************************************************** */
#button {
	margin: 0px;
	padding: 0px;
	background-color: #111531;
/*	outline-color: #111531;  */
	font-family: "Baskerville Old Face", Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;  
	width: 240px;  /* 240px */
	height:60px;
	color: #FFF;  
	-webkit-border-radius: 20px 0;
	-khtml-border-radius: 20px 0;	
	-moz-border-radius: 20px 0;
	border-radius: 20px 20px;
}


/* *************************************************************************** */

.smoothedges {
	-webkit-border-radius: 10px 0;
	-khtml-border-radius: 10px 0;	
	-moz-border-radius: 10px 0;
	border-radius: 10px 10px;
}

/* *************************************************************************** */

#searchform	{
	background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
	background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
	text-align: center;
	margin: 0 auto;
	position:relative;
	width:500px;
	height:450px;
	font-family: Stencil, "Baskerville Old Face", Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
/*	font-size: 14px; */
	color: #1E5022;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	border: 1px solid #999;
	border: inset 1px solid #333;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

/* *************************************************************************** */

.alert {
   background: #fff6bf;
	color: #1E5022;
   text-align: left;
   padding: 10px 20px 10px 50px;
   border-top: 2px solid #ffd324;
   border-bottom: 2px solid #ffd324;
}

/* *************************************************************************** */
/* the following code is used by the popup calendar                            */
/* *************************************************************************** */

.ds_box {
	background-color: #1E5022;  /* unknown effect */
	border: 1px solid #1E5022;  /* border around the table */
	position: absolute;
	z-index: 32767;	
	-webkit-border-radius: 10px 0;
	-khtml-border-radius: 10px 0;	
	-moz-border-radius: 10px 0;
	border-radius: 10px 10px;
}


.ds_tbl {
	background-color: #FFF;  /* Table cell borders and unused cells */
	-webkit-border-radius: 10px 0;
	-khtml-border-radius: 10px 0;	
	-moz-border-radius: 10px 0;
	border-radius: 10px 10px;
}

.ds_head {
	background-color: #1E5022;  /* unknown effect */
	color: #D9D187;  /* Text in the header fields */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
/*	background-color: #CCC;/*  /* Heading cells for days of the week */
	background-color: #8C9557;  /* Heading cells for days of the week */
	color: #1E5022;   /* Heading text for days of the week */
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}


.ds_cell {
	background-color: #D9D187;  /* Cells for each day of the month */
/*	background-color: #EEE; */  /* Cells for each day of the month */
	color: #1E5022;   /* Cell text for each day of the month */
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */

/* *************************************************************************** */

/*

http://www.woodcraftsbymike.com/GunAndKnifeShowUS/index.html?

FromDate=06%2F28%2F2014
&ToDate=07%2F27%2F2014
&pvtype=v
&PVName=mike
&PVlkp.x=4
&PVlkp.y=11
&CityZip=orlando
&Dist=40

http://www.woodcraftsbymike.com/GunAndKnifeShowUS/index.html?

FromDate=06%2F21%2F2014
&ToDate=07%2F20%2F2014
&pvtype=p
&PVName=bean
&CityZip=jacksonville
&CZlkp.x=5
&CZlkp.y=13
&Dist=300

<?php

// do something here
header("Location: http://example.com/thankyou.php");
die();
//code down here now wont get run
?>

<?php
  echo $htmlHeader;
  while($stuff){
    echo $stuff;
  }
  echo "<script>window.location = 'http://www.yourdomain.com'</script>";
?>


Array ( 
[FromDate] => 06/07/2014 
[ToDate] => 06/30/2014 
[pvtype] => p 
[PVName] => bean 
[PVlkp_x] => 12 
[PVlkp_y] => 7 
[CityZip] => orlando 
[Dist] => 20 ) 

Array ( 
[FromDate] => 07/26/2014 
[ToDate] => 08/31/2014 
[pvtype] => v 
[PVName] => mike 
[CityZip] => miami 
[CZlkp_x] => 7 
[CZlkp_y] => 4 
[Dist] => 10 ) 

Array ( 
[FromDate] => 
[ToDate] => 
[pvtype] => p 
[PVName] => bill 
[CityZip] => 
[Dist] => 
[Submit] => search ) 

Array ( 
[FromDate] => 
[ToDate] => 
[pvtype] => p 
[PVName] => bill 
[CityZip] => 
[Dist] => 
[Submit] => search ) 
PVlkp not set

Printing post array:
Array ( 
[FromDate] => 06/14/2014 
[ToDate] => 06/29/2014 
[pvtype] => v 
[PVName] => Mike 
[CityZip] => Jacksonville 
[Dist] => 20 
[Submit] => search 

) Finished with print

if(isset($_POST) & count($_POST)) { $_SESSION['post'] = $_POST; }
if(isset($_SESSION['post']) && count($_SESSION['post'])) { $_POST = $_SESSION['post']; }


*/
































