html {
	font: normal 12px arial;
}
body {		/* Design of the website body */
	width: 100%;
	height: 100%;
	font: normal 12px Arial;
	color: black;
	
	background-image:url(/images/design_2020_08_30/background.png) !important;
	background-repeat: no-repeat;
	background-position:center top;

	
	background-color: #181818 !important;
	background-attachment: fixed;

}

table {
	font: normal 12px arial;
}

ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

li ol > li {
  margin: 0;
}

li ol > li:before {
  content: counters(item, ".") " ";
}

textarea {
	font: normal 12px arial;
	color: black !important;
}
input {
	font: normal 12px arial;
	color: black;
}

a {color: #62a4ff; text-decoration: none !important; font-weight: bold;}
a:link {color: #62a4ff; text-decoration: none !important; font-weight: bold;}
a:visited {color: #62a4ff; text-decoration: none !important; font-weight: bold;}
a:hover {color: #a4caff !important; text-decoration: none !important; font-weight: bold;}
a:active {color: #62a4ff; text-decoration: none !important; font-weight: bold;}
a.cke_dialog_ui_button_ok {
	background-color: #6686d7 !important;
	color: #ffffff !important;
}

blockquote {
	position: relative !important;
	overflow: auto !important;
	max-height: 250px !important;
	background-color: #fff3ce !important;
	font: normal 12px arial !important;
	color: #000000 !important;
	border: solid 1px black;
	border-radius: 3px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
blockquote img {
	max-width: 100px !important;
	max-height: 100px !important;
}
quoteauthor {
	font: normal 10px arial !important;
	color: #949494 !important;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -hp-pre-wrap;
    word-wrap: break-word;
}

.clearFloats {
	clear: both;
	width: 0px;
	height: 0px;
}

.input_text_default {
	position: relative;
	width: 200px;
	height: 20px;
	font: normal 12px arial;
	color: black;
}
.input_default_default {
	position: relative;
	font: normal 12px arial;
	color: black;
}

.space_v_5px {
	width: 1px;
	height: 5px;
}
.spacing_v_5 {
	position: relative;
	width: 1px;
	height: 5px;
}
.spacing_v_10 {
	position: relative;
	width: 1px;
	height: 10px;
}
.spacing_v_20 {
	position: relative;
	width: 1px;
	height: 20px;
}
.spacing_v_25 {
	position: relative;
	width: 1px;
	height: 25px;
}
.spacing_v_50 {
	position: relative;
	width: 1px;
	height: 50px;
}
.spacing_h_2 {
	position: relative;
	display: inline-table;
	width: 2px;
	height: 1px;
}
.spacing_h_10 {
	position: relative;
	display: inline-table;
	width: 10px;
	height: 1px;
}

.border_bottom_none {
	border-bottom: none !important;
}

#body {
	position: relative;
	margin: auto;
	width: 900px;
	font: normal 12px arial;
	color: white;
}
#panel_header {
	position: relative;
	width: 900px;
	height: 150px;
	background-image:url(/images/design_2020_08_30/header.png);
	background-repeat: no-repeat;
	background-position:center top;
}
#panel_left {
	position: relative;
	float: left;
	width: 200px;
}
#panel_content {
	position: relative;
	float: left;
	width: 700px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
#container {
	position: relative;
	top: 2px;
	float: left;
	width: 700px;
	border: solid 2px #00000099;
	border-radius: 5px;
	background-color: #000000dd;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#footer {
	position: relative;
	display: inline-block;
	margin: auto;
	top: 2px;
	width: 100%;
	height: 15px;
	font: normal 10px Arial;
	text-align: center;
	color: white;
}

.menu_box {
	position: relative;
	top: 5px;
	width: 100%;
	border: solid 2px #00000099;
	border-radius: 5px;
	background-color: #000000dd;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.menu_header {
	position: relative;
	width: 100%;
	border-radius: 2px;
	background-color: #00f6ff55;
	font: bold 14px arial;
	text-align: center;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.menu_box_item {
	position: relative;
	width: 100%;
	border: solid 1px black;
	border-radius: 2px;
	background-color: #00ffd210;
	font: normal 12px arial;
	color: white;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.menu_box_item:hover {
	background-color: #00ffd220;
	font: bold 12px arial;
}

.presentationBox_outer {
	position: relative;
	width: 300px;
	margin: auto;
	height: 300px;
	border: solid 3px #000000aa;
	border-radius: 10px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 6px;
	background-color: #000000aa;
}

.presentationBox_button {
	position: relative;
	display: inline-block;
	width: calc(50% - 1px);
	height: 19px;
	font: normal 12px arial;
	color: white;
	text-align: center;
	cursor: pointer;
}

.presentationBox_button_prev {
	border: solid 2px #ff0000;
	border-radius: 4px;
	background-color: #a90000;
}
.presentationBox_button_prev:hover {
	background-color: #c70000;
}
.presentationBox_button_next {
	border: solid 2px #00fe1822;
	border-radius: 4px;
	background-color: #006109;
}
.presentationBox_button_next:hover {
	background-color: #00770b;
}

.presentationBox_item {
	position: relative;
	display: none;
	width: 100%;
	height: calc(100% - 16px);
	overflow: hidden;
}
.presentationBox_item img {
	width: 100%;
	height: 100%;
	margin: 0 4px;
}
.presentationBox_img {
	position: relative;
	margin: auto !important;
	width: 480px;
	height: 215px;
	border: solid 2px black;
	border-radius: 5px;
}
.presentationBox_comment {
	position: absolute;
	width: 100%;
	margin: auto;
	bottom: 4px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	text-align: center;
	text-shadow: 2px 0 0 #00000099, -2px 0 0 #00000099, 0 2px 0 #00000099, 0 -2px 0 #00000099, 1px 1px #00000099, -1px -1px 0 #00000099, 1px -1px 0 #00000099, -1px 1px 0 #00000099;
	font: normal 11px arial;
	background-color: #00000055;
}
.presentationBox_counter {
	position: absolute;
	top: 7px;
	left: 7px;
	display: inline-table;
	background-color: #00fffc33;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	border-radius: 3px;
	font: normal 10px arial;
	color: white;
	text-shadow: 2px 0 0 #00000099, -2px 0 0 #00000099, 0 2px 0 #00000099, 0 -2px 0 #00000099, 1px 1px #00000099, -1px -1px 0 #00000099, 1px -1px 0 #00000099, -1px 1px 0 #00000099;
}
.presentationBox_counterNr {
	position: relative;
	display: inline-table;
	font: bold 12px arial;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.personal_info_head {
	position: relative;
	width: 85px;
	height: 20px;
	font: bold 13px arial;
	vertical-align: top;
}
.personal_info_detail {
	position: relative;
	font: normal 12px arial;
	vertical-align: top;
}
.personal_info_spacer {
	position: relative;
	margin: auto;
	width: 100%;
	height: 2px;
	background-color: #ffffff99;
}

#experiences {
	position: relative;
	border: solid 1px ffffff99;
	width: 100%;
}
#experiences .top {
	text-align: center;
	font: bold 16px arial;
	background-color: #000000cc;
	border: solid 1px ffffff99;
}
#experiences .info {
	text-align: center;
	font: bold 12px arial;
	background-color: #000000cc;
	border: solid 1px ffffff99;
}
#experiences td {
	border: solid 1px #ffffff99;
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
}
.exp_table_row_1 {
	background-color: #00fff033;
}
.exp_table_row_2 {
	background-color: #00367f33;
}
.exp_info_details {
	display: none;
}
.exp_info_details td {
	padding-top: 10px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	padding-bottom: 10px !important;
	background-color: #c7ffc833;
}
.exp_info_space td {
	display: none;
	height: 10px;
	border: none !important;
}

.exp_button {
	position: relative;
	width: 100%;
	height: 19px;
	font: normal 12px arial;
	color: white;
	text-align: center;
	cursor: pointer;
}
.button_show {
	border: solid 2px #00fe1822;
	border-radius: 4px;
	background-color: #006109;
}
.button_show:hover {
	background-color: #00770b;
}
.button_hide {
	display: none;
	border: solid 2px #ff0000;
	border-radius: 4px;
	background-color: #a90000;
}
.button_hide:hover {
	background-color: #c70000;
}

.userEditButton {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 14px;
	font: normal 9px arial;
	color: white;
	text-align: center;
	cursor: pointer;
	border: solid 2px #ff7200;
	border-radius: 4px;
	background-color: #ff9a49;
}
.userEditButton:hover {
	background-color: #ff801b;
}

.action_button {
	position: relative;
	display: inline-block;
	width: 38px;
	height: 38px;
	border: solid 2px #ffffff99;
	border-radius: 5px;
	background-color: #ffffff99;
}
.action_button:hover {
	background-color: #ffc99e99;
}
.button_remove {
	background-image:url(/images/design_2020_08_30/remove.png);
	background-repeat: no-repeat;
	background-position:center center;
}
.button_up {
	background-image:url(/images/design_2020_08_30/arrow_up.png);
	background-repeat: no-repeat;
	background-position:center center;
}
.button_down {
	background-image:url(/images/design_2020_08_30/arrow_down.png);
	background-repeat: no-repeat;
	background-position:center center;
}

#page_1 {
	margin-bottom: 0px;
	font: normal 12px Arial;
	color: black;
	background-color: #dadada;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 51px;
	line-height: 20px;
	background-image:url(/images/design_2020_08_30/page_1.png);
	background-repeat: no-repeat;
	background-position:center top;
	text-align: center;
	float: left;

}
#page_1:hover {
	background-color: #ffc287;
}
#page_nr:hover {
	background-color: #ffc287;
}
#page_end:hover {
	background-color: #ffc287;
}

#page_nr {
	font: normal 12px Arial;
	color: black;
	background-color: #dadada;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 20px;
	line-height: 20px;
background-image:url(/images/design_2020_08_30/page_num.png);
background-repeat: no-repeat;
background-position:center top;
	text-align: center;
	float: left;

}
#page_end {

	font: normal 12px Arial;
	color: black;
	background-color: #dadada;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 20px;
	line-height: 20px;
	background-image:url(/images/design_2020_08_30/page_num.png);
	background-repeat: no-repeat;
	background-position:center top;
	text-align: center;
	float: left;
}
.tiny_button {
	position: relative;
	display: inline-flex;
	margin: 5px 1px 5px 1px;
	height: 19px;
	font: bold 10px arial;
	color: white;
	text-align: center;
	cursor: pointer;
	border: solid 2px #00000055;
	border-radius: 4px;
	background-color: #85a2ff;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}
.tiny_button:hover {
	background-color: #a9bdff;
}

.password_category_list_name {
	font: bold 14px arial;
}

.password_list_service_name {
	font: bold 16px arial;
}
.password_list_service_address {
	font: bold 9px arial;
}
.password_list_login_user {
	font: bold 12px arial;
	color: #c9ffc3;
}
.password_list_login_password {
	position: relative;
	width: 280px;
	height: 20px;
	font: normal 12px arial;
	color: black;
	border: solid 1px #00000066;
	background-color: #00808f;
	color: #ffcccc;
	padding-left: 3px;
}
.password_list_login_recover {
	font: normal 9px arial;
	color: #888888;
}
.password_list_login_comment {
	position: relative;
	margin-top: 5px;
	width: 100%;
	border: solid 1px black;
	border-radius: 10px;
	background-color: #0018ff22;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.password_location_address {
	position: absolute;
	width: 100%;
	top: 5px;
	left: 5px;
	margin: auto;
	z-index: 9999;
}

.button_password_show {
	background-color: #007e09;
}
.button_password_show:hover {
	background-color: #00960b;
}
.button_password_hide {
	display: none;
	background-color: #ff4343;
}
.button_password_hide:hover {
	background-color: #ff6969;
}

/* Check which ones can be removed! */
.note_category_list_name {
	font: bold 14px arial;
}

.note_list_service_name {
	font: bold 16px arial;
}
.note_list_service_address {
	font: bold 9px arial;
}
.note_list_login_user {
	font: bold 12px arial;
	color: #c9ffc3;
}
.note_list_login_note {
	position: relative;
	width: 280px;
	height: 20px;
	font: normal 12px arial;
	color: black;
	border: solid 1px #00000066;
	background-color: #00808f;
	color: #ffcccc;
	padding-left: 3px;
}
.note_list_login_recover {
	font: normal 9px arial;
	color: #888888;
}
.note_list_content {
	position: relative;
	margin-top: 5px;
	width: 100%;
	border: solid 2px #00000055;
	border-radius: 10px;
	background-color: #eeeeee;
	font: normal 12px arial;
	color: black;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.note_list_content img {
	max-width: 90%;
	max-height: 1000px;
}

.note_table {
	width: 100%;
	font: normal 13px arial;
}
.note_table td {
	border: solid 1px black !important;
}
.n_t_top {
	font: bold 14px arial !important;
	background-color: #a7a7a7 !important;
}
.n_t_dark {
	background-color: #bdbdbd !important;
}
.n_t_light {
	background-color: #e3e3e3 !important;
}

.note_location_address {
	position: absolute;
	width: 100%;
	top: 5px;
	left: 5px;
	margin: auto;
	z-index: 9990;
}

.button_note_show {
	background-color: #007e09;
}
.button_note_show:hover {
	background-color: #00960b;
}
.button_note_hide {
	display: none;
	background-color: #ff4343;
}
.button_note_hide:hover {
	background-color: #ff6969;
}

.managed_images_address {
	position: relative;
	width: 100%;
	height: 20px;
	font: normal 10px arial;
	color: black;
	border: solid 1px #00000066;
	background-color: #00808f;
	color: #ffcccc;
	padding-left: 3px;
}

.searchWindow {
	position: relative;
	margin-top: -7px;
	top: 0px;
	width: 100%;
	text-align: right;
}
.searchWindow form {
	width: 100%;
}
.searchWindow input {
	z-index: 10000;
}
.search_error {
	position: relative;
	margin: auto;
	display: inline-table;
	width: 300px;
	padding-right: 10px;
	font: normal 12px arial;
}
.backup_needed_box {
	position: absolute;
	top: -35px;
	left: -3px;
	border: solid 2px #ff0000;
	border-radius: 5px;
	background-color: #ffbbbb;
	font: bold 14px arial;
	color: #cd0000;
	padding: 2px 5px 2px 5px;
}
.search_location_list {
	position: relative;
	font: normal 9px arial;
}

.task_info_table {
	border: none !important;
	font: normal 12px arial;
	color: #909090;
}
.task_info_table tr {
	border: none !important;
}
.task_info_table td {
	border: none !important;
	padding-top: 1px !important;
	padding-bottom: 1px !important;
}

.task_category_selection {
	position: absolute;
	width: 250px;
	padding: 5px 5px 5px 5px;
	border: solid 1px #FFFFFF88;
	border-radius: 5px;
	top: 10px;
	right: 10px;
}

.task_category_display {
	position: relative;
	font: bold 10px arial;
	display: inline-block;
	border: solid 1px #00000077;
	border-radius: 5px;
	padding: 5px 5px 5px 5px;
	width: 40px;
	text-align: center;
	color: black;
}

.task_category_display_button {
	position: relative;
	font: bold 10px arial;
	display: inline-block;
	border: solid 1px #00000077;
	border-radius: 5px;
	padding: 5px 5px 5px 5px;
	width: 40px;
	text-align: center;
	color: black;
}
.task_category_display_button:hover {
	border: solid 2px #fff600;
}

.streamer_table {
	position: relative;
	width: 100%;
}
.streamer_user_box {
	position: relative;
	margin: auto;
	width: 650px;
	border: solid 1px black;
	border-radius: 10px;
	padding: 5px 5px 5px 5px;
	background-color: #ffffff99;
}
.streamer_image {
	width: 96px;
	height: 96px;
	border: solid 2px black;
	border-radius: 48px;
}
.streamer_image:hover {
	border-radius: 30px;
}
.streamer_name {
	position: relative;
	display: inline-block;
	font: bold 24px arial;
	color: black;
}
.streamer_name a {
	font: bold 24px arial;
	color: black !important;
}
.streamer_name a:hover {
	font: bold 24px arial;
	color: #464646 !important;
}
.streamer_comment {
	position: relative;
	width: 510px;
	height: 20px;
	font: normal 12px arial;
	color: #464646;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.streamer_small_box {
	position: relative;
	display: inline-block;
	font: normal 10px arial;
	padding: 3px 10px 3px 10px;
	border: solid 1px black;
	border-radius: 7px;
	background-color: #00000055;
}

.streamer_small_static {
	width: 205px;
}

.streamer_small_box_changebox {
	position: relative;
	display: inline-block;
	font: bold 10px arial;
	margin-left: 2px;
	top: -4px;
}
.ssbc_green {
	color: #8aff81;
}
.ssbc_red {
	color: #ff8181;
}

.streamer_status {
	position:relative;
	width: 26px;
	height: 26px;
	border: solid 1px black;
	border-radius: 13px;
	float: right;
}
.ss_offline {
	background-color: red;
}
.ss_online {
	background-color: lime;
}

.streamer_last_seen {
	position: relative;
	display: inline-block;
	font: normal 10px arial;
	color: #454545;
	top: -3px;
}

.streamer_status_viewers {
	position:relative;
	display: inline-block;
	padding-right: 10px;
	font: normal 12px arial;
	text-align: right;
	color: #baffb3;
	float: right;
}

.s_smallbox_info {
	position:relative;
	display: inline-block;
	font: bold 10px arial;
	color: #a0a0a0;
}

.streamer_view_button {
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: inline-block;
	padding: 3px 10px 3px 10px;
	border: solid 1px #2c2c2c;
	border-radius: 7px;
	font: bold 12px arial;
	text-align: center;
	background-color: #4c4c4c;
	color: #8eff8e;
	float: right;
}
.streamer_view_button:hover {
	background-color: #828282;
}
.streamer_stats_toggle_button_box {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 50px;
	padding: 1px 2px 1px 2px;
	border: solid 1px #212121;
	border-radius: 7px;
	background-color: #4c4c4c;
	font: bold 10px arial;
	color: #8eff8e;
	text-align: center;
	cursor: pointer;
}

.s_session_date {
	position: relative;
	display: inline-block;
	font: normal 10px arial;
	padding: 3px 10px 3px 10px;
	border: solid 1px black;
	border-radius: 7px;
	background-color: #ffbaba;
	color: black;
}

.admin_stats_board {
	width: 630px;
	margin: auto;
	color: black !important;
}
#adminStatsTable {
	position: relative;
	width: 630px;
	height: 202px;
}
.adminStatsTable_info {
	position: relative;
	float: left;
	width: 60px;
	height: 202px;
}
.adminStatsTable_detail {
	position: relative;
	float: left;
	display: inline-table;
	width: 570px;
	height: 202px;
	background-image:url(/images/tables/table.png);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
}
.ast_item_container {
	position: relative;
	width: 568px;
	float: left;
	height: 200px;
}
.ast_item {
	position: absolute;
	width: 100%;
	background-color: #ed8b00;
	bottom: 0px;
	border-top: solid 1px #b76c00;
	border-right: solid 1px #b76c00;
	border-left: solid 1px #b76c00;
}
.ast_item:hover {
	background-color: #ffcc83;
}

.ast_item_goal_reach {
	background-color: #84e784 !important;
	border-top: solid 1px #3caa3c !important;
	border-right: solid 1px #3caa3c !important;
	border-left: solid 1px #3caa3c !important;
}
.ast_item_goal_reach:hover {
	background-color: #b6f9b6 !important;
}
.ast_item_goal_fail {
	background-color: #e78484 !important;
	border-top: solid 1px #aa3b3b !important;
	border-right: solid 1px #aa3b3b !important;
	border-left: solid 1px #aa3b3b !important;
}
.ast_item_goal_fail:hover {
	background-color: #ffc5c5 !important;
}

.ast_item {
	position: absolute;
	width: 100%;
	background-color: #ed8b00;
	bottom: 0px;
	border-top: solid 1px #b76c00;
	border-right: solid 1px #b76c00;
	border-left: solid 1px #b76c00;
}

.ast_displayInfo {
	position: relative;
	width: 630px;
	background-color: #dadada;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	text-align: center;
	font: normal 12px arial;
}
#ast_topInfo {
	position: relative;
	width: 630px;
	background-color: #dadada;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	text-align: center;
	font: normal 12px arial;
}

.ast_info_25 {
	background-image:url(/images/tables/table_25.png);
	background-repeat: no-repeat;
}

.ast_info_50 {
	background-image:url(/images/tables/table_50.png);
	background-repeat: no-repeat;
}

.ast_info_100 {
	background-image:url(/images/tables/table_100.png);
	background-repeat: no-repeat;
}
.ast_info_250 {
	background-image:url(/images/tables/table_250.png);
	background-repeat: no-repeat;
}
.ast_info_500 {
	background-image:url(/images/tables/table_500.png);
	background-repeat: no-repeat;
}
.ast_info_1000 {
	background-image:url(/images/tables/table_1000.png);
	background-repeat: no-repeat;
}
.ast_info_2000 {
	background-image:url(/images/tables/table_2000.png);
	background-repeat: no-repeat;
}
.ast_info_4000 {
	background-image:url(/images/tables/table_4000.png);
	background-repeat: no-repeat;
}
.ast_info_8000 {
	background-image:url(/images/tables/table_8000.png);
	background-repeat: no-repeat;
}
.ast_info_16000 {
	background-image:url(/images/tables/table_16000.png);
	background-repeat: no-repeat;
}
.ast_info_32000 {
	background-image:url(/images/tables/table_32000.png);
	background-repeat: no-repeat;
}
.ast_info_64000 {
	background-image:url(/images/tables/table_64000.png);
	background-repeat: no-repeat;
}
.ast_info_128000 {
	background-image:url(/images/tables/table_128000.png);
	background-repeat: no-repeat;
}
.ast_info_256000 {
	background-image:url(/images/tables/table_256000.png);
	background-repeat: no-repeat;
}
.ast_info_512000 {
	background-image:url(/images/tables/table_512000.png);
	background-repeat: no-repeat;
}
.ast_info_1024000 {
	background-image:url(/images/tables/table_1024000.png);
	background-repeat: no-repeat;
}

.math_type_box {
	position: relative;
	display: inline-block;
	width: 165px;
	height: 100px;
	padding: 5px 5px 5px 5px;
	font: bold 12px arial;
	color: black;
	text-align: center;
	border-radius: 20px;
}
.math_box_green {
	border: solid 2px #008306;
	background-color: #9cffa1;
}
.math_box_yellow {
	border: solid 2px #aba900;
	background-color: #fffe98;
}
.math_box_orange {
	border: solid 2px #c27b00;
	background-color: #ffd58c;
}
.math_box_red {
	border: solid 2px #b10000;
	background-color: #ffa6a6;
}
.math_box_highlight {
	border: solid 5px #fcff00 !important;
	background-color: #e1e1e1 !important;
}

.math_input_answer {
	position: relative;
	width: 200px;
	height: 30px;
	font: normal 18px arial;
	color: black;
}
.math_question_field {
	position: relative;
	display: inline-block;
	padding: 20px 40px 20px 40px;
	background-color: #f4f4f4;
	border: solid 2px #8a8a8a;
	border-radius: 20px;
	font: bold 30px arial;
	color: black;
}

.math_numberpad_box {
	position: absolute;
	top: 200px;
	right: 10px;
	display: inline-block;
	width: 189px;
	height: 250px;
	border: solid 1px #5f5f5f;
	border-radius: 10px;
	padding: 2px 2px 2px 2px;
	background-color: #8d8d8d;
}

.math_numberpad_button {
	position: relative;
	width: 60px;
	height: 60px;
	float: left;
	margin-left: 1px;
	margin-top: 1px;
	background-color: #6c6c6c;
	border: solid 1px #3a3a3a;
	border-radius: 10px;
	font: bold 50px arial;
	color: #d8d8d8;
	text-align: center;
}
.math_numberpad_button:hover {
	background-color: #8a8a8a;
}
.math_numberpad_button img {
	position: absolute;
	width: 58px;
	top: 0px;
	left: 0px;
}

.math_level_bar {
	position: relative;
	width: 100%;
	height: 30px;
	background-color: #9e9e9e;
	border: solid 2px #0c5600;
	border-radius: 15px;
	overflow: hidden;
}
.math_level_bar_progress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	background-color: #00ff18;
}

.math_level_bar_lvl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	font: bold 14px arial;
	color: yellow;
	text-shadow: 1px 0 0 #000000, -1px 0 0 #000000, 0 1px 0 #000000, 0 -1px 0 #000000, 1px 1px #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000;
	text-align: center;
	line-height: 25px;
}

#math_level_change {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #000000BB;
	font: bold 25px arial;
	text-shadow: 2px 0 0 #000000, -2px 0 0 #000000, 0 2px 0 #000000, 0 -2px 0 #000000, 2px 2px #000000, -2px -2px 0 #000000, 2px -2px 0 #000000, -2px 2px 0 #000000;
	text-align: center;
	z-index: 99999;
}
#math_level_change img {
	margin-top: 70px;
	height: 300px;
}

.math_tips_button {
	position: absolute;
	left: 10px;
	top: 400px;
	width: 50px;
	height: 50px;
	border: solid 2px #FFFFFF99;
	border-radius: 10px;
	text-align: center;
	font: bold 16px arial;
	line-height: 40px;
	background-color: #FFFFFF33;
}
.math_tips_button:hover {
	background-color: #FFFFFF66;
	cursor: pointer;
}
#math_tips_comment {
	position: relative;
	width: 100%;
	display: none;
	border: solid 2px #FFFFFF99;
	border-radius: 10px;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF33;
}