@charset "utf-8";
/* CSS Document */

.f_left{
	float:left;
	}

.f_right{
	float:right;
	}

.clear{
	clear:both;
}

.f_none{
	float:none;
}

.v-top{
	vertical-align:top;
	}

.v-bottom{
	vertical-align:bottom;
	}

.tx_center{
	text-align:center;
}

.tx_right{
	text-align:right;
}

.tx_left{
	text-align:left;
}

.hide{
	display:none !important;
}

.smaller{
	font-size:smaller;
}

.larger{
	font-size:larger;
}

#overflow,.overflow{
	overflow:auto;
	position:relative;

}

.notice,
#flashMessage{
	color:#660066 !important;
	text-align:center;
	font-weight:bold;
	font-size:larger !important;
}

strong{
	font-weight:bold;
}

ul,li{
	list-style:none;
}

.bold{
	font-weight:bold;
}

.warning{
	color:#FF0000;
	font-weight:bold;}

.no_border{
	border:none;}