html {
	overflow-y: scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
}

div.notification {
	background: #FBFBFB;
	border: 1px solid #E2E2E2;
	font-family: "Lucida Grande", Arial, Sans-Serif;
	font-size: 11px;
	padding: 7px 20px 7px 7px;
	text-align: justify;
}
div.notification h3 {
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

div.notification p {
	clear: both;
	margin-top: 20px;
	margin-bottom: 0px;
}
input.blue_button{background:#199BDC;border:0;color:white;padding:3px 15px 3px 15px;}
input.red_button{background:#FA2B69;border:0;color:white;padding:3px 15px 3px 15px;}

TABLE.box {
	background-color:#999999;
	margin-bottom:7px;
}

TR.box {
	background-color:#CCCCCC;
}

TD.box {
	background-color:#CCCCCC;
}

TD.box_head {
	background-color:#999999;
}

TD.box_head_dark {
	background-color:#666666;
}


#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}
