@charset "utf-8";

.link {
	cursor: pointer;
}

.borderSolid {
	border: solid;
}

.overflowHidden {
	overflow: hidden;
}

.fullScreen {
	position: absolute;
	z-index: 1001;
	display: none;
	height: 100%;
	width: 100%;
	left:0px;
	top:0px;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	display:none;
}

.fullScreenInner {
	position: relative;
	z-index: 1002;
	background-color: #111111;
	top: 220px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 10;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.w200 {
	width: 200px;
}

.h50 {
	height: 50px;
}
