@CHARSET "utf-8";

html, body{
	width: 100%;
	height: 100%;
}

div#page-wrap{
	width: 100%;
	height: 100%;
}

div#right_comp{
	width: 220px;
	height: 100%;
	float: right;
	margin: 0;
	background-color: #e8efe8;
	position: relative;
}

/* logo image */
div#logo{
	height:10%;
}
div#logo img{
	width:165px;
	height: 45px;
	margin-top: 20px;
}

div#menu{
	width: 100%;
	/*height: 95%;*/
	/*border-top: 3px solid #0099CB;*/
	background-color: #e8efe8;
}
div#menu .toggle{
	width: 190px;
	margin: 0 auto;
}
div#menu .toggle p{
	padding-left: 10px;
	padding-top: 5px;
}
div#menu .toggle img{
	margin-right: 5px;
}
div#menu .toggle_title{
	width:180px;
	height:24px;
	background: url("../images/header.gif") no-repeat;
	text-align: left;
	margin-top: 10px;
	color: #fff;
}
div#menu .toggle_select{
	width: 180px;
	background: url("../images/body.gif");
}
div#menu .toggle_select div{
	width: 160px;
	margin: 0 auto;
	text-align: left;
}
div#menu .toggle_select input[type="radio"]{
	margin-right: 5px;
}
div#menu .toggle_footer{
	width: 180px;
	background: url("../images/footer.gif") no-repeat;
	height: 10px;
}

div#menu table#note_table{
	width: 190px;
	border: 1px solid #0099CB;
	background-color: #fff;
	margin: 10px auto;
	font-size: 9pt;
}
div#menu table#note_table td{
	padding: 3px;
}
div#cytoscape_link{
	width: 220px;
	text-align: right;
	background-color: #f3f8f2;
	margin: 0;
	position: absolute;
	bottom: 0;
}

div#left_comp{
	height: 100%;
	margin-right: 220px;
	background-color: #eee;
}

ul.dropdown {
	position: relative;
/*	height: 5%;*/
	height: 30px;
	background-color: #ccc;
	z-index: 99;
}

ul.dropdown li{
	font-weight: bold; 
	float: left; 
	zoom: 1; 
	background: #ccc;
}

ul.dropdown a:hover{ 
	color: #000;
}

ul.dropdown a:active{
	color: #6fb610;
}

ul.dropdown li a{
	display: block;
	border-right: 1px solid #333;
	color: #222;
	width: 60px;
	height: 30px;
	line-height: 30px;
}

ul.dropdown li:last-child a{
	border-right: none; 
}

ul.dropdown li.hover, ul.dropdown li:hover{
	background: #6fb610; color: black; position: relative;
}

ul.dropdown li.hover a{
	color: black;
}

/*	LEVEL TWO*/
ul.dropdown ul{ 
	width: 120px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0; 
}
ul.dropdown ul li{
	font-weight: normal;
	background: #f6f6f6;
	color: #000;
	 border-bottom: 1px solid #ccc;
	 float: none;
	 text-align: left;
	 padding-left: 5px;
}

/*  IE 6 & 7 Needs Inline Block*/ 
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 


/*	LEVEL THREE*/

ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

/* The Cytoscape Web container must have its dimensions set. */
#cytoscapeweb {
    width: 100%;
    margin-top : 0px;
    height: 95%;
    text-align: left;
    background-color: white;
}

div#dialog{
	background-color: #fff;
	color: #000;
}