﻿.contenttable
{
  font-family: arial;
  font-size: 12px;
  background-color: #F1F1F1
}

.ContentPanel
{
	padding-right: 5px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 25px;
	text-align: LEFT;
	font-family: Arial; 
	font-size: 12px; 
	font-weight: normal; 
	color: #333333;
	width: 97%;
	border-right: solid 1px;
	border-top: solid 1px;
	border-left: 1px;
	border-bottom: 1px;
	border-style:dashed;
	border-color:#DDDDDD;
	margin-top: 5px;
}

/* Content Styles - For Users */
.GroupTitle
{
	font-weight: bold;	
	font-size: large;	
	color: #660000;	
	font-family: Arial;
}

.RedTitle
{
	font-weight: normal;	
	font-size: x-small;	
	color: #660000;	
	font-family: Arial;
}



.PageTitle
{
	font-weight: bold;
	font-size: 14px;
	color: #1E4C81;
	font-family: Arial;
}

.SectionHeading{
	text-transform: uppercase;
	color: #333;
	border-bottom: Solid 1px #CCC;
	letter-spacing: 2px;
	padding: 3px 3px 3px 5px;
	margin: 3px;
	font: 11px Arial,Helvetica,sans-serif;
}

/* Custom List CSS classes */
li.PDF{list-style-image: url('images/FileTypeIcons/pdf.gif')}
li.DOC{list-style-image: url('images/FileTypeIcons/doc.gif')}
li.XLS{list-style-image: url('images/FileTypeIcons/xls.gif')}
li.PPT{list-style-image: url('images/FileTypeIcons/ppt.gif')}


.container-page 
{
	width:100%;
}
.flowControls
{
	/*width:800px; */

	width:990px;
}

.flowControlsExpanded
{
	/*width:100%;*/
	width:990px;

}
.flowBody 
{
	/*width:800px; */
	width:990px;
	background-color:White;
	padding-left:0px;
	padding-bottom:0px;
}
.flowBodyExpanded
{
	/*width:100%;*/
	width:990px;
	background-color:White;
	padding-left:3px;
	padding-bottom:4px;
}


.ContentPanel table
{
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
	font-size: 12px;
	color: #333333;
	font-family: Arial;
	margin: 0px;
	margin-bottom: 25px;
}


.ContentPanel th {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 3px 3px 3px 5px;
	background: White;
	border-bottom: solid 1px #CCCCCC;

}

.ContentPanel th.nobg {
	background: none;
}

.ContentPanel  td {
  font-family: arial;
  
	background: #fff;
	padding: 3px 3px 3px 5px;
	color: #333333;
	border: 0px;
}


.ContentPanel  td.alt {
  font-family: arial;
	background: #F5FAFA;
	color: #333333;
}

.ContentPanel  td.tdbackdrop
{
  font-family: arial;
  background-color: Whitesmoke

}


UL
{
	list-style-image:url(images/bullets/blueblock.gif);
	margin-left:15px; 
	margin-right:5px; 
	margin-top:0px; 
	margin-bottom:0px; 
	padding-left:3px; 
	padding-right:0px; 
	padding-top:0px; 
	padding-bottom:0px
}
LI{padding:0px 0px 3px 0px;}
.LinksULSideBlue{list-style-image:url(images/bullets/bluearrow.gif);margin-left:15px; margin-right:5px; margin-top:3px; margin-bottom:0px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px}

.PanelBlueGrad LI.LinksLI{padding:0px 0px 3px 0px;}

.quote {
	margin-right: 20px;
	margin-left: 20px;
	font-weight: bold;
}

