.clearRight{
    clear:right;
}

div#nextMonth{
    float:right;
}

table.event-calendar{
    border-collapse: collapse;
}

table.event-calendar td{
    border-top: solid 1px;
    border-bottom: solid 1px;
}

table.event-calendar td.rest{
    border-top: dashed 2px;
    border-color: gray;
}

td.day{
    width: 150px;
}

div#message{
    margin-top: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: red;
    padding: 10px;
    clear: both;

}

p#indexMessage{
    margin: 10px;
}

.ui-widget-header .ui-icon {
    background-image: url("/images/ui-icons_222222_256x240.png");
}

table.confirm td.title{
    width: 100px;
}

ul.menu {
    list-style: none;
}

ul.menu li {
    float: left;
    margin-left: 10px;
}



