.calendar-button{
    margin-top: 25px;
	background-color: #3d77e1;
    border-radius: 6px;
    display: table;
    height: 35px;
    cursor: pointer;
}

.calendar-button:hover{
	background-color: #487ee1
}

#calendar-icon{
	color: white;
    display: table-cell;
    font-weight: bold;
	text-align: center;
    vertical-align: middle;
    padding-left: 10px;
}

#calendar-text{
	color: white;
    display: table-cell;
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-stretch: ultra-expanded;
    font-weight: bold;
	text-align: center;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}

#calendar-list{
    background: #fff none repeat scroll 0 0;
    display: block;
    list-style: outside none none;
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-stretch: ultra-expanded;
    margin: 0;
    padding-left: 0;
    position: absolute;
    width: 209px;
    z-index: 900;
    border-radius: 2px;
    box-shadow: 0 0 5px #AAA;
}

.calendar-add ul li{
    background-color: white;
    color:#000;
    position:relative;
    border: thin none;
    border-radius:2px;
    display: block;
    float: none;
    list-style: outside none none;
    margin: 0;
    padding-left: 10px;
}

.calendar-add ul li span{
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
}

.calendar-add ul li:hover{
    position: relative;
    z-index:900;
    cursor:pointer;
    text-decoration: none;
    outline:none;
    background: #3d77e1;
}

.hidden{
    visibility: hidden;
}