/******************************************************
/* Base.css
/* 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! 
/*****************************************************/

:root
{
	overflow-y: scroll;
}

body, form, h1, h2, h3, h4, h5, h6, h6, p, img, blockquote, ul, ol, li, dl, dt, dd 
{
	margin: 0;
	padding: 0;
}

html, body, td, th
{
	color: #333; /*;*/
	font-family: Arial,Helvetica,Sans-serif; /*;*/
}

html
{
	font-size: small;
}

body
{
	font-size: 85%;
	line-height: 1.455; /*;*/
}

form
{
}

p
{
	margin-bottom: 15px; /*10px;*/
}

.ingress
{
	font-weight: bold;
	margin-bottom: 15px /*10px;*/
}

.category
{
	color: #666;
	text-transform: uppercase;
	font-size: .9em;
}

.toUpper
{
	text-transform:uppercase;
}

/******************************************************
/* Headings
/*****************************************************/
h1, h2, h3, h4, h5, h6
{
	margin-bottom: .3em;
}

h1
{
	color: #000; /*##f90;*/
	font-size: 180%;
}

h2
{
	color: #000; /*##f90;*/
	font-size: 140%;
}

h3
{
	color: #000; /*##333;*/
	font-size: 110%;
	text-transform: uppercase;
}

h4, h5, h6
{
	font-size: 100%;
}

h5, h6
{
	font-weight: normal;
	font-style: italic;
}

/*********************************
/ Links 
/********************************/
a
{
	color: #666; /*#06a;*/
}

a:hover
{
	color: #000; /*#09f;*/
}

a.imgLink
{
	display: block;
	line-height: 0;
}

.toUpperLink
{
	text-transform:uppercase;
	color: #666; /*#06a;*/
	font-family:Arial;
	text-decoration:none;
	font-weight:bold;	
	font-size:90%;
}

/*********************************
/ Lists 
/********************************/
ul
{
	list-style-image: url(/Images/Icons/ListBullet.gif);
	margin-left: 16px;
	margin-bottom: 15px; /*10px;*/
}

ol
{
	margin-bottom: 15px; /*10px;*/
	margin-left: 20px;
}

* html ol
{
	margin-left: 25px;
}

li
{
	margin: 0 0 .3em;
	vertical-align: middle;
}

dl
{
	margin-bottom: 15px; /*10px;*/
}

dt
{
	font-weight: bold;
	margin-bottom: .3em;
	clear: both;
}

dd
{
	margin-bottom: 15px; /*10px;*/
}

/******************************************************
/* Images
/*****************************************************/
img
{
	border: 0;
}

img.blockImage
{
	display: block;
	line-height: 0;
}

img.leftAligned
{
	float: left;
}

img.rightAligned
{
	float: right;
}


/******************************************************
/* Separators
/*****************************************************/
hr
{
	clear: both;
	display: block;
	border-width: 0;
	height: 1px;
	color: #ccc; /*;*/
	background-color: #ccc; /*;*/
	margin: 10px 0;
}

/******************************************************
/* pre-tag for documents...
/*****************************************************/
pre
{
	font-family: monospace;
}

/******************************************************
/* Float container fix
/*****************************************************/
.fc:after
{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
}

.fc {display:inline-block;} 
/* Hide from IE Mac \*/ 
.fc {display:block;} 
/* End hide from IE Mac */ 

* html .fc
{
	height: 1px;
}h3 a
{
	color: #000;
	text-decoration: none;
}


a.iconLink
{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background: transparent url(/Public/Images/Icons/IconLink.gif) 100% 50% no-repeat;
	padding-right: 15px;
}
/******************************************************
/* This file should only contain basic form styles.
/*
/*****************************************************/
.textBox, 
textarea, 
select,
.stateCtrl input, 
.stateList input,
.button, 
label
{
	vertical-align: middle;
}

input,
textarea,
select, 
option
{
	color: #333;
	font-size: 1em;
	line-height: normal;
}

/******************************************************
/* BLOCKS
/*****************************************************/
.inputBlock
{
	clear: both;
	margin-bottom: 5px;
}

fieldset
{
	padding: 10px;
	border: solid 1px #ccc;
	margin-bottom: 10px;
}

legend
{
	padding: 0 .5em;
	color: #333;
}

/******************************************************
/* LABELS
/*****************************************************/
label
{
	font-weight: bold;
	line-height: 20px; /* Height of input fields */
}

.inputBlock label
{
	float: left;
	width: 120px;
}

.displayLabel
{
	line-height: 20px; /* Height of input fields */
}

/******************************************************
/* TEXTBOX
/*****************************************************/
.textBox
{
	padding: 1px;
	border: solid 1px #ccc;
	width: 150px;
}

textarea
{
	width: 250px;
	height: 100px;
	overflow: auto;
}

/******************************************************
/* select
/*****************************************************/
select
{
	width: 150px;
}

select option
{
}

/******************************************************
/* STATE CONTROLS (checkbox & radiobutton)
/*****************************************************/
.stateCtrl
{
	clear: both;
	display: block;
	font-weight: normal;
}

.inputBlock .stateCtrl
{
	padding-left: 120px;
}

.stateCtrl input,
.stateList input
{
	float: left;
}

.stateCtrl label,
.stateList .stateList label
{
	float: none;
	margin-left: 22px;
	display: block;
	width: auto;
	font-weight: normal;
}

.stateList td 
{
	padding: 0;
	vertical-align: top;
}

html>body .stateCtrl input,
html>body .stateList input
{
	margin-top: 3px;
	margin-bottom: 3px;
}

* html .stateCtrl label,
* html .stateList label
{
	height: 1px;
}

/******************************************************
/* BUTTONS
/*****************************************************/
.buttonBlock
{
	clear: both;
	margin: 10px 0;
	text-align: right;
}

.buttonBlock .button,
.inputBlock .button
{
	margin-left: 5px;
}

/******************************************************
/* ERRORS
/*****************************************************/
.errorList
{
	margin-left: 120px;
}

.errorList ul
{
	color: #f00;
	list-style-type: none;
	margin: 0;
}

.errorIndicator
{
	color: #f00;
	margin-left: 5px;
	vertical-align: top;
}

.NewsletterCheckBoxList input
{
	margin-top: 0px!important;
}

/******************************************************
/* CLEAR SPACER
/*****************************************************/
.inputBlock:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .inputBlock
{
	height: 1px;
	padding-bottom: 1px; /* Fix for dropdown so that not bottom-border gets hidden */
}
/* End hide from IE-mac */
.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: ;
	background-color: ;
	border: solid 1px ;
	border-bottom-style: none; 
}

.dataGrid .footer td
{
	padding: 2px 5px;
	background-color: ;
	color: ;
	border: solid 1px #ccc;
}

.dataGrid td
{
	padding: 2px 5px;
	border-right: solid 1px ;
	vertical-align: top;
}

.dataGrid tr.row
{
	background-color: ;
}

.dataGrid tr.alt
{
	background-color: ;
}

.dataGrid td.first
{
	border-left: solid 1px #ccc;
}

.dataGrid td.last 
{
	border-right-color: #ccc;
}

.dataGrid tr.last td
{
	border-bottom: solid 1px #ccc;
}

.dataGrid tr:hover
{
	background-color: #ddd;
}
.errorLabel
{
	color: #f00;
	display: block;
}
.exPanel
{
	clear: both;
	margin-bottom: 10px;
	border: solid 1px #ccc;
}

	.exPanel .header
	{
		padding: 3px 10px 3px 5px;
		background-color: #ededed;
		cursor: pointer;
		cursor: hand;
		font-weight: bold;
		font-size: 13px;
	}
	
	.white .header
	{
		background-color: #fff;
	}
	
	.exPanel .header .HeaderText
	{
		margin-left: 0px;
	}
	
	.exPanel .header .HeaderImage
	{
		margin-left: -20px;
		margin-top: -20px;
		background-image: url(/Images/Icons/Collapsed.gif);
		background-repeat: no-repeat;
		width: 28px;
		height: 27px;
		float: left;
	}

.exPanel .content
{
	display: none;
	padding: 5px 10px;
	background-color: #ededed;
}

.white .content
{
	background-color: #fff;
}

/*** EXPANDED ***/
.exPanelExpanded
{
}

.exPanelExpanded .header .HeaderImage
{
	background-image: url(/Images/Icons/Expanded.gif);
}


.exPanelExpanded .content
{
	display: block;
}

/*** HOVER ***/
.exPanel:hover,
.exPanelHover
{
	background-color: #ddd;
}

/*** DISABLED ***/
.exPanelDisabled
{
	background-color: #ccc;
}

.white .exPanelDisabled
{
	background-color: #fff;
}
.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;
}
ul.iconLinkList
{
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
}

ul.iconLinkList li
{
	list-style-image: none;
	list-style-type: none;
	float: left;
	margin-right: 10px;
}
ul.iconLinkList a 
{
	background: url(/Images/LinkIcons/Default.gif) no-repeat center left;
	padding-left: 10px;
}.dateLabel
{
	font-size: .8em;
	color: #666;
}.linkDropDown
{
	list-style-image: none;
	list-style-type: none;
	background-color: #fff;
	border: solid 1px #ccc;
	margin: 0;
	width: 148px;
}

.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-image: none;
	list-style-type: none;
	position: absolute;
	width: 148px;
	border: solid 1px #ccc;
	border-top-width: 0;
	margin: 0;
	left: -1px;
	background-color: #fff;
	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
{
	text-decoration: none;
	display: block;
	padding: 2px 5px;
}

.linkDropDown ul li a:hover
{
	color: #09f;
	background-color: ;
}

/* IE hasLayout Fix \*/
* html .linkDropDown ul
{
	top: 1.6em;
}

* html .linkDropDown li,
* html .linkDropDown ul a  
{ 
	height: 1px; 
}
/* END fix */.linkList
{
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
	padding: 0;
}

.linkList li
{
}

.linkList a
{
	color: ;
}.pager
{
	border-top: solid 1px #ccc;
	padding: 10px 0;
	text-align: center;
}

.pager a
{
	padding: 0 3px;
	color: #999;
	text-decoration: underline;
}

.pager .sel
{
	padding: 0 5px;
	font-weight: bold;
	color: #666;
}

.pager a:hover
{
}

.pager .Pages
{
	padding: 0 5px;
}
.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
{
	padding: 5px 10px;
	background-color: #eee;
}

.panelList .alt
{
	background-color: #fff;
}

.panelList .header
{
	font-weight: bold;
	background-color: #999;
	color: #fff;
	margin-bottom: 1px;
}

.panelList .footer
{
	background-color: #ccc;
	height: 1.5em;
	margin-top: 1px;
}.region:after
{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

* html .region
{
	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;
	cursor: pointer;
	cursor: hand;
	padding: 5px 10px;
	margin: 0 1px 0 0;
	border: solid 1px #ccc;
	border-bottom-style: none;
	background-color: #ccc;
}

.tabStrip .hover,
.tabStrip .active
{
	color: #fff;
	background-color: #999;
}

.tabPanel
{
	clear: both;
}.LogOn
{
	background: #ededed url(/Public/Images/Units/Logon/bottom.gif) 0 100% no-repeat;
	margin-bottom: 10px;
}

.LogOn h3
{
	padding: 10px 10px 0;
	margin: 0;
	background: transparent url(/Public/Images/Units/Logon/top.gif) 0 0 no-repeat;
}

.LogOn .LogOnBody
{
	padding: 10px;
}

.LogOn .Username
{
	width: 150px;
	padding: 2px;
	margin-bottom: 5px;
}

.LogOn .Password
{
	width: 104px;
	padding: 2px;
}

.LogOn .errorIndicator
{
	display: block;
	margin: 5px 0 0;
}.LogOnToOldPortal
{
	width: 300px;
	padding-bottom: 10px;
}

.LogOnToOldPortal .LogOn
{
	background: #ededed url(/Public/Images/Units/LogonToOldPortal/bottom.gif) 0 100% no-repeat;
	margin-bottom: 10px;
}

.LogOnToOldPortal .LogOn h3
{
	padding: 10px 10px 0;
	margin: 0;
	background: transparent url(/Public/Images/Units/LogonToOldPortal/top.gif) 0 0 no-repeat;
}

.LogOnToOldPortal .LogOn .LoginLeadText
{
	width:80px;
	float:left;
}

.LogOnToOldPortal .LogOn .LogOnBody
{
	padding: 10px;
}

.LogOnToOldPortal .LogOn .Username
{
	width: 150px;
	padding: 2px;
	margin-bottom: 5px;
}

.LogOnToOldPortal .LogOn .Password
{
	width: 104px;
	padding: 2px;
}

.LogOnToOldPortal .LogOn .errorIndicator
{
	display: block;
	margin: 5px 0 0;
}.NewsBox .boxBody
{
	padding-bottom: 0;
}

.NewsBox .panelList .listItem
{
	background-color: Transparent;
	padding: 0;
	margin-bottom: 10px;
}

.NewsBox .panelList .dateLabel
{
	display: block;
}
#PageFooter
{
	clear: both;
	background: #f1f1f1 url(/Public/Images/footer_bg.gif) 0 0 repeat-x;
	padding: 20px;
	color: #999;
}

* html #PageFooter
{
	width: 700px;
}

#PageFooter .Text
{
	float: left;
}

#PageFooter .FooterMenu
{
	float: right;
}

#PageFooter .FooterMenu ul
{
	list-style: none none;
	margin: 0;
	padding: 0;
	text-align: right;
}

#PageFooter .FooterMenu li
{
	display: inline;
}

#PageFooter .FooterMenu a
{
	color: #999;
	text-transform: uppercase;
	margin-left: 20px;
}#PageHeader
{
	background: transparent url(/Public/Images/header_bg.gif) 0 100% repeat-x;
	padding-bottom: 30px;
}

#PageHeader .Logo
{
	float: right;
	margin-right: 10px;
}.rsslink
{
	text-decoration: none;
	color: #000;
}
.rsslink:hover
{
	color: #666;
}
.rssdate 
{
	font-weight: normal;
	font-size: .9em;
	color: #666
}
a.rssnewer 
{
    background: url(/Public/Images/Icons/IconLinkLeft.gif) no-repeat scroll left transparent;
    padding-left: 15px;
    display:inline;
    float:left;
}
.rssolder
{    
    display:inline;
    float:right;
}html
{
	height: 100%;
}

body
{
	height: 100%;
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height:1.455;
	color: #333;
	font-family: Arial,Helvetica,Sans-serif;
}
form
{
	padding: 5px;
	margin: 0;
}
h1
{
	font-size: 14px;
	text-transform:uppercase;
	margin: 0 0 3px 0;
}
h1 span
{
	float:left;
}
h1 img
{
	vertical-align: middle;
	float:right;
}
.inputBlock
{
	margin: 0 0 3px 0;
}
.dropDown
{
	width: 75%;		
}
.textBox
{
	padding: 1px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #000;
	height: 18px;
	width: 75%;
	line-height: normal;
	vertical-align: middle;
}
.imgSubmit
{
	vertical-align: middle;
}
#box{ width:100%;}
#box #header{padding-left:7px; height:7px; background:url(/Public/Images/Box/corner_1.gif) no-repeat left top;}
#box #header div{height:7px; background:url(/Public/Images/Box/corner_2.gif) no-repeat right top;}
#box #footer{padding-left:7px; height:7px; background:url(/Public/Images/Box/corner_3.gif) no-repeat left bottom;}
#box #footer div{height:7px; background:url(/Public/Images/Box/corner_4.gif) no-repeat right bottom;}

#box #content
{
	background:#ededed url(/Public/Images/Logotypes/PageHeader_search.gif) no-repeat right top; 
	border-left:solid 1px #ccc; 
	border-right:solid 1px #ccc; 
	padding:0 10px 4px 10px;
}

.SlideshowBox .btnLeft
{
    display:inline;
    float:left;
}
.SlideshowBox .btnRight
{
    display:inline;
    float:right;
}
.SlideshowBox .iconLink
{
    display:block;
    font-weight: bold;
	text-align: center;
}
.SlideshowBox .iconLink A
{
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 15px;
	background: url(/Public/Images/Icons/IconLink.gif) no-repeat 100% 50%;
}
.StartTopBoxLeft .boxHead
{
	background: #0c5d86 url(/Public/Images/Box/xwidehead.gif) 0 0 no-repeat;
	
	display: block;
	font-size:110%;
	font-weight:700;
	padding:  9px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	width: 340px;
}

.StartTopBoxLeft img
{
	display: inline;
	max-width: 300px;
	max-height : 300px;
}
.StartProductList .row:first-child
{
	display: none;
}
.StartProductList .row
{
	background: transparent url(/Public/Images/Units/StartProductList/bgborder.gif) repeat-x bottom left;
	margin-bottom: 20px;
}

.StartProductList .product
{
	float: left;
	width: 340px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 95%;
}

.StartProductList .product:first-child
{
	margin-right: 20px;
}

.StartProductList .product img.productImage
{
	float: left;
	margin-left: 5px;
	display: inline;
}

.StartProductList .product h2
{
	margin-bottom: 0;
	color: #666;
}

.StartProductList .product a
{
	text-decoration: none;
}

.StartProductList .product .details
{
	margin-left: 105px;
	margin-right: 5px;
}

.StartProductList .product .price
{
	color: #999;
	margin-bottom: 7px;
	margin-top: -10px;
}

.StartProductList .productLinks
{
	text-align: right;
}

.StartProductList .productLinks a
{
	display: inline-block;
	margin-bottom: 3px;
	margin-left: 5px;
	text-decoration: underline;
}

.StartProductList .productLinks a img
{
	margin-bottom: -6px;
}

.StartProductList .productLinks a.Text
{
	line-height: 20px;
}

.StartProductList .product a.iconLink
{
	text-decoration: none;
	background: transparent url(/Public/Images/Icons/LinkList.gif) 0 50% no-repeat;
	display: block;
	padding-left: 10px;
	white-space: nowrap;
}

.StartProductList .product a:hover h2
{
	color: #000;
}

.HeaderBack
{
	margin-top: 15px;
	margin-bottom: 15px;
	background: red;
	background: Transparent url(none) no-repeat scroll top right;
}

.HeaderIcon
{
	float: left;	
	width: 40px;
	height: 42px;
	background: Transparent url(none) no-repeat scroll top left;
	margin: -10px 0 -12px 0;
}

.HeaderContainer
{
	background: Transparent url(none) repeat-x scroll top left;
	margin-right: 11px;
	height: 20px;
}

.HeaderContainer span
{
	font-size: 100%;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: White;
	display: block;
	padding-left: 15px;
	float: left;
}
.SubMenu
{
	background: #ddd url(/Public/Images/Units/Submenu/bottom.gif) 0 100% no-repeat;
	padding-bottom: 10px;
	line-height: normal;
}

.SubMenu ul
{
	background-image: url(/Public/Images/Units/Submenu/top.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 15px 0px 0;
	list-style-type: none;
	list-style-image: none;
	min-height: 1px; /*IE7-fix*/
}

* html .SubMenu ul { height: 1px; /*IE6-fix*/  }

.SubMenu ul ul
{
	background-image: none;
	padding: 0;
}

.SubMenu li
{
	margin: 0;
	padding: 0;
}

.SubMenu li a
{
	display: block;
	color: #000;
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.09em;
}

.SubMenu li li a
{
	text-transform: none;
	padding-left: 20px;
}

.SubMenu li.sel span
{
	display: block;
	background: #eee url(/Public/Images/Units/Submenu/sel_bottom.gif) 0 100% no-repeat;
}

.SubMenu li.sel span a
{
	background-image: url(/Public/Images/Units/Submenu/sel_top.gif);
	background-repeat: no-repeat;
}.TeaserBox .iconLink
{
	display: block;
	text-align: right;
}
.TopMenu
{
	padding-top: 35px;
}

.TopMenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

.TopMenu li
{
	display: inline;
}

.TopMenu a
{
	color: #000;
	margin: 0 10px;
	text-decoration: none;
	font-size: 1.27em; /* 14px */
	font-weight: bold;
}

.TopMenu li a:hover,
.TopMenu li.sel a
{
	color: #0c5e86;
}.box {
	background-image: url(/Public/Images/Box/box.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 10px;
}
.boxHead {
	background-image: url(/Public/Images/Box/box.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0 0 0 10px; /* display the top right corner */
	padding: 7px 10px 5px 0;
	color: #fff;
	text-align: center;
}
.boxBody {
	background-image: url(/Public/Images/Box/box.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.boxInner {
	background-image: url(/Public/Images/Box/box.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-right: 10px; /* display the bottom left corner */
	padding: 7px 0 10px 10px;
}

/*
.box
{
	background: transparent url(/Public/Images/Box/foot.gif) 0 100% no-repeat;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.boxHead
{
	background: #0c5d86 url(/Public/Images/Box/head.gif) 0 0 no-repeat;
	color: #fff;
	padding: 10px 10px 8px;
	margin: 0;
	line-height: normal;
	text-align: center;
}

.boxBody
{
	background: transparent url(/Public/Images/Box/body.gif) 0 0 repeat-y;
	padding: 10px 10px 5px;
}

.wide .box
{
	background: transparent url(/Public/Images/Box/widefoot.gif) 0 100% no-repeat;
}

.wide .boxHead
{
	background: #0c5d86 url(/Public/Images/Box/widehead.gif) 0 0 no-repeat;
}

.wide .boxBody
{
	background: transparent url(/Public/Images/Box/widebody.gif) 0 0 repeat-y;
}

*/.dateLabel
{
	font-size: .9em;
}
