a {
  color: #630c0d;
}

.medium_link {
  width: 100%;
  height: 15px;
  background-color: #DD3535;
  display: block;
  text-align: center;
  color:#ffffff;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-weight: bold;
  -webkit-transition: background-color 1000ms linear;
     -moz-transition: background-color 1000ms linear;
     -o-transition: background-color 1000ms linear;
     -ms-transition: background-color 1000ms linear;
     transition: background-color 1000ms linear;

}

.large_link{
  width:100%;
  height:20px;
  background-color:#DD3535;
  display: block;
  text-align:center;
  color:#ffffff;
  font-size:28px;
  text-transform: uppercase;
  margin-top:25px;
  padding-top:25px;
  padding-bottom: 25px;
  font-weight:bold;
  -webkit-transition: background-color 1000ms linear;
     -moz-transition: background-color 1000ms linear;
     -o-transition: background-color 1000ms linear;
     -ms-transition: background-color 1000ms linear;
     transition: background-color 1000ms linear;
}

.large_link:hover, .medium_link:hover {
  color:#ffffff;
  text-decoration: underline;
}

.large_link img{
  margin-bottom:12px;
}

.site_logo{
  top: 47px;
  position: absolute;
}

#content_area{
  width:100%;
  background-color:white;
  margin-top:25px;
  margin-bottom:25px;
  padding: 0px 0px 30px 0px;
  border-top:1px solid #dddddd;
  border-bottom:1px solid #dddddd;
  -moz-box-shadow:    inset 0 0 10px #dddddd;
   -webkit-box-shadow: inset 0 0 10px #dddddd;
   box-shadow:         inset 0 0 10px #dddddd;
   filter: progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=90, Strength=3);
}

.slidingDiv {

}
 
.show_hide {
    display:block;
    width:50px;
    height:30px;
    color: #ffffff;
    background-color:#9f9f9f;
    text-transform: uppercase;
    font-size:10px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    line-height:30px;
}

.show_hide:hover{
  color:#ffffff;
}

.theader{
  background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
margin-top:25px;
border-top:1px solid #dddddd;
height:40px;
color: #989898;
}

.padding{ height: 10px; }

tr.odd{
    background-color: #F9F9F9
}

tr.odd td.sorting_1 {
	background-color: #D3D6FF;
}

tr.even td.sorting_1 {
	background-color: #D3D6FF;
}
