body {
    background: white none;
}

a {
  outline: 0 none;
}

header,
footer {
  display: block;
}

#pageTitle {
  position: relative;
}

#title {
  float: left;
  margin-right: 20px;
}

#title a,
#title a:hover {
  display: block;
  width: 281px;
  height: 32px;
  position: relative;
  top: 16px;
  text-indent: -9999px;
  text-shadow: none; 
  background: transparent url("/images/widget/Widget_PageTitle.png") no-repeat scroll 0 0;
}

#signInLink,
#signInLink:hover {
  color: #DB0303;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  line-height: 54px;
  position: absolute;
  top: 5px;
  right: 0;
  text-shadow: none;
}


#topGradient {
    width: 100%;
    height: 306px;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgb(255,255,255)),
        color-stop(1, rgb(237,241,244))
    );
    background-image: -moz-linear-gradient(
        center top, 
        rgb(255,255,255) 0%,
        rgb(237,241,244) 100%
    );
    background-image: -o-linear-gradient(top,rgb(255,255,255),rgb(237,241,244));
    border-bottom: #ececec;
    position: absolute;
    left: 0;
    z-index: 0;
}
    
html.no-cssgradients #topGradient {
    background: transparent url(/images/widget/gallery/background-gradient.png) repeat-x scroll 0 0;
}

#mainContent {
    position: relative;
    z-index: 1;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
  color: #000000;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  margin: 0 0 22px;
  text-shadow: 0 1px 1px #999999;
}

.orangeButton {
  display: block;
  height: 32px;
  line-height: 32px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgb(255,163,66)),
    color-stop(1, rgb(255,118,3))
  );
  background-image: -moz-linear-gradient(
    center top,
    rgb(255,163,66) 0%,
    rgb(255,118,3) 100%
  );
  background-image: -o-linear-gradient(top,rgb(255,163,66),rgb(255,118,3));
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  text-shadow: 1px 1px 2px #944906;
  border: 1px solid #c95d00;
  border-radius: 5px;
 -moz-border-radius: 5px;
  cursor: pointer;
}
  
.orangeButton:hover {
  background-image: -webkit-gradient(
    linear,   
    left top,    
    left bottom,
    color-stop(0, rgb(255,154,48)),
    color-stop(1, rgb(255,105,0))
  );
  background-image: -moz-linear-gradient(
    center top,
    rgb(255,154,48) 0%,
    rgb(255,105,0) 100%
  );
  background-image: -o-linear-gradient(top,rgb(255,154,48),rgb(255,105,0));
}

  .redButton {
    display: block;
    height: 29px;
    padding: 0;
    color: white;
    text-align: center;
    line-height: 29px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #8D0200;
    border: 1px solid #b00;
    border-radius: 6px;
   -moz-border-radius: 6px;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgb(254,25,0)),
        color-stop(0.85, rgb(207,1,1))
    );
    background-image: -moz-linear-gradient(
        center top,
        rgb(254,25,0) 0%,
        rgb(207,1,1) 85%
    );
    background-image: -o-linear-gradient(top,rgb(254,25,0),rgb(207,1,1));
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -52px;
    cursor: pointer;
  }

  .redButton:hover {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.35, rgb(254,25,0)),
        color-stop(1, rgb(195,0,0))
    );
    background-image: -moz-linear-gradient(
        center top,
        rgb(254,25,0) 35%,
        rgb(195,0,0) 100%
    );
    background-image: -o-linear-gradient(top,rgb(254,25,0),rgb(195,0,0));
  }


.grayButton {
  display: block;
  height: 22px;
  padding: 0 0 0 20px;
  margin: 10px 0;
  position: relative;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #f5f5f5),
      color-stop(1, #d8d8d8)
  );
  background-image: -moz-linear-gradient(
      center top,
      #f5f5f5 0%,
      #d8d8d8 100%
  );
  background-image: -o-linear-gradient(top,#f5f5f5,#d8d8d8);
  border: 1px solid #b7b7b7;
  border-radius: 3px;
 -moz-border-radius: 3px;
  line-height: 24px;
  color: #555;
  font-size: 11px;
  text-align: center;
}

.grayButton:hover {
  color: #000;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #f3f3f3),
      color-stop(1, #cfcfcf)
  );
  background-image: -moz-linear-gradient(
      center top,
      #f3f3f3 0%,
      #cfcfcf 100%
  );
  background-image: -o-linear-gradient(top,#f3f3f3,#cfcfcf);
}

/* Will use images for these on individual element basis */
html.no-cssgradients .grayButton,
html.no-cssgradients .orangeButton,
html.no-cssgradients .redButton {
  border: 0 none;
  text-indent: -9999px;
}

