﻿/* Sitecore Default Stylesheet */

h1, h2, h3, h4, h5, h6
{
  color: #E2007A;
}

/* Default sitecore table styling: no style */
.notablegrid
{
	border:0!important;	
}

.notablegrid td, .notablegrid tr, .notablegrid th
{
	border:0!important;	
}

/* BIG table styling: blue and pink */                                                           
table.bigbranding,
table.bigbranding th, 
table.bigbranding td     		{border: 1px solid #ccc;}
														
table.bigbranding thead th  		{background: #C3E6F4;}
table.bigbranding thead th p 	{color: #0075AC;}
table.bigbranding tbody th p 	{color: #E2007A;}


/* Sitecore Default Stylesheet

html {
  height:100%;
}

body {
  font-family: Tahoma, Arial, sans-serif;
  margin:0px;
  padding:0px;
  width:100%;
  height:100%;
}

#MainPanel {
  background:#e9e9e9;
  text-align:center;
  height:100%;
}

#CenterColumn 
{
  text-align:left;
  margin:auto;
  width:800px;
}

#Banner 
{
  background:white;
  border-bottom:1px solid #bfbfbf;
  padding:8px;
}

#Content {
  background:white;
  margin:10px 0px 0px 0px;
  border-bottom:1px solid #bfbfbf;
  padding:16px 16px 48px 16px;
}

*/