@charset "utf-8";
/* CSS Document */

body
{
	background-color:#FFF;
	padding:0px;
	margin:0px;

}

div#container
{
    position     : relative;
	margin-left  : auto;
	margin-right : auto;
	width        : 100%;
	height   : 93%;
		
}



div#title
{
	white-space:nowrap;
	text-align:left;
    position:fixed;
	width:100%;
	backgound-color:black;
	//right:25px;
	//float:right;
	left:0px;
	float:left;
	padding-left:0px;
	padding-right:0px;
	//max-width:200px;
	overflow:visible;
//	border-top:#eee thin solid;
//	border-left:#eee thin solid;
//	border-bottom:#aaa thin solid;
//	border-right:#aaa thin solid;

	z-index:2;
	//opacity:0.7;
    //filter:alpha(opacity=70);
	background-color:#303030;
}


div#title img
{
	width:2em;
	height:2em;
	cursor:pointer;
}

div#topmenu
{
	display:block;
	//position:absolute;
    //top:10px
	//right:200px;
	margin:0px;
	margin-right:5px;
	width:100%;

	 
}
                                 
div#sidemenu
{
	background-color:#eee;
    width  : 90px;
	height : 99%;
    float  : right;
}

div#pageContent
{
	position:relative;
	overflow:visible;
	
	
	/*clear:both;*/
   /* margin-left : 91px;*/
    height  : 100%;
	padding-top:2em;
}



iframe#currentPage
{
	width:100%;
	height:100%;
}