﻿.CatalogPartLink
{
	color: Green;
}

.WebPart
{
   /* border-top-left-radius: 6px 6px;
	border-top-right-radius: 6px 6px;*/
	border-bottom-right-radius: 6px 6px;
	border-bottom-left-radius: 6px 6px;
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-radius-bottomright: 6px;
	/*-moz-border-radius-topleft: 6px;
	-khtml-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-khtml-border-radius-topright: 6px;*/
	background-color: #fff;
	text-align: left;
	padding: 0px;
	border: solid 1px #c2e1f6;
	border-top:0px;
	margin:0px;
	
	
    
	/*background: #E1EDFF;*/
}
.WebPartTitle
{
    border-top-left-radius: 6px 6px;
	border-top-right-radius: 6px 6px;
	border-bottom:0px;
	border: solid 1px #c2e1f6;
	background-image: url(../../New_Images/inner/innerttlebig.gif);
	background-repeat: repeat-x;
	height:25px;
	
}
 .WebPartTitle SPAN, .WebPartTitle a, .WebPartTitle a:visited, .WebPartTitle a:link , .WebPartTitle a:hover, .WebPartTitle a:active 
{
	 
	color: #000000;
	font-family: Tahoma;
/*	background-color: #c8defc;*/
	width: 100%;
	font-size: 10pt;
	font-weight: bold;
	padding-left:5px;
	

}

.WebPartMenu
{
	/*background-color:Lime;*/
	
}

WebPartMenuPopup, WebPartMenuPopup span, WebPartMenuPopup table
{
	background-color: Blue;
}

.WebPartMenuHover {
	font-family: Garamond;
	background-color: #163A98;
	font-family: Lucida Console;

}
.ZoneHeader, .ZoneHeader table
{
	color: black;
	background-color: #C0C0C0;
	text-align: center;
}

.EditorZone, .CatalogZone
{
	background-color: #E1E1E1;
}

.ZoneInstruction, .EmptyZone
{
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	
	font-family: Tahoma;
	font-size: 8pt;
	color: #5072CB;
}