
html, body
{
	margin: 0px;
	padding: 0px;
	
	font-family: verdana;
}

h1, h2, h3, h4, h5, h6
{
	margin-top: 8px;
	margin-bottom: 0px;
	
	font-weight: bold;
}

h1
{
	font-size: 18px;
}

h2
{
	font-size: 14px;
}

p
{
	margin-top: 5px;
	margin-bottom: 10px;
}

p, td, li
{
	font-size: 10px;
}

em, i
{
	font-style: italic;
}

strong, b
{
	font-weight: bold;
}

.showMe
{
	display: block;
}

.hideMe
{
	display: none;
}

a
{
	color: #005595;
}

#siteContainer
{
	padding: 25px 15px 25px 15px;
	
	width: 878px;
}

#siteLayout
{
	width: 878px;
}

#siteLayout .separator
{
	width: 1px;
}

#siteLayout #header
{
	width: 878px;
}

/* End: header
 */

#siteLayout #menuSpace
{
	width: 154px;
	height: 786px;
}

#menuSpace .shoppingMenuItem
{
    display: block;
	margin: 10px auto;
	padding: 5px;
	width: 136px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: 0.8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter:alpha(opacity=80);
}

#menuSpace .shoppingMenuItem:hover
{
	opacity: 1.0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter:alpha(opacity=100);
}

/* End: menuSpace
 */

#siteLayout #contentSpace
{
	padding-bottom: 150px;
	width: 394px;
}

#contentSpace #links
{
	margin-top: 60px;
	padding: 2px 4px 0px 4px;
}

#links .wrapper
{
	padding: 10px;
	min-height: 15px;
	background-color: #9fd7f7;
}

.wrapper p, .wrapper h1, .wrapper h2, .wrapper h3,
.wrapper h4, .wrapper h5, .wrapper h6
{
	margin: 0px;
	padding: 0px;
}

#contentSpace .childContainer
{
}

.childContainer .childList
{
	padding: 2px 4px 0px 4px;
	width: 386px;
}

.childContainer .lnGroup
{
	clear: both;
	padding-top: 2px;
}

.childList .lnContainer
{
	float: left;
	width: 128px;
	
	overflow: hidden;
	
	font-size: 11px;
	
	text-align: center;
	text-transform: uppercase;
}

.lnContainer a
{
	vertical-align: middle;
	
	color: #005495;
	text-decoration: none;
}

.lnContainer a:hover
{
	text-decoration: underline;
}

.childList .lnSeparator
{
	float: left;
	width: 1px;
	height: 16px;
	
	background-color: #a1d7f9;
}

#contentSpace .topContainer
{
	padding: 2px 4px 0px 4px;
}

/* End: topContainer
 */

#contentSpace .container
{
	padding: 2px 4px 0px 4px;
	
	clear: both;
}

.container .hRulerBlue
{
	margin-top: 5px;
	margin-bottom: 5px;
	
	height: 13px;
	
	background-color: #1768a3;
}

.container .hRulerBlank
{
	margin-top: 5px;
	margin-bottom: 5px;
	
	height: 5px;
}

.container .commentedImage
{
	max-width: 185px;
	margin-right: 10px;
	margin-bottom: 0px;
}

/* Mostly a IE-hack, it does not respect the max-width set for .commentedImage...
 * Begin: hack
 */
.commentedImage .imageDescription p, .commentedImage .imageDescription h1,
.commentedImage .imageDescription h2, .commentedImage .imageDescription h3,
.commentedImage .imageDescription h4, .commentedImage .imageDescription h5,
.commentedImage .imageDescription h6, .commentedImage .imageDescription span,
.commentedImage .imageDescription div, .commentedImage .imageDescription table
{
	width: 185px;
}

/* End: hack
 * End: container
 * End: contentSpace
 */

#siteLayout #programmeSpace
{
	padding-bottom: 150px;
	width: 201px;
}

#programmeSpace #programmes
{
	padding: 10px;
}

#programmes #selector
{
	width: 123px;
	
	color: #fff;
	border: 1px solid #fff;
	background-color: #005595;
}

#programmes #ajaxResultContainer
{
	margin-top: 20px;
}

#ajaxResultContainer #programmeContainer
{
	padding: 0px;
}

/* End: programmeSpace
 */

#siteLayout #bannerSpace
{
	width: 127px;
}

#bannerSpace #imageLinks a
{
	float: right;
}

#bannerSpace #textLinks
{
	padding-left: 15px;
}

#bannerSpace #textLinks a
{
	color: #3e7fb0;
	
	font-weight: bold;
	text-decoration: none;
}

#bannerSpace #textLinks a:hover
{
	text-decoration: underline;
}

/* End: bannerSpace
 */

#siteLayout #footer
{
	padding-right: 127px;
	
	color: #2e74a9;
	
	font-size: 10px;
	text-align: right;
}

#footer a
{
	color: #2e74a9;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

/* End: footer
 */

