/* CSS Document */

html, body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	height:100%;
	border:none
}

#popup {
	background-color: #FFFFFF;
}


.small {
	color: #003942;
	font-size: 11px;
	font-family: Tahoma;
}

#fullheight{
	height:100%;
}

.brownsmall {
	font-size: 11px;
	font-family: Tahoma;
	color: #666633;
}

.greensmall {
	font-size: 11px;
	font-family: Tahoma;
	color: #2f5966;
}

.greensmall a:link, .greensmall a:visited {
	color: #666633;
}

.greensmall a:hover {
	color: #105f77;
	text-decoration: none;
}

.faded {
	color: #9fbbbf;
	font-size: 11px;
	font-family: Tahoma;
}

.field {
	border: 1px solid #A5ACB2;
	font-size: 11px;
	color: #2F5966;
	font-family: Tahoma;
	padding-left: 5px;
}

.drugTitle {
	font-size: 16pt;
	font-family: Tahoma;
	color: #316570;
}

#bulletList {
	margin-top: 4px;
	font-size: 11px;
	font-family: Tahoma;
}

#bulletList td {
	padding-bottom: 10px;
}

#bulletList a:link, #bulletList a:visited {
	text-decoration: none;
	color: #2f5966;
}

#bulletList a:hover {
	text-decoration: underline;
}

#bulletList .faded {
	color: #9FBBBF;
}

#bulletList .bullet {
	vertical-align: top;
	padding: 5px 4px 0px 0px;
}

#bulletList .feedback a:link, .feedback a:visited {
	color: #666633;
	text-decoration: underline;
}

#bulletList .feedback a:hover {
	color: #105f77;
	text-decoration: none;
}
