@charset "utf-8";
/* CSS Document */

* {
padding:0px;
margin:0px;
}

body {
margin:0px 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#757575;
line-height:14px;
background-color:#e6e8e8;
}

ul {
margin-left:25px;
}

a,
a:visited {
color:#006699;
text-decoration:none;
}

a:hover {
color:#757575;
text-decoration:underline;
}

h1 {
font-size:16px;
line-height:20px;
}

h2 {
font-size:14px;
line-height:18px;
}

h3 {
font-size:12px;
line-height:16px;
}

p {
line-height:16px;
}
.tx-cal-controller{
      background-color:#ffffff;
      height:500px;
      overflow:auto;

}
