/* - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : 
URL : 

Description : 

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CONSOLE LAYOUT  ----- */

body{
	margin:0;
	padding:100 0 25 0;
	background-color: #002252;
	}
	
div#header{
	position:absolute;
	top:0;
	left:0;
	height:100px;
	width:96%;
	left:2%;
	}
	
div#footer{
	position:absolute;
	bottom:0;
	left:0;
	height:25px;
	width:96%;
	left:2%;
	}
@media screen{
	body>div#header{
		position:fixed;
		}
	body>div#footer{
		position:fixed;
		}
	}

* html body{
	overflow:hidden;
	} 
* html div#content_holder{
	height:100%;
	overflow:auto;
	}
	
#content_iframe {
	height:95%;
	width:100%;
	}

* html #content_iframe{
	height:100%;
	width:100%;
	}
/* ----- DESIGN   ---- */
body	{background-color: #002252;}

div#footer	{background:#002252;}
div#header	{background:#002252;}

/* ----- CONSOLE ITEMS  ---- */

div#content_holder {
	border: 2px solid #d3d3d3;
	padding:1% 1.5% 1% 1.5%;
	background:#fff;
	z-index: 101;
	margin-left:2%;
	margin-right:2%;
	}
	
#header_status{
	position:absolute;
	top:10px;
	width:75%;
	height:30px;
	/*- - - - - - -*/
	background-image: url(../gui/topbar_back.gif);
	background-repeat: repeat-x;
	}

#header_tabs{
	position:absolute;
	bottom:0px;
	width:95%;
	height:50px;
	/*- - - - - - -*/
	}
	
#topbar_content {
	float:left;
}




