             
             
/* SelfPublshingPage The Title, Description & Image ***************************/
div.Table {
    padding-left:10px;
    padding-right:10px;
}

.ConcertDate {
    font-weight:bold;
    margin:10px 0px 5px 0px ;
}
div.Table .LimitButton {
    border:0px;
    margin:0px 0px 0px 0px ;    
}

.ConcertDate img {
    border:0px;
}

table.list_concerts th {
    background-color: #D3DCE3;
}

table.list_concerts td.selected {
    background-color: #FFCC99;
}


div.Table div.ConcertLayer {
    height: auto; width: 180px; left: 41px; top: -18px; position: absolute;
}


/* the form root tag */
form.Form
{
    padding-left:10px;
    padding-right:10px;
    display: block;
    width: auto;
    height: 40px;
    text-align:center;
}

form.Form div.ActionButtons {
    display: inline;
}
form.Form select {
    margin-left:10px;
    margin-right:10px;
    width:150px;
}
form.Form input.Text {
    margin-left:10px;
    margin-right:10px;
    width:150px;
}

form.Form .ActionButtons #html_document__limit_concert__actions_reset {
    float:right;
    margin-left:10px;
    margin-top:10px;
    font-size:0.8em;
}