body
{
  margin: 0px;
  padding: 0px;
  height: 100%;
  
}

.reg
{font-size:xx-small;vertical-align:top;}

.MailList #ccoptin
{
  margin-left: -22px;
}

#ccoptin
{
  margin-top: 3px;
  
  padding:0;}

.tbRecipient
{
  border-spacing: 7px;
  margin-top: 20px;
}

.tbRecipient td:first-child 
{
  
  font-weight: Bold;
}


.DonateWebPart
{
  background-color: #fff;
}


hr
{
    border: 0;
    height: 0;
    border-top: 1px solid #cccccc;
   
}

.Right
{
  text-align: right;
  
}

.HiddenButton
{
  display: none;
}

a
{
  text-decoration: none;
  color: #455166;
}

.SPContent a, .SPPhilanContent a
{
  color: #0A4393;
}





img
{
  border: 0;
}

.clear
{
  height: 0;
  line-height: 0;
  font-size: 0pt;
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
}


#Res12orMoreText
{
  width:370px; height:90px; 
  /*background-color:#ffffff;*/ 
  margin-left:35%; 
  margin-top:35%; 
  visibility:hidden;
  z-index:201; 
  position:fixed; 
  padding:30px; 
  text-align:left;
  color: #455166;
  font: 13px Arial;
  background: #ffffff url(../images/close.jpg) 3px 3px no-repeat; 
}


#CloseMe
{
  height: 20px;
  width: 20px;
  position: absolute;
  top:0;
  left:0;
  
  cursor: pointer;
}


#overlay
{
  background-color:#000000; 
  opacity:.7;
  position:fixed; 
  z-index:200; 
  width:100%;
  height:100%; 
  margin:0px; 
  padding:0px; 
  visibility:hidden;
}

.DRD
{
  height: 45px;
  text-align: center;
}

.RibbonGradientDark
{
  background: #607390; /* Old browsers */
  background: -moz-linear-gradient(top,  #607390 0%, #455166 92%, #455166 100%, #7db9e8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#607390), color-stop(92%,#455166), color-stop(100%,#455166), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #607390 0%,#455166 92%,#455166 100%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #607390 0%,#455166 92%,#455166 100%,#7db9e8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #607390 0%,#455166 92%,#455166 100%,#7db9e8 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #607390 0%,#455166 92%,#455166 100%,#7db9e8 100%); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#607390', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#607390', endColorstr='#7db9e8',GradientType=0 ); /* IE6-8 */
}

/*#Top Logo Zone#*/
.LogShoppingCartInfo, .logoff
{
  width: 153px;
  height: 23px;
  line-height: 23px;
  
  float: right;
  font: 12px Arial;
  color: #455166;
  text-align: right;
  padding-top: 2px;
}

.logoff
{
  
  width: 400px;
  
}

.LogShoppingCartInfo table
{
  width: 100%;
  text-align: right;
}

.TopZone
{
  width: 100%;
  height: 93px;
  -moz-box-shadow:  inset  0 -8px 8px -8px #C0C0C0;
  -webkit-box-shadow: inset  0 -8px 8px -8px #C0C0C0;
  box-shadow: inset  0 -8px 8px -8px #C0C0C0;
  margin: 0;
  padding: 0;
}


.LogoZone
{
  width: 955px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  
 
}

.zLogo
{
  height: 75px;
  display: inline-block;
  width: 445px;
  position: absolute;
  bottom: 0;
  left: 0;
  
}

.zSearch
{
 
  width: 270px;
  
  position: absolute;
  bottom: 25px;
  left: 445px;
  text-align: right;
  
}


.zDirections
{
  width: 75px;
  height: 38px;
  background: url(../images/Directions.jpg) no-repeat;
  
  bottom: 15px;
  right: 75px;
  position: absolute;
  /*border-right: solid 1px #687A9D;*/
  border-right: solid 1px #CCCCCC;
}

.zGiftCards
{
  width: 58px;
  height: 35px;
  display: inline-block;
  background: url(../images/GiftCards.jpg) no-repeat;
  
  bottom: 15px;
  right: 0;
  position: absolute;
}


.clsTxtBoxSearch
{
  padding: 0;
  margin: 0;
  height: 20px;
  color: #999999;
  font: 12px Arial;
  border: solid 1px #CCCCCC;

}

.clsbtnSearch
{
  height: 21px;
  width: 21px;
  margin-left: -4px;
  margin-bottom: -6px;
}


.MakeReservations
{
  width: 187px;
  height: 80px;
  padding: 10px;
  z-index: 2000;
 
  right: 0;
  position: absolute;
  
  background: #4d4d4d; /* Old browsers */
  background: -moz-linear-gradient(top,  #4d4d4d 0%, #484848 67%, #434343 93%, #3f3f3f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4d), color-stop(67%,#484848), color-stop(93%,#434343), color-stop(100%,#3f3f3f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #4d4d4d 0%,#484848 67%,#434343 93%,#3f3f3f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #4d4d4d 0%,#484848 67%,#434343 93%,#3f3f3f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #4d4d4d 0%,#484848 67%,#434343 93%,#3f3f3f 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #4d4d4d 0%,#484848 67%,#434343 93%,#3f3f3f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#3f3f3f',GradientType=0 ); /* IE6-9 */
  
  font: 17px Times New Roman;
  font-smooth: always;
  color: #ffffff;
  text-align: center;

}



.MakeReservationLeft
{
  text-align: center;
  background: url(../images/phone.png) no-repeat center top;
  margin-top: 10px;
  font: 12px Arial;
  float: left;
  width: 90px;
  height: 28px;
  color: #ffffff;
  display: block;
  padding-top: 30px;
  
}

.MakeReservationGrad
{
  margin-left: 100px;
  margin-top: 10px;
  display: block;
  width: 10px;
  height: 50px;
  
  background:  url(../images/mr.png) no-repeat center;
}


.MakeReservationRight
{
  text-align: center;
  background: url(../images/mouse.png) no-repeat center top;
  margin-top: 10px;
  font: 13px Arial;
  float: right;
  width: 70px;
  height: 28px;
  color: #ffffff;
  display: block;
  padding-top: 30px;
  
}




/*#Top Menu#*/

.MenuContainer
{
  width: 100%;
  height: auto;
  
 
}

.MenuZone
{
  list-style-type:none;
  width: 955px;
  padding-left: 11px;
  padding-right: 2px;
  margin-left: auto;
  margin-right: auto; 
  font: 15px "Times New Roman"; 
  -webkit-text-stroke: 1px transparent;
  font-smooth: always;
}

.MenuZone ul
{
  margin:0;
  padding:0;
  list-style-type:none;  
}



/*.MenuZone li:not(:last-child)*/
.MenuZone .TopM_CMSListMenuLI, .MenuZone .TopM_CMSListMenuHighlightedLI
{
  background: url(../images/MenuBorder.png) no-repeat right;
  float:left;
  position:relative;/*set position:relative as the start point for absolutely positioning the dropdown*/
 
}
/*.MenuZone li
{
  float: left;
  position:relative;
}*/


.MenuZone li a{
  height: 44px;
  display: table-cell;
  color: #ffffff;
  text-decoration:none;
  text-align:center;
  /*padding-left: 1px;
  padding-right: 1px; */
  vertical-align: middle;
}

.MenuZone li a:hover, .TopM_CMSListMenuHighlightedLI
{
  
  font-weight: bold;
}

.MenuZone li ul{
  display:none;/*hide the dropdown*/
  position:absolute;/*position it absolutely..*/
  left:0;/*...align the left edge with the left edge of the parent li...*/
  top:45px/*...and 32px down from the top - 30px height + 2px for the border*/
}

.MenuZone li:hover ul {
  display:block;
  z-index: 1000;
}

.MenuZone li ul a{
  
  background-color: white;
  color: #455166;
}


/*#BG zone#*/


.bgZone
{
  margin: 0;
  padding: 0;
  background: url(../images/bg.jpg) repeat;
  width: 100%;
 
}


/*#Footer#*/
.FooterZone
{
  margin: 0;
  padding: 0;
 
  width: 955px;
  margin-left: auto;
  margin-right: auto;
}


.FooterSpace
{
  padding: 0;
  width: 940px;
  height: 98px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
 
}

.FooterRibbon
{
  margin-top: -70px;
  margin-left: auto;
  margin-right: auto;
  height: 44px;
  width: 956px;
 


  position: relative;
}

.FooterTriLeft
{
  
  width: 0;
  height: 0;
  float: left;
  border-right: 7px solid #383F4C;
  border-bottom: 5px solid transparent;
  margin-top: 44px;
  
}

.FooterTriRight
{
  
  width: 0;
  height: 0;
  float: right;
  border-left: 7px solid #383F4C;
  border-bottom: 5px solid transparent;
  margin-top: 44px;
  
  
}


.FooterRibbonContentLeft
{
  
  float: left;
  display: inline;
  padding-left: 10px; 
  height: 43px;
  Font: 13px Arial;
  color: #ffffff;
  
  line-height: 38px;
}



.getsocial
{
  height: 43px;
  line-height: 43px;
  color: #ffffff;
  Font-size: 17px ;
  font-weight: 600;
  font-smooth: always;
  font-family: "Times New Roman", Times, serif;
  padding-left: 40px;
  padding-right: 6px;
}

.FooterRibbonContentRight
{
  
  padding-top: 8px;
  display: inline-block; 
  position: absolute;
  /*float: right;
  padding-right: 7px;*/
  
  height: 44px;
  /*margin-top: -36px;*/
}

.FooterRibbonContentRight img
{
   border: none;
  padding-right:3px;
}



.PageZone
{
  width: 955px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
 
}


/*#Footer Menu#*/
.FooterMenuContainer
{
  
  margin-top: 30px;
  width: 900px;
  
  height: 190px;
  margin-left: auto;
  margin-right: auto; 
  display: table;
}




.FooterMenu
{
  
  display: table-row;  
}

.FooterMenu ul{/*remove the bullets from the dropdown ul as well*/
  margin:0;
  padding:0;
  list-style-type:none;
  display: inline-block;
  
}

.FooterMenu li{
  width: 220px;
  float:left;
  position: relative;
  display: inline;
  
}



.FooterMenu li a{
  
  display: block;
  text-align: center;
  text-decoration:none;  
  font: Bold 17px Times New Roman;
  color: #6E84A5;
}


.FooterMenu li ul{
  display:none;/*hide the dropdown*/
  position:absolute;/*position it absolutely..*/
  left:0;/*...align the left edge with the left edge of the parent li...*/
  top:25px/*...and 32px down from the top - 30px height + 2px for the border*/
}

.FooterMenu li ul {
  display:inline;
}

.FooterMenu li ul a{
  text-decoration: none;
  color: #FFFFFF;
  font: 12px Arial;
  padding-top: 2px;
  margin-top: 2px;
}



.Terms
{
  color: #ffffff;
  font: 13px Arial;
  height: 65px;
  
}

.Terms a, .FooterRibbonContentLeft a
{
  color: #ffffff;
  text-decoration: none;
}

/*#Home Page#*/
.HomePageContainer
{
  
  
  
}

.SliderImage
{
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  height: 390px;
  z-index: -1000;
  overflow: hidden;
}

.HomeRibbon
{
  z-index: 1;
  position: relative;
  margin-top: -45px;
  margin-left: auto;
  margin-right: auto;
  height: 44px;
  width: 956px;
}



.HomeContentContainer
{
  width: 940px;
  height: auto !important;
  overflow: hidden;
  margin-top: -8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: #fff;
}

.LeftHomeContent
{
  width: 600px;
  height: auto;
  font: 12px Arial;
  color: #455166;
  margin-left: 20px;
  margin-top: 10px;
}
  
.RightHomeContent
{
  margin-top: -646px;
  text-align: center;
  margin-right: 25px;
  float: right;
  width: 280px;
  height: auto;
  color: #455166;
  display: block;
}

.HoursTitle
{
  font: Bold 17px "Times New Roman";
}

.SPHours
{
  background: url(../images/GradSep.png) no-repeat top center;
  padding-top: 20px;
  color: #455166;
  
  
}

.HoursOfOperation
{
  width: 184px;
  text-align: center;
  font: 12px Arial;
  display: block;
  line-height: 20px;
}


.MailListShadow
{
  margin-left: 10px;
  
  -moz-box-shadow: 7px 0 7px -5px  #C0C0C0, -7px 0 7px -5px #C0C0C0;
  -webkit-box-shadow:7px 0 7px -5px #C0C0C0, -7px 0 7px -5px #C0C0C0;
  box-shadow: 7px 0 7px -5px #C0C0C0, -7px 0 7px -5px #C0C0C0;
  width: 262px;
  height: 130px;
  /*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C0C0C0'); 
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C0C0C0')"; */

   
}


.MailList
{
  background: url(../images/MailList.jpg) no-repeat;
  margin-top: -105px;
  margin-left: 2px;
  padding-left: 15px;
  padding-top: 30px;
  height: 86px;
  width: 100%;
  

}

.MailList table
{
  border-spacing: 3px;
}


.TextBoxField
{
 /* width: 174px;
  border: solid 1px #CCCCCC;
  height: 19px;
  color: #999999;
  text-align: center;*/
}

.FormButton
{
  color: #5F5F5F;
  font: Bold 12px Arial;
  background-color: #FFFFFF;
  border: solid 1px #FFFFFF;
  width: 65px;
  height: 23px;
  cursor: pointer;
}

.HomePageImagesTable
{ 
  width: 100%;
  height: auto;  
}


.imgMenu, .imgWine, .imgEvents, .imgOccasion
{
  position:relative;
  width: 281px !important;
  display: inline-block; 
  height: 208px;
  
}

.imgWine, .imgOccasion
{
  margin-left: 25px;
}

.imgEvents, .imgOccasion
{
  margin-top: 25px;
}


.imgTitleOverlay
{
  bottom: 0;
  position: absolute;
  line-height: 40px;
  height: 40px;
  background-color: #455167;
  z-index: 1;
  width: 281px;
  opacity:0.80;
  -moz-opacity:0.80;
  filter:alpha(opacity=80);  
}


.HomePageImageText
{
  width: 281px !important;
  text-align: center;
  position: absolute;
  z-index: 10;
  margin-top: -32px;
  font:  19px 'Times New Roman';
  letter-spacing: 1px;
  font-smooth: always;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

.HomePageBottomGrad 
{
  margin-top: 20px;
  height: 15px;
  width: 100%;
}


.EllipticalGrad
{
  /*background-color:#ababab;*/
  background-image: -moz-radial-gradient(50% -53%, ellipse cover, #ababab, #ffffff 70%);
  background-image: -webkit-radial-gradient(50% -53%, ellipse cover, #ababab, #ffffff 70%);
  background-image: -o-radial-gradient(50% -53%, ellipse cover, #ababab, #ffffff 70%);
  background-image: -ms-radial-gradient(50% -53%, ellipse cover, #ababab, #ffffff 70%);
  background-image: radial-gradient(50% -53%, ellipse cover, #ababab, #ffffff 70%)
   /* filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100, finishopacity=0, style=2*/
}

/*#Secondary Pages#*/
.SPContainer
{
  background-color: white;
  width: 940px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  position:relative;
  min-height: 900px;
  box-shadow: inset 0 15px 15px -15px gray;
 
}

.SPTopImage
{
  width: 917px;
  height: 185px;
  margin: auto;
  padding-top: 10px;
  text-align: center;
  position: relative;
  z-index: 0;
}


.effect2 {
position: relative;
}

.effect2::before, .effect2::after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 70%;
  top: 88%;
  max-width: 300px;
  background: #ffffff;
  -webkit-box-shadow: 0 15px 15px #989898;
  -moz-box-shadow: 0 15px 15px #989898;
  box-shadow: 0 15px 15px #989898;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.effect2::after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}



.SPRibbon
{
  width: 946px;
  height: 45px;
  margin-top: 225px;
  z-index: 2;
  position: absolute;
}

.SPRibbonGrad
{
  background: #c6cedb; /* Old browsers */
  background: -moz-linear-gradient(left,  #c6cedb 0%, #dee3eb 50%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c6cedb), color-stop(50%,#dee3eb), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #c6cedb 0%,#dee3eb 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #c6cedb 0%,#dee3eb 50%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #c6cedb 0%,#dee3eb 50%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to right,  #c6cedb 0%,#dee3eb 50%,#ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6cedb', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.SPRibbonTri
{
  /*background: url(../images/SPRibbon.png) no-repeat;
  
  width: 8px;
  height: 5px;*/
  width: 0;
  height: 0;

  border-right: 8px solid #777F8E;
  border-bottom: 5px solid transparent;
  z-index: 2;
  position: absolute;
  margin-top: 270px;
}


.SPRibbonText
{
  margin-left: 35px;
  color: #455166;
  font: 35px 'Times New Roman';
  line-height: 44px;
}

.SPContent
{
  width: 745px;
  overflow: hidden;
  margin-top: 90px;
  
  float: left;
}

.SPLeftNavi
{
  width: 184px;
  min-height: 460px;
  font: 15px 'Times New Roman';
  color: #455166;
  margin-left: 5px;
  float: left;
}


.SPNoNaviContent
{
  width: 695px;
  min-height: 460px;
  
  font: 12px Arial;
  color: #455166;
  margin-left: 20px;
  float: left;
}

.SPRight
{
  width: 184px;
  
  font: 15px 'Times New Roman';
  color: #455166;
  
  display: inline-block;
  text-align: center;
  top: 225px;
  z-index: 3;
  right: 14px;
  position: absolute;
  height: auto;
}

.SPCenter
{
  margin-left: 20px;
  width: 531px;
  min-height: 460px;
  
  float: left;
  font: 13px Arial;
  color: #455166;
  line-height: 125%;
}

.SPMakeReservation
{
  overflow: hidden;
  display: block;
  position: relative;
  font: Bold 18px "Times New Roman";
}


.SPMakeReservationLeft
{
  background:  url(../images/SPphone.png) no-repeat center top ;
  text-align: center;
  
  margin-left: 10px;
  margin-top: 10px;
  font: 12px Arial;
  float: left;
  width: 90px;
  height: 28px;
 
  display: inline-block;
  padding-top: 30px;
  
}




.SPMakeReservationRight
{
  text-align: left;
  background: url(../images/SPmouse.png) no-repeat left top ;
  
  margin-top: 10px;
  
  font: 13px Arial;
  float: right;
  width: 60px;
  height: 28px;
  
  display: inline-block;
  padding-top: 30px;
  
}

.SPEllipticalGrad
{
  width: 180px;
  height: 6px;
  overflow: hidden;
}


.SP_CMSListMenuUL
{
  list-style: none;
  
  margin-top: 0;
}

.SP_CMSListMenuUL li
{ 
  width: 180px;
  
  margin: 0;
  padding: 0;
  display: block;
  vertical-align: middle;
  display: block;
  margin-left: -40px;
  position:relative;
  
}

.SP_CMSListMenuUL li:not(:first-child)
{
  background: url(../images/GradSep.png) no-repeat top center;
}

.SP_CMSListMenuUL li a, .SP_CMSListMenuUL .SP_CMSListMenuHighlightedLI a
{
  -webkit-font-smoothing: antialiased;
  
  padding-left: 27px;
  display: block;
  font: 15px "Times New Roman";
  color: #455166;
  text-decoration: none;
   height: 40px;
  line-height: 41px;
  font-smooth: always;
}

.SP_CMSListMenuUL li a:Hover, .SP_CMSListMenuUL .SP_CMSListMenuHighlightedLI a
{
  font-weight: bold;
}


 
.SPMonthlyMenu_old
{
  display: block;
  width: 100%;
  height: 130px;
 background: url(http://www.signatureroom.com/images/monthly.png) no-repeat;
  position: relative;
 z-index: 0;
}
 

.SPMonthlyMenuGrad_old
{
  width: 97%;
  margin: 2px;
  height: 126px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: #f9f9f9; /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2RjZGNkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,  #f9f9f9 0%, #ededed 24%, #dcdcdc 51%, #ededed 79%, #f9f9f9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f9f9f9), color-stop(24%,#ededed), color-stop(51%,#dcdcdc), color-stop(79%,#ededed), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #f9f9f9 0%,#ededed 24%,#dcdcdc 51%,#ededed 79%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #f9f9f9 0%,#ededed 24%,#dcdcdc 51%,#ededed 79%,#f9f9f9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #f9f9f9 0%,#ededed 24%,#dcdcdc 51%,#ededed 79%,#f9f9f9 100%); /* IE10+ */
  background: linear-gradient(to right,  #f9f9f9 0%,#ededed 24%,#dcdcdc 51%,#ededed 79%,#f9f9f9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f9f9f9',GradientType=1 ); /* IE6-8 */
  z-index: -1;
}


.SPMonthlyMenuText
{
  font: 13px Arial;
  color: #455167;
  bottom: 8px;
  
  padding-left: 16px;
  padding-right: 4px;
  position: absolute;
  
}




.SPFormButton
{
  color: #ffffff;
  font: Bold 12px Arial;
  cursor: pointer;
  background-color: #5F718E;
  border: solid 1px #5F718E;
  
  height: 23px;
}

.SPEmailSignUp
{
  margin-top: 20px;
  padding-top: 20px;
  
  height: 100px;
  width: 100%;
  background: url(../images/GradSep.png) no-repeat top center;
  font: Bold 15px "Times New Roman";
  color: #6C84A5;
  font-smooth: always;
  letter-spacing: 1px;
}


.col1
{
  width: 170px;
}

.col2
{
  padding-right: 10px;
  width: 197px;
}

.nondisclosure
{
  font-size: 11px;
  text-align: center;
  width: 100%;
  height: 30px;
}

img.CalendarIcon
{
  cursor: pointer;
  margin-left: 8px;
}



/*#Directions#*/
#location
{
  display: block;
  width: 100%;
  height: 300px;
 
}

#sr
{
  width: 100%;
  height: 300px;
}

.addresstextarea
{
  border: solid 1px #CCCCCC;
}



/*#Form Styling#*/
.SPFormTextBox , .CalendarTextBox , .DropDownField
{
  width: 174px;
  border: solid 1px #CCCCCC;
  height: 19px;
  color: #444166;
 
}

.empFormtb .SPFormTextBox
{
  width: 450px;
}

.mar5
{
  padding-left: 5px;
}

.SPNoNaviContent , .SPCenter .SPFormButton
{
  /*width: 170px;*/
}

.TextBoxInset
{
  display: inline-block;
   /*margin-left: 5px;*/
   border: solid 1px #CCCCCC;
   -moz-box-shadow:    inset 0 0 6px #CCCCCC;
   -webkit-box-shadow: inset 0 0 6px #CCCCCC;
   box-shadow:         inset 0 0 6px #CCCCCC;
}

textarea
{
 
  resize: none;
  overflow: auto;
  border: none;
  
}

.ErrorLabel
{ 
  text-align: center;
  color: #ff0000;
  overflow: auto;
  
}

div[id*="ReservationForm_viewBiz_pM_pMP"], div[id*="EmploymentForm_viewBiz_pM_pMP"],
div[id*="SurveyForm_viewBiz_pM_pMP"],div[id*="InquiryForm_viewBiz_pM_pMP"],
div[id*="ContactUsForm_viewBiz_pM_pMP"], div[id*="contestForm_viewBiz_pM_pMP"]
{
  text-align: center;
}
 



/*#SiteMap#*/
.SMLeft
{
  width: 300px;
  float: left;
}


.SMRight
{
  width: 300px;
  float: right;
}

.SMLeft > ul, .SMLeft > ul > li > ul, .SMRight > ul, .SMRight > ul > li > ul
{
  list-style: none;
  
}

.SMLeft > ul > li, .SMRight > ul > li
{
  font-weight: bold;
  margin-top: 15px;
}



.SMLeft > ul > li > ul > li, .SMRight > ul > li > ul > li
{
  margin-left: -10px;
  font-weight: normal;
  
}



/*#Media#*/
.LeftMedia
{
  margin-top: 30px;
  width: 536px;
  float: left;
  
}

.RightMedia
{

  
  margin-top: 18px;
  width: 385px;
  float: right;
 
}


.SigRoomSmall
{
  
  background-image: url(../images/SigRoomSmall.png);
  background-repeat: no-repeat;
  background-position: top right; 
  height: 140px;
  width: 110px;
  display: inline-block;
  margin-top: -38px; 
  position: absolute;
}


.MediaTypes
{
  
  margin-top: 18px;
  text-align:center;
  background-color: #ECEDEF;
  -webkit-border-top-left-radius: 2em;
  -khtml-border-radius-topleft: 2em;	
  -moz-border-radius-topleft: 2em;
  border-top-left-radius: 2em;
  padding-bottom: 20px;

}

.getsocialMedia
{
  margin-left: 110px;
  font: Bold 36px "Times New Roman";
  color: #455166;
  width: 170px;
  height: 90px;
  
}

.MediaInquiry
{
  
  width: 95%;
  text-align: right;
  
  
}

.MediaRibbon{
  font: Bold 20px "Times New Roman";
  padding-left: 15px;
  color: #ffffff;
  width: 90%;
  height: 26px;
  background: #919DB1; /* Old browsers */
  background: -moz-linear-gradient(left,  #919DB1 0%, #dee3eb 80%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#919DB1), color-stop(80%,#CFD4dd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #919DB1 0%,#CFD4dd 80%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #919DB1 0%,#CFD4dd 80%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #919DB1 0%,#CFD4dd 80%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to right,  #919DB1 0%,#CFD4dd 80%,#ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#919DB1', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  
}

.MediaData, .ReadAboutData, .AwardData
{
  margin: 20px;
  
  height: 170px; 
  
  font: 13px Arial;
  color: #455166;
  
}

.MediaData
{
  white-space: nowrap;
  width: 500px;
  overflow-x: auto;
   
  
  
}

.ReadAboutData
{
overflow-y: scroll;
overflow-x: hidden;
}

.AwardData{
overflow-y: scroll;
overflow-x: hidden;
}


/*#Philanthropy#*/
.SPPhilanContent
{
  
  width: 745px;
  overflow: hidden;
  margin-top: 75px;
  
  float: left;
}

.MonthlyCharityHeaderTxt
{
  
  width: 180px;
  height: 60px;
  text-align: center;
  padding-top: 9px;
  background: url(../images/GradSep.png) no-repeat Bottom center;
  font: Bold 18px "Times New Roman";
  color: #455166;
  
  
}


.SPLeftPhilanthropy
{
  width: 184px;
  min-height: 600px;
  background-color: #F4F5F6;
  float: left;
  border-right: solid 1px #E7EBF0;
  text-align: center;
  
  
}

.MonthCharityDetail
{
  padding: 5px 5px 5px 15px;
  Font: 12px Arial;
  color: #455166;
  text-align: left;
  
}

.RoundedButton
{
  margin-top: 15px;
  width: 173px;
  height: 27px;
  margin-right: 10px;
  background-color: #455166;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;	
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  font: 14px "Times New Roman";
  text-align: center;
  display: block;
  line-height: 27px;
  float: right;
  box-shadow:2px 2px 5px #6F736C;
}

.tbRecipient>tbody>tr>td:first-child {
  font: Bold 16px "Times New Roman"; 
  color: #7f87A4;
  line-height: 170%;
}

/*#Login Styling#*/
.LoginPanelPasswordRetrieval table 
{
  border-collapse: separate;
  border-spacing: 3px;
}


/*#Shopping Cart#*/
.SPCartNoNaviContent
{
  width: 900px;
  min-height: 460px;
  margin-top: 90px;
  font: 12px Arial;
  color: #455166;
  margin-left: 20px;
  
}


.CMSValidator
{
  color: red;
}

.BlockContent .TextAreaField
{border: solid 1px gray;}

.CartTable .TextRight .SubmitButton, .CartTable .TextLeftt .LongButton, .CartTable .TextLeftt .SubmitButton, .CartTable .TextRight .LongButton
{
   
  
  color: #ffffff;
  font: Bold 18px Arial;
  cursor: pointer;
  background-color: #5F718E;
  border: solid 1px #5F718E;
  width: 180px;
  height: 38px;
  
}

.CartTable .ContentButton
{
  color: #ffffff;
  font: Bold 13px Arial;
  cursor: pointer;
  background-color: #5F718E;
  border: solid 1px #5F718E;
  width: 80px;
  height: 25px;
}

.TextLeft, .DialogBody
{
    text-align: left;
}

.RTL .TextLeft, .RTL .DialogBody
{
    text-align: right;
}

.TextRight, .DialogContent
{
    text-align: right;
}


.CartStepTable {
    background: transparent url(../App_Themes/CorporateSite/Images/bg_contentBox.png) no-repeat top left;
}
.CartStepTable th {
    color: #000000;
    font-family: Arial;
    font-size: 11px;
}
.CartStepHeader {
    color: #000000;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px;
    text-align: left;
}
.CartStepBody {
    padding-bottom: 20px;
}
.CartContentTable {
    width: 100%;
}
.CartContentTable td {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 4px;
}

.CartContentTable .OddRow td {
    background-color: #f4f4f4;
}
.CartContentTable th {
    border: 1px solid #DDDDDD;
    font-family: Arial;
    font-size: 11px;
}
.ShoppingCartStepImage {
    border: medium none;
    margin: 28px 0px 15px 0px;
    padding: 0;
    vertical-align: middle;
}

.ShoppingCartStepSeparator {
    border: medium none;
    text-align: center;
    padding: 0px 15px 20px 20px;
    background: transparent url('../App_Themes/CorporateSite/Images/ShoppingCart/Separator.gif') center center no-repeat;
    display: inline;
}

.RTL .ShoppingCartStepSeparator
{
    background-image: url('../App_Themes/CorporateSite/Images/ShoppingCart/SeparatorRTL.gif');
}

.CartProductDetailLink
{
    color: #737373;
    text-decoration: none;
}
.CartProductDetailLink:hover
{
    text-decoration: underline;
}
.AddToShoppingCartTextBox {
    width: 25px;
}
.AddToShoppingCartLink {
    background-position: left -2px;
    background-repeat: no-repeat;
    color: #000000;
    padding-left: 18px;
    text-decoration: underline;
}
.AddToShoppingCartButton {
    width: 80px;
}
.UniGridHead .CartStepHeader
{
    background: #adc9e6 url(../App_Themes/CorporateSite/Images/bg_shoppingCartHeader.png) repeat-x top left !important; 
    border: 1px solid #c1d8f0;
    
}
.BlockContent .FieldLabel
{
    font-weight: bold;
}

.BlockContent select
{
    width: 300px;
}

.BlockContent .OddRow .TextRight, .BlockContent .EvenRow .TextRight
{
    padding-top: 4px;
}

.BlockContent .TextBoxField
{
    width: 294px;    
}

.CartStepBody .CartStepPanel .BlockTitle
{
    display: none;
}

.BlockContent .TextRight, .BlockContent .TextLeftt
{
    padding-top: 13px;
    color: #737373;
}

.BlockContent .TextAreaField
{
    height: 100px !important;
}

.BlockContent .TextLeftt table td
{
    color: #000000;
    font-size: 15px;
    padding: 7px 0px;
}

legend
{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.TabsContent fieldset
{
    margin-bottom: 20px;
    padding: 10px;
}

.TabsContent .ImageCell
{
    width: 70px; 
}

.BlockContent .TextLeftt table
{
    border-collapse: collapse;
}

.TotalPrice td
{
    color: #000000;
    font-size: 15px;
    padding: 6px 0;
    background: #eaf2f9;
    text-align: right;
}

.TotalPrice span, .TotalShipping span
{
    display: inline-block;
    padding: 0 5px;
}

.TotalPrice .TextRight, .TotalShipping .TextRight
{
    padding-top: 6px;
}

.BlockContent .TextLeftt .TotalPrice .TextRight, .BlockContent .TextRight .TotalPrice .TextRight
{
    font-size: 18px;
    padding-left: 45px;
    color: #000000;
    padding-top: 6px;
}

.BlockContent .TextLeftt .TotalShipping td, .BlockContent .TextRight .TotalShipping td
{
    padding: 0px 0px 6px 0px; 
    text-align: right;
    color: #737373;
    font-size: 15px; 
}

.BlockContent .TextLeftt .TotalShipping .TextRight, .BlockContent .TextRight .TotalShipping .TextRight
{
    color: #000000;
    padding-top: 6px; 
}

.BlockContent .TextLeftt .TotalShipping .TextRight, .BlockContent .TextLeftt .TotalPrice .TextRight,
.BlockContent .TextRight .TotalShipping .TextRight, .BlockContent .TextRight .TotalPrice .TextRight
{
    padding-right: 100px;
}

.BlockContent .TextRight .Currency
{
    width: 150px;    
}

.BlockContent #billingAddrTable
{
    margin-top: 20px;
}

.BlockContent .CartContentTable .UniGridHead .TextRight
{
    padding: 0 20px 0 5px;
    color: #000000;
}

.requiredField
{
    color:#eb6d24;
    vertical-align:top;
    font-weight:bold; 
    padding-left:1px
}


/*#My Account#*/
.myAccount
{
  
  margin-top: 100px;
  width: 75%;
  float: left;
  margin-left: 20px;
  margin-right: 10px;
}


.myAccount .TabsContent
{
    font: 13px Arial;
    color: #737373;
    background: url(http://www.signatureroom.com/App_Themes/Default/Images/bg_cssListBox.png) transparent no-repeat 0 0;    
    padding: 20px 10px 20px 10px;
    border-bottom: 1px solid #B1B1B1;
}

.myAccount .TabsHeader
{
    padding-left: 5px;
    border-bottom: 1px solid #b1b1b1;
}

.myAccount .EditingFormLabel, .myAccount .FieldLabel
{
    font-weight: bold;
}

.TabControlTable .TabControl,  .TabControl
{
    border-bottom: 1px solid #b1b1b1;
}

.TabsHeader
{
    margin-bottom: 20px;
}




.MyOrders
{ text-align: center;}

.UniGridMain
{
  margin-top: 10px;
  width: 90%;
}


/*#UniGridPager#*/
.UniGridGrid td, .UniGridGrid th, .UniGridBody a, .ContributionsGrid td, .ContributionsGrid th
{
    color: #737373 !important;
}

.ContentBody .UniGridPager .UnigridPagerFirst, .ContentBody .UniGridPager .UnigridPagerPrev, .ContentBody .UniGridPager .UnigridPagerNext, .ContentBody .UniGridPager .UnigridPagerLast 
{
    color: transparent !important;
}

.UniGridGrid td
{
    padding: 2px 12px 2px 10px;
}

.UnigridPagerFirst
{
    margin-left: 10px;
}

.UniGridPager a, .UniGridPager a:focus, .UniGridPager a:hover, .UniGridPager a:active {
    outline: medium none;
}
.UniGridPager th, .UniGridPager td {
    background-image: none !important;
    font-weight: bold;
}
.UnigridPagerSelectedPage, .UnigridPagerPage {
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0 3px 0px 1px;
    padding: 1px 4px 0 4px !important;
    text-align: center;
    text-decoration: none;
}
.UnigridPagerPage{
    padding-top: 1px;
    font-weight: normal;
}
.UnigridPagerSelectedPage {
    background: #d5dde8 url(http://www.signatureroom.com/App_Themes/Default/Images/bg_pager.png) repeat-x top left;
    border: 1px solid #b2b2b2;
}
.UnigridPagerFirst, .UnigridPagerLast, .UnigridPagerPrev, .UnigridPagerNext, .UnigridPagerDirectPage, .UnigridPagerPageSize {
    display: inline;
    float: left;
    font-weight: bold;
    height: 22px;
    margin: 2px 2px 0px 4px;
    text-decoration: none;
    width: 15px;
}
.UnigridPagerLast
{
    margin-left: 2px;
}

.UnigridPagerPageSize
{
    margin-right: 0px !important;
}

.UnigridPagerFirst
{
    margin-left: 9px;
}
.UnigridPagerDirectPage, .UnigridPagerPageSize {
    margin: 3px 5px 0 3px;
}
.UnigridPagerPageSize {
    float: none;
}
.UnigridPagerFirst {
  background: url(http://www.signatureroom.com/App_Themes/Default/Images/bg_pager_fp.png) no-repeat 3px 6px;
}
.UnigridPagerLast {
  background: url(http://www.signatureroom.com/App_Themes/Default/Images/bg_pager_lp.png) no-repeat 3px 6px;
}
.UnigridPagerPrev {
  background: url(http://www.signatureroom.com/App_Themes/Default/Images/bg_pager_pp.png) no-repeat 3px 6px;
}
.UnigridPagerNext {
  background: url(http://www.signatureroom.com/App_Themes/Default/Images/bg_pager_np.png) no-repeat 3px 6px;
}
.UnigridPagerDirectPage, .UnigridPagerPageSize {
    margin-left: 6px;
    margin-right: 10px;
    width: auto;
}
.UnigridPagerPages {
    margin-left: 5px;
    margin-right: 5px;
}

.UniGridPager .UnigridPagerPageSize select
{
    border: 1px solid #b2b2b2;  
    width: 54px;
    text-align: center;  
}


/*#TabControl#*/
/*#Tabs menu#*/
.TabControlTable
{
    position: relative;
    top: 1px;
}
.TabControlTable td
{
    padding: 0px;
    font-size: 15px;
    text-align: center;
}

.TabControlTable a
{
    text-decoration: none;
    padding: 0px 10px;
    color: #3a3a3a;
    Font: 13px Arial;
}

.TabControl
{
    height: 35px;
    border-bottom: 0px solid #b1b1b1;
}

.Account .TabControl
{
    border-bottom: 0px solid #b1b1b1;
}

.UserWidgets .TabControl
{
    border-bottom: 1px solid #b1b1b1;
}

.UserWidgets .TabControlTable
{
    margin: 10px 0;
}

.UserWidgets .TabControlLinkSelected
{
    font-size: 15px;
    font-family: Arial;
}

.TabControl:hover
{
    background: transparent url(http://www.signatureroom.com/App_Themes/Default/Images/bg_tabHover.png) repeat-x 0 -2px;
}

.TabControl:hover a
{
    color: #000000;
}

.Gecko5 .TabControl:hover, .Gecko4 .TabControl:hover
{
    background-position: 0 -3px;
}

.TabControlSelected
{
    height: 35px;
    background: #ffffff url(http://www.signatureroom.com/App_Themes/Default/Images/bg_tabSelected.png) repeat-x top left;
    border: 1px solid #b1b1b1;
    border-bottom: none;
}

.TabControlSelected a
{
    color: #000000;
}

.TabControlLeft, .TabControlRight, .TabControlSelectedLeft, .TabControlSelectedRight
{
    width: 5px;
    padding: 0px;
    font-size: 0px;
    border-bottom: 1px solid #b1b1b1;
}

.TabControlRight, .TabControlSelectedRight
{
    background-color: transparent;
    width: 1px;
}

.myAccount .TabsContent .TabsHeader
{
    border-bottom: none;  
}

.TabsContent .TabControlLeft, .TabsContent .TabControlRight, .TabsContent .TabControlSelectedLeft, .TabsContent .TabControlSelectedRight
{
    border-bottom: none;
    background: transparent;    
}

.TabsContent .TabControlSelected
{
    border: none;
    background: transparent url(http://www.signatureroom.com/App_Themes/Default/Images/bg_tabSubSelected.png) repeat-x top left;
}

.TabsContent .TabControlTable
{
    margin-top: -21px;
}

.TabsContent .TabControl, .TabsContent .TabControlSelected
{
    font-size: 13px;
}

.myAccount .TabsContent .TabControl:hover
{
    background: transparent url(../App_Themes/CorporateSite/Images/bg_tabSubHover.png) repeat-x top left;
}

.myAccount .TextBoxField, .myAccount .EditingFormCalendarTextBox, .myAccount input[type=password],
.myAccount .CalendarTextBox
{
    height: auto !important;
    padding: 2px !important;
    line-height: 16px !important;
    margin-top: 3px;
}

.myAccount .TextAreaField
{
    width: 303px !important;
}

.SelectorButton
{
    background: url("../App_Themes/CorporateSite/Images/bg_pager.png") repeat-x scroll left top #D5DDE8 !important;
    height: 20px !important;
    width: 80px !important;
    font-size: 14px !important;
    top: 1px !important;
}

.myAccount .LongSubmitButton
{
    width: 140px !important;
}

.myAccount input[type=submit]
{
    margin-bottom: 20px;
}

.myAccount .DropDownField
{
    padding: 0 !important;
}


/*#AnniversaryPages#*/
.LeftAnni
{
  margin-top: 80px;
  width: 536px;
  float: left;
  
}

.RightAnni
{

  
  margin-top: 80px;
  width: 385px;
  float: right;
 
}

.SocialMediaLogo
{
  
  float: right;
}

.Text20th
{
  float: left
}

.AnniMediaTypes
{  margin-top: 18px;
  text-align:center;
  background-color: #455166;
  -webkit-border-top-left-radius: 2em;
  -khtml-border-radius-topleft: 2em;	
  -moz-border-radius-topleft: 2em;
  border-top-left-radius: 2em;
  padding-bottom: 20px;}

.SPRibbonTextAnni
{
  margin-left: 24px;
  color: #455166;
  font: 35px 'Times New Roman';
  line-height: 44px;
}

.SPRibbonTextAnniSmall
{
  margin-left: 24px;
  color: #455166;
  font: 25px 'Times New Roman';
  line-height: 44px;
}

.AnniContent
{
  margin-left: 28px;
  color: #455166;
  font: 13px 'Arial';
  line-height: 140%;
  
}

.contestAnni
{
  margin-top: 365px;
}

.SPRibbonOther
{
  width: 946px;
  height: 45px;
  
  margin-top: 12px;
  z-index: 2;
  position: absolute;
 
}
.SPRibbonOtherSmall
{
  width: 550px;
  height: 45px;
  
  margin-top: 400px;
  z-index: 2;
  position: absolute;
 
}



.SPRibbonGradOther
{
  background: #F8DE7F; /* Old browsers */
  background: -moz-linear-gradient(left,  #F8DE7F 0%, #FBEEBB 70%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#F8DE7F), color-stop(70%,#FBEEBB), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #F8DE7F 0%,#FBEEBB 70%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #F8DE7F 0%,#FBEEBB 70%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #F8DE7F 0%,#FBEEBB 70%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to right,  #F8DE7F 0%,#FBEEBB 70%,#ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8DE7F', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.SPRibbonTriOther
{
  /*background: url(../images/SPRibbon.png) no-repeat;
  
  width: 8px;
  height: 5px;*/
  width: 0;
  height: 0;

  border-right: 8px solid #F8BC4A;
  border-bottom: 5px solid transparent;
  z-index: 2;
  position: absolute;
  margin-top: 57px;
}

.SPRibbonTriOtherSmall
{
  /*background: url(../images/SPRibbon.png) no-repeat;
  
  width: 8px;
  height: 5px;*/
  width: 0;
  height: 0;

  border-right: 8px solid #F8BC4A;
  border-bottom: 5px solid transparent;
  z-index: 2;
  position: absolute;
  margin-top: 445px;
}



iframe
{background-color: #ffffff;}

.ShareMemory
{
  padding-top: 4px;
  margin-left: 8px;
  color: #ffffff;
  font: Bold 32px 'Times New Roman';
  line-height: 40px;
  }


/*#Contest form#*/
.SPContestContainer
{
  background-color: white;
  width: 940px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  position:relative;
  min-height: 500px;
  box-shadow: inset 0 15px 15px -15px gray;
 
}

.SPContestContainer .ContestFormtb .FormButton
{

height: 50px;
  width: 140px;
}

.SPContestContainer input[type="text"]
{
border: solid 1px #cccccc;
}

.SPContestContainer .TextBoxField
{

  width: 250px;
  
}

.SPRibbonContest
{
  width: 393px;
  height: 255px;
  margin-left:555px;
  margin-top: 40px;
  z-index: 2;
  position: absolute;
 
}

.SPRibbonTriContest
{
  width: 0;
  height: 0;

  border-right: 8px solid #F8BC4A;
  border-bottom: 5px solid transparent;
  z-index: 2;
  position: absolute;
  margin-top: 295px;
  margin-left: 555px;
}


.SPRibbonGradContest
{
 background: #fefcea; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmNlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGRlN2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 36%, #f8de7f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(36%,#ffffff), color-stop(100%,#f8de7f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 36%,#f8de7f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 36%,#f8de7f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 36%,#f8de7f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 36%,#f8de7f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8de7f',GradientType=0 ); /* IE6-8 */

}


.SPRibbonTopContest
{
  width: 500px;
  height: 45px;
  
  margin-top: 12px;
  z-index: 2;
  position: absolute;
 
}

.ContestRight
{
  
  margin-top: 215px;
  height: 280px;
  text-align:center;
  background-color: #455166;
  box-shadow: inset 0 15px 15px -15px #1c1c1c;
  padding: 25px;
  font: 13px Arial;
  color: #ffffff;
  text-align: left;
  line-height:150%;

}

.hide{
  display:none;
  }


.red {
    border: solid 1px red !important;
}
.EditingFormErrorLabel{
  color:red;
  }

.w-100p{
   width:100%;
  }

.rich-snippet {
  display: none;
  }



/* Minification failed (line 2385, error number 1043): 'progid:' is an IE-only construct that generates invalid CSS */