/*** D:\WebSites\PonCat\Sites\Komptech\Styles\Base.css ***/

/******************************************************

/* Base.css komptech

/* This stylesheet contains the default styling 

/* of html elements and general classes used 

/* throughout the project.

/*

/* Don't add control, framework, template 

/* or contentblock specific classes to this file! 

/*****************************************************/



/******************************************************

/* Headings

/*****************************************************/
h1, h2, h3, h4, h5, h6

{

	margin-bottom: .3em;

}


h1

{

	color: #f90;

	font-size: 180%;

}



h2

{

	color: #008c44;

	font-size: 140%;

}



h3

{

	color: #3b5b65;

	font-size: 110%;

}



h4, h5, h6

{

	color: #008c44;

	font-size: 100%;

}

.white

{

	color: #fff;	

}



.black

{

	color: #000;	

}

/*** D:\WebSites\PonCat\Sites\Komptech\Styles\WebControls\BreadCrumb.css ***/

.wcBreadcrumb

{

	margin-bottom: 10px;

}



.wcBreadcrumb .separator

{

	margin: 0 .2em;

}



.wcBreadcrumb

{

	line-height: 28px;

	border-bottom: solid 1px #a8a8a8;

	padding-left: 14px;

}



.wcBreadcrumb a, .wcBreadcrumb a:link, .wcBreadcrumb a:visited

{

	font-family: Verdana;

	font-size: 9px;

	color: #585858;

}



.wcBreadcrumb a.sel, .wcBreadcrumb a:active, .wcBreadcrumb a.sel:visited

{

	color: #008c44;

	font-weight: bold;

}

/*** D:\WebSites\PonCat\Sites\Komptech\Styles\Units\ ***/



.TreeMenu

{

	margin: 0;
	padding: 10px;
	padding-right: 5px;
	background-color: #efefef;
	list-style-image: none;
	list-style-type: none;
}



.TreeMenu li

{
	list-style-image: none;
	list-style-type: none;
	margin: 0;
}



.TreeMenu a, .TreeMenu a:visited,

.TreeMenu li.sel li a

{
	text-decoration: none;
	color: #808080;
	display: inline-block;
	line-height:12px;
	margin:1px;
}

.TreeMenu a:hover , .TreeMenu li.exp a:hover
{
	color: #008c44;	
	display: inline-block;
}



.TreeMenu li.sel a  {
{
	color: #008c44;
}



.TreeMenu ul

{

	padding-bottom: 0px;

	margin: 0px;

}



/*** INDENT ***/

.TreeMenu li a

{

	font-weight: bold;

	padding-top: 2px;

}



.TreeMenu li li a

{

	font-weight: normal;

	padding-left: 8px;
	
	color: #808080;

}



.TreeMenu li li li a

{
	font-weight: normal;
	padding-left: 16px;
}