@charset "utf-8";
/* CSS Document */


ul {
/*	list-style: none;*/
	list-style-position: outside;
}

li.menubox{
	display: block;
/*	float: left;*/
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	width: 310px;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0px;
	-weblit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
}

li {
/*	list-style-type: none;*/
}

hr {
	height:1px;
	margin: 0 7px;
}

.menu_title{
	padding: 8px 10px;
	font-weight: bold;
	font-size: 12pt;
}


li.menubox ul{
	list-style-type: disc;
/*	list-style: none;*/
}


ul.menu_list li{
	line-height: 1.2em;
	margin: 0.5em;
	margin-left:2em;
	font-size:11pt;
}

a{
	color:#245fbb;
}

.menublock{
	width: 320px;
	float: left;
	border: 1px solid transparent;
}

#info{
	width: 950px;
}

#info li.menubox{
	width:100%;
}

#info li.menubox ul{
	list-style-type: square;
/*	color: red;*/
}


	#dialog table{
		 border-collapse:separate;
		 border-spacing: 10px;
/*		 font-weight: bold;*/
	}

	#dialog table th{
		border-bottom : 1px solid black;
		background-color: #CAE4FF;
		height:25px;
		vertical-align:middle;
	}

	#dialog table td{
		font-size:10pt;
/*		border-bottom : 1px dashed black; */
	}

	#dialog{
		margin-bottom:10px;

	}

	#dialog	.menu_title {
		cursor:pointer;
		font-size:11pt;
	}

	.menu_title {
		font-size:12pt;
	}

	.menu_title_div{
		margin-left:3px;
	}

	.menu_div {
		margin-left:15px;
	}

	#dialog .menubox{
		width: 250px;
		margin: 5px 0px;
	}

	#dialog a{
		color:#245fbb;
	}

	#dialog ul.menu_list li{
		line-height: 1.0em;
		margin: 0em;
		margin-left:2em;
		margin-right:7px;
		padding:0.3em;
		font-size:10pt;
	}




.arrow:after {
    background: white;
    border: 1px solid gray;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}



