
#mk_loading{
	background-color: RGB(0,0,0);
	background-color: RGBA(0,0,0,.6);
	width:95px;
	height: 130px;
	position: fixed;
	top: 0px;
	left: 150px;
	padding: 15px;
	padding-top: 40px;
	display: none;
	z-index: 9998;
}

#bowlG{
	position:relative;
	width:80px;
	height:80px;
}

#bowl_ringG{
	position:absolute;
	width:80px;
	height:80px;
	border:7px solid #0000FF;
	-moz-border-radius:80px;
	-webkit-border-radius:80px;
	-o-border-radius:80px;
	-ms-border-radius:80px;
	border-radius:80px;
}

.ball_holderG{
	position:absolute;
	width:21px;
	height:80px;
	left:29px;
	top:0px;
	-moz-animation-name:ball_moveG;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-timing-function:linear;
	-webkit-animation-name:ball_moveG;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
	-o-animation-name:ball_moveG;
	-o-animation-duration:2s;
	-o-animation-iteration-count:infinite;
	-o-animation-timing-function:linear;
	-ms-animation-name:ball_moveG;
	-ms-animation-duration:2s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-timing-function:linear;
	animation-name:ball_moveG;
	animation-duration:2s;
	animation-iteration-count:infinite;
	animation-timing-function:linear;
}

.ballG{
	position:absolute;
	left:0px;
	top:-19px;
	width:32px;
	height:32px;
	background:#0066FF;
	-moz-border-radius:27px;
	-webkit-border-radius:27px;
	-o-border-radius:27px;
	-ms-border-radius:27px;
	border-radius:27px;
}

@-moz-keyframes ball_moveG{
	0%{
	-moz-transform:rotate(0deg)}
	100%{
	-moz-transform:rotate(360deg)}
}

@-webkit-keyframes ball_moveG{
	0%{
	-webkit-transform:rotate(0deg)}
	100%{
	-webkit-transform:rotate(360deg)}
}

@-o-keyframes ball_moveG{
	0%{
	-o-transform:rotate(0deg)}
	100%{
	-o-transform:rotate(360deg)}
}

@-ms-keyframes ball_moveG{
	0%{
	-ms-transform:rotate(0deg)}
	100%{
	-ms-transform:rotate(360deg)}
}

@keyframes ball_moveG{
	0%{
	transform:rotate(0deg)}
	100%{
	transform:rotate(360deg)}
}

.mk_popup_wrapper{
	background-color: RGB(0,0,0);
	background-color: RGBA(0,0,0,.3);
	background-image: url('/core/images/structure/diagonal1.png');
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: none;
	z-index: 9997;
}

.mk_popup_wrapper_container{
	background-color: RGB(255,255,255);
	width: 900px;
	margin: 50px auto;
	border: 5px solid RGB(0,0,255);
	z-index: 9998;
	box-shadow: 1px 1px 50px black;
	min-height: 125px;
}

.mk_popup_wrapper_container_titlecontainer{
	background-color: RGB(0,102,255);
	padding: 10px;
}

.mk_popup_wrapper_container_titlecontainer_title{
	font-size: 18pt;
	color: white;
	margin: 0px;
	float:left;
}

.mk_popup_wrapper_container_titlecontainer_close{
	background-image: url('/core/images/icons/close.png');
	background-size: 100%;
	height: 20px;
	width: 20px;
	float: right;
}

.mk_popup_wrapper_container_content{
	padding: 10px;
	overflow: auto;
}

#mk_message_wrapper{
	position: fixed;
	top: 0px;
	left: 300px;
	width: 800px;
	color: white;
	z-index: 9999;
}

.mk_message_wrapper_message{
	border: 1px solid grey;
	border-top: 0px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	display:none;
	background-image: url('/core/images/structure/diagonal1.png');
	height: 45px;
	clear: both;
}

.mk_message_wrapper_message.success{
	background-color: lightgreen;
}

.mk_message_wrapper_message.error{
	background-color: red;
}

.mk_message_wrapper_message_icon{
	border-right: 1px solid grey;
	height: 100%;
	padding: 5px;
	background-position: center center;
	float: left;
}

.mk_message_wrapper_message_text{
	padding: 5px;
	float: left;
}

.mk_logo.logo30{
	background-image: url('/core/images/logos/mitchellklijs/logo_50.png');
	height: 30px;
	width: 30px;
	background-size: 30px;
}

.mk_logo.logo35{
	background-image: url('/core/images/logos/mitchellklijs/logo_50.png');
	height: 35px;
	width: 35px;
	background-size: 35px;
}

.mk_logo.logo40{
	background-image: url('/core/images/logos/mitchellklijs/logo_50.png');
	height: 40px;
	width: 40px;
	background-size: 40px;
}

.mk_logo.logo50{
	background-image: url('/core/images/logos/mitchellklijs/logo_50.png');
	height: 50px;
	width: 50px;
}

.mk_logo.logo60{
	background-image: url('/core/images/logos/mitchellklijs/logo_100.png');
	height: 60px;
	width: 60px;
	background-size: 60px;
}

.mk_logo.logo100{
	background-image: url('/core/images/logos/mitchellklijs/logo_100.png');
	height: 100px;
	width: 100px;
}

.mk_logo.logo250{
	background-image: url('/core/images/logos/mitchellklijs/logo_250.png');
	height: 250px;
	width: 250px;
}

.mk_logo.logo500{
	background-image: url('/core/images/logos/mitchellklijs/logo_500.png');
	height: 500px;
	width: 500px;
}

.mk_slider_controls{
	position: absolute;
	z-index: 9999;
	width: 940px;
	background-color: RGBA(255,255,255,0.8);
	opacity: 0.3;
}

.mk_slider_controls:hover{
	opacity: 1;
	background-color: RGBA(255,255,255,0.5);
}

.mk_slider_controls *{
	margin: 5px;
	width: 50px;
}

.mk_slider_controls_back{
	float: left;
}

.mk_slider_controls_next{
	float: right;
}

.mk_slider_controls_images_image_selected{
	border: 3px solid red;
}

.mk_slider_images{
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
}

.mk_slider_images img{
	max-width: 940px;
	display: none;
}