html{
	overflow-y: scroll;
}
html,
body,
div,
table,
tr,
th,
td,
p,
pre,
input,
select,
textarea
{
	font-family: arial,system-ui;
	font-size: 12px;
}
body{
	background-color: #000000;
	font-size: 14px;
	font-weight: normal;
	background-color: #000000;
	color: #ccc;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body.blank{
	background-color: #ffffff;
}
body.normal{
	background-color: #eee;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
a:link,
a:visited{
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
a:hover,
a:active{
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
#menu_top,
#menu_top_mobile{
	position: fixed;
	right: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	width: 370px;
	background-color: #339;
	padding: 18px 10px 0px 10px;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 1px solid #000000;
	height: 35px;
	text-align: center;
	color: #fff;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 0px 4px 10px -2px #666;
}
#menu_top{
	z-index: 1;
}
#menu_top_mobile{
	z-index: -1;
}
#body,
#body2{
	width: 360px;
	position: relative;
	margin: 0px auto 20px auto;
	background-color: #fff;
	border: 0px solid #999;
	color: #000;
	text-align: center;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 0px 4px 10px -2px #666;
}
#body{
	top: 0px;
	padding: 70px 10px 1px 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
#body2{
	top: 20px;
	padding: 10px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
#normal_button{
	position: relative;
/*
	width: 300px;
	left: 50%;
	margin: 0px 0px 10px -150px;
*/
	margin: 0px 0px 10px 0px;
	padding: 15px 0px 15px 0px;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	background-repeat: repeat-x;
	background-position: top left;
	font-weight: bold;
	box-shadow: 0px 0px 5px 2px #666;
	border-radius: 10px;
}
#normal_button:hover
{
	/*
	background-image: url('../images/themes/bg_stripes.gif');
	background-repeat: repeat;
	background-position: center left;
	color: #000;
	*/
	cursor: pointer;
	box-shadow: 0px 0px 5px 2px #666, inset 0px 0px 5px 5px #000;
}
.button_blue
{
	background-color: #99f !important;
	color: #000 !important;
}
.button_green
{
	background-color: #3c3 !important;
	color: #000 !important;
}
.button_red
{
	background-color: #f66 !important;
	color: #000 !important;
}
.button_yellow
{
	background-color: #ee3 !important;
	color: #000 !important;
}
.button_gray
{
	background-color: #aaa !important;
	color: #000 !important;
}
ch1,ch2,ch3,ch4,ch5,ch6,ch7{
	margin: 0px;
	padding: 5px;
}
ch1{
	font-size: 24px;
	font-weight: bold;
}
ch2{
	font-size: 22px;
	font-weight: bold;
}
ch3{
	font-size: 20px;
	font-weight: bold;
}
ch4{
	font-size: 18px;
	font-weight: bold;
}
ch5{
	font-size: 16px;
	font-weight: bold;
}
ch6{
	font-size: 14px;
	font-weight: bold;
}
ch7{
	font-size: 12px;
	font-weight: bold;
}
span.menu_top_title{
	background-image: url('../img/menu_top_button_2.png');
	border-top: 0px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	height: 40px;
	background-attachment: fixed;
	background-position: top left;
	background-repeat: repeat-x;
	padding: 5px 10px 7px 10px;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	display: block;
	float: left;
	font-weight: bold;
	text-align: center;
}
span.menu_top,
span.menu_top2,
span.menu_top3,
span.menu_top4,
span.menu_top5,
span.menu_top_mobile
{
	padding: 10px;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
}
span.menu_top{
	
}
span.menu_top2{
	background-color: #bbf;
	color: #000;
}
span.menu_top3{
	background-color: #fbb;
	color: #000;
}
span.menu_top4{
	background-color: #bfb;
	color: #000;
}
span.menu_top5{
	background-image: url('../img/menu_top_button_selected_3.png');
	background-color: #d8e0eb;
	border-top: 0px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #d8e0eb;
	border-left: 2px solid #999999;
	padding: 12px 9px 0px 9px;
	color: #ffffff;
	margin-left: 50px;
}
span.menu_top:hover,
span.menu_top3:hover,
span.menu_top4:hover{
	background-color: #fff;
	cursor: pointer;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
hr{
	border-top: 1px solid #999;
}
input,
select,
textarea{
	border: 1px solid #999;
	padding: 10px;
	font-size: 18px;
	background-color: #ffb;
	box-shadow: 0px 0px 5px 2px #666, 0px 0px 5px 2px #fb0 inset;
	border-radius: 10px;
}
input.checkbox{
	border: 0px solid #666;
}
input.logon{
	width: 100px;
}
input.button_save{
	position: relative;
	top: 0px;
	left: 10px;
}
input.button_delete{
	position: relative;
	top: 0px;
	left: 10px;
}
input.button_cancel{
	position: absolute;
	top: 10px;
	left: 80px;
}
input.button_save,
input.button_delete,
input.button_cancel{
	width: 60px;
}
input.page_title{
	width: 585px;
	padding: 5px;
	margin-bottom: 10px;
}
input.edit{
	width: 350px;
	text-align: center;
}
textarea.textarea_1{
	height: 350px;
	width: 585px;
	padding: 5px;
}
select.input_prio{
	width: 20px;
	text-align: right;
}
font.big_font{
	font-size: 20px;
	font-weight: normal;
}
.float_left
{
	float: left !important;
	display: inline-block !important;
}
.float_center
{
	float: center !important;
	display: inline-block !important;
}
.float_right
{
	float: right !important;
	display: inline-block !important;
}
.align_left
{
	text-align: left !important;
}
.align_center
{
	text-align: center !important;
}
.align_right
{
	text-align: right !important;
}
.wrap
{
	white-space: wrap !important;
}
.nowrap
{
	white-space: nowrap !important;
}