﻿/*
	Common for all layouts, independent of selected style
*/

body
{
	margin: 0;
	padding: 0;
}

#layoutDiv
{
	padding-top: 10px;
	padding-bottom: 0px;
}

#center
{
	width: 900px;
	margin: auto;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	background-color: white;
}

#minHeightSpacerLeft
{
	height: 360px;
	float: left;
}

#topSpacer
{
}
.topBar
{
	margin-bottom: 4px;
}

#topBarContent
{
	padding: 0px;
}

#topBarTable
{
	height: 60px;
}

#topBarTable img
{
	border-width:0px;
}

#topBarTableRightCell
{
	padding-right: 0px;
	text-align: right;
	width: 560px;
}

#topBarTableLeftCell
{
	padding-left: 0px;
	width: 330px;
	text-align: left;
	vertical-align: middle;
}

.banner
{
}

#bannercontent
{
	background-repeat: no-repeat;
	overflow: hidden;
}

#bannerContentMinHeight
{
	width: 900px;
}

#topToolsDiv
{
	height: 20px;
	text-align: right;
}
.panelFlags
{
	padding-top: 2px;
}

.panelFlags A IMG
{
	padding-left: 4px;
}

#navigation
{
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-right: 2px;
}

#main
{
	padding-left: 8px;
}

#footer
{
	width: 900px;
	margin: auto;
	margin-bottom: 15px;
	font-size: 9px;
	text-decoration: none;
	height: 20px;
}

#footerText
{
	float: left;
	padding: 4px 0px 4px 0px;
	text-align: left;
	width: 850px;
}
#footerText a
{
	text-decoration: none;
}
#footerText a:hover
{
	text-decoration: underline;
}


#footerNHLcms
{
	float: left;
	padding: 4px 0px 4px 0px;
	text-align: right;
	width: 50px;
}
#footerNHLcms a
{
	text-decoration: none;
	color: #777777;
}


#subnavigation
{
	float: left;
}

.cleaner
{
	clear: both;
	height: 10px;
	font-size: 1px;
	border: 0px none;
	margin: 0;
	padding: 0;
	background: transparent;
}

/* --------------------------------------------------------------------
	Text elements
-------------------------------------------------------------------- */
.textElementDisplayDiv, .textElementDesignDiv
{
}

/* --------------------------------------------------------------------
	Image elements
-------------------------------------------------------------------- */
.imageElementDisplayDiv, .imageElementDesignDiv
{
}

/* --------------------------------------------------------------------
	Form elements
-------------------------------------------------------------------- */
.formElementDisplayDiv, .formElementDesignDiv
{
}

.formItemSnapContent
{
    padding:3px 0px;
}
