﻿#form1 { width:800px;margin:0 auto; }
#Calendar1 { margin-top:15px; }
#Button1 { margin-top:15px; }



.daynumber { height:145px !important; }
.daynumber:hover { background-color:#ccc !important; color:#fff !important; text-shadow:1px 1px 1px #000; box-shadow:0 0 60px #999 inset; }

.daynumber .test { display:inline-block; text-decoration:none; position:relative; clear:both; width:100%; text-shadow:none;  height: 20px; border:1px solid #333; border-radius:2px; margin:2px auto; padding:2px; text-align:left; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; font-size:12px !important; /*background-image: url('../../images/gradient.png'); background-size:contain;*/ }
    
    .daynumber .test:nth-of-type(even) { background-color:#aaa; }
    .daynumber .test:nth-of-type(odd) { background-color:#777; }

    .daynumber .test:hover { background-color:#c3ea90; color:#000; box-shadow:0 2px 2px -2px #000; }
   

    .daynumber .test a { position:absolute;width:75px; z-index:1; left:2px; right:2px; padding-right:32px; overflow:hidden; -ms-text-overflow:ellipsis; -o-text-overflow:ellipsis; text-overflow:ellipsis; white-space:nowrap; font-size:13px; }
         .daynumber span:hover a { color:#000;}
    .daynumber .time { position:absolute; right:2px; }

#ctl00_MainContent_Calendar1 td:nth-child(1) { padding:0; height:22px; color:#a0a0a0; }
.titleStyle { /*background-image: url('../../images/gradient.png'); background-size:contain;*/ color:#fff; }
/*#ctl00_MainContent_Calendar1 { width:900px !important; border-radius:5px; }*/
#ctl00_MainContent_Calendar1 { width:1000px !important; border-radius:5px; }
.eventDetails a {  }
.titleStyle td:nth-child(1) { padding-left: 10px !important; }
.titleStyle td:nth-child(3) { padding-right: 10px; }
#ctl00_MainContent_Calendar1 th { background-image: url('../../images/gradient.png'); background-size:contain;}
.daynumber .detail { display:none; position:absolute; left:-9999px; }

.simplify { height:10px; }

/*.ContentPage {
    font-size: 10px; 
    color: Black;
    font-family: Verdana;
    background-color:lightgray;
    border-right: gray thin solid;
    border-top: gray thin solid;
    border-left: gray thin solid;
    border-bottom: gray thin solid;

}*/
