/* 
    Document   : zonesAdmin.css
    Created on : 29 déc. 2011, 01:39:59
    Author     : cyrille
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#columns {
	width: 1100px;
	height: 605px;
	border-style: solid;
	border-width: 2px;
	border-color: #000;	
}

#column_tree { 
	float: left;
	width: 250px;
	height: 600px;
	border-style: solid;
	border-width: 1px;
	border-color: #06b;
	overflow: scroll;
}

#column_data {
	float: left;
	width: 300px;
	height: 600px;
	border-style: solid;
	border-width: 1px;
	border-color: #06b;
}

#column_map {
	float: left;
	width: 540px;
	height: 600px;
	border-style: solid;
	border-width: 1px;
	border-color: #06b;
}

#reportArea {
	height: 500px;
	white-space: pre-wrap;
	overflow: scroll; 
}
