@CHARSET "UTF-8";
html {
	font-size: 16px;  
	}
	
body {
	font-size: 1em; 
	margin: 2px; 
	font-family: Times New Roman;
	text-align: center; 
	}

.mobile_container,.desktop_container {
	text-align: left; 
	margin-left: auto; 
	margin-right: auto;
	background-color: #fffffd; 
	}
	
.desktop_container {
	border: 1px solid #dddddd; 
	background-color: #fffffd;
	background-color: #fffffc;
	width: 800px; 
	}

table {
	width: 99%; 
	}
	
.table_list {
	font-size: 18px; 
	}

.max_page_title, .max_section_title, .mtm_dict_header {
	width: 100%;
	color: #114477; 
	background-color: #ddf7f0; 
	border-bottom: 1px solid #000000; 
	border-top: 1px solid #000000; 
	margin-bottom: 0px;
	font-size: 1.1em;
	font-weight: 700;
	}			 

.max_page_title {
	background-color: #ffffdd;
	font-size: 1.35em; 
	margin: 0px; 
	border-spacing: 0px; 
	padding: 0px
}

.max_golden {
	color: goldenrod; 
	font-style: italic;
	}

.max_page_footer {
	margin-bottom: 7px;
	margin-bottom: 7px;  
	font-size: 14px; 
	color: gray; 
	text-align: center; 
	width: 100%
	}

.max_app_author {
	text-decoration: none; 
	color: #6666ff 
	}

.view_nav {
	font-size: 16px; 
	color: #000000; 
	background-color: #ffffcc; 
	width: 100%; 
	padding: 2px; 
	height: 18px;
	border-top: 1px solid black; 
	border-bottom: 1px solid black;
	}

.browser_data, .bookmark_listing {
	font-size: 18px; 
	border-bottom: 1px dashed #cccccc; 
	}

form, input, select {
	margin: 0px; 
	display: inline;
	font-size: 1.05em; 
	}
	
input, select {
	font-family: Times New Roman;
	border: 1px solid #dddddd;
	}

input {
	border: 1px solid #ffffff; 
	border-bottom: 1px solid #cccccc;
	width: 100%; 
	}

input[type='checkbox'], input[type='radio'] {
	margin-right: 0.2em;
	}


select {
	font-size: 1em; 
	}

div.gsc-clear-button, input[type='submit'], .max_button:link, .max_button:visited, .max_button, .max_button_yellow, .max_button_cyan {
	border: 1px solid #999999;
	background-color: #f7f7ff;  
	font: normal 0.8em sans-serif;
	cursor: pointer;
	margin: 0.1em;
	padding: 0.1em 0.2em 0.1em 0.2em; 
	-webkit-border-radius: 1em;
 	-moz-border-radius: 1em;	
	}

.max_button_yellow {
	background: #fffff7;
	}

.max_button_cyan {
	background-color: #f7ffff;  	
	}
	
button, .max_button_blue {
	background-color: #f7f7ff;
	}

.max_button:hover,max_button_yellow:hover,.max_button_cyan:hover {
	text-decoration: underline;
	}

.browser, .browser_header, .browser_body {
	font-size: 18px; 
	text-align: left; 		
	}

.browser_header {
	border-top: 1px solid gray; 
	border-bottom: 1px solid gray; 
	color: #114477; 
	background-color: #ddf7f0; 
	margin-bottom: 0px;
	}

.browser_nav, .browser_nav_yellow, .browser_nav_cyan {
	text-align: center; 
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background-color: #f5ffff;
	padding: 2px;  
	}

.browser_nav_yellow {
	background-color: #ffffcc;
	}

.browser_body {
	min-height: 370px;
	vertical-align: top; 
	}

.book_author {
	color: #888888; 
	text-decoration: none;  
	font-size: 14px;
	margin-top: 3px; 
	}

.book_title {
	color: blue; 
	}

.max_table_of_content {
	font-family: arial, verdana;
	background-color: #f0ffff;
	margin-top: 18px;  
	}

.max_toc_name {
	text-decoration: none; 
	color: blue; 
	}

.max_toc_page {
	color: #aaaaaa; 
	vertical-align: bottom; 
	text-align: right; 
	}

#ad {
	text-align: center; 
	margin-top: 40px;
	margin-bottom: 20px;
	}
	
#debug_output {
	color: #ff0000; 
	display: block; 
	margin-bottom: 10px; 
	}

.max_menu {
	margin: 5px 2px 5px 2px; 	
	}

.max_menu_item {
	font: 18px sans serif;
	border: 1px solid #dddddd; 
	background-color: #ffffdd;
	color: #113377; 
	text-align: center; 
  	cursor: pointer;
	}

.max_popup {
	display: none; 
	overflow: auto;
	min-height: 100px; 
	position: absolute; 
	top: 1px; 
	left: 4px; 
	width: 320px; 
	border: 2px solid #4499dd; 
	background-color: #ffffff; 
	padding: 1px;	
	font-size: 1em; 
	overflow-x: hidden; 
	overflow-y: auto; 
	}

.max_popup_title {
	font: 1em arial, verdana;
	font-weight: 700;
	color: #f5ffff;
	background-color: #4499dd;
	border-bottom: 1px solid #226666;
	border-right: 1px solid #66aaaa;
	}

.max_popup_body {
	padding-top: 0.1em; 
	padding-bottom: 0.1em;
	font-size: 1em;
	width: 100%;  
	text-align: left; 
	}

.max_field_title {
	font-weight: 600; 
	color: #003399; 	
	}

.max_error_msg {
	color: red; 
	}

.max_web_application {
	margin: 0.7em; 
	text-align: center;  
	display: inline-block; 
	vertical-align: top; 
	}
	
	
a:hover {
	text-decoration: underline;
	cursor: pointer; 
	}

.max_tab_container {
	margin: 2px; 
	}

.max_tab_container_title { 
	width: 100%; 
	white-space: nowrap;
	list-style: none;
	display: block; 
	height: 1.2em; 
	margin: 0px; 
	padding: 0px; 
	display: table-row;
}

.max_tab_container_body {
	border: 1px solid #aaafff;
	width: 100%; 
	min-height: 300px; 
	background-color: #ffffff; 	
	}

.max_tab_title {
	font-size: 1.15em; 
	vertical-align: bottom;  
	cursor: default; 
 	margin: 0px; 
 	padding: 0 0.45em 0 0.45em;   	
  	height: 1.2em;
  	float: left;
 	position: relative;    	
 	top: 1px;  
 	color: #444444; 	
 	cursor: default;
 	border: 1px solid #ddddff;
 	border-bottom: none; 
 	margin-right: 0.2em;
 	padding-bottom: 0.1em; 
	-webkit-border-top-left-radius: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
}
	
.max_tab_title_active {
	font-size: 1.15em;
	color: #444499;
	border: 1px solid #aaafff; 
	border-bottom: 1px solid #ffffff;
	cursor: default;
 	height: 1.2em;
 	float: left;
 	margin: 0px; 
 	padding: 0 0.5em 0 0.5em;
 	font-weight: 700;
 	position: relative;    	
 	top: 1px;  
 	background-color: #ffffff;
 	margin-right: 0.2em; 
 	padding-bottom: 0.1em;
	-webkit-border-top-left-radius: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
}

.max_tab_spacer {
	border-bottom: 1px solid #aaafff;
	height: 1.2em; 
	float: left;
	width: 0.5em; 
 	position: relative;    	
 	top: 1px;  	
  }

.max_tab_body {
	display: none;	 
	padding: 0.5em; 	
	}
	
.max_tab_body_active {
	display: block;
	padding: 0.5em; 
	}

.max_expense {
	border-bottom: 1px dashed #dddddd; 
	width: 100%; 	
	}
	
.max_expense_filter {
	}

.max_expense_list {
	}
	
.max_table_data {
	border-bottom: 1px solid #f0f0f0;  
	}

.max_top_border {
	border-top: 1px solid #aaaadd;
	}

.max_expense_list_summary {
	color: #000000; 
	background-color: #ffffff;
	border-bottom: none;  
	padding-top: 0.5em; 
	padding-bottom: 0.5em; 
	}
	
pre {
	margin: 0px;
	margin-left: 0.1em; 
	}
	
.max_small {
	font-size: smaller;  
	}

.max_select_summary {
	border: 1px solid #f3f3f3; 
	border-bottom: 1px solid #dddddd;
	width: 99%; 
	height: 1.2em;
	padding: 0.1em;  
	}

.max_select {
	}

.max_select_value {
	display: block;
	padding: 0.2em 0.7em 0.2em 0.7em; 
	}


.max_select_values {
	border: 1px solid #dddddd; 
	overflow: visible;
	display: none; 
	position: absolute; 	
	background-color: #ffffff;
	min-width: 80px;
	}
	
.gray {
	color: #999999; 
	}
	
fieldset {
	color: #000066; 
	border: 1px solid #bbbbff;
	}
	
.max_spender_list {
	 
	}

.big {
	font-size: 1.1em;  
	}

.bigger {
	font-size: 1.5em;  
	}

.biggest {
	font-size: 3em;
	}

.small {
	font-size: 0.7em;  
	}

.smaller {
	font-size: 0.6em;  
	}

.smallest {
	font-size: 0.2em;  
	}

.center {
	text-align: center; 
	width: 100%
	}

.max_game_grid {
	cursor: default; 
	text-align: center;
	}
	
.max_game_cell {
	border: 1px solid #dfdfdf;
	font-size: 3em; 
	font-family: arial;
	text-align: center;
	font-weight: 900; 
	color: #333333; 
	padding: 0px; 
	}
	
.max_score_message {
	font-size: 2em;  
	}

.max_expense_title, .max_expense_list_summary, .max_table_title, .max_table_title_right, .faves_title {
	color: #000055; 
	border-bottom: 1px solid #aaaadd;
	border-top: 1px solid #aaaadd;
	background-color: #fafaff; 
	font-size: 1em;
	text-align: left;
	font-weight: 700; 
	}
	
.max_table_title_right {
	text-align: right;  
	} 
	
.chatroom_link {	 
	min-width: 300px;
	width: 100%;
	display: inline-block;
	margin-top: 0.2em;  
	margin-bottom: 0.2em;
	border-bottom: 1px solid #f0f0ff;
	}

	
.chatroom_name, .chat_category_name, .chatroom_private, .chatroom_name_title {
	margin-left: 0.1em;  
	width: 61%; 
	margin-right: 0.1em;
	display: inline-block; 
	}
	
.chatroom_name, .chat_category_name, .chatroom_private {
	cursor: pointer;  
	}

.chatroom_name {
	color: #0000ff;
	text-decoration: underline;   
	}
	
.chatroom_private {
	color: goldenrod;  
	}
	
.chat_category_name {
	color: #0000ff;  
	}
	
.chatroom_user_count { 
	width: 15%; 
	text-align: right;
	display: inline-block; 
	} 

.chatroom_post_count { 
	width: 23%; 
	text-align: right;	  
	margin-right: 0.1em; 
	display: inline-block; 
	}
	
.chat_window { 
	height: 300px; 
	overflow: hidden; 
	border: 1px solid #dddddd;
	padding: 0.2em;
	vertical-align: top;
	margin-left: 1px; 
	}

.chat_input {
	border: 1px solid lightblue;  
	}
	
.chat_section {
	width: 458px;
	display: inline-block;
	margin: 1px;
	}
	
.chat_users { 
	height: 306px;
	width: 130px;
	overflow-x: hidden;  
	overflow-y: auto; 
	border: 1px solid #dddddd;
	margin-top: 1px;  
	margin-left: 2px;
	padding-left: 0.2em;
	display: inline-block;
	vertical-align: top; 
	}
	
.chat_message {
	margin-bottom: 0.1em;
	}
	
.user_active, .user_inactive, .user_self {
	color: #000033;
	cursor: pointer;
	}
	
.user_inactive {
	color: #aaaaaa;   
	}

.user_self {
	color: #333399;   
	}
	
	
.chatter_name {
	display: inline-block; 	
	width: 120px; 
	overflow-x: hidden; 
	cursor: pointer; 
	margin: 0.1em;
	}
	
.chatter_summary {
	color: #000000; 
	text-align: center;
	border-bottom: 1px solid #dddddd;
	background-color: #fafaff; 
	width: 100%;
}

.faves_section_title {
	font-weight: 700; 
	}
.faves_title { 
	display: inline-block;
	}
.faves_listing {
	display: inline-block; 
	border-bottom: 1px solid #f0f0ff;
	width: 100%;   
	}
	
.inviteLink {
	margin: 0.2em;  
	}
	
.menuItem {
	text-align: center; 
	font-size: 1.2em;
	cursor: pointer; 
	border: 1px solid #dddddd; 
	background-color: #fffff7;   
	}
	
.messagePreview {
	display: none; 
	position: absolute;
	border: 1px solid #000000; 
	background-color: #fffff7;
	padding: 0.2em;   
	}

.link {
	color: blue;  
	}
.link:hover {
	text-decoration: underline; 
	}
	
.storyRow {
	padding-bottom: 0.2em; 
	padding-top: 0.2em; 
	border-bottom: 1px solid #dddddd; 
	}
.story { 
	display: inline-block; 
	width: 70%; 
	overflow: hidden;
}

.storyQuote {
	margin: 0.5em; 
	margin-top: 0.2em; 
	margin-bottom: 0.2em; 
	}

.storyScore {
	display: inline-block; 
	width: 14%; 
	text-align: right;
	vertical-align: top; 
}

	