body {
	background-color:#005faf;
	background-image:url('../images/seamless_bg.png');
}
#body_wrap > div
{
	background-color:#eee;
}
#pos_header .module {
	float:left;
	width:100%;
}
#header_wrap {
	height: 96px;
}
#header_wrap #header {
	float:left;
	width:100%;
	min-width:960px;
	height:96px;
	background-image:url('../images/header.jpg');
	background-position:center;
	background-size:cover;
	box-shadow:0px 1px 4px #222;
	position:absolute;
	z-index:2;
}
#nav {
	width:780px;
	height:64px;
	margin:32px auto auto auto;
	background-image:url('../images/menu_bg.png');
	padding:14px 19px 0px 20px;
	text-align:left;
}
.support_info {
	font-size:12px;
	position:absolute;
	top:24px;
	right:112px;
	color:#fff;
}
#nav li {
	float:left;
	width:20%;
}
#nav li:first-child {
	height:50px;
}
#nav li a {
	display:inline-block;
	text-decoration:none;
	text-transform:uppercase;
	padding:3px 11px 2px 11px;
	line-height:45px;
	font-size:14px;
	font-weight:bold;
	color:#555;
	width:100%;
	text-align:center;
	border-right:1px solid #bbb;
}
#nav li:last-child a {
	border-right:0px solid #bbb;
}
#nav li a.home {
	background-image:url('../images/home.png');
	background-position:center;
	background-repeat:no-repeat;
	height:50px;
	margin-bottom:-17px;
}
#nav li a:hover {
	color:#fff;
	background-color:#0458A1;
}
#nav li a.home:hover {
	background-image:url('../images/home_hover.png');
}
#nav li:first-child:hover a {
	border-top-left-radius:10px;
}
#nav li:last-child:hover a {
	border-top-right-radius:10px;
}
#pos_header .logo {
	position:absolute;
	top:17px;
	left:24px;
	z-index:10;
}

@font-face {
	font-family:'FontAwesome';
	src:url(../../../../fonts/fontawesome-webfont.eot?v=4.4.0);
	src:url(../../../../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format("embedded-opentype"),url(../../../../fonts/fontawesome-webfont.woff2?v=4.4.0) format("woff2"),url(../../../../fonts/fontawesome-webfont.woff?v=4.4.0) format("woff"),url(../../../../fonts/fontawesome-webfont.ttf?v=4.4.0) format("truetype"),url(../../../../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format("svg");
	font-weight:400;
	font-style:normal;
}

.glyph {
	font:normal normal normal 14px FontAwesome;
}

.chosen-container {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	*display:inline;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.chosen-container * {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.chosen-container .chosen-drop {
	position:absolute;
	top:100%;
	left:-9999px;
	z-index:1010;
	width:100%;
	border:1px solid #666;
	border-top:0;
	background:#fff;
}

.chosen-container.chosen-with-drop .chosen-drop {
	left:0;
}

.chosen-container a {
	cursor:pointer;
}

.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name {
	margin-right:4px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-weight:400;
	color:#999;
}

.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after {
	content:":";
	padding-left:2px;
	vertical-align:top;
}

.chosen-container-single .chosen-single {
	position:relative;
	display:block;
	overflow:hidden;
	border:1px solid #a8a8a8;
	text-decoration:none;
	white-space:nowrap;
	padding:3px;
	height:24px;
}

.chosen-container-single .chosen-default {
	color:#999;
}

.chosen-container-single .chosen-single span {
	font-size:13px;
	display:block;
	overflow:hidden;
	margin-right:26px;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
	margin-right:22px;
}

.chosen-container-single .chosen-single abbr:after {
	content:"\f00d";
	font:normal normal normal 13px FontAwesome;
}

.chosen-container-single .chosen-single abbr {
	position:absolute;
	top:4px;
	right:26px;
	display:block;
}

.chosen-container-single .chosen-single abbr:hover {
	background-position:-42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
	background-position:-42px -10px;
}

.layout_control .chosen-container-single .chosen-single div {
	height:22px;
	line-height:22px;
}

.chosen-container-single .chosen-single div {
	position:absolute;
	top:0;
	right:0;
	width:23px;
}

.chosen-container-single .chosen-single div:hover {
	background-color:#e6e6e6;
}

.chosen-container-single .chosen-single div b {
	display:block;
	width:100%;
}

.chosen-container-single .chosen-single > div > b:before {
	vertical-align:middle;
	content:"\f0d7";
	font:normal normal normal 20px/1 FontAwesome;
}

.chosen-container-single .chosen-search {
	position:relative;
	z-index:1010;
	margin:0;
	padding:3px 4px;
	white-space:nowrap;
}

.chosen-container-single .chosen-search:first-child:after {
	right:10px;
	top:12px;
	position:absolute;
	content:"\f002";
	font:normal normal normal 13px FontAwesome;
}

.chosen-container-single .chosen-search input[type=text] {
	margin:1px 0;
	padding:4px 20px 4px 5px;
	width:100%;
	height:auto;
	outline:0;
	border:1px solid #444;
	line-height:normal;
}

.chosen-container-single .chosen-drop {
	margin-top:-1px;
	background-clip:padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
	position:absolute;
	left:-9999px;
}

.chosen-container .chosen-results {
	color:#444;
	position:relative;
	overflow-x:hidden;
	overflow-y:auto;
	margin:0 4px 4px 0;
	padding:0 0 0 4px;
	max-height:240px;
	-webkit-overflow-scrolling:touch;
}

.chosen-container .chosen-results li {
	display:none;
	margin:0;
	padding:5px 6px;
	list-style:none;
	line-height:15px;
	word-wrap:break-word;
	-webkit-touch-callout:none;
}

.chosen-container .chosen-results li.active-result {
	display:list-item;
	cursor:pointer;
}

.chosen-container .chosen-results li.disabled-result {
	display:list-item;
	color:#ccc;
	cursor:default;
}

.chosen-container .chosen-results li.highlighted {
	background-color:#3875d7;
	color:#fff;
}

.chosen-container .chosen-results li.no-results {
	color:#777;
	display:list-item;
	background:#f4f4f4;
}

.chosen-container .chosen-results li.group-result {
	display:list-item;
	font-weight:700;
	cursor:default;
}

.chosen-container .chosen-results li.group-option {
	padding-left:15px;
}

.chosen-container .chosen-results li em {
	font-style:normal;
	text-decoration:underline;
}

.chosen-container-multi .chosen-choices {
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
	width:100%;
	border:1px solid #a8a8a8;
	background-color:#fff;
	cursor:text;
	min-height:34px;
	padding:2px 7px;
}

.chosen-container-multi .chosen-choices li {
	float:left;
	list-style:none;
}

.chosen-container-multi .chosen-choices li.search-field {
	margin:0;
	padding:0;
	white-space:nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	margin:4px 0;
	padding:0 0 0 5px;
	height:20px;
	line-height:normal;
	outline:0;
	border:0!important;
	background:transparent!important;
	box-shadow:none;
	color:#999;
}

.chosen-container-multi .chosen-choices li.search-choice {
	margin:2px 4px 2px 0;
	border:1px #eee solid;
	position:relative;
	padding:1px 20px 2px 4px;
	cursor:default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
	word-wrap:break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
	content:"\f00d";
	font:normal normal normal 13px FontAwesome;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	color:#999;
	position:absolute;
	top:1px;
	right:4px;
	display:block;
	text-decoration:none;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	color:#333;
	background-position:-42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
	padding-right:5px;
	border:1px solid #ccc;
	background-color:#e4e4e4;
	color:#444;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
	background:#d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
	background-position:-42px -10px;
}

.chosen-container-multi .chosen-results {
	margin:0;
	padding:0;
}

.chosen-container-multi .chosen-drop .result-selected {
	display:list-item;
	color:#ccc;
	cursor:default;
}

.chosen-container-active .chosen-single {
	border:1px solid #666;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
	border-left:0;
	background:transparent;
}

.chosen-container .chosen-single > div {
	text-align:center;
	border-left:1px solid #a8a8a8;
}

.chosen-container .chosen-single .search-choice-close {
	top:5px;
}

.chosen-container-active.chosen-with-drop .chosen-single > div:before {
	vertical-align:middle;
	content:"\f0d8";
	font:normal normal normal 20px/1 FontAwesome;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position:-18px 6px;
}

.chosen-container-active .chosen-choices {
	border:1px solid #666;
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
	color:#000!important;
}

.chosen-disabled {
	opacity:.5!important;
	cursor:default;
}

.chosen-disabled .chosen-single {
	cursor:default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
	cursor:default;
}

.chosen-rtl {
	text-align:right;
}

.chosen-rtl .chosen-single {
	overflow:visible;
	padding:0 8px 0 0;
}

.chosen-rtl .chosen-single span {
	margin-right:0;
	margin-left:26px;
	direction:rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
	margin-left:38px;
}

.chosen-rtl .chosen-single div {
	right:auto;
	left:3px;
}

.chosen-rtl .chosen-single abbr {
	right:auto;
	left:26px;
}

.chosen-rtl .chosen-choices li {
	float:right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
	direction:rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
	margin:3px 5px 3px 0;
	padding:3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
	right:auto;
	left:4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop {
	left:9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
	margin:0 0 4px 4px;
	padding:0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
	padding-right:15px;
	padding-left:0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
	border-right:0;
}

.chosen-rtl .chosen-search input[type=text]:after {
	left:10px;
	top:12px;
	position:absolute;
	content:"\f002";
	font:normal normal normal 13px FontAwesome;
}

.chosen-rtl .chosen-search input[type=text] {
	padding:4px 5px 4px 20px;
	direction:rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
	background-position:6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
	background-position:-12px 2px;
}

.dropdown-menu {
	position:absolute;
	top:100%;
	left:0;
	z-index:1000;
	display:none;
	float:left;
	min-width:120px;
	padding:5px 0;
	margin:2px 0 0;
	font-size:12px;
	text-align:left;
	list-style:none;
	background-color:#fff;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	border:1px solid #a8a8a8;
	border:1px solid rgba(0,0,0,.15);
	border-radius:4px;
	-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
	box-shadow:0 6px 12px rgba(0,0,0,.175);
}

.daterangepicker {
	position:absolute;
	background:#fff;
	top:100px;
	left:20px;
	padding:4px;
	margin-top:1px;
	border-radius:4px;
}

.daterangepicker .btns {
	padding:2px 4px;
	float:left;
	clear:both;
}

.daterangepicker.mode_month .daterangepicker_input {
	display:none;
}

.daterangepicker.opensleft:before {
	position:absolute;
	top:-7px;
	right:9px;
	display:inline-block;
	border-right:7px solid transparent;
	border-bottom:7px solid #ccc;
	border-left:7px solid transparent;
	border-bottom-color:rgba(0,0,0,0.2);
	content:'';
}

.daterangepicker.opensleft:after {
	position:absolute;
	top:-6px;
	right:10px;
	display:inline-block;
	border-right:6px solid transparent;
	border-bottom:6px solid #fff;
	border-left:6px solid transparent;
	content:'';
}

.daterangepicker.openscenter:before {
	position:absolute;
	top:-7px;
	left:0;
	right:0;
	width:0;
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
	border-right:7px solid transparent;
	border-bottom:7px solid #ccc;
	border-left:7px solid transparent;
	border-bottom-color:rgba(0,0,0,0.2);
	content:'';
}

.daterangepicker.openscenter:after {
	position:absolute;
	top:-6px;
	left:0;
	right:0;
	width:0;
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
	border-right:6px solid transparent;
	border-bottom:6px solid #fff;
	border-left:6px solid transparent;
	content:'';
}

.daterangepicker.opensright:before {
	position:absolute;
	top:-7px;
	left:9px;
	display:inline-block;
	border-right:7px solid transparent;
	border-bottom:7px solid #ccc;
	border-left:7px solid transparent;
	border-bottom-color:rgba(0,0,0,0.2);
	content:'';
}

.daterangepicker.opensright:after {
	position:absolute;
	top:-6px;
	left:10px;
	display:inline-block;
	border-right:6px solid transparent;
	border-bottom:6px solid #fff;
	border-left:6px solid transparent;
	content:'';
}

.daterangepicker.dropup {
	margin-top:-5px;
}

.daterangepicker.dropup:before {
	top:initial;
	bottom:-7px;
	border-bottom:initial;
	border-top:7px solid #ccc;
}

.daterangepicker.dropup:after {
	top:initial;
	bottom:-6px;
	border-bottom:initial;
	border-top:6px solid #fff;
}

.daterangepicker.dropdown-menu {
	max-width:none;
	z-index:3000;
}

.daterangepicker.single .ranges,.daterangepicker.single .calendar {
	float:none;
}

.daterangepicker .calendar {
	max-width:270px;
	margin:4px;
}

.daterangepicker.single .calendar {
	margin:0;
}

.daterangepicker .calendars {
	display:none;
	float:left;
}

.daterangepicker.show-calendar .calendars {
	display:block;
}

.daterangepicker .calendar.single .calendar-table {
	border:none;
}

.daterangepicker .calendar th,.daterangepicker .calendar td {
	white-space:nowrap;
	text-align:center;
}

.daterangepicker .calendar-table {
	border:1px solid #a8a8a8;
	padding:4px;
	border-radius:4px;
	background:#fff;
}

.daterangepicker.single .calendar-table {
	padding:0;
}

.daterangepicker table {
	width:100%;
	margin:0;
}

.daterangepicker.mode_day td,.daterangepicker.mode_day th {
	text-align:center;
	border-radius:4px;
	white-space:nowrap;
	cursor:pointer;
}

.daterangepicker.single td,.daterangepicker.single th {
	width:24px;
}

.daterangepicker td.off {
	color:#999;
	background:#fff;
}

.daterangepicker td.disabled,.daterangepicker option.disabled {
	color:#999;
	cursor:not-allowed;
	text-decoration:line-through;
}

.daterangepicker td.available:hover,.daterangepicker th.available:hover {
	background:#eee;
}

.daterangepicker td.in-range {
	background:#ebf4f8;
	border-radius:0;
}

.daterangepicker td.start-date {
	border-radius:4px 0 0 4px;
}

.daterangepicker td.end-date {
	border-radius:0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
	border-radius:4px;
}

.daterangepicker td.active,.daterangepicker td.active:hover {
	background-color:#357ebd;
	border-color:#3071a9;
	color:#fff;
}

.daterangepicker td.week,.daterangepicker th.week {
	color:#ccc;
}

.daterangepicker select.monthselect,.daterangepicker select.yearselect {
	font-size:12px;
	padding:1px;
	height:auto;
	margin:0;
	cursor:default;
}

.daterangepicker select.monthselect {
	margin-right:2px;
	width:48%;
}

.daterangepicker .month select.yearselect {
	width:48%;
}

.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.secondselect,.daterangepicker select.ampmselect {
	width:44px;
	margin-bottom:0;
	padding:0;
	font-size:12px;
	height:initial;
}

.daterangepicker th.month {
	width:auto;
}

.daterangepicker .input-mini {
	border:1px solid #ccc;
	border-radius:4px;
	color:#555;
	display:block;
	height:initial;
	vertical-align:middle;
	margin:0 0 3px;
	padding:4px 6px 3px 28px;
	width:100%;
	font-size:12px;
}

.daterangepicker .input-mini.active {
	border:1px solid #357ebd;
}

.daterangepicker .daterangepicker_input i {
	position:absolute;
	left:6px;
	top:6px;
}

.daterangepicker .daterangepicker_input .calendar-time i {
	top:4px;
}

.daterangepicker .daterangepicker_input {
	position:relative;
}

.daterangepicker .calendar-time {
	text-align:center;
	margin:4px auto;
	position:relative;
	padding-left:20px;
}

.daterangepicker .calendar-time select.disabled {
	color:#ccc;
	cursor:not-allowed;
}

.daterangepicker .ranges {
	float:none;
	margin:4px;
	text-align:left;
}

.daterangepicker.mode_month .ranges {
	float:left;
}

.daterangepicker .ranges ul {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:100%;
}

.daterangepicker .ranges li {
	font-size:13px;
	background:#f5f5f5;
	border:1px solid #f5f5f5;
	color:#08c;
	padding:3px 12px;
	margin-bottom:1px;
	cursor:pointer;
}

.daterangepicker .ranges li.active,.daterangepicker .ranges li:hover {
	background:#08c;
	border:1px solid #08c;
	color:#fff;
}

@media (min-width:564px) {
	.daterangepicker {
		width:auto;
	}

	.daterangepicker .ranges ul {
		min-width:120px;
	}

	.daterangepicker.single .ranges ul {
		width:100%;
	}

	.daterangepicker.mode_day .calendar.left {
		clear:left;
		margin-right:0;
	}

	.daterangepicker.single .calendar.left {
		clear:none;
	}

	.daterangepicker.single .ranges,.daterangepicker.single .calendar {
		float:left;
	}

	.daterangepicker.mode_day .calendar.right {
		margin-left:0;
	}

	.daterangepicker.mode_day .left .daterangepicker_input {
		margin-right:4px;
	}

	.daterangepicker.mode_day .calendar.left .calendar-table {
		margin-right:4px;
	}

	.daterangepicker.mode_day.single .calendar.left .calendar-table {
		margin-right:0;
	}

	.daterangepicker .ranges,.daterangepicker.mode_day .calendar {
		float:left;
	}
}

@media (min-width:730px) {
	.daterangepicker .ranges {
		width:auto;
		float:left;
	}

	.daterangepicker .calendar.left {
		clear:none;
	}
}

.jq-dropdown {
	position:fixed;
	z-index:9999999;
	display:none;
}

.jq-dropdown .jq-dropdown-menu {
	width:252px;
	max-height:240px;
	overflow-y:scroll;
	overflow-x:hidden;
	list-style:none;
	background:#FFF;
	border:solid 1px #DDD;
	border:solid 1px rgba(0,0,0,.2);
	border-radius:6px;
	box-shadow:0 0 10px rgba(0,0,0,.2);
	padding:4px;
	margin:0;
}

.jq-dropdown .jq-dropdown-menu > A {
	width:52px;
	min-height:22px;
	display:inline-block;
	color:#555;
	text-decoration:none;
	padding:2px;
	margin:2px;
	text-align:center;
	border:1px solid #888;
}

.jq-dropdown .jq-dropdown-menu > A:hover {
	background-color:#08C;
	color:#FFF;
	cursor:pointer;
}

#main_content .search_form .el_select_button {
	display:inline;
	margin:0 0 8px 8px;
	padding:6.5px 0;
	outline:none;
	font-weight:700;
	border:1px solid #a8a8a8;
	min-width:48px;
	color:#337ab7;
	background-color:#fff;
}

#main_content .search_form .el_select_button:hover {
	color:#23527c;
	background-color:#eee;
	border-color:#a8a8a8;
}

#main_content .search_form > .panel_simple > .layout_panel > .el_select_button {
	float:left;
	margin:0;
}

.field_table .cell_externallist .externallist {
	border:0;
}

.field_externallist .placeholder,.externallist .placeholder {
	font-size:13px;
	line-height:20px;
	color:#999;
	position:absolute;
	top:2px;
	left:4px;
	bottom:0;
	right:0;
	overflow:hidden;
	text-align:left;
}

.field_externallist,.externallist {
	border:1px solid #a8a8a8;
	width:100%;
	background-color:#fff;
	position:relative;
	min-height:24px;
}

.field_externallist .el_button,.externallist .el_button {
	color:#999;
	text-align:center;
	line-height:22px;
	position:absolute;
	right:0;
	width:23px;
	top:0;
	bottom:0;
	border-left:1px solid #a8a8a8;
	background-color:#fff;
	cursor:pointer;
}

.field_externallist .el_button:hover,.externallist .el_button:hover {
	background-color:#e6e6e6;
}

.field_externallist .el_button:after,.externallist .el_button:after {
	content:"...";
	font:normal normal normal 14px FontAwesome;
}

.bx-wrapper {
	position:relative;
	margin:0 auto;
	padding:0;
	*zoom:1;
}

.bx-wrapper img,.bxslider img {
	margin:auto;
	width:100%;
	display:block;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow:0 0 5px #ccc;
	-webkit-box-shadow:0 0 5px #ccc;
	box-shadow:0 0 5px #ccc;
	left:0;
	background:#fff;
	-webkit-transform:translatez(0);
	-moz-transform:translatez(0);
	-ms-transform:translatez(0);
	-o-transform:translatez(0);
	transform:translatez(0);
}

.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto {
	position:absolute;
	bottom:8px;
	width:100%;
}

.bx-wrapper .bx-loading {
	min-height:50px;
	background:url(../images/bx_loader.gif) center center no-repeat #fff;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2000;
}

.bx-wrapper .bx-pager {
	text-align:center;
	font-size:.85em;
	font-family:Arial;
	font-weight:700;
	color:#666;
}

.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display:inline-block;
	background-color:rgba(0,0,0,0.5);
	padding:4px;
	*zoom:1;
	*display:inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background:url(../images/bx.png) no-repeat -138px -20px;
	text-indent:-9999px;
	display:block;
	width:10px;
	height:10px;
	margin:0 5px;
	outline:0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:url(../images/bx.png) no-repeat -128px -20px;
}

.bx-wrapper .bx-prev {
	left:10px;
	background:url(../images/bx.png) no-repeat -32px -0;
}

.bx-wrapper .bx-next {
	right:10px;
	background:url(../images/bx.png) no-repeat -96px -0;
}

.bx-wrapper .bx-prev:hover {
	background:url(../images/bx.png) no-repeat -0 -0;
}

.bx-wrapper .bx-next:hover {
	background:url(../images/bx.png) no-repeat -64px -0;
}

.bx-wrapper .bx-controls-direction a {
	position:absolute;
	top:0;
	margin-top:11px;
	outline:0;
	width:32px;
	height:32px;
	text-indent:-9999px;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display:none;
}

.bx-wrapper .bx-controls-auto {
	text-align:center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display:block;
	text-indent:-9999px;
	width:10px;
	height:10px;
	outline:0;
	background:url(../images/bx.png) no-repeat -138px -0;
	margin:0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active {
	background:url(../images/bx.png) no-repeat -128px -0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display:block;
	text-indent:-9999px;
	width:10px;
	height:10px;
	outline:0;
	background:url(../images/bx.png) no-repeat -138px -10px;
	margin:0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active {
	background:url(../images/bx.png) no-repeat -128px -10px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align:left;
	width:80%;
	padding-left:8px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right:-4px;
	width:48px;
}

.bx-wrapper .bx-caption {
	position:absolute;
	bottom:0;
	left:0;
	background:#666\9;
	background:rgba(80,80,80,0.75);
	width:100%;
}

.bx-wrapper .bx-caption span {
	color:#fff;
	font-family:Arial;
	display:block;
	font-size:.85em;
	padding:10px;
}

.sidr {
	display:none;
	position:absolute;
	position:fixed;
	top:0;
	bottom:0;
	height:100%;
	z-index:999999;
	width:152px;
	overflow-x:hidden;
	overflow-y:auto;
	font-size:13px;
	font-weight:700;
	background:#f8f8f8;
	color:#333;
}

.sidr.right {
	left:auto;
	right:-152px;
	border-left:1px solid #dfdfdf;
}

.sidr.left {
	left:-152px;
	right:auto;
	border-right:1px solid #dfdfdf;
}

.sidr ul li {
	display:block;
	margin:0;
	line-height:38px;
	border-top:1px solid #fff;
	border-bottom:1px solid #dfdfdf;
}

.sidr ul li:hover > a,.sidr ul li:hover > span,.sidr ul li.active > a,.sidr ul li.active > span,.sidr ul li.sidr-class-active > a,.sidr ul li.sidr-class-active > span {
	-webkit-box-shadow:inset 0 0 15px 3px #ebebeb;
	-moz-box-shadow:inset 0 0 15px 3px #ebebeb;
	box-shadow:inset 0 0 15px 3px #ebebeb;
}

.sidr ul li a,.sidr ul li span {
	padding:0 15px;
	display:block;
	text-decoration:none;
	color:#333;
}

table,div,pre,a,button,select,input,textarea {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

html {
	height:100%;
}

body {
	font-size:11px;
	margin:0;
	height:100%;
}

div,form,pre {
	margin:0;
}

body,button,select,input {
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

table {
	margin:auto;
}

button,select,input,textarea {
	margin:0;
	min-height:20px;
	font-size:13px;
}

input[type="checkbox"] {
	min-height:18px;
	position:relative;
	top:1px;
}

p {
	margin:0;
	padding:.25em 0;
}

pre {
	white-space:pre-wrap;
	white-space:-moz-pre-wrap!important;
	white-space:-pre-wrap;
	white-space:-o-pre-wrap;
	word-wrap:break-word;
}

.data_table button,.data_table select,.data_table input,.data_table textarea {
	min-height:19px;
}

.data_table input[type="checkbox"] {
	min-height:13px;
}

select[multiple] {
	height:68px;
}

select,input[type="file"],input[type="text"],input[type="password"],textarea {
	width:100%;
	border:1px solid #666;
}

input[type="text"],input[type="password"],textarea {
	padding:0 3px;
}

.dt_button {
	width:17px;
}

.field_location .map {
	display:none;
	min-width:360px;
	min-height:240px;
	border:1px solid #666;
}

textarea {
	min-height:68px;
}

img {
	border:0;
	margin:0;
}

ul,ol {
	margin:0;
	padding:0;
}

ul {
	list-style:none;
}

li {
	*display:inline;
}

.smiley {
	vertical-align:middle;
	margin-top:-2px;
}

div.menubar a,div.menubar label {
	font-weight:700;
	padding:4px 2px;
	float:left;
}

#messageBox {
	position:fixed;
	top:4px;
	width:70%;
	left:15%;
	*margin-left:-240px;
	z-index:2000;
}

#messageContainer {
	padding:4px;
	margin:auto;
	font-size:14px;
	background-color:#FF6;
	border:1px solid #000;
	border-radius:6px;
}

#closeMessageButton {
	float:right;
	cursor:pointer;
	padding:4px;
}

.error_message,.action_message {
	margin:2px;
}

.error_message {
	color:#FF3338;
}

.action_message {
	color:#003368;
}

.trace_box {
	word-wrap:break-word;
	border:1px solid #000;
	background-color:#ffffc0;
	padding:4px;
}

.link_button {
	display:block;
	width:170px;
	padding:5px;
	border:1px solid #369;
	text-align:center;
	background-color:#fff;
	color:#369;
	font-weight:700;
	text-decoration:none;
	position:fixed;
	top:100%;
	left:100%;
	margin-top:-27px;
	margin-left:-172px;
	z-index:500;
}

.field_table,.field_formaltable {
	background-color:#5A8698;
	margin:0;
}

.field_table tr td,.field_table tr th,.field_formaltable tr td,.field_formaltable tr th {
	color:#003368;
}

.field_table tr th,.field_formaltable tr th {
	text-align:center;
	background-color:#D8E0E8;
}

.field_table tr th .header_label,.field_formaltable tr th .header_label {
	font-weight:700;
	padding:2px;
}

.field_table tr th input.check,.field_formaltable tr th input.check,.field_table tr td input.check,.field_formaltable tr td input.check {
	margin:2px;
	min-height:0;
	float:left;
	top:0;
}

.field_table tr td,.field_formaltable tr td {
	background-color:#FFF;
	padding:0;
}

.field_table tr td .label,.field_formaltable tr td .label {
	padding:2px;
}

.field_table tr td.cell_check,.field_formaltable tr td.cell_check {
	text-align:center;
}

.field_table tr td.cell_action,.field_formaltable tr td.cell_action {
	padding:2px;
	text-align:center;
	white-space:nowrap;
}

.field_checklist {
	border:1px solid #666;
	float:left;
}

.field_checklist td {
	padding:0 2px;
}

.data_table {
	border-spacing:1px;
	background-color:#222;
}

.data_table th.sortable {
	cursor:pointer;
}

.data_table th.sort_asc {
	background-image:url(../../../../images/move_up.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:16px;
	background-color:#357;
}

.data_table th.sort_desc {
	background-image:url(../../../../images/move_down.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:16px;
	background-color:#357;
}

.data_table tr td,.data_table tr th {
	color:#003368;
	padding:3px 2px;
}

.data_table tr td.action {
	padding:1px;
	text-align:center;
	white-space:nowrap;
}

.data_table tr:nth-child(even) td {
	background-color:#F0F0F0;
}

.data_table tr:nth-child(odd) td {
	background-color:#FFF;
}

.data_table tr.group td {
	background-color:#FFF5D5;
	color:#C00;
}

.data_table tr:hover td {
	background-color:#ffe4c4;
}

.data_table tr:nth-child(odd) td.int_total,.data_table tr:nth-child(odd) td.float_total,.data_table tr:nth-child(odd) td.date_total,.data_table tr:nth-child(odd) td.total,.data_table tr:nth-child(odd) td.int_total a,.data_table tr:nth-child(odd) td.float_total a,.data_table tr:nth-child(odd) td.date_total a,.data_table tr:nth-child(odd) td.total,.data_table tr:nth-child(even) td.int_total,.data_table tr:nth-child(even) td.float_total,.data_table tr:nth-child(even) td.date_total,.data_table tr:nth-child(even) td.total,.data_table tr:nth-child(even) td.int_total a,.data_table tr:nth-child(even) td.float_total a,.data_table tr:nth-child(even) td.date_total a,.data_table tr:nth-child(even) td.total,.data_table tr.group td.int_total a,.data_table tr.group td.float_total a,.data_table tr.group td.date_total a,.data_table tr.group td.total,.data_table tr.group td.int_total,.data_table tr.group td.float_total,.data_table tr.group td.date_total,.data_table tr.group td.total {
	color:#C00;
}

.data_table tr td.int,.data_table tr td.float,.data_table tr td.int_header,.data_table tr td.float_header,.data_table tr td.int_total,.data_table tr td.float_total {
	text-align:right;
}

.data_table tr th,.data_table tr td.int_header,.data_table tr td.float_header,.data_table tr td.date_header,.data_table tr td.header {
	background-color:#D8E0E8;
	font-weight:700;
}

.data_table tr th {
	text-align:center;
	font-size:13px;
	font-weight:400;
	padding:8px;
	color:#fff;
	background-color:#222;
}

.data_table tr td.int_header,.data_table tr td.float_header,.data_table tr td.date_header,.data_table tr td.header {
	vertical-align:top;
}

.data_table .long_string {
	width:300px;
	word-wrap:break-word;
	white-space:normal;
	max-height:32px;
	overflow:auto;
}

.data_table tr.warning td {
	background-color:#FFFF80;
}

.data_table tr.alert td {
	background-color:#ff0;
}

.data_table tr.error td {
	background-color:#ffc0cb;
}

.data_table tr td {
	color:#0F1C1A;
	padding:4px;
}

.page_nav_panel {
	text-align:center;
}

.page_nav_button {
	background-color:#D8E0E8;
	border-top:1px solid #FFF;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-left:1px solid #FFF;
	padding:3px;
	line-height:35px;
	font-weight:700;
	text-decoration:none;
}

.LV_validation_message {
	position:relative;
}

.LV_invalid span {
	font-size:14px;
	line-height:18px;
	white-space:nowrap;
	display:block;
	position:absolute;
	top:-3px;
	left:2px;
	background-color:#ff0;
	color:red;
	padding:0 4px;
	border:1px solid #000;
	z-index:2000;
}

.LV_valid {
	display:none;
}

.mandatory {
	color:red;
}

.caption {
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	padding:8px;
	background:#640000;
	color:#fff;
	margin-bottom:8px;
}

#main_content .content {
	padding:8px;
	float:left;
	width:100%;
	position:relative;
}

#main_content .pager {
	clear:both;
	text-align:center;
	padding-top:8px;
	font-size:14px;
}

#main_content .pager a {
	line-height:30px;
	min-width:30px;
	display:inline-block;
	color:#fff!important;
	text-decoration:none!important;
	background:rgba(0,0,0,0.7);
}

#main_content .pager a:hover {
	background-color:#000;
}

.field_attrset_table {
	width:100%;
	border:1px solid #5A8698;
	padding:2px;
}

.attr_set_title span {
	font-size:120%;
	font-weight:700;
	background-color:#369;
	color:#fff;
	display:block;
	padding:2px 0;
	margin:2px;
	text-align:center;
}

.panel_tab,.field_attrset_tab {
	padding:2px;
}

.panel_table {
	background-color:#D8E0E8;
	border:1px solid #5A8698;
	padding:2px;
}

.panel_table .layout_script,.panel_table .layout_custom,.panel_table .layout_html,.panel_table .layout_label,.panel_table .layout_image,.panel_table .layout_control,.field_attrset_table .layout_script,.field_attrset_table .layout_custom,.field_attrset_table .layout_html,.field_attrset_table .layout_label,.field_attrset_table .layout_image,.field_attrset_table .layout_control {
	padding:2px;
}

.panel_table .layout_label,.field_attrset_table .layout_label {
	white-space:nowrap;
}

.panel_table .layout_panel .panel_table,.field_attrset_table .layout_panel .panel_table {
	border:0;
	padding:0;
}

.panel_table .layout_panel,.field_attrset_table .layout_panel {
	width:100%;
}

.panel_table .layout_control .field_label,.field_attrset_table .layout_control .field_label {
	background:#fff;
	padding:2px;
	min-height:19px;
	border:1px solid #666;
	font-size:13px;
}

.pie_chart,.bar_chart,.area_chart {
	border:1px solid #5A8698;
	width:320px;
	height:240px;
	margin:4px 0;
}

.pie_chart {
	display:inline-block;
}

ul.token-input-list {
	overflow:hidden;
	height:auto!important;
	height:1%;
	cursor:text;
	min-height:1px;
	z-index:999;
	margin:0;
	padding:0;
	background-color:#fff;
	list-style-type:none;
	clear:left;
}

ul.token-input-list li input {
	border:0;
	background-color:#fff;
	-webkit-appearance:caret;
	min-height:24px!important;
	width:10px;
}

li.token-input-token {
	overflow:hidden;
	height:auto!important;
	margin:1px;
	padding:0 1px 1px;
	background-color:#eff2f7;
	color:#000;
	cursor:pointer;
	border:1px solid #ccd5e4;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	float:left;
}

li.token-input-token p {
	display:inline;
	padding:0;
	margin:0;
	font-size:14px;
}

li.token-input-token span {
	margin-left:3px;
	cursor:pointer;
	vertical-align:top;
	padding-top:2px;
	display:inline-block;
}

li.token-input-selected-token {
	background-color:#5670a6;
	border:1px solid #3b5998;
	color:#fff;
}

li.token-input-input-token {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
}

div.token-input-dropdown {
	position:absolute;
	background-color:#fff;
	overflow:hidden;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	cursor:default;
	z-index:1;
}

div.token-input-dropdown p {
	margin:0;
	padding:5px;
	color:#777;
}

div.token-input-dropdown ul {
	margin:0;
	padding:0;
}

div.token-input-dropdown ul li {
	background-color:#fff;
	padding:3px;
	margin:0;
	list-style-type:none;
}

div.token-input-dropdown ul li.token-input-dropdown-item {
	background-color:#fff;
}

div.token-input-dropdown ul li.token-input-dropdown-item2 {
	background-color:#fff;
}

div.token-input-dropdown ul li em {
	font-weight:700;
	font-style:normal;
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
	background-color:#3b5998;
	color:#fff;
}

.panel_table {
	background-color:#fff;
	border:none;
	padding:4px;
}

.layout_panel .panel_table {
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.mandatory {
	color:#000;
}

.mandatory:after {
	content:" (*)";
	color:red;
}

select,input[type="file"],input[type="text"],input[type="password"],textarea {
	border:1px solid #ccc;
}

button,select,input,textarea {
	min-height:26px;
}

input[type="submit"],input[type="reset"],input[type="button"] {
	cursor:pointer;
	display:inline-block;
	font-size:12px;
	padding:6px 12px;
	color:#fff;
	border:1px solid #357;
	background-color:#c00;
	background-repeat:repeat-x;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover {
	background:#345159;
	border:1px solid #345159;
}

.field_externallist,.externallist {
	border:1px solid #ccc;
}

.field_externallist td:first-child,.externallist td:first-child {
	border-right:1px solid #ccc;
}

ul.token-input-list {
	min-height:24px;
}

ul.token-input-list li input {
	padding:3px;
}

li.token-input-token {
	padding:2px 2px 1px 1px;
}

.panel_table .layout_control .field_label,.field_attrset_table .layout_control .field_label {
	border:1px solid #ccc;
	min-height:24px;
	padding:4px 3px;
}

@keyframes attention {
	0% {
		-webkit-transform:scale(1.1);
		transform:scale(1.1);
	}

	50% {
		-webkit-transform:scale(0.9);
		transform:scale(0.9);
	}

	100% {
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}

@-webkit-keyframes attention {
	0% {
		-webkit-transform:scale(1.1);
		transform:scale(1.1);
	}

	50% {
		-webkit-transform:scale(0.9);
		transform:scale(0.9);
	}

	100% {
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}

.attention {
	animation:attention 1s infinite;
	-webkit-animation:attention 1s infinite;
	font-weight:700;
}

#pos_right_nav #greeting .item_list a.item {
	padding:10px 4px;
	font-weight:700;
}

#pos_top_panel #greeting .item_list a.item {
	padding:8px;
}

#pos_right_nav #greeting .main_info,#pos_right_panel #greeting .main_info,#pos_left_nav #greeting .main_info,#pos_left_panel #greeting .main_info {
	width:100%;
	background-color:#D6D6D6;
	box-shadow:0 0 2px #222;
}

#greeting #loginOption a,.sidr-inner #sidr-id-loginOption a {
	margin:0 1px;
	margin-top:4px;
	display:inline-block;
}

#greeting #loginOption a.button,.sidr-inner #sidr-id-loginOption a.button {
	margin:5px;
	padding:7px 0;
	border-radius:5px;
	box-shadow:0 0 5px #888;
	text-decoration:none;
	color:#357;
	width:118px;
	text-align:center;
}

.sidr-inner #sidr-id-loginOption a.button {
	display:block;
}

#greeting #loginOption a.button img,.sidr-inner #sidr-id-loginOption a.button img {
	width:16px;
	margin-bottom:-3px;
}

#greeting .main_info {
	float:left;
	text-align:left;
	padding:5px;
	box-shadow:0 0 2px #222;
	margin:2px;
}

.sidr-inner .main_info {
	float:right;
	text-align:left;
	padding:5px;
}

#greeting .main_info .avatar,.sidr-inner .main_info .avatar {
	float:left;
	margin:1px 4px 3px 0;
}

#greeting .main_info .avatar img,.sidr-inner .main_info .avatar img {
	height:48px;
}

#greeting .main_info .name,#greeting .main_info .amount,.sidr-inner .main_info .name,.sidr-inner .main_info .amount {
	white-space:nowrap;
	overflow:hidden;
}

#greeting .main_info .starBalance,.sidr-inner .main_info .starBalance {
	text-decoration:none;
	color:red;
	display:inline-block;
	border-bottom:1px solid red;
	padding:0 0 2px;
	font-weight:700;
}

#greeting .main_info .name a,.sidr-inner .main_info .name a {
	color:red;
	font-weight:700;
	font-size:12px;
}

#greeting .main_info .info div,.sidr-inner .main_info .info div {
	padding-bottom:3px;
	max-width:80px;
}

#greeting .main_info .info,.sidr-inner .main_info .info {
	float:left;
}

#greeting .main_info > *,.sidr-inner .main_info > * {
	max-width:124px;
	overflow:hidden;
}

#greeting .main_info > #loginOption {
	max-width:360px;
}

.sidr-inner .item_list {
	display:block;
	clear:both;
}

.sidr-inner .item_list .item {
	display:block;
	clear:both;
	padding:8px 4px;
	border-bottom:1px solid #dfdfdf;
	text-decoration:none;
	color:#444;
}

.sidr-inner .item_list .item:first-child {
	border-top:1px solid #dfdfdf;
}

.sidr-inner .item_list .item:hover {
	background-color:#bcd;
}

#top_player .item_list a.item.up,#top_player .item_list a.item.down {
	background-repeat:no-repeat;
	background-position:right center;
}

#top_player .item_list a.item.up {
	background-image:url(/com/ftl/game/images/arrow_up.png);
}

#top_player .item_list a.item.down {
	background-image:url(/com/ftl/game/images/arrow_down.png);
}

#top_player .item_list a.item .avatar {
	float:left;
	width:32px;
	max-height:32px;
	margin-right:4px;
}

#top_player .item_list a.item.online {
	color:#357;
}

#top_player .item_list a.item .name,#top_player .item_list a.item .balance {
	white-space:nowrap;
	overflow:hidden;
	line-height:15px;
}

#top_player .item_list a.item .name::before,#top_player .item_list a.item .balance::before {
	content:"";
	display:inline-block;
	width:16px;
	height:16px;
	margin-bottom:-3px;
	margin-right:4px;
	background-image:url(/com/ftl/game/images/icon16.png);
	background-repeat:no-repeat;
}

.top-ads {
	text-align:center;
	font-size:0;
}

.top-ads img {
	max-width:100%;
	max-height:100%;
}

#detail {
	float:left;
	background-color:#fff;
}

#avatar_shop {
	float:left;
	width:100%;
	background:#fff;
}

#avatar_shop .style1 a {
	text-decoration:none;
}

#avatar_shop .style1 .caption {
	margin-bottom:0;
}

#avatar_shop .style1 .tab_container {
	background:#353535;
	float:left;
	width:100%;
}

#avatar_shop .style1 .tab_container a {
	color:#fff;
	padding:5px 8px 7px;
	float:left;
	border-top:2px solid transparent;
}

#avatar_shop .style1 .tab_container a.active,#avatar_shop .style1 .tab_container a:hover {
	background-color:rgba(0,0,0,0.4);
}

#avatar_shop .style1 .tab_container a.active {
	border-top:2px solid red;
}

#avatar_shop .style1 .content {
	float:left;
	width:100%;
	background-color:#fff;
	clear:both;
}

#avatar_shop .style1 .content .avatar-item-list {
	float:left;
	padding:8px 0 0 8px;
}

#avatar_shop .style1 .content .avatar-item-list .avatar {
	float:left;
	width:71px;
	cursor:pointer;
	text-align:left;
	margin:0 8px 8px 0;
	border:1px solid #aaa;
}

#avatar_shop .style1 .content .avatar-item-list .avatar:hover {
	background-color:#CDF;
}

#avatar_shop .style1 .content .avatar-item-list .avatar .item_img {
	padding:2px;
}

#avatar_shop .style1 .content .avatar-item-list .avatar .item_img img {
	height:64px;
	width:64px;
}

#avatar_shop .style1 .content .avatar-item-list .avatar .price {
	float:right;
}

#avatar_shop .style1 .content .avatar-item-list .avatar .price div {
	float:left;
}

#avatar_shop .style1 .content .avatar-item-list .avatar .price div:first-child {
	margin-top:4px;
}

#avatar_shop .style1 .content .title {
	text-align:center;
	font-size:14px;
	font-weight:700;
	padding-bottom:5px;
}

#login {
	width:240px;
	margin:20px auto;
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 0 10px #555;
	-webkit-box-shadow:0 0 10px #555;
	box-shadow:0 0 10px #555;
	background-color:#fff;
}

#login .title {
	text-transform:uppercase;
	font-size:16px;
	margin:8px 8px 8px 4px;
	float:left;
}

#login .external_login label.icon32 {
	margin:0 2px;
}

#login .content {
	float:none;
	padding:0;
}

#login .content .internal_login .password,#login .content .internal_login .auto_login,#login .content .internal_login .btn_login {
	padding-top:8px;
}

#login .content .internal_login input[type="checkbox"] {
	min-height:13px;
}

#login .content .internal_login input[type="text"],#login .content .internal_login input[type="password"] {
	width:100%;
	display:inline-block;
	height:29px;
	margin:4px 0 0;
	padding:0 8px;
	background:#fff;
	border:1px solid #D9D9D9;
	border-top:1px solid silver;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}

#login .content .internal_login input[type="text"]:hover,#login .content .internal_login input[type="password"]:hover {
	border:1px solid #B9B9B9;
	border-top:1px solid #A0A0A0;
	-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.1);
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.1);
}

#login .content .internal_login input[type="text"]:focus,#login .content .internal_login input[type="password"]:focus {
	outline:none;
	border:1px solid #ccc;
	-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.3);
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.3);
}

#login .content .internal_login input[type="submit"] {
	font-size:14px;
	padding:8px;
	margin-top:4px;
	color:#fff;
	border:1px solid red;
	background-color:#c00;
	width:100%;
	cursor:pointer;
}

#login .content .internal_login input[type="submit"]:hover {
	background:#000;
	border:1px solid #000;
}

#login .content .separator {
	position:relative;
	text-align:center;
	padding:10px 0;
	float:left;
	width:100%;
}

#login .content .separator .separator_container .line_1 {
	width:100%;
	border-top:1px solid #ccc;
}

#login .content .separator .separator_container .line_2 span {
	padding:3px;
	background-color:#fff;
	left:42%;
	position:absolute;
	top:0;
}

#login .content .external_login {
	clear:both;
	padding-top:4px;
}

#login .content .action {
	padding-top:8px;
}

#login .content .action a {
	color:#000;
}

#login .content .action a:first-child {
	float:left;
	margin:4px 0;
}

#login .content .action a:last-child {
	float:right;
	margin:4px 0;
}

#download-client {
	text-align:center;
}

#download-client a img {
	padding:4px;
}

#download-client a {
	display:inline-block;
	margin:4px 0 8px;
	font-weight:700;
	text-decoration:none;
	color:#000;
}

#download-client a:hover {
	color:#EC7335;
}

.article-list .item {
	float:left;
	padding:8px;
	width:100%;
}

.article-list .item .avatar {
	float:left;
	margin-right:8px;
}

.article-list .item .avatar img {
	width:64px;
	box-shadow:0 0 6px #aaa;
	border-radius:4px;
}

.article-list .item .title {
	color:blue;
	font-weight:700;
	text-decoration:none;
}

.article-list .item .readmore {
	color:red;
}

.article-list .item a:hover {
	color:#EC7335;
}

div.msgBox {
	background-color:#802;
	box-shadow:0 0 0 1px #a03;
	position:fixed;
	z-index:1000;
	color:#fff;
	padding-top:16px;
	border-radius:4px;
	max-height:calc(100% - 8px);
	overflow:auto;
}

div.msgBoxBackGround {
	top:0;
	left:0;
	position:absolute;
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	z-index:1000;
}

div.msgBoxContainer {
	float:left;
	clear:both;
	width:100%;
	padding:4px;
}

div.msgBox > .closeButton {
	background-image:url(../images/dialog_close_button.png);
	width:41px;
	height:17px;
	margin-top:5px;
	margin-right:4px;
	cursor:pointer;
	position:absolute;
	right:0;
	top:0;
}

div.msgBoxContent {
	overflow:auto;
	padding:0;
	background-color:#fefefe;
	color:#000;
	float:left;
}

div.msgBoxContent > iframe {
	border:none;
	margin-bottom:-2px;
}

div.msgBoxButtons {
	float:left;
	clear:both;
	width:100%;
	text-align:center;
	padding-bottom:4px;
}

div.msgBoxButtons input[type="button"] {
	display:inline-block;
	width:96px;
	font-weight:700;
	padding:8px;
	margin:2px 4px;
	color:#a22;
	border:0;
	text-shadow:0 1px 1px #fff;
	background-color:#ccc;
	background:-webkit-linear-gradient(top,#fff 0%,#ccc 50%,#aaa 50%,#fff 100%);
	background:linear-gradient(to bottom,#fff 0%,#ccc 50%,#aaa 50%,#fff 100%);
	box-shadow:0 0 4px #000;
}

div.msgBoxButtons input.focused,div.msgBoxButtons input[type='button']:hover {
	box-shadow:0 0 4px 2px #2af;
}

.msgBoxContainer .msgBoxInputs .msgInputHeader {
	float:left;
	font-size:14px;
}

.msgBoxContainer .msgBoxInputs input {
	float:left;
	clear:both;
	width:100%;
	font-size:18px;
}

div.msgBox .msgBoxTitle {
	margin-top:-12px;
	margin-left:4px;
	margin-right:48px;
	padding:3px;
	cursor:move;
	height:20px;
}

div.msgBox.draggable .msgBoxTitle {
	padding:2px;
	border-bottom:1px solid #a03;
	border-right:1px solid #a03;
	border-top:1px solid #601;
	border-left:1px solid #601;
}

.level
{
	margin:3px;
	background-image:url(/com/ftl/game/images/levels.png);
	background-repeat:no-repeat;
	width:32px;
	height:32px;
}
.level_ribbon {
	text-align:center;
	background:#c21111;
	height:40px;
	min-width:300px;
}
.level_ribbon h1 {
	color:#000;
	text-shadow:#d65c5c 0 1px 0;
	margin:0px;
	padding:10px 16px;
	font-size:18px;
	white-space:nowrap;
}
#player_profile{float:left;max-width:90vw;width:576px;text-align:left;position:relative;background-color:#fff;}
#player_profile #attrs
{
	float:left;
	width:100%;
	min-height:64px;
}
#player_profile #attrs .attr{float:left;clear:both;}
#player_profile #attrs .avatar{	position:absolute;left:2px;width:64px;}
#player_profile #attrs .attr,#player_profile #attrs .message, #player_profile .action
{
	margin-left:68px;
}
#player_profile #attrs .message
{
	padding:4px;
	text-align:left;
	border:1px solid black;
	margin-left:70px;
	margin-right:4px;
	margin-bottom:2px;
}
#player_profile #attrs .attr
{
	padding:2px;
	background-repeat:no-repeat;
	background-position:left center;
	font-size:12px;
	max-width:280px;
}

#player_profile #attrs .GOOGLE_ID::before,
#player_profile #attrs .YAHOO_ID::before,
#player_profile #attrs .FACEBOOK_ID::before,
#player_profile #attrs .chipBalance::before,
#player_profile #attrs .starBalance::before,
#player_profile #attrs .score::before,
#player_profile #attrs .rank::before,
#player_profile #attrs .stats::before,
#player_profile #attrs .address::before,
#player_profile #attrs .email::before,
#player_profile #attrs .gender_m::before,
#player_profile #attrs .gender_f::before,
#player_profile #attrs .birth_date::before,
#player_profile #attrs .club::before,
#player_profile #attrs .online_status::before
{
	content:"";
	display:inline-block;
	width:16px;
	height:16px;
	margin-bottom:-3px;
	margin-right:3px;
	background-image:url('/com/ftl/game/images/icon16.png');
}

#player_profile #attrs .GOOGLE_ID::before { background-position:0px 0px; }
#player_profile #attrs .YAHOO_ID::before { background-position:-16px 0px; }
#player_profile #attrs .FACEBOOK_ID::before { background-position:-32px 0px; }
#player_profile #attrs .chipBalance::before { background-position:-48px 0px; }
#player_profile #attrs .starBalance::before { background-position:-464px 0px; }
#player_profile #attrs .score::before { background-position:-64px 0px; }
#player_profile #attrs .rank::before { background-position:-80px 0px; }
#player_profile #attrs .stats::before { background-position:-96px 0px; }
#player_profile #attrs .address::before { background-position:-112px 0px; }
#player_profile #attrs .email::before { background-position:-128px 0px; }
#player_profile #attrs .gender_m::before { background-position:-144px 0px; }
#player_profile #attrs .gender_f::before { background-position:-160px 0px; }
#player_profile #attrs .birth_date::before { background-position:-176px 0px; }
#player_profile #attrs .club::before { background-position:-320px 0px; }
#player_profile #attrs .online_status::before { background-position:-208px 0px; }

#player_profile #attrs .rank .xp_bg {
	display:inline-block;
	border:1px solid #066;
	height:12px;
	margin-bottom:-2px;
}
#player_profile #attrs .rank .xp_fg {
	float:left;
	height:10px;
	background:rgb(10,119,213); /* Old browsers */
	background:-webkit-linear-gradient(top,rgba(10,119,213,1) 0%,rgba(115,177,231,1) 40%,rgba(115,177,231,1) 61%,rgba(10,119,213,1) 100%);
	background:linear-gradient(to bottom,rgba(10,119,213,1) 0%,rgba(115,177,231,1) 40%,rgba(115,177,231,1) 61%,rgba(10,119,213,1) 100%);
}
#player_profile #attrs .online_status a {color:red; text-decoration:none;}
#player_profile #attrs .online_status a:hover {text-decoration:underline;}

#player_profile .judgePanel {
	float:left;
	clear:both;
	width:100%;
	margin-left:68px;
	max-width:calc(100% - 74px);
}
#player_profile .judgePanel > a {
	display:inline-block;
	padding:0.4em 0.6em;
	margin-top:0.2em;
	border-radius:0.15em;
	text-decoration:none;
	font-size:160%;
	color:#fff;
}
#player_profile .judgePanel > a:hover {
	box-shadow:inset 0 0 0.25em rgba(255,255,255,1);
}
#player_profile .judgePanel > a.active {
	color:#000;
	text-shadow:0px 0px 2px #fff;
	box-shadow:0 0 4px 1px #c00;
}
#player_profile .judgePanel > a:before {
	content:'';
	background-size:cover;
	width:32px;
	height:32px;
	float:left;
	margin:-4px 8px -6px -4px;
}
#player_profile .judgePanel > a.likeButton {
	background-color:#2979FF;
}
#player_profile .judgePanel > a.hateButton {
	background-color:#a24dcc;
}
#player_profile .judgePanel > a.likeButton:before {
	background-image:url(../images/gender/l1.png);
}
#player_profile .judgePanel > a.hateButton:before {
	background-image:url(../images/gender/h1.png);
}
#player_profile .inventory {
	float:left;
	width:100%;
	padding:2px 2px 2px 0px;
}
#player_profile .inventory th {
	background-image:url('/com/ftl/game/images/chest.png');
	width:64px;
	height:64px;
	background-repeat:no-repeat;
	background-position:center;
	padding:0px;
}
#player_profile .inventory td {
	background-color:#ffa;
	border:1px solid #800;
	min-height:64px;
	max-height:96px;
	overflow:auto;
	text-align:left;
	vertical-align:top;
	padding:2px;
	display:block;
}
#player_profile .inventory img {
	height:64px;
}
#player_profile .inventory td a {
	text-decoration:none;
}

#player_profile .action a:hover {
	color:#FFF;
	border:1px solid #fc0;
	background-color:#5285AB;
}
#player_profile .action a {
	color:#CCC;
	float:left;
	margin-right:2px;
	margin-bottom:2px;
	background-color:#000;
	padding:8px 4px;
	border:1px solid #525252;
	text-decoration:none;
}
label.icon16
{
	display:inline-block;
	width:16px;
	height:16px;
	background-image:url('/com/ftl/game/images/icon16.png');
}
label.icon32
{
	display:inline-block;
	width:32px;
	height:32px;
	background-image:url('/com/ftl/game/images/icon32.png');
}

#pos_bottom_nav {
	float:left;
	width:100%;
}

#pos_bottom_nav .module .module_title {
	display:none;
}

#pos_bottom_panel {
	float:left;
	width:100%;
}

#pos_bottom_panel .module .module_title {
	display:none;
}

#pos_content {
	float:left;
	width:100%;
}

#pos_content .module {
	float:left;
	width:100%;
	margin-bottom:8px;
	border-radius:5px;
}

#pos_content .module:last-child {
	margin-bottom:0;
}

#pos_content .module .module_title {
	float:left;
	width:100%;
	text-align:left;
	font-weight:700;
	font-size:13px;
	padding:8px;
	border-bottom:1px solid #bbb;
	color:#357;
	position:relative;
}

#pos_content .module .module_title .module_tool_bar {
	position:absolute;
	top:11px;
	right:4px;
}

#pos_footer {
	float:left;
	width:100%;
	box-shadow:0 0 8px #000;
}

#pos_footer .module .module_title {
	display:none;
}

.copyright {
	line-height:2em;
	font-size:14px;
	text-align:center;
	color:#ccc;
	background-color:#053960;
	border-top:1px solid #444;
	padding:4px 0;
	margin:auto;
}

#pos_header {
	float:left;
	width:100%;
}

#pos_header .module .module_title {
	display:none;
}

#pos_left_nav {
	float:left;
	width:100%;
	color:#444;
}

#pos_left_nav .module {
	float:left;
	width:100%;
	margin-bottom:8px;
	border-radius:5px;
	border:1px solid #bbb;
}

#pos_left_nav .module:last-child {
	margin-bottom:0;
}

#pos_left_nav .module .module_title {
	float:left;
	width:100%;
	text-align:center;
	font-weight:700;
	font-size:13px;
	padding:8px;
	border-bottom:1px solid #bbb;
	color:#357;
	position:relative;
}

#pos_left_nav .module .module_title .module_tool_bar {
	position:absolute;
	top:11px;
	right:4px;
}

#pos_left_nav .item_list {
	float:left;
	width:100%;
}

#pos_left_nav .item_list .item {
	float:left;
	width:100%;
	border-top:1px solid #bbb;
	padding:4px;
}

#pos_left_nav .item_list .item:first-child {
	border-top:0;
}

#pos_left_nav .item_list a.item {
	text-decoration:none;
	color:#444;
}

#pos_left_nav .item_list a.item:hover {
	background-color:#E6D8D8;
}

#pos_left_panel {
	float:left;
	width:100%;
	color:#444;
}

#pos_left_panel .module {
	float:left;
	width:100%;
	margin-bottom:8px;
	border-radius:5px;
	border:1px solid #bbb;
}

#pos_left_panel .module:last-child {
	margin-bottom:0;
}

#pos_left_panel .module .module_title {
	float:left;
	width:100%;
	text-align:center;
	font-weight:700;
	font-size:13px;
	padding:8px;
	border-bottom:1px solid #bbb;
	color:#357;
	position:relative;
}

#pos_left_panel .module .module_title .module_tool_bar {
	position:absolute;
	top:11px;
	right:4px;
}

#pos_left_panel .item_list {
	float:left;
	width:100%;
}

#pos_left_panel .item_list .item {
	float:left;
	width:100%;
	border-top:1px solid #bbb;
	padding:4px;
}

#pos_left_panel .item_list .item:first-child {
	border-top:0;
}

#pos_left_panel .item_list a.item {
	text-decoration:none;
	color:#444;
}

#pos_left_panel .item_list a.item:hover {
	background-color:#E6D8D8;
}

#pos_right_nav {
	float:left;
	width:100%;
	color:#444;
}

#pos_right_nav .module {
	float:left;
	width:100%;
	margin-bottom:8px;
	border-radius:5px;
	border:1px solid #bbb;
}

#pos_right_nav .module:last-child {
	margin-bottom:0;
}

#pos_right_nav .module .module_title {
	float:left;
	width:100%;
	text-align:center;
	font-weight:700;
	font-size:13px;
	padding:8px;
	border-bottom:1px solid #bbb;
	color:#357;
	position:relative;
}

#pos_right_nav .module .module_title .module_tool_bar {
	position:absolute;
	top:11px;
	right:4px;
}

#pos_right_nav .item_list {
	float:left;
	width:100%;
}

#pos_right_nav .item_list .item {
	float:left;
	width:100%;
	border-top:1px solid #bbb;
	padding:4px;
}

#pos_right_nav .item_list .item:first-child {
	border-top:0;
}

#pos_right_nav .item_list a.item {
	text-decoration:none;
	color:#444;
}

#pos_right_nav .item_list a.item:hover {
	background-color:#E6D8D8;
}

#pos_right_panel {
	float:left;
	width:100%;
	color:#444;
}

#pos_right_panel .module {
	float:left;
	width:100%;
	margin-bottom:8px;
	border-radius:5px;
	border:1px solid #bbb;
}

#pos_right_panel .module:last-child {
	margin-bottom:0;
}

#pos_right_panel .module .module_title {
	float:left;
	width:100%;
	text-align:center;
	font-weight:700;
	font-size:13px;
	padding:8px;
	border-bottom:1px solid #bbb;
	color:#357;
	position:relative;
}

#pos_right_panel .module .module_title .module_tool_bar {
	position:absolute;
	top:11px;
	right:4px;
}

#pos_right_panel .item_list {
	float:left;
	width:100%;
}

#pos_right_panel .item_list .item {
	float:left;
	width:100%;
	border-top:1px solid #bbb;
	padding:4px;
}

#pos_right_panel .item_list .item:first-child {
	border-top:0;
}

#pos_right_panel .item_list a.item {
	text-decoration:none;
	color:#444;
}

#pos_right_panel .item_list a.item:hover {
	background-color:#E6D8D8;
}

#pos_top_nav {
	float:left;
	width:100%;
}

#pos_top_nav .module .module_title {
	display:none;
}

#pos_top_nav .item_list .item {
	float:left;
	padding:4px;
	min-width:136px;
	margin:2px;
	box-shadow:0 0 2px #222;
}

#pos_top_nav .item_list a.item {
	text-decoration:none;
	color:#444;
}

#pos_top_nav .item_list a.item:hover {
	background-color:#bcd;
}

#pos_top_panel {
	float:left;
	width:100%;
}

#pos_top_panel .module .module_title {
	display:none;
}

#pos_top_panel .item_list .item {
	float:left;
	padding:4px;
	min-width:136px;
	margin:2px;
	box-shadow:0 0 2px #222;
}

#pos_top_panel .item_list a.item {
	text-decoration:none;
	color:#444;
}

#pos_top_panel .item_list a.item:hover {
	background-color:#bcd;
}

.tabberlive .tabbertabhide {
	display:none;
}

ul.tabbernav {
	padding:4px 0;
	margin-top:2px;
	border-bottom:1px solid #5A8698;
	font-weight:700;
}

ul.tabbernav li {
	list-style:none;
	display:inline;
}

ul.tabbernav li a {
	padding:4px 6px;
	margin-left:3px;
	border:1px solid #5A8698;
	background-color:#D8E0E8;
	text-decoration:none;
	color:#003368;
}

ul.tabbernav li.tabberactive a {
	border-bottom:1px solid #D8E0E8;
}

.tabberlive .tabbertab {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:2px;
	border:1px solid #5A8698;
	border-top:0;
}

#list_champion .item_list .item {
	float:left;
	clear:both;
	padding:0;
}

#list_champion .item_list .item a.tour,#list_champion .item_list .item a.player {
	float:left;
	padding:2px;
	text-decoration:none;
	color:#444;
	overflow:hidden;
}

#list_champion .item_list .item a.tour:hover,#list_champion .item_list .item a.player:hover {
	background-color:#E6D8D8;
}

#list_champion .item_list .item a.tour {
	width:178px;
	line-height:16px;
}

#list_champion .item_list .item .gameAvatar {
	float:left;
	height:32px;
	margin-right:4px;
}

#list_champion .item_list .item a.player .avatar {
	float:left;
	width:32px;
	height:32px;
	margin-right:4px;
}

#list_champion .item_list .item a.player.online {
	color:#800;
}

#list_champion .item_list .item a.player .name,#list_champion .item_list .item a.player .balance,#list_champion .item_list .item a.player .score {
	float:left;
	white-space:nowrap;
	overflow:hidden;
	line-height:16px;
}

#list_champion .item_list .item a.player .name {
	width:138px;
}

#list_champion .item_list .item a.player .balance,#list_champion .item_list .item a.player .score {
	float:left;
	width:69px;
}

#list_champion .item_list .item a.player .name::before,#list_champion .item_list .item a.player .balance::before,#list_champion .item_list .item a.player .score::before {
	content:"";
	display:inline-block;
	width:16px;
	height:16px;
	margin-bottom:-3px;
	margin-right:4px;
	background-image:url(/com/ftl/game/images/icon16.png);
	background-repeat:no-repeat;
}

#list_champion .item_list .item a.player .balance::before {
	background-position:-48px 0;
}

#list_champion .item_list .item a.player .score::before {
	background-position:-64px 0;
}

#list_champion .item_list .item a.player .name::before {
	background-position:-192px 0;
}

#list_champion .item_list .item a.player.online .name::before {
	background-position:-208px 0;
}

#list_game {
	text-align:center;
	float:left;
	width:calc(100% + 8px);
	margin:-4px;
}

#list_game .zone {
	display:inline-block;
	margin:5px 3.2px;
	background-color:#48a;
	box-shadow:0 1px 2px #000,inset 0 0 32px 8px #000;
	position:relative;
	width:132px;
	text-align:center;
}

#list_game .zone:nth-child(1) {
	background-image:url(../../../../../com/ftl/game/images/zone/zonebg1.webp);
}

#list_game .zone:nth-child(2) {
	background-image:url(../../../../../com/ftl/game/images/zone/zonebg2.webp);
}

#list_game .zone:nth-child(3) {
	background-image:url(../../../../../com/ftl/game/images/zone/zonebg3.webp);
}

#list_game .zone:nth-child(4) {
	background-image:url(../../../../../com/ftl/game/images/zone/zonebg4.webp);
}

#list_game .zone:nth-child(5) {
	background-image:url(../../../../../com/ftl/game/images/zone/zonebg5.webp);
}

#list_game .zone:nth-child(6) {
	background-image:url(../../../../../com/ftl/game/images/zone/zonebg1.webp);
}

#list_game .zone:nth-child(7) {
	background-image:url(../../../../../com/ftl/game/images/zone/zonebg2.webp);
}

#list_game .zone:nth-child(8) {
	background-image:url(../../../../../com/ftl/game/images/zone/zonebg3.webp);
}

#list_game .zone:nth-child(9) {
	background-image:url(../../../../../com/ftl/game/images/zone/zonebg4.webp);
}

#list_game .zone:nth-child(10) {
	background-image:url(../../../../../com/ftl/game/images/zone/zonebg5.webp);
}

#list_game .zone:nth-child(11) {
	background-image:url(../../../../../com/ftl/game/images/zone/zonebg1.webp);
}

#list_game .zone:nth-child(12) {
	background-image:url(../../../../../com/ftl/game/images/zone/zonebg2.webp);
}

#list_game .zone:nth-child(13) {
	background-image:url(../../../../../com/ftl/game/images/zone/zonebg3.webp);
}

#list_game .zone:nth-child(14) {
	background-image:url(../../../../../com/ftl/game/images/zone/zonebg4.webp);
}

#list_game .zone:nth-child(15) {
	background-image:url(../../../../../com/ftl/game/images/zone/zonebg5.webp);
}

#list_game .zone:nth-child(16) {
	background-image:url(../../../../../com/ftl/game/images/zone/zonebg1.webp);
}

#list_game .zone:nth-child(17) {
	background-image:url(../../../../../com/ftl/game/images/zone/zonebg2.webp);
}

#list_game .zone:nth-child(18) {
	background-image:url(../../../../../com/ftl/game/images/zone/zonebg3.webp);
}

#list_game .zone:nth-child(19) {
	background-image:url(../../../../../com/ftl/game/images/zone/zonebg4.webp);
}

#list_game .zone:nth-child(20) {
	background-image:url(../../../../../com/ftl/game/images/zone/zonebg5.webp);
}

#list_game .zone:hover {
	box-shadow:0 1px 2px #000,inset 0 0 16px 8px #fff;
}

#list_game .zone .avatar {
	display:block;
	padding:16px 2px;
	line-height:0;
	color:rgba(0,0,0,0.1);
	text-decoration:none;
}

#list_game .zone .avatar img {
	height:96px;
	vertical-align:middle;
}

#list_game .zone .online,#list_game .zone .guide {
	font-size:12px;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	position:absolute;
	height:20px;
	line-height:20px;
	left:0;
	right:0;
}

#list_game .zone .online {
	text-decoration:none;
	top:0;
}

#list_game .zone .guide {
	bottom:0;
}

#list_game .zone.beta .avatar {
	background-image:url(../../images/beta-tag.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}

#list_game .zone_big {
	position:relative;
	padding:4px;
}

#list_game .zone_big .avatar {
	width:100%;
}

#list_game .zone_big .online {
	font-size:14px;
	background-color:rgba(32,0,0,0.5);
	color:#fff;
	padding:8px;
	position:absolute;
	bottom:6px;
	font-weight:700;
	right:4px;
	left:4px;
}

#list_game .zone_big .button {
	color:#a22;
	text-shadow:0 1px 1px #fff;
	font-weight:700;
	background-color:#ccc;
	background:-webkit-linear-gradient(top,#fff 0%,#ccc 50%,#aaa 50%,#fff 100%);
	background:linear-gradient(to bottom,#fff 0%,#ccc 50%,#aaa 50%,#fff 100%);
	box-shadow:0 0 4px #000;
	font-size:14px;
	text-decoration:none;
	padding:8px 6px;
	margin-top:4px;
}

#list_game .zone_big .button:hover {
	box-shadow:0 0 4px 2px #24c;
}

div.msgBoxContent.confirm,div.msgBoxContent.prompt,div.msgBoxContent.alert,div.msgBoxContent.info,div.msgBoxContent.error {
	font-size:14px;
	padding:8px;
	max-width:400px;
}
