html,body{
height:100%;
margin:0px;
padding: 0px;
background: white;
font-size: 8pt;
font-family: tahoma, verdana, arial, sans-serif, Lucida Sans;
}

textarea:focus, input:focus {
border: 2px solid #7F9FBA;
}

input[type="text"] {
color: blue;
}

input[type="submit"] {
background: url('../images/main_03.jpg');
color: white;
}

div.expandable_note_box {
width: 210px;
min-height: 100px;
background-image: url("../images/top.jpg");
background-position: top left;
background-repeat: no-repeat;
padding-top: 20px;
}
	
div.expandable_note_box div.middle {
width: 210px;
background-image: url("../images/middle.jpg");
background-position: center;
background-repeat: repeat-y;
}
	
div.expandable_note_box div.inside {
width: 167px;
}

div,p,td,th,caption,blockquote,ul,form{
font-size:8pt;
}
select,option,input,textarea{
font-family: tahoma, verdana, arial, sans-serif, Lucida Sans;
font-size:11px;
}
a:link{
color: black;
TEXT-DECORATION: none;
}
a:visited{
color: black;
text-decoration:none;
}
a:active{
color: black;
text-decoration:none;
}
a:hover{
COLOR: blue;
TEXT-DECORATION: underline
}
TABLE.bord {
border: 1px solid #7F9FBA;
border-collapse: collapse;
}
TH {
padding: 2px;
text-align: center;
background: #ffcd8c;
color: white;
background : url('../images/main_03.jpg');
}
TD.pad {
padding: 3px;
border-bottom: solid 1px #cfcfcf;
}
TD.nav {
padding: 5px;
border: 1px dashed #eeeeee;
background : url('../images/main_07.jpg');
background-repeat: repeat-x;
}
TR.noevent {background: #eeeeee;}
TR.noevent:hover, TR.event:hover {color: blue; background: url('../images/main_02.jpg') #EEEEFF repeat-x;}
TR.event {background: #c5deff;}

td bord {border-bottom: dashed 1px #eeeeee;}

TR.disable {
display: none;
}

.toolbar {
padding: 5px;
border: 1px dashed #cccccc;
background : url('../images/main_07.jpg');
background-repeat: repeat-x; 
}
TD.bord {
padding: 5px;
border: 1px dashed #eeeeee;
}
.hed_text {
font: bold italic 15px serif;
}
