/* style sheets for the calendar module in non-ajax view mode (only for the view) */

/* styles for the view */
div.calendar { margin:auto; width:90%; }

/* input styles for the form controls */
div.calendar input { border:1px solid; border-color:#000000; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11px; }
div.calendar select { font-size:10px; }

/* calendar styles */
div.calendar td.prior_month { border:1px dotted; border-color:#AAAAAA; width:95px; height:70px; vertical-align:top; }
div.calendar td.next_month { border:1px dotted; border-color:#AAAAAA; width:95px; height:70px; vertical-align:top; }
div.calendar td.month { border:1px solid; border-color:#000000; width:95px; height:70px; vertical-align:top; }
