.wcBreadcrumb
{
	margin-bottom: 10px;
}

.wcBreadcrumb .separator
{
	margin: 0 .2em;
}.dataGrid 
{
	width: 100%;
	border-spacing: 0px;
	empty-cells: show;
	border-collapse: collapse;
}

.dataGrid caption
{
	text-align: left;
	margin-bottom: .5em;
	font-size: 1.4em;
}

.dataGrid .header th
{
	text-align: left;
	padding: 2px 5px;
	color: #fff;
	background-color: #999;
	border: solid 1px #999;
	border-bottom-style: none; 
}

.dataGrid .footer td
{
	padding: 2px 5px;
	background-color: #ddd;
	color: #333;
	border: solid 1px #e5e5e5;
}

.dataGrid td
{
	padding: 2px 5px;
	border-right: solid 1px #eee;
	vertical-align: top;
}

.dataGrid tr.row
{
	background-color: #fff;
}

.dataGrid tr.alt
{
	background-color: #eee;
}

.dataGrid td.first
{
	border-left: solid 1px #e5e5e5;
}

.dataGrid td.last 
{
	border-right-color: #e5e5e5;
}

.dataGrid tr.last td
{
	border-bottom: solid 1px #e5e5e5;
}

.dataGrid tr:hover
{
	background-color: #ddd;
}
.errorLabel
{
	color: #f00;
	display: block;
}
.exPanel
{
	clear: both;
	margin-bottom: 10px;
	border: solid 1px #e5e5e5;
}

.exPanel .header
{
	padding: 5px 10px 5px 20px;
	background-color: #eee;
	background-image: url(/Images/Icons/Collapsed.gif);
	background-position: 5px 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	/* IE6 */ 
}

.exPanel .content
{
	display: none;
	padding: 5px 10px;
	border-top: solid 1px #e5e5e5;
}

/*** EXPANDED ***/
.exPanelExpanded
{
}

.exPanelExpanded .header
{
	background-image: url(/Images/Icons/Expanded.gif);
}

.exPanelExpanded .content
{
	display: block;
}

/*** HOVER ***/
.exPanel:hover,
.exPanelHover
{
	background-color: #ddd;
}

/*** DISABLED ***/
.exPanelDisabled
{
	background-color: #ccc;
}
.exPanelList
{
	clear: both;
	margin-bottom: 10px;
}

.exPanelList .exPanel
{
	margin-bottom: 0;
	border-bottom-style: none; 
	background-color: #eee;
}

.exPanelList .exPanel .header
{
}

.exPanelList .exPanel .content
{
	border-top-style: none; 
}

.exPanelList .last
{
	border-bottom-style: solid;
}

/*** ALT ITEM ***/
.exPanelList .alt,
.exPanelList .alt .header
{
	background-color: #fff;
}

.exPanelList .alt .hover
{
	background-color: #ddd;
}

/*** EXPANDED ***/
.exPanelList .exPanelExpanded
{
}.iconLink
{
	display: block;
	text-decoration: none;
	text-align: right;
}

.iconLink .icon
{
	vertical-align: middle;
}

.iconLink .text
{
	margin: 0 5px;
	text-decoration: none;
	color: #d9432a;
}

.iconLink:hover
{
	text-decoration: none;
}

.iconLink:hover .text
{
	color: #d9432a;
	text-decoration:underline;
}
.iconLinkList
{
	list-style-type: none;
	margin: 0;
}

.iconLinkList li
{
	list-style-type: none;
}

.iconLinkList .iconLink
{
	text-align: left;
}/*** IFRAME POPUP ***/

.inlinePopupMask
{
	position:absolute;
	top:0;
	right:0;
	width:100%;

	background-color:black;
	opacity:.33; 
	filter: alpha(opacity=33); 
	-moz-opacity: 0.33;
}

.inlinePopupFix
{
	position:absolute;
	visibility:hidden;
}

.inlinePopupHolder
{
	z-index: 999999;
}

.inlinePopupContainer
{
	position: absolute;
	border: solid 1px ;
	background-color:#ffffff;
}

.inlinePopupToolbar 
{
	/*border-bottom: solid 5px ;
	border-right: solid 5px ;*/
	height: 38px;
	background: none;
	background-color: #fff;
}

.inlinePopupToolbar .Close
{
	display:block;
	float:right;
	margin-top: 20px;
	margin-right: 20px;
	height:18px;
	width:18px;

	background-image:url(/images/closebutton.jpg);
	background-repeat:no-repeat;
	background-color:;

	cursor:hand;
	cursor:pointer;
}

.inlinePopupContainer .Close span
{
	display:none;
}

.inlinePopupContent
{
	background: none;
	background-color: #fff;
	
}


#RegionHeader a.inlinePopupOpener,
#RegionFooter a.inlinePopupOpener
{
	background-color:;
	color:White;
}

.inlinePopupMasked select
{
	visibility:hidden;
}.dateLabel
{
	font-size: .8em;
	color: #666;
}.linkDropDown
{
	list-style-type: none;
	background-color: #f1f1f1;
	border: solid 1px #e5e5e5;
	margin: 0;
	width: 158px;
}

.linkDropDown li
{
	position: relative;
	cursor: default;
	white-space: nowrap;
	margin: 0;
}

.linkDropDown li span
{
	display: block;
	padding: 2px 15px 2px 5px;
	background: transparent url(/Images/Icons/linkDropDown.gif) right center no-repeat;
	font-weight: bold;
}

.linkDropDown li ul
{
	display: none;
	list-style-type: none;
	position: absolute;
	width: 158px;
	border: solid 1px #e5e5e5;
	border-top-width: 0;
	margin: 0;
	left: -1px;
	background-color: #ffffff;
	z-index: 100;
}

.linkDropDown li:hover ul,
.linkDropDown li.hover ul
{
	display: block;
}

.linkDropDown ul li
{
	position: static;
	white-space: normal;
}

.linkDropDown ul li a
{
	color: #333;
	text-decoration: none;
	display: block;
	padding: 2px 5px;
}

.linkDropDown ul li a:hover
{
	color: #d9432a;
	background-color: #fff;
}

/* IE hasLayout Fix \*/
* html .linkDropDown ul
{
	top: 1.6em;
}

* html .linkDropDown li,
* html .linkDropDown ul a  
{ 
	height: 1px; 
}
/* END fix */

/* Float Right */
.FloatContainer 
{
	display: block;
	clear: both;
}

.LinkDropDownFloatRight
{
	float: right;
	padding-right: 8px;
}

.FloatLeft 
{
	float: left;
}

.LinkDropDownCategoriesTitle 
{
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
	padding: 3px 4px 0 0;
}

.LinkDropDownCategories
{
    background-color:#FFF;
    color:#000;
	display: inline;
	float: right;
}

.linkDropDown li ul
{
	background-color: #FFF;
}
.linkDropDown ul li a
{
	background-color:#FFF;
}
.linkDropDown ul li a:hover
{
	background-color:#d9432a;
	color:#FFF;
}
.pageTree
{
}

.pageTree .treeNode
{
	color: #333;
	padding: 0 3px;
	cursor: default;
}

.pageTree .hover
{
	color: #000;
}

.pageTree .sel
{
	color: #000;
	font-weight: bold;
}

.pageTree .multiSel
{
	font-weight: bold;
	color: #666;
}

.hoverPopup
{
	background-color: Lime;
}.panelList
{
	clear: both;
	margin-bottom: 10px;
}

.panelList .listItem
{
	border-bottom: solid 2px #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.box .panelList .listItem
{
	border-bottom: solid 1px #e5e5e5;
}

.panelList .last
{
	border-bottom-style: none;
}

.panelList .header
{
	font-weight: bold;
	margin-bottom: 1px;
}

.panelList .footer
{
	height: 1.5em;
	margin-top: 1px;
}.region:after
{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

* html .region
{
	height: 1px;
}.SearchTool
{
    float:right;
    clear:right;
    margin-top:25px;
    padding-right:5px;        
    height:1px;
}.tabStrip
{
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
}

.tabStrip li
{
	float: left;
	list-style-image: none;
	list-style-type: none;
	padding: 5px 10px;
	margin: 0 1px 0 0;
	border: solid 1px #999;
	border-bottom-style: none; 
	cursor: pointer;
	/* IE6 */

	background-color: #ccc;
}

.tabStrip .hover,
.tabStrip .active
{
	color: #fff;
	background-color: #999;
}
