/* Defines the appearance of a standard h1 tag */
h1
{
  font-size: 120%;
}

/* Defines the appearance of a standard h2 tag */
h2
{
  font-size: 100%;
}

/* Set the padding and font size for each even element in a GridView. */
.GridRowStyle
{
  padding-left: 3px;
  font-size: 80%;
}

/* Set the padding, font size and background color for each odd element in a GridView. */
.GridAlterenatingRowStyle
{
  background-color: #add4f9;
  padding-left: 3px;
  font-size: 80%;
}

/* Align the text in each of the <td> item cells in a GridView. */
.GridRowStyle td, .GridAlterenatingRowStyle td
{
   vertical-align: middle;
}

/* Change the background color, color, alignment and padding for the Header row of a GridView. */
.GridHeaderStyle
{
  background-color: #3399ff;
  padding-left: 3px;
  text-align: left;
  font-size: 80%;
}

/* Change the appearance of links and normal text inside the Header row of a GridView. */
.GridHeaderStyle a, .GridHeaderStyle th
{
  text-decoration: none;
  color: #ffffff;
  font-weight: bold; 
}

/* The ScreenTip class is used to display instructive messages in a dimmed font color. */
.ScreenTip
{
  font-size: 80%;
  color: Gray; 
}

/* The ErrorMessage class is used to display error messages with a bright red and bold font. */
.ErrorMessage
{
  font-weight: bold;
  color: Red; 
}

/* The Label class is used for the labels in front of controls in the Management section. */
.Label
{
  font-weight: bold;
  font-size: 80%;
}

/* Defines the appearance of the title of a content item on the Content List and Detail pages. */
.ItemTitle
{
  margin: 0 0 10px 0;
  padding: 0;
}

/* Defines the appearance of the IntroText of a content item on the Content List and Detail pages. */
.IntroText
{
  font-style: italic; 
}

/* Defines the appearance of the BodyText of a content item on the Content Detail page. */
.BodyText
{
  
}
.emailText
{
	font-size: small;
	font-family: Arial;
}