﻿/*------------------------------------- Elements Section--------------------------------------------------- */	
body 
	{
	text-align: left;
	padding: 0; 
	margin: 0px 0px;
	width: 100%;
	}
form 
	{
	clear: both; 
	width: 100%;
	/*height: 100%;*/
	}
li
	{
	height: 15px;
	width: 137px;
	border-left: 1px dotted #859eb5;
	/*padding: 5px 8px 6px 20px;*/
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 30px;
	white-space: nowrap;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: x-small;
	font-weight:bold;
	white-space: nowrap;
	color: #000000;
	float: left;
	display: block;
	}

/*------------------------------------------ ID Section--------------------------------------------------- */	

#header-wrapper
		{
		padding-top: 0px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 0px;
		height: 70px;
		width: 100%;
		float: left;
		background-image: url('images/title_bg.jpg');
		border: 1px solid green;
		}
#header-left
		{
		padding-left: 5px;
		height: 60px;
		width: 15%;
		float: left;
		}
#header-middle
		{
		font-family: Sans-Serif;
		height: 60px;
		width: 75%;
		font-size:medium;	
		font-weight: bold;
		text-align:left;
		}
ght
		{
		text-align:left;
		width: 25%;
		float: left;
		}
#footer
		{
		padding-left: 80px;
		padding-top:35px;
		display: block;
		clear: both;
		background-image: url('images/green_mtn.jpg');
		background-repeat:no-repeat;
		height: 80px;
		width: 100%;
		}
#footer_text
		{
		text-align:center;	
		padding-bottom:10px;
		}
		
#menu_wrapper
		{
		padding-top: 5 5 5 5;
		width: 100%;
		float: left;
		height:20px;
		background-image: url('images/menu_bg.bmp');
		background-repeat:repeat;
		border-bottom: 1px solid green;
		}
#left_menu
		{
		padding-left: 5;
		width: 100%;
		float: left;
		color: #000000;
		}

#treeview
		{
		overflow:auto;
		left: 0;
		padding-left: 0px;
		padding-top: 10px;
		width: 15%;
		height:500px;
		float: left;
		background-image: url('images/treeview_bg.bmp');
		background-repeat:no-repeat;
		
		}
#default
		{
		overflow: auto;
		padding: 10px 10px 10px 10px;
		float: left;
		width: 80%;
		height:auto;
		background-color:white;
		color: #FF3300;
		n}

