﻿html 
{
	overflow-y : scroll;
} 
body
{
    margin : 0 auto;
    min-width : 960px;
    padding : 16px;
}
#HeaderContainer
{
    margin-bottom : 4px;
    width : 100%;
}
#BreadCrumbContainer
{
    margin-left : 16px;
    margin-right : 16px;
}
#ThemeSelectorContainer
{
	font-size : 80%;	
}
#ThemeLabel
{
	padding : 0px;
}
#ThemeSelector
{
	font-size : inherit;
	height : 18px;
	margin-top : 0px;
}
#ThemeSelectorButton
{
	margin-left : 2px;
	margin-top : -3px;
}
#BreadCrumbContainerSeparator
{
	clear : both;
}
#ContentContainer
{
	margin-bottom : 4px; 
    padding-top : 2px;
    width : 100%;
}
#FooterContainer
{
    margin-top : 4px; 
    text-align : center;
    width : 100%;
}