/* Base.css Bolier Templates

/* This stylesheet contains the OPCO styling 

/* of html elements and general classes used 

/* throughout the project.

/*

/* Don't add control, framework, template 

/* or contentblock specific classes to this file! 

/*****************************************************/

.TopMenu 
{
	background-color: #2D2880;
}


/*********************************

/ Links 

/********************************/

* html a, a:link {
	color: #808080;
	text-decoration: none;
}



a:visited {
	color: #808080;
	text-decoration: none;
}



a:hover {
	color: #808080;
	text-decoration: underline;
}



a:active {
	color: #808080;
	text-decoration: none;
}



/******************************************************
/* Headings
/*****************************************************/

h1, h2, h3, h4, h5, h6 {
	margin-bottom: .3em;
}



h1 {
	color: #f90;
	font-size: 180%;
}



.white {
	color: #fff;
}



.black {
	color: #000;
}



h2 {
	color: #000;
	font-size: 140%;
}



h3 {
	color: #3b5b65;
	font-size: 110%;
}



h4, h5, h6 {
	color: #ED6E00;
	font-size: 100%;
}

#RegionSidebar .RegionHeadline H2 
{
	color: #ED6E00;
}


/* breadcrumbs */
.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: #ED6E00;
	font-weight: bold;
}

.lastCrumb {
	font-weight: bold;
	color: #ED6E00 !important;
}

/* treemenu colors */

.TreeMenu {

	font-weight: bold;
}

.TreeMenu a, .TreeMenu a:visited, .TreeMenu a:link,
.TreeMenu li.sel li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.TreeMenu a:hover , .TreeMenu li.sel a:hover
{
	color: #ED6E00;	
	display: inline-block;
}

.TreeMenu li.sel a  ,.TreeMenu li li.sel a ,
.TreeMenu li li li.sel a{
	color: #ED6E00;
}

/*** D:\WebSites\PonCat\Styles\WebControls\TabStrip.css ***/

.tabStrip {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 1px;
}



.tabStrip li {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	float: left;
	list-style: none;
	cursor: pointer;
	cursor: hand;
	padding: 2px 20px 2px 20px;
	margin: 0 1px 0 0;
	border: solid 1px #c4c5ca;
	border-bottom-style: none;
	background-image: url(Images/templates/contentblocks/tabfiller.gif);
	background-repeat: repeat-x;
	background-color: #ccc;
}



.tabStrip .hover, .tabStrip .active {
	color: red;
}

.logosep 
{
	margin: 10px 15px;
	padding: 0px;
	vertical-align:top;
	border: none 0px #fff;
}







