@charset "utf-8";
/* CSS Document */

#apDiv1 {
	position:relative;
	left:0px;
	top:0px;
	width:270px;
	height:795px;
	z-index:1;
	overflow:auto;
}

body {
	background-color: #e6e7e8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.font-white{
	color:#fff;
	font-weight:bold;
	font-family:"Arial";
}
.font-black{
	color:#000;
	font-family:"Arial";
}
.font-grey{
	color:#666666;
	text-align:justify;
	font-family:"Arial";
	line-height:20px;
}
.font-greyLight{
	color:#999;
	text-align:justify;
	font-family:"Arial";
	line-height:20px;
}


/************start of key 1*********/
.dropbtn { /*main key spec*/
    background-color:transparent;
    color: #000;
    padding: 16px;
    font-size: 18px;
	border:none;
	/*border-bottom: 2px solid #F58220;*/
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    cursor: pointer;
}
.dropdown {	/* subkey type*/
    position: absolute;
    display: inline-block;
	text-align:left;
}
.dropdown-content {	/* subkey location*/
    display: none;
    position: absolute;
    background-color: #F2F2F2;
    box-shadow: 5px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;

	
}
.dropdown-content a {/* subkey attributes*/
    color: #666;
	font-family:Arial;
	font-size:12px;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover { /*color subkey on hover*/
	color: #F58220;
	padding: 10px 15px;
} 
.dropdown:hover .dropdown-content { /*color subkey non hover BOX*/
    background-color: #F2F2F2;
    display: block;
}
.dropdown:hover .dropbtn { /*color main key on hover*/
	border-bottom: 2px solid #F58220;
	color:#F58220;
}
.main-select{
	border-bottom: 2px solid #F58220;
	color:#F58220;	
}
.sub-select{
	color: #F58220;
}
.sub-select a{
	color: #F58220;
}
.sub-select a:hover{
	color: #F58220;
}
.sub-select a:visited{
	color: #F58220;
}
.sub-select a:active{
	color: #F58220;
}

/************end of key 1*********/

body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}
a {
	font-family: Arial;
	color: #999;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #999;
}

