﻿/*
	Common for all layouts, independent of selected style
*/

body 
{
	margin:0;
	padding:0;
	background-color:#646874;
}

#layoutDiv
{
	padding-top:10px;
	padding-bottom:50px;
}

#navigation 
{
	background-image:url(/themes/theme3/pics/navi.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	height:35px;
	clear:both;
	margin: 0px 7px 0px 7px;
	padding-left:10px;
	width:730px;
	overflow:hidden;
}

#topToolsDiv
{
	text-align:right;
	height: 20px;
	border-bottom: solid 1px #CCCCCC;
	margin: 0px 7px 0px 7px;
}

.panelFlags
{
	padding-top:2px;
}

.panelFlags A IMG
{
	padding-left: 3px;
}

#main
{
	padding-left: 8px;
}
#topSpacer
{
	padding: 7px 7px 0px 7px;
}
.topBar
{
	padding: 0px 7px 0px 7px;
}

#topBarContent
{
	padding-bottom:5px;
	border-bottom: solid 1px #556469;
	background-color: #EFEFEF;
	background-image:url(/themes/theme3/pics/topBar_bg.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}
#topBarTable
{
}

#topBarTable img
{
    border-width:0px;
}


#topBarTableLeftCell
{
	width: 450px;
}

#topBarTableRightCell
{
	width: 290px;
	text-align: right;
	vertical-align: middle;
}

.banner 
{
	padding: 0px 7px 0px 7px;
}
#bannercontent
{
	/* default top banner image content */
	background-image:url(/themes/theme3/pics/top_bg2.jpg);
	background-repeat:no-repeat;	
	overflow:hidden;
}
#bannerContentMinHeight
{
	height:105px;
	width:740px;
}

#center 
{
	background-color:white;
	width:754px;
	margin:auto;
	margin-bottom:15px;
}

#footer 
{
	background-image:url(/themes/theme3/pics/line_horizontal.gif);
	background-repeat:repeat-x;
	background-position:top left;
	font-size:9px;
	margin-left:8px;
	margin-right:8px;
	padding-top: 3px;
	text-decoration:none;
	color:#BBBEC7;
}
	
#footer a 
{
	text-decoration:none;
	color:#BBBEC7;
}
#footerText
{
	padding-top:10px;
	text-align:left;
	float:left;
	width:656px;
}
#footerNHLcms
{
	float:left;
	width:80px;
	text-align: right;
}

#subnavigation 
{
	float:left;
}

.cleaner
{
	clear:both;
	height:10px;
	Font-size:1px;
	border:0px none;
	margin:0;padding:0;
	background:transparent;
	
}

.formItemSnapContent
{
    padding:3px 0px;
}
