body{
font-family:Myriad Pro;
font-size:10pt;
color:#3C55A5;
}

h1{
font-family:Myriad Pro;
font-size:17pt;
font-weight:bold;
color:#3C55A5;
}

.inputBox{
border: 1px solid #E67026;
width: 150px;
}

.button{
color:#F8F9FB;
font-family:Verdana;
font-weight:bold;
font-size:11pt;
border:0px;
text-decoration:none;
}

a.button:link {color:#F8F9FB;}      /* unvisited link */
a.button:visited {color:#F8F9FB;}  /* visited link */
a.button:hover {cursor:pointer;}  /* mouse over link */
a.button:active {color:#F8F9FB;}  /* selected link */

a.buttonCalendar:link {color:#F8F9FB;}      /* unvisited link */
a.buttonCalendar:visited {color:#F8F9FB;}  /* visited link */
a.buttonCalendar:hover {cursor:pointer;}  /* mouse over link */
a.buttonCalendar:active {color:#F8F9FB;}  /* selected link */

.calendar{
color:#F8F9FB;
font-family:Verdana;
font-size:5pt;
position:absolute;
top:73px;
left:450px;
z-index:5;
padding:0px;
}

.calendarMonth{
font-size:7pt;
font-weight:bold;
color: #F8F9FB;
}

a.calendarDay:hover{cursor:pointer;}
a.calendarDay:link {color:#F8F9FB;}      /* unvisited link */
a.calendarDay:visited {color:#F8F9FB;}  /* visited link */
a.calendarDay:hover {cursor:pointer;}  /* mouse over link */
a.calendarDay:active {color:#F8F9FB;}  /* selected link */

.calendarDay{
border:0px;
text-decoration:none;    
}
