.html, body {
    background: #fff;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #333;
    width:100%;
    height: 100%;
    margin:0;
    padding: 0;
}


table {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

table.calendar {
    margin: 0 auto;
    /*width: 200px;*/
    text-align: center;
}


td {padding: 0px;}
tr {padding: 0px;}

.showTitle {
    font-size: 13px;
    font-weight: bold;
    color: 01aa50
}

.showcalin {
	/*width: 200px;*/
	margin: 0 auto;
}

.tabTitle {
    background: #CDCDCD;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.tabTitle a {
    font-size: 12px;
    font-weight: bold;
    color: #01aa50; 
    text-decoration: none;
}

.tabDays {
    font-size: 11px;
    font-weight: bold;
    color: #cacaca;
}

.tdc {
    width: 13%;
    font-size: 11px;
    margin: auto;
    background-color: #f5f5f5;
    padding: 0px;
}

.now, .matchday{
	width: 13%;
    font-size: 11px;
    font-weight: bold;
    background-color: #f5f5f5;
}

.now {
    color: #000;
}

.matchday a {
    color: #01aa50;
}              

a {
    text-decoration: none;
    color: #01aa50;
    font-weight: normal;
}

a:hover {
    text-decoration: underline;
}

#container {
    position: absolute;
    z-index: 4999; 
    
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    background: #333;
    opacity: .8;
    filter: alpha(opacity=80);
    visibility: hidden; 
    
    margin: 0;
    padding: 0;
}

#agenda {
    /*width: 200px;*/
    width: 198px;
    height: 180px;
    border: 1px solid #ccc;
    position: absolute; 
    overflow: auto; 
    z-index: 5000;       
    top: 50%;
    left: 50%;
    
    background: #efefef;
    
    margin-left: -100px;
    margin-top: -90px;
    visibility: hidden;
    
    padding-left: 5px;
    font-size: 11px;
}
