html,body			{ background-color: #242424; color: #FFF; font-family: Arial,sans-serif; font-size: 11pt; cursor: default; margin: 0; padding: 0; }
*:focus				{ outline: none; }

.tblhr				{ height: 2px; line-height: 2px; background-color: #9D9D9D; }
#title				{ font-size: 14pt; height: 32px; line-height: 32px; font-weight: bold; color: #9D9D9D; background-color: #181818; text-align: center; }
#bottom				{ vertical-align: top; line-height: 32px; font-weight: bold; color: #9D9D9D; background-color: #181818; text-align: center; height: 100%; }
#frametbl			{ width: 100%; height: 100%; }
#content			{ padding: 5px 15px 15px 15px; text-align: left; }
	#main_table			{ width: 100%; }
		#stat_table			{ font-size: 11pt; }

.label				{ text-align: right; padding-right: 10px; }

.lnk_yellow			{ color: #EB0; text-decoration: underline; font-weight: bold; font-size: 10pt; cursor: pointer; }
.lnk_yellow:hover	{ color: #FF0; }
.lnk_grey			{ color: #CCC; text-decoration: underline; font-size: 10pt; cursor: pointer; }
.lnk_grey:hover		{ color: #FFF; }
.lnk_other			{ text-decoration: none; font-size: 10pt; cursor: pointer; font-weight: bold; }
.lnk_other:hover	{ text-decoration: underline; }

.txt				{ width: 258px; }
.num				{ width: 64px; text-align: right; }
.cmb				{ width: 128px; }
.btn				{ width: auto; height: auto; padding: 4px 7px 4px 7px; background-color: #070C21; color: #AAA; border: 2px solid #AAA; outline: 1px solid #070C21; display: inline-block; cursor: pointer; text-align: center; margin: 2px 0px 2px 0px; }
.btn:hover			{ border: 2px solid #E6CC80; color: #E6CC80; background-color: #000; outline: 1px solid #000; }

#requests			{ width: 100%; height: auto; text-align: right; }

#item_display		{ width: auto; height: auto; text-align: left; background-color: #070C21; border: 2px solid #CFCFCF; outline: 2px solid #070C21; padding: 2px 4px 2px 4px; cursor: default; font-size: 10pt; }
#code				{ width: auto; min-height: 30px; background-color: #FFF; border: 2px solid #CCC; color: #444; word-wrap: break-word; padding: 2px 4px 2px 4px; cursor: text; font-size: 10pt; }