﻿body {
}

A:link      { color:Blue; text-decoration:none;  }
A:visited 	{ color:Blue; text-decoration:none; }
A:hover 	{ color:Purple;  cursor:hand; text-decoration:underline; }
A:active 	{ color:Blue;  cursor:hand; text-decoration:none; }



h4
{
	font-family:Verdana, Arial;
	font-size: 16px;
	font-weight:normal;
	text-decoration: underline;
	
}

img
{
	 border-width:0;
}
.LinkColumnHeader
{
	font-family:Verdana, Arial;
	font-size: 16px;
	font-weight:normal;	
}



.DateText
{
	vertical-align:middle;
	font-family:Verdana, Arial;

}

.NavigationColumn
{
	vertical-align:top;
	background-color:#f9f8f7;
}

.ContentColumn
{
	vertical-align:top;
}

.GalleryInstruction
{
	font-family:Verdana;
	font-size:x-small;
}

.ContentText
{
	font-family:Verdana, Arial;
	font-size: 14px;
	font-weight:lighter;
	color:Black;
	vertical-align:top;
}



.ContentTitle
{
	background-image:url(images/gradient_ContentTitle.jpg);
	font-family:Tahoma, Verdana, Arial;
	font-size: 20px;
	font-weight:lighter;
	color:Black;
	border-bottom:solid 2px #f2efed;
}

.ContentSubTitle
{
	font-family:Tahoma, Verdana, Arial;
	font-size: 16px;
	font-weight:lighter;
	color:Black;

}



.ContentTable
{
	vertical-align:top;
}


.td_center
{
	/*Used in gridview cells to over-ride text-alignment applied to the TD tag
	  For example: the style for the DIV tag is text-align:center, 
	  the style for TD is text-align:left
	  The gridview horizonatal alignment property sets the "align" property on the
	  TD tags it creates.  The "align" property will not override a style! */
	text-align:center
}

.td_right
{
	/*Used in gridview cells to over-ride text-alignment applied to the TD tag*/
	text-align:right;
}

.td_left
{
	/*Used in gridview cells to over-ride text-alignment applied to the TD tag*/
	text-align:left;
}

.GridCells
{ 
	border-top: solid 1px black;
	border-bottom:solid 1px black;
	border-right:solid 1px #a3a3a3;
	border-left:solid 1px #a3a3a3;
	font-size:smaller;
	background-color:#f9f8f7;
}

.GridHeader
{ 
	border-top: solid 1px black;
	border-bottom:solid 1px black;
	border-right:solid 1px #a3a3a3;
	border-left:solid 1px #a3a3a3;
	font-size:small;
	background-color:#d8cfc8;
}

.ActivityTitle
{
	font-weight:bold;	
	
}

.indent 
{
	text-indent:15px;
}

.FormButton
{
	 background-color:#d8cfc8;
}

.committeeHeading
{
	font-size: medium;
	
}

.committeeTitle
{
	font-weight:bold;
}

.committeeDetails
{
	font-family:Arial;	
}


