
/* global.css
----------------------------------------*/
.nodisplay { display: none; }
.hidden { visibility: hidden; }
.blk, .clear { float: none; clear: both; font-size: 1px; }


/* anchors
-------------------------------------------------------------- */
a:link, a:visited, a:active { text-decoration: none; color: #000; }

a.sel:link, a.sel:visited, a.sel:active { text-decoration: none; color: #33f; }

a:hover,
a.sel:hover { text-decoration: none; color: #e67817; }


/* font weights
-------------------------------------------------------------- */
#fw_b, .fw_b { font-weight: bold; }


/* text aligns
-------------------------------------------------------------- */
#ta_l, .ta_l { text-align: left; }
#ta_c, .ta_c { text-align: center; }
#ta_j, ta_j { text-align: justify; }
#ta_r, .ta_r { text-align: right; }


/* text colors
-------------------------------------------------------------- */
#tc_r, .tc_r { color: #d38b8b; }
#tc_b, .tc_b { color: #369; }
#tc_g, .tc_g { color: #8bd38b; }
#tc_gray, .tc_gray { color: #999; }
#tc_wgray, .tc_wgray { color: #ccc; }


/* background colors
-------------------------------------------------------------- */
#bg_info, .bg_info { background-color: #fffff1; }


/* common styles
-------------------------------------------------------------- */
div.error {
	margin: 20px 0;
	padding: 6px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #a00;
	background-color: #fee;
	border: 1px solid #a00;
}

.loading{
	width: 220px;
	height: 109px;
}

