.tkt-venue-row{
    /*float:left;*/
    clear:both;
    margin-top:5px;
    margin-bottom:5px;
}

.tkt-venue-seat{
    padding:2px;
    display:inline-block;
    font-size: smaller;    
    margin-left: 4px;
    cursor: crosshair;
}

.tkt-venue-seat-unselected{
    background-color: navy;
    color:white;
    border:1px solid white;
}

.tkt-venue-seat:hover{
    background-color: white;
    color:navy;
    border:1px solid navy;
}

.tkt-venue-seat-selected{
    background-color: red;
    color:white;
    border:1px solid white;
}

.tkt-venue-section{
    display:block;
    float:left;
    width:150px;
    height:100px;
    padding:2px;
    font-size: small;
    background-color: navy;
    border:1px solid white;
    color:white;
    margin: 4px;
}

.tkt-venue-section:hover{
    color:navy;
    background-color: lightgray;
    border:1px solid navy;
}

.tkt-venue-ajax{
    background:url('/resources/images/ajax-loader.gif') no-repeat center;
}

.tkt-venue-select-selection {
   position: absolute;
   border: 1px solid #89B;
   background: #BCE;
   background-color: #BEC;
   border-color: #8B9;
   }
.tkt-venue-select-size2 {
   height: 118px;
   line-height: 118px;
   }
.tkt-venue-select-size3 {
   height: 178px;
   line-height: 178px;
   }
.tkt-venue-select-drop {
   float: left;
   border: 1px dashed #888;
   background: #EEE;
   text-align: center;
   padding: 20px;
   margin: 0 10px 10px 0;
   }
.tkt-venue-select-dropped {
   background-color: #EBC;
   border-color: #B89;
   }   
.tkt-venue-select-active {  
   background-color: #CEB;
   border-color: #9B8;
   }