﻿/* HOT TICKETS */

#homeBottom {
  position: relative;
  left: 6px;
  top: 6px;
  width: 600px;
  height: 296px;
  border: solid 1px black;
}

.hotTicketsColumn {
	position: relative;
  left: 0px;
  top: 2px;
  
  float: left;
  width: 198px;
  border: solid 1px #474D68;
  
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.hotTicketsSubHeader {
	text-align: center; 
  background-color: #192b48; 
  height: 20px; 
  color: #ff9900; 
  font-size: 8pt; 
  font-weight: bold; 
  
  padding-top: 6px
}

.hotTicketsColumn a {
  height: 22px;
  padding-top: 6px;
  padding-left: 21px;
  margin-top: 0px;
  margin-bottom: 0px;
  display: block;
  background-image: url("../images/hotTicketsLink.gif");
  color: #FFFFFF;
  font-size: 8pt; 
  text-decoration: none;
  font-weight: normal;
}

.hotTicketsColumn a:hover,
.hotTicketsColumn a:active {
  text-decoration: underline;
}

.hotTicketsMore {
	text-align: center;
  height: 27px;
  width: 100%;
  background-color: #69728B;
  padding-top: 9px;
  cursor: pointer;
}
