img.VerticalSpacer { 
  height: 1;
}

img.SectionSpacer { 
  height: 15;
}

.HeaderHeaderPane { 
}

.HeaderLeftPane { 
  padding: 5;
  width: 200;
}

.HeaderContentPane { 
  padding: 10;
  width: *;
}

.HeaderRightPane { 
  padding: 5;
  width: 200;
}

.HeaderFooterPane { 
}

.PageHeaderPane { 
  width: *;
}

.PageLeftPane { 
  padding: 5;
  width: 190;
}

.PageContentPane { 
  padding: 20;
  width: *;
}

.PageRightPane { 
  padding: 5;
  width: 190;
}

.PageFooterPane { 
}

.FooterHeaderPane { 
}

.FooterLeftPane { 
  padding: 5;
  width: 200;
}

.FooterContentPane { 
  padding: 10;
  width: *;
}

.FooterRightPane { 
  padding: 5;
  width: 200;
}

.FooterFooterPane { 
}

.HeaderLeftDivider { 
  width: 5;
}

.HeaderRightDivider { 
  width: 5;
}

.PageLeftDivider { 
  width: 0;
}

.PageRightDivider { 
  width: 0;
}

.FooterLeftDivider { 
  width: 5;
}

.FooterRightDivider { 
  width: 5;
}


