﻿/* @light @mid @dark */
.Grey {
  margin-bottom: 20px;
}
.Grey .dig_btn {
  background-color: #5a5a5a;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dfe4e7;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  padding: 6px 15px 6px 15px;
  text-decoration: none;
}
.Grey .dig_btn:hover {
  background-color: #959796;
  color: #ffffff;
}
.Grey .dig_btn:active {
  position: relative;
  top: 1px;
  color: #ffffff;
}
.Grey .dig_btn:visited {
  text-decoration: none;
  color: #ffffff;
}
.Grey .dig_btn:link {
  text-decoration: none;
  color: #ffffff;
}
.Grey .dig_btn_notsel {
  background-color: #dfe4e7;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #eee;
  display: inline-block;
  color: #000;
  font-size: 15px;
  padding: 6px 15px 6px 15px;
  text-decoration: none;
}
.Grey .dig_btn_notsel:hover {
  background-color: #959796;
  color: #ffffff !important;
}
.Grey .dig_btn_notsel:active {
  position: relative;
  top: 1px;
  color: #000000;
}
.Grey .dig_btn_notsel:visited {
  text-decoration: none;
  color: #000000;
}
.Grey .dig_btn_notsel:link {
  text-decoration: none;
  color: #000000;
}
.Grey .da_vote_back {
  background: transparent url('voteback.png') no-repeat top left;
  width: 50px;
  height: 51px;
}
.Grey .da_date_back {
  background: transparent url('dateback.png') no-repeat top left;
  width: 55px;
  height: 58px;
}
.Grey .da_mark_back {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #959796), color-stop(1, #5a5a5a));
  background-image: -o-linear-gradient(bottom, #959796 0, #5a5a5a 100%);
  background-image: -moz-linear-gradient(bottom, #959796 0, #5a5a5a 100%);
  background-image: -webkit-linear-gradient(bottom, #959796 0, #5a5a5a 100%);
  background-image: -ms-linear-gradient(bottom, #959796 0, #5a5a5a 100%);
  background-image: linear-gradient(to bottom, #959796 0, #5a5a5a 100%);
  border-radius: 5px;
  padding: 8px 5px 8px 5px;
  -moz-box-shadow: 0 0 5px #5a5a5a;
  -webkit-box-shadow: 0 0 5px #5a5a5a;
  box-shadow: 0 0 5px #5a5a5a;
  color: #ffffff;
}
.Grey .dig_pager_current {
  background-color: #5a5a5a;
  font-weight: bold;
  color: #ffffff;
}
.Grey .dig_pager a:hover {
  background-color: #dfe4e7;
  font-weight: bold;
  color: #000000;
}
.Grey .dig_list_sep {
  color: #dfe4e7;
}
.Grey .da_vote_name {
  color: #ffffff;
}
.Grey .pagination_tab {
  background-color: #eee;
  padding-top: 4px;
}
.Grey .pagination_tab span {
  margin-left: 5px;
  padding: 3px 15px 3px 15px;
  display: inline-block;
  background-color: #eee;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.Grey .pagination_tab span.selected {
  border-width: 5px 5px 0;
  background-color: #5a5a5a;
  color: #ffffff;
}
.Grey .pagination_tab span.selected a {
  color: #ffffff;
}
.Grey .image_carousel_tab {
  border: 5px solid #5a5a5a;
  padding: 10px 10px 10px;
  color: #ffffff;
}
.Grey .catgrid table table {
  border-collapse: collapse;
}
.Grey .catgrid table table th {
  background-color: #5a5a5a;
  padding: 5px;
  color: #ffffff;
}
.Grey .catgrid table table td {
  padding: 3px;
}
.Grey .catgrid table table {
  border: 1px solid #dfe4e7;
}
.Grey .catgrid table table table {
  border: 0;
}
.Grey .catgrid .spacer {
  width: 2%;
}
.Grey .tree {
  list-style-type: none;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.Grey .tree {
  padding-left: 0;
}
.Grey .tree ul {
  padding-left: 10px;
}
.Grey .tree li {
  list-style-type: none;
}
.Grey .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.Grey .list ul {
  padding-left: 0;
}
.Grey .list li {
  list-style-type: none;
}
.Grey .subscribe {
  border: 0 solid;
}
.Grey .subscribe input {
  background: #fff;
  border: 1px solid #ccc;
  font-size: 15px;
  margin-bottom: 10px;
  padding: 8px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 2px 2px #ddd;
  -moz-box-shadow: 0 2px 2px #ddd;
  -webkit-box-shadow: 0 2px 2px #dddddd;
}
.Grey .subscribe input {
  background: #ffffff url(email.png) no-repeat 10px center;
  padding-left: 35px;
}
.Grey .subscribe .subscribe-button {
  background: #5a5a5a;
  border: 1px solid #959796;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 8px 8px 8px;
  text-shadow: -1px -1px #1c5d28;
  display: inline-block;
  border-radius: 3px;
}
.Grey .dasearchbox {
  padding: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f3f3f3;
  border: 1px solid #bfbfbf;
  margin-bottom: 0px;
}
.Grey .filter input[type="text"] {
  background: #fff;
  border: 1px solid #ccc;
  font-size: 13px;
  margin-bottom: 2px;
  padding: 6px 8px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 2px 2px #ddd;
  -moz-box-shadow: 0 2px 2px #ddd;
  -webkit-box-shadow: 0 2px 2px #dddddd;
}
.Grey .filter select {
  background: #fff;
  border: 1px solid #ccc;
  font-size: 13px;
  margin-bottom: 2px;
  padding: 6px 8px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 2px 2px #ddd;
  -moz-box-shadow: 0 2px 2px #ddd;
  -webkit-box-shadow: 0 2px 2px #dddddd;
}
.Grey .filter label {
  margin-top: 5px;
}
.Grey .filter td {
  padding: 4px;
}
.Grey .comments .author {
  background-color: #FFC;
  border-left: 3px solid #ffff66;
}
.Grey .comments .light {
  color: #5a5a5a;
}
.Grey .comments .bullet {
  color: #5a5a5a;
  padding: 0 8px 0 8px;
}
.Grey .comments .red {
  color: red;
}
.Grey .comments .join {
  font-size: 18px;
  color: #aaaaaa;
}
.Grey .dig_btn2 {
  background-color: #5a5a5a;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dfe4e7;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  padding: 6px 15px 6px 15px;
  text-decoration: none;
}
.Grey .dig_btn2:hover {
  background-color: #959796;
  color: #ffffff;
}
.Grey .comments input[type=text],
.Grey .comments textarea,
.Grey .comments select {
  background: #fff;
  border: 1px solid #c9c9c9;
  font-size: 13px;
  margin-bottom: 2px;
  padding: 6px 8px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 1px 0px #ddd;
  -moz-box-shadow: 0 1px 0px #ddd;
  -webkit-box-shadow: 0 1px 0px #ddd;
}
.Grey .calp table {
  width: 100%;
}
.Grey .calp td {
  background-color: #dfe4e7;
  width: 14%;
  border: solid 1px #fcfdfd;
  color: #000;
  text-align: center;
}
.Grey .calp .other-month {
  color: #798e9b;
}
.Grey .calp .today {
  background-color: #5a5a5a;
  color: #dfe4e7;
}
.Grey .calp th {
  background-color: #959796;
  font-weight: normal;
  padding: 10px 5px;
}
.Grey .calp .art {
  background-color: #959796;
}
.Grey .calp a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 10px 0;
}
.Grey .calp a:hover {
  color: #4a5a63;
}
.Grey .calp .calhead a:hover {
  color: #798e9b;
}
.Grey .calp .calhead td {
  background-color: #5a5a5a;
  border: none;
  color: #dfe4e7;
}
.Grey .calp .calhead .pager {
  font-size: 21px;
  font-weight: bold;
}
.Grey .calp .calhead .date {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
}
.Grey .calp td span {
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  height: 100%;
}
