﻿#SectionHeader
{
	font-size: 20px; /*color: #800000; /* Maroon */
	color: #662d91; /* Purple */
	font-family: Tahoma;
	margin: 10px 0px 0px 20px; /*top right bottom left*/
	_margin: 10px 0px 0px 20px; /*top right bottom left*/
	padding: 0px 0px 0px 0px; /*top right bottom left*/
	_padding: 0px 0px 0px 0px; /*top right bottom left*/
	/*border-bottom: #a9a9a9 thin dotted;/* Dark Grey */
	/*position: absolute;*/
}

#SectionHeader hr
{
    width: 95%;
}


.SectionHeaderDiv /* check for delete */
{
	/*margin: 0px 0px 0px 0px; /*top right bottom left*/
	/*_margin: 0px 0px 0px 0px; /*top right bottom left*/
	/*padding: 0px 0px 0px 0px; /*top right bottom left*/
	/*_padding: 0px 0px 0px 0px; /*top right bottom left*/
}
#SectionSubHeader
{  
	font-size: 18px; /*color: #800000; /* Maroon */
	color: orange; /* Orange */
	font-family: Tahoma;
	margin: 0px 0px 0px 20px; /*top right bottom left*/
	_margin: 0px 0px 0px 20px; /*top right bottom left*/
	padding: 0px 0px 0px 0px; /*top right bottom left*/
	_padding: 0px 0px 0px 0px; /*top right bottom left*/
	clear: both;
 }
 
 /*
 #SectionHeader hr
{
	width: 650px;
	float: left;
	_float: none;
	
	
}
 #SectionSubHeader hr
 {width: 650px;}
 
 */
 
#mainContent
{
	margin: 0px 20px 0px 20px; /*top right bottom left*/
	_margin: 0px 20px 0px 20px; /*top right bottom left*/
	padding: 0px 0px 0px 10px; /*top right bottom left*/
	_padding: 0px 0px 0px 10px; /*top right bottom left*/
}
#mainContent ul
{	list-style-image: url(Images/Bullet6.gif);}
#mainContent hr
 {width: 650px;}

.ContentHeader
{
	font-size: 14px;
	color: gray;
	font-family: Tahoma;
	font-weight: bold;
}


/*====================================================*/
/*====================================================*/
/*====================================================*/
/* Thest items apply to the Default.aspx Left Column */
.ContainerTable
{ 
	background-color: #EFEEDE;/* shade of taupe */
	margin: 10px 10px 10px 10px; /*top right bottom left*/
	/* basic text stuff */
	font-size: 13px; 
	color: #000000; 
	font-family: Tahoma; 
 }
 .ContainerTable .PaddedList ul
{
	_display:block;
	list-style-image: url(Images/Bullet6.gif);
	font-size: 11px;	
	margin: 0px 0px 0px 0px; /*top right bottom left*/
	_margin: 5px 0px 12px 22px; /*top right bottom left*/
	padding: 5px 0px 12px 22px; /*top right bottom left*/
	_padding: 0px 0px 0px 0px; /*top right bottom left*/
}
.ContainerTable ul
{
	_display:block;
	list-style-image: url(Images/Bullet6.gif);
	font-size: 11px;	
	margin: 0px 0px 0px 0px; /*top right bottom left*/
	_margin: 0px 0px 0px 18px; /*top right bottom left*/
	padding: 0px 0px 0px 12px; /*top right bottom left*/
	_padding: 0px 0px 0px 0px; /*top right bottom left*/
}

.ContainerTable a
{
	color: #0000ff;/* Blue */
	text-decoration: none;
}
.ContainerTable a:visited
{
	/*color: mediumpurple;   */
}
.ContainerTable a:hover, #mainContent a:hover
{color: #ff0000;/*Red*/}

.ContainerHeader
{
	border-top: #a9a9a9 1px solid;
	/* color: #a9a9a9;  /* Dark Gray */
	/* color: #dcdcdc; /* Gainsboror */
	font-size: 14px;
	color: #ffa500;
	border-bottom: #a9a9a9 1px solid;
	font-family: Arial;
	background-color: #ffffff;
	text-align: center;
	margin: 0px 0px 0px 0px; /*top right bottom left*/
	_margin: 0px 0px 0px 0px; /*top right bottom left*/
	padding: 2px 0px 2px 0px; /*top right bottom left*/
	_padding: 2px 0px 2px 0px; /*top right bottom left*/
	text-decoration: none;
	font-weight: bold;
}
.ContainerTablePadding
{ 
	
	margin: 3px 0px 5px 0px; /*top right bottom left*/
	_margin: 3px 0px 5px 0px; /*top right bottom left*/
	padding: 3px 0px 5px 0px; /*top right bottom left*/
	_padding: 3px 0px 5px 0px; /*top right bottom left*/
	font-size: 11px; 
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
/* Project page specific */
#PMPosition /* position name and info of project manager */
{
	margin: 0px 0px 0px 0px; /*top right bottom left*/
	_margin: 0px 0px 0px 0px; /*top right bottom left*/
	padding: 0px 0px 0px 10px; /*top right bottom left*/
	_padding: 0px 0px 0px 10px; /*top right bottom left*/
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
/* Meetings and Agenda's */
.eventName
{ 
	font-size: 14px; /*color: #800000; /* Maroon */
	/*color: orange; /* Orange */
	font-family: Verdana;
	font-weight: bold;
	font-family: Verdana;
	/*color:  #CBCC99;/* Shade of Green */
	 color: purple; 
}
.event
{
	/*margin: 0px 0px 0px 0px; /*top right bottom left*/
	/*_margin: 0px 0px 0px 0px; /*top right bottom left*/
	padding: 5px 0px 0px 30px; /*top right bottom left*/
	_padding: 5px 0px 0px 30px; /*top right bottom left*/
}


