@charset "utf-8";
/* CSS Document */



.iframe_fonts {
    font-size: 13px;
    
}


table.display {
    clear: both;
    width: 100%;
    color: #111;
}

table.data {
    border: 0 none;
    border-collapse: collapse;
//    margin-bottom: 2em;
    width: 100%;
}

table.display thead th, table.display thead th a {
    background-color: #333333 !important;
	color:#FFF;
}

table.data thead th {
    background-color: #333333;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 10px 10px 25px;
    text-align: left;
}

table.data tbody tr td {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
	font-size: 11px;
}
table.data td, th {
    padding: 10px;
    overflow: hidden;
}

table.data td.city {
    width: 10%;
}

table.data td.date {
    width: 25%;
}

table.data td.event {
    width: 25%;
}

table.data td.location {
    width: 25%;
}

table.data td.action {
    width: 15%;
    text-align: center;
}


table.data tr.even td {
    background: none repeat scroll 0 0 #F9F9F9;
}
table.data tr td a.button{
    background: #333;
    padding: 4px 20px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

/* For table sorting */
table.tablesorter {
      text-align: left;
}
table.tablesorter thead tr .header {
    background-image: url("/fallevents/static/img/bg.gif");
    background-repeat: no-repeat;
    background-position: center left;
    cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
      background-image: url("/fallevents/static/img/asc.gif");
}
table.tablesorter thead tr .headerSortDown {
      background-image: url("/fallevents/static/img/desc.gif");
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {}

