@font-face { font-family: silkscreen; src: url('/static/slkscr.ttf'); } 
@font-face { font-family: silkscreen; font-weight: bold; src: url('/static/slkscrb.ttf');}

body {
	background: #e5e0b8;
	color: black;
	font-size: 18px;
	font-family: Microsoft JhengHei, Arial;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust:none; /* fix chrome browser font-size 12px limitation*/
	text-align: center;
}

input, textarea, select {
	font-family: 'Oswald', sans-serif;
}

/* change placeholder color */
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #aaa;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #777;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #777;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #777;
}

#container {
	width: 1024px;
	/*width: 978px;*/
	/*height: 685px;*/
	margin: 0;
	padding: 0;
	display: inline-block;
	text-align: center;
	background: #f6f6f6;
	position: relative;
}

#html_footer {
	text-align: center;
	width: 100%;
	height: 70px;
	font-size: 14px;
	color: #555;
	z-index: -9999;
	display: inline-block;
	margin-top: 20px;
}

.left_panel {
	left: 0;
}

.right_panel {
	right: 0;
}

h1 {
	font-size: 40px;
	margin: 15px 0;
}

h1.headline {
	margin-top: 5px;
}

h1 .title {
	vertical-align: middle;
}

.banner {
	vertical-align: middle;
}

.toolbar {
	background: #444;
	color: #eee;
	margin-top: -5px;
	position: absolute;
	z-index: 999;
	padding: 5px;
	font-size: 18px;
}

.toolbar a {
	color: #eee;
	font-size: 18px;
	padding: 7px 10px;
}

.loading_mask {
	background: black;
	opacity: 0.5;
	position: fixed;
	left: 0;
	top: 0;
	width: 2048px;
	height: 2048px;
	z-index:9998;
}

.loading_dlg {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 72px;
	height: 72px;
	margin-left: -36px;
	margin-top: -36px;
	background: #fff;
	border: 5px solid #555;
	border-radius: 15px;
	z-index:9999;
}

.loading_anim {
	background: url(../img/loading.gif) no-repeat scroll 0 0 transparent;
	width: 64px;
	height: 64px;
	margin-top: 4px;
	margin-left: 4px;
	z-index:9999;
}

.comment {
	font-size: 12px;
	color: #555;
}

.error {
	color: #ff4444;
}

.warning {
	color: #ffcc00;
}

.button {
	font-family: Microsoft JhengHei, Arial;
	cursor: pointer;
	padding: 3px 8px;
	font-size: 16px;
}

.my_button {
	font-family: Microsoft JhengHei, Arial;
	cursor: pointer;
	padding: 3px 10px;
	font-size: 16px;
	background: #11eecc;
	border: 2px outset #5ff;
	border-radius: 5px;
}

.link, a {
	text-decoration: none;
	color: #0066bb;
}

.link {
	text-decoration: underline;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.link:hover, a:hover,
.toolbar a:hover {
	color: #22aaff;
}


#user_panel {
	
}

#user_panel .field {
}

#user_panel .value,
#user_panel .value a {
	padding: 0;
	margin: 0;
	text-decoration: underline;
	color: #99ff88;
}

#user_panel button {

}

.center_panel {
	text-align: center;
	background: #99ff88;
}

.my_dialog {
	border: 5px solid #55bb66;
	background: #99ff88;
}

.window_frame {
	background: #99ff88;
}