body
{
  /*Background-image: url("img/headpic.jpg");*/
  Background: black;
  text-align: center;
  width: 100%;
  color: white;
  
}
.head
{
  
  background-image:url("headpic3.jpg");
  height: 100px;
  padding: 15px;
  
}

.whole
{
   
   width: 800px;
   height: 500px;
   
   
   margin: 0px auto;
   padding:50px;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000'); /* for IE */
   background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#000)); /* for webkit browsers */
   background: -moz-linear-gradient(top,  #ccc,  #000); /* for firefox 3.6+ */
}
.whole2
{
   
   width: 800px;
   height: 600px;
   
   
   margin: 0px auto;
   padding:50px;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000'); /* for IE */
   background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#000)); /* for webkit browsers */
   background: -moz-linear-gradient(top,  #ccc,  #000); /* for firefox 3.6+ */
}

.wholeManager
{
   width: 800px;
   height: 1200px; 
   margin: 0px auto;
   padding:50px;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000'); /* for IE */
   background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#000)); /* for webkit browsers */
   background: -moz-linear-gradient(top,  #ccc,  #000); /* for firefox 3.6+ */
}

.left_side
{
  width: 150px;
  height: 300px;
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2B2BD9', endColorstr='#5D5D98'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#2B2BD9), to(#5D5D98)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #2B2BD9,  #5D5D98); /* for firefox 3.6+ */
  padding:5px;
  float:left;
}
#hours
{
  width:245px;
           height: 150px;
	       color: black;
               opacity: 1;
			   background-color:gray;
               -webkit-border-radius: 15px;
               -moz-border-radius: 15px;
               -ms-border-radius: 15px;
               -o-border-radius: 15px;
                border-radius: 15px;
                float:left;
}
.right_side
{
  display: block;
  padding:5px;
  float:left;
  width: 70px;
  height: 310px;
}
.inside
{
  width:500px;
  height: 300px auto;
  
}


.thebody
{
  height:320px;
}
.thebody2
{
  height:500px;
}


.thebodyManager
{
  height:900px auto;
}
.insideManager
{
  width:700px;
  height:900px auto;
}
table.two
{ 
 float:right;
}

table.fee
{
  width: 500px;
  padding: 10px;
  font-size:15px;
  color: black;
  height:300px;
  border: 1px solid black;
  background: #F0FFFF;
  border:1px solid blue;
  float:right;
}
.color
{
  color:red;
}
table.tracking
{
  width:650px;
  height:20%; 
  padding:10px;
  font-size:15px;
  color:white;
  border:1px solid black;
  float:right;
  
}
.track
{
 width: 650px;
 height:300px;
 overflow: auto;
 
}
table.trackingManager
{
  width:800px;
 /* height:30%; 200px*/
  padding:10px;
  font-size:15px;
  color:white;
  border:1px solid black;
  float:right;
}

.trackManager
{
 width: 800px;
/* height:30%; 200px*/
 overflow: auto;
}
#panel1,#flip1,#panel2,#flip2,#panel3,#flip3,#panel4,#flip4
{
padding:0 auto;
text-align:center;
color: black;
background-color:#e5eecc;
border:solid 1px #c3c3c3;
}
#panel1
{
padding:5px auto;
display:none;
}

#slideshow #slideshowWindow {
	width:500px;
	height:315px;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
}

#slideshow #slideshowWindow .slide {
	margin:0;
	padding:0;
	width:500px; 
	height:315px;
	float:left;
	position:relative;
}
/*for the new jquery left side (plus and minus)*/
#panel,#flip
{
text-align:center;
color: black;
}
#panel
{
color:black;
display:none;
background-color:#e5eecc;
}

/*website links*/

a:link{color:white;}
a{text-decoration: none;}
a:hover{background-color: green;}
a:visited{color:white; text-decoration:none}

#pr-2
{
  display:none;
}

.slider
{
 position:absolute;
}

div.slider .imgslide
	{
       position: absolute;
       
    }

div.slider img
{
 position:absolute;

}