﻿body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background : url("../Images/WIVBackground.jpg")  repeat center top transparent;*/
	/*background:#F1D89F;*/
	background:#f1d89f;
	 
}

a img
{
    margin: 0;
    border-collapse: collapse;
    border: 0px;
}

.title
{
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 18px;
}

.page
{
    margin: 0px auto;
    overflow: hidden;
    text-align: center;
}

#banner
{
    
    text-align: center;
    
}

#banner img
{
    margin: 0px auto;
}
.banner1
{
    background-repeat: repeat-x;
    text-align: center;
    background-color: #C0DCFC;
}
.banner
{
  
   margin-left: auto;
   margin-right:auto;
}
.tblbanner
{
    position:absolute;
    left: 30%;
  
}

.clear
{
    clear: both;
}  

  

.searchform
{
    padding: 20px 5px;
    text-align: center;
}
.pagecontents
{
    padding: 5px 5px;
    text-align: center;
}

.formsec
{
    margin-bottom: 6px;
}

.resultsitem
{
    padding: 3px 0px;
    margin-left:1%;
}
.link
{
   color:Black;
   margin-top:100px;
   text-decoration:none;
  
}
.formsec1
{
    margin-top: 200px;
}
.locationspacer
{
     background-color:white;
     color:#6D7B8D; 
     width:40%;
     margin-top:50px;
     margin-left:30%;
     margin-right:30%;
     
}
.chkImg
{
     background-color:#5D7B9A;
}
.dlImage
{
  
    margin-top:2em;
    margin-left:auto;
    margin-right:auto;
    width:auto;
   
}
.imgShare
{
    margin-top:2em;
    margin-bottom:2em;
}
.dlHeader
{
    margin-left:auto;
}
.dlItem
{
    padding-left: 60px;
    float: left;
    margin-bottom: 10px;
}
.lightbox
{
}
.dlBtn
{
  
 
   
    cursor:pointer;
    text-align:center;
   
    
}
.dlCartBtn
{
  
 
    cursor:pointer;
    text-align:center;
   
    
}
.dvSeaechGeneral
{
    border: 25px solid #efeee9;
   
    text-align:center;
    margin-left:auto;
}
.dvTime
{
   /*background-color: #f1d89f;*/
   background-color:#f1d89f;
    text-align: center;
    margin-left: 15%;
    margin-right: 15%;
    border: 10px solid #b33243 ;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    min-width:255px;
}
.tdlPage
{
  
    
    /*height:10px;*/
        background-repeat: repeat-x;
    background-color:#b33243 ;
    position:relative;
    margin-top:0px;
    padding-bottom:10px;
    color:White;
}
.confirm
{
   text-align:center;
    margin-left:auto;
    margin-right:auto;
    margin-top:40px;
    margin-bottom:40px;
   -moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px ;
    border:5px solid #B33243;
    position: relative;
    color: #000000;
    background-color :#F1D89F;
    font-weight: bold;
    font-size: 17px;
    width:300px;
    height:180px;
  

}
 .searchform
{
    background-color: #ffffff;
    width: auto;
    min-height: 100px;
    text-align: center;
    padding-top: 20px;
}
.step
{
    margin: 0 auto;
     width: 300px;
    color: black;
    position: relative;
    font-size: 17px;
    height:40px;
}  
.step3
{
    margin: 0 auto;
     width: 500px;
    color: black;
    position: relative;
    font-size: 12px;
    height:60px;
} 
.step1
{
    margin: 0 auto;
    background-image: url('../Images/Step1.png');
    background-repeat: no-repeat;
    width: 300px;
    height: 100px;
    color: #000000;
    position: relative;
    font-weight: bold;
    font-size: 17px;
}  
.step2
{
    margin: 0 auto;
    background-image: url('../Images/Step2.png');
    background-repeat: no-repeat;
    width: 300px;
    height: 100px;
    color: #FFFFFF;
    position: relative;
    font-weight: bold;
    font-size: 17px;
}  
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b33243), color-stop(1, #eb6161) );
	background:-moz-linear-gradient( center top, #b33243 5%, #eb6161 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b33243', endColorstr='#eb6161');
	background-color:#b33243;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	padding:17px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
	cursor:pointer;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eb6161), color-stop(1, #b33243) );
	background:-moz-linear-gradient( center top, #eb6161 5%, #b33243 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb6161', endColorstr='#b33243');
	background-color:#eb6161;
}.myButton:active {
	position:relative;
	top:1px;
}

.myButton3 {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f04853), color-stop(1, #e6171d) );
	background:-moz-linear-gradient( center top, #f04853 5%, #e6171d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f04853', endColorstr='#e6171d');
	background-color:#f04853;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #740002;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:3px 15px;
	text-decoration:none;
	text-shadow:1px 1px 0px #030303;
}.myButton3:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e6171d), color-stop(1, #f04853) );
	background:-moz-linear-gradient( center top, #e6171d 5%, #f04853 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6171d', endColorstr='#f04853');
	background-color:#e6171d;
}.myButton3:active {
	position:relative;
	top:1px;
}
.myButton2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b33243), color-stop(1, #eb6161) );
	background:-moz-linear-gradient( center top, #b33243 5%, #eb6161 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b33243', endColorstr='#eb6161');
	background-color:#b33243;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
	cursor:pointer;
	width:170px;
}.myButton2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eb6161), color-stop(1, #b33243) );
	background:-moz-linear-gradient( center top, #eb6161 5%, #b33243 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb6161', endColorstr='#b33243');
	background-color:#eb6161;
}.myButton2:active {
	position:relative;
	top:1px;
}
.myButton2_added  {
   border-top: 1px solid #7d5924;
   background: #7d5924;
   background: -webkit-gradient(linear, left top, left bottom, from(#8f723f), to(#7d5924));
   background: -webkit-linear-gradient(top, #8f723f, #7d5924);
   background: -moz-linear-gradient(top, #8f723f, #7d5924);
   background: -ms-linear-gradient(top, #8f723f, #7d5924);
   background: -o-linear-gradient(top, #8f723f, #7d5924);
   padding: 5px 10px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size:15px;
	font-weight:bold;
	padding:6px 10px;
   font-family:arial;
   text-decoration: none;
   cursor:pointer;
   	width:185px;
 
   }
 .myButton2_added :hover {
   border-top-color: #8f723f;
   background: #8f723f;
   color: #ccc;
   }
 .myButton2_added :active {
   border-top-color: #8f723f;
   background: #8f723f;
   }
.Absinthe
{
    -moz-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
    -webkit-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
    box-shadow: inset 0px 1px 0px 0px #d9fbbe;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #959f29) );
    background: -moz-linear-gradient( center top, #b8e356 5%, #959f29 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#959f29');
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    color: #000000;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 0px #86ae47;
    background-image: url('../Images/absinthe_button.gif');
    background-repeat: no-repeat;
    width: 165px;
    height: 87px;
    text-indent: 9000px;
}.Absinthe:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #959f29), color-stop(1, #b8e356) );
    background: -moz-linear-gradient( center top, #959f29 5%, #b8e356 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#959f29', endColorstr='#b8e356');
    background-image: url('../Images/absinthe_button_hover.gif');
    background-repeat: no-repeat;
}.Absinthe:active {
	position:relative;
	top:1px;
}
.title-white
{
    font-size: 10px;
    color: #FFFFFF;
    font-weight: bold;
}
.dvFooter
{
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color:#b33243;
	text-align:center;
	margin:auto;
	padding:15px;
	background: url(../Images/footerrepeat.jpg) no-repeat center top;

	height: 100px;
}
.daycal
{
    padding: 2px;
    font-size: 15px;
}
.dvHeader
{
   /* background-color:#EBCF7F;*/
	
	
}
.myButton3
{
    -moz-box-shadow: inset 0px 1px 0px 0px #cae3fc;
    -webkit-box-shadow: inset 0px 1px 0px 0px #cae3fc;
    box-shadow: inset 0px 1px 0px 0px #cae3fc;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #000000) );
    background: -moz-linear-gradient( center top, #666666 5%, #000000 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
    background-color: #79bbff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #000000;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 15px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #000000;
}.myButton3:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #666666) );
	background:-moz-linear-gradient( center top, #000000 5%, #666666 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
	background-color:#000000;
	cursor:pointer;
}.myButton3:active {
	position:relative;
	top:1px;
}
.dlItems
{
    display:inline-block;margin:auto; text-align:center;width:220px;padding:20px; min-width:220px;*display: inline;zoom: 1;
}
.dlItemsButton
{
    display:inline-block;margin:auto; text-align:center;
}
table.RadCalendar_Default {
    background: none repeat scroll 0 0 #f1d89f;
    border: 0 none;
    border-collapse: separate;
    font: 12px "segoe ui",arial,sans-serif;
    width: 220px;
}