﻿/* --------------------------------------------------------------------
	Text elements
-------------------------------------------------------------------- */
.textElementDisplayDiv
{
	border: solid 1px #d0d0cf;
	background-color: white;
	padding: 7px;
	margin-bottom: 10px;
}

.textElementDesignDiv
{
	border: solid 1px #d0d0cf;
	background-color: #f3f6f7;
	background-color: white;
	padding: 7px;
}

/* --------------------------------------------------------------------
	Content elements and subnavigation
-------------------------------------------------------------------- */
#subnavigation
{
	width:150px;
}

/* --------------------------------------------------------------------
	Form elements
-------------------------------------------------------------------- */
.formElementDisplayDiv
{
	border: solid 1px #d0d0cf;
	background-color: #f3f6f7;
	background-color: white;
	padding: 7px;
	margin-bottom: 10px;
}

.formElementDesignDiv
{
	border: solid 1px #d0d0cf;
	background-color: #f3f6f7;
	background-color: white;
	padding: 7px;
}

/* --------------------------------------------------------------------
	Image elements
-------------------------------------------------------------------- */
.imageElementDisplayDiv
{
}

.imageElementDesignDiv
{
}

/* --------------------------------------------------------------------
	specify default font and link settings corresponding to broedtekst
-------------------------------------------------------------------- */
.textElementDisplayDiv, .textElementDesignDiv
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	color: #40494e;
}

.textElementDisplayDiv A, .textElementDesignDiv A
{
	color: #1c95c4;
	text-decoration: none;
}

.textElementDisplayDiv A:hover, .textElementDesignDiv A:hover
{
	color: #1c95c4;
	text-decoration: underline;
}

/* --------------------------------------------------------------------
	Topbar styles
-------------------------------------------------------------------- */
#topBarTable
{
	background-image: url(/themes/Theme1/pics/Ice_topBar_bg.gif);
}
#topBarTableLeftCell
{
	color: #556469;
}

/* --------------------------------------------------------------------
	Header image styles
-------------------------------------------------------------------- */
#headerImage
{
	background-image: url(/themes/theme1/pics/topImage.jpg);
}

/* --------------------------------------------------------------------
	Footer div styles
-------------------------------------------------------------------- */
#footerTextDiv 
{
	background-image: url(/themes/theme1/pics/Ice_bottomBar_bg.gif);
	color: #556469;
	border-left: solid 1px #d3dade;
	border-right: solid 1px #d3dade;
	border-bottom: solid 1px #d3dade;
	border-top: solid 1px #b0b5b9;
}

#footerTextTableLeftCell, #footerTextTableLeftCell a, #footerTextTableLeftCell a:hover
{
	color: #556469;
}

/* --------------------------------------------------------------------
	NHL cms - Footer div styles
-------------------------------------------------------------------- */
#footerTextTableRightCell, #footerTextTableRightCell a, #footerTextTableRightCell a:hover
{
	color: #C0C0C0;
}
