@charset "UTF-8";
/* CSS Document */

.clear
{
  clear:both;
}

.scroll-wrapper
{
	width:100%;
	height:500px;
	-webkit-overflow-scrolling: touch;
	overflow:scroll;
	background:#FF9;
	margin:0;
	padding:0;
}

#default_wrapper
{
	height:550px;
	display:table;
	width:100%;
}

.default_head
{
	padding:3px;
	letter-spacing:1px;
	background: #CCC;
	color:#333;
}

.default_content
{
	
}

#default_left_wrapper
{
	height:100%;
	display:table-cell;
	margin:20px;
	padding:15px;
	-webkit-overflow-scrolling: touch;

}

#default_left_menu
{
	border:1px solid #999;
	height:100%;
	width:100%;
	overflow:scroll;


}
#default_left_menu_iframe
{
	height:100%;
	width:100%;
	-webkit-overflow-scrolling: touch;

}

#default_right_wrapper
{
	height: 100%;
	border:1px solid #CCC;
	text-align:right;
	display:table-cell;
	padding:15px;
}

#default_right_menu1
{
	text-align:left;
}

#default_right_menu2
{
	text-align:left;
}
