/* CSS for the left-side panel */

body {
   font-family:Helvetica, Arial, sans-serif; font-size:10pt;
   background-color:#FFFFFF; color:#000000;
   overflow:hidden;
}

.title {
   font-size:12pt; font-weight:bold;
   margin-top:0; margin-bottom:0;
}

.subtitle {
   font-size:10pt; font-weight:bold;
   margin-top:0; margin-bottom:0;
}


div#toolbar {
   white-space:nowrap;
   font-weight:bold;
   margin-bottom:1em;
}
div#toolbar a { color:#0000FF; }
div#toolbar a:visited { color:#0000FF; }

textarea,select,input[type="text"],input[type="submit"] { width:100%; }
select,input,textarea { border:1px solid #0000FF; background-color:#DDDDFF; }