/*
Background
*/
#background{
	background:gray;
	filter:alpha(opacity=70);
}

/*
Popup Box
*/

#popup{
	gbackground:gray;
	z-index:5;
}
#title{
	margin:0px;
	background:#1b7a9a;	
	color:white;
}

/*
Options Box
*/

.opt{
	margin:3px;
	padding:2px;
	width:240;
	font-weight:bold
}
#inner_box{
	background:#6699FF;	
}
#outer_box{
	position:absolute;
	top:0;
	left:0;
	width:250px;
	padding:5px;
	filter:shadow(color:gray,direction:225,strength:10);
	display:none;
	color:black;
}

/*
Left panel
*/

#left_panel{
	background-color:#789de5;
	padding:10px;
	width:190px;
}

.panel{
	background-color:white;
	padding:5px;
	borderr:1px solid;
	width:185px;
}

.group{
	font-family:verdana;
	background:url('images/bar.gif');
	color:#215dc6;
	font-size:14px;
	font-weight:bold;
	padding:1px;
	cursor:hand;
	height:20;
}

.option{
	font-family:verdana;
	background-color:d6dff7;
	color:215dc6;
	font-size:12px;
	font-weight:bold;
	padding:2px;
	padding-left:10px;
}

.option_link{
	font-family:verdana;
	background-color:d6dff7;
	color:215dc6;
	font-size:12px;
	font-weight:bold;
	padding:2px;
	text-decoration:none;
}

.group_links{
	color:#215dc6;
	text-decoration:none;
}

.options{
	display:none;
}
