/* popup windows */
#bubble_contents {
background-color: #454545;
position:relative;
width:93%;
min-height:10px;
padding-top:5px;
padding-bottom:5px;
padding-left:20px;
padding-right:20px;
/*border-right:4px solid #ebebeb;
border-bottom:5px solid #ebebeb;*/
border: 3px solid #dedede;
overflow:hidden;
display:none;
z-index:15;
cursor: move;
}

#full_contents {
position:relative;
 filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
/*
width:93%;
min-height:50px;
padding:20px; 
/*border: 1px solid #333333;*/
/*color:#333333;*/
overflow:hidden;
display:none;
z-index:12;
}

#popup_note {
   /* color: #ffffff;*/
    /*background-color: #555555;*/  
   /* min-height:2000px;*/
    /*display:block;*/
    font-size:85%;
overflow:auto; 
padding: 10px;
color: #ffffff;
/*cursor:move;*/
}

.popup_title {
	font-size:11px;
	font-weight: bold;
	color: #ffffff;
    padding:10px;
 /*   background-color: #ffffff; */
}



#popup_note a {
    color: #c6eaf8;
    font-weight:bold;
    text-decoration:none;
}

#popup_note a:hover {
   color: #f5f5f5;
	text-decoration:underline;
}

#ajax_note {
    display:none;
    min-height:50px;
}

#bubble a {
   color: #c6eaf8;
    font-weight:bold;
    text-decoration:none;
}

#bubble a:hover {
  color: #121212;
	text-decoration:underline;
}

#bubble_contents_toc {
position:relative;
/* filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;*/
/*background-color: #eeeeee;*/
background-color: #454545;
width:93%;
min-height:10px;
padding-top:5px;
padding-bottom:5px;
padding-left:20px;
padding-right:20px;
border: 3px solid #dedede;
overflow:hidden;
display:none;
z-index:15;
}

#full_contents_toc {
position:relative;
 filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
/*background-color: #eeeeee;*/
width:93%;
min-height:50px;
padding:20px; 
/*border: 1px solid #333333;*/
/*color:#333333;*/
overflow:hidden;
display:none;
z-index:12;
}

#popup_note_toc {
   /* color: #ffffff;*/
    /*background-color: #555555;*/  
   /* min-height:2000px;*/
    /*display:block;*/
    font-size:85%;
overflow:auto; 
/*cursor:move;*/
}


#popup_note_toc a {
    color: #779eab;
    font-weight:bold;
    text-decoration:none;
}

#popup_note_toc a:hover {
   color: #121212;
	text-decoration:underline;
}

#ajax_note_toc {
    display:none;
    min-height:50px;
}

#bubble_toc a {
   color: #ffffff;
    font-weight:bold;
    text-decoration:underline;
}

#bubble_toc a:hover {
    color: #f4f4f4;
	text-decoration:underline;
}

div#close_bubble, div#close_bubble_toc {
	float:right;
	padding: 5px;
}

div#close_bubble a, div#close_bubble_toc a {
	float:right;
	padding: 5px;
	color: #c6eaf8;
}

div#close_bubble a:hover, div#close_bubble_toc a:hover {
	float:right;
	padding: 5px;
	color: #f5f5f5;
	text-decoration: underline;
}
