#dropinboxv2cover{
text-align:right;
width: 200px; /*change width to desired */
height: auto;  /*change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
/*margin-top: 333px;
margin-left: 259px;*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 180px; /*change width to above width-20. */
height: auto; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 2px solid black; /*Customize box appearance*/
background-color: lightyellow;
padding:4px;
position: absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}

/*
These must match the db entries.
*/
.Green{background-color:#99CC66}
.Lemon{background-color:#FFFFCC}
.Lime{background-color:#CCFF99}
.Terracotta{background-color:#FFCC99}
.Mustard{background-color:#D8D865}
.Blue{background-color:#99CCCC}
.Lilac{background-color:#CCCCFF}
.Grey{background-color:#CCCCCC}
.Purple{background-color:#CC99CC}
.Pink{background-color:#FF99CC}


.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {	text-decoration:none;
color: #FFFFFF}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
TD {
	font-size: small;
}
#main {
	background-color: #FFFFFF;
	width: 520px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#detail {
	background-color: #FFFFFF;
	width: 380px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 450px;
}
form {
	display: inline;
	margin: 0px;
	padding: 0px;
	clear: none;
	height: auto;
	width: auto;
}
TD.eventdate {
	text-align:center;
	height: 25px;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
TD.eventItem {
	padding-left:10px;
	padding-top: 3px;
	padding-bottom: 2px;
	border-bottom:1px solid white;
	border-top:1px solid white;
	/*
	border-top: 1px solid #000066;
	border-left: 1px solid #000066;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	*/
}
TR.white TD.eventItem a.arrowLink{display:none}

TR.blank a.arrowLink ,TD.eventItem a.arrowLink{
	color:black;
	text-decoration:none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
TD.eventItem a.arrowLink:visited{color:black;text-decoration:none}
TD.eventItem a.arrowLink:hover{color:grey}
TD.eventItem a.arrowLink:active{color:black;text-decoration:none}

TR.white TD.eventItem{
		border-bottom: 1px solid #EEEEEE;
		}
TR.blank TD.eventItem{
		border-bottom: 1px solid #EEEEEE;
}
TR.weekend TD.eventdate{
	background-color:#EEEEEE;
	border: 1px solid #FFFFFF;
}
TD.eventdate a.dateLink{
	text-decoration:none;
	color:black;
}
TD.eventdate a.dateLink:hover{
	color:darkblue;
	padding:0 8px;
	border-left:1px dashed black;
	border-right:1px dashed black;
}
H5 {
	margin: 4px 0px;
	padding: 0px;
}
.show{display:inherit}
.dontShow{display:none}
select, textarea,input {
	border: 1px inset #CCCCCC;
}
input{padding:0 3px;}

#btn{
	padding:3px 8px;
	margin:6px;
	border: 2px outset black;
}
#btn:active{
	border: 2px inset black;
}
