body {
	font-family: tahoma;
	font-size: 10pt;
}

td {
	font-size: 10pt;
}

h3 {
	margin-top: 0px;
}

.gt {
	color: green;
}

.rt {
	color: red;
}

.mod_list ul, .mod_list li {
	display: inline;
	list-style-type: none;
	margin: 5px;
}


.mod_float {
	position: absolute;
	background-color: #152E83;
	padding: 10px;
	color: white;
	width: 300px;
	/*font-size: 10pt;*/
}

#img_box {
	height: 28px;
	width: 28px;
	margin-left: auto;
	margin-right: auto;
}

.empty {
	border: 2px solid black;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.fake_link {
	text-decoration: underline;
	cursor: pointer;
}

.popover {
	width: 90%;
	height: 90%;
	left: 5%;
	top: 5%;
	position: absolute;
	z-index: 100;
	background-color: #D2FFFF;
	border: 1px solid #002B5F;
	text-align: center;
	padding-top: 30px;
}