BODY {

  margin: 5px;

}

#Calendar1 {

   background-color: #FFFFFF;

}

.tblDrugs {

	border: 1px double #777777;
	width: 500px;
margin-bottom: 30px;
	
}

.trDrugsHeader {

    font-weight:bold;

}


.tblDrugs tr td {

	padding: 7px;
        margin: 0px;
	font-size: 10px;
	color: #666666;
	vertical-align: bottom;
border-bottom: 1px solid #777777;
	
}


#tdCenterColumn {

   padding-bottom: 30px;

}


#tdCenterColumn table tr td {

color: #595959;
font-family: Verdana;
font-size: 12px;
line-height: 16px;

}




.tblReport  {

	border: 1px solid #AAAAAA;
	
}


.trReportHeader td {

	font-weight: bold;
	font-size: 12px;
        border-right: 1px solid #AAAAAA;

}


.trReportRowEven td {

	text-align: center;
	font-size: 8px;
        border-right: 1px solid #AAAAAA;

}


.trReportRowOdd td {

	background-color: #AFC5DE;
	text-align: center;
	font-size: 8px;
        border-right: 1px solid #AAAAAA;
}




#tdTopRow {

   border-bottom: 1px solid #455972;

}


#tdLeftColumn {

  border-right: 1px solid #AAAAFF;

}


#dropmenudiv{

position:absolute;
background-color:#FFFFFF;
border:1px double #AAAAFF;
font:normal 12px Verdana;
color: #6666FF;
line-height:18px;
z-index:100;
text-decoration: none;
opacity: .95;
filter: alpha(opacity=95);

}

#dropmenudiv a:link, #dropmenudiv a:visited, #dropmenudiv a:active {
width: 100%;
background-color:#FFFFFF;
display: block;
border-bottom: 1px solid #AAAAFF;
color: #6666AA;
padding: 3px 0px 3px 0px;
margin: 0px 0px 0px 0px;
text-decoration: none;
text-indent: 3px;
font-weight: normal;
font-size:  10px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #7E92AB;
text-decoration: none;
font-weight: normal;
color: #FFFFFF;
font-size:  10px;

}

#dropmenudiv p {
width: 100%;
background-color:#5E7491;
display: block;
border-bottom: 1px solid #AAAAFF;
padding: 5px -2px 5px 2px;
margin: 0px 0px 0px 0px;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}


.tblGuestBook {

   width: 100%;

}


.tdGuestBookEntryLeftColumn {

  width: 15%;
  font-weight: bold;

}

.tdGuestBookEntryRightColumn {

  width: 85%;
  font-weight: bold;

}


.tdGuestBookEntryWholeColumn {

   font-weight: bold;

}

.tdGuestBookEntryWholeColumn textarea {

  width: 400px;
  height: 100px;

}

.tdGuestBookLeftColumn {


	font-size: 10px;
	
}


.tdGuestBookRightColumn {

	text-align: right;
	font-size: 10px;
	

}

.tdGuestBookMessageColumn {


	font-size: 10px;
	
}