
		
 





















 
 
 

 






	







	
	/* CSS IGXEC System Generated Style Sheet Document */

	body {
		background-color: #FFFFFF;
		color: #999999;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
			font-size: small;
		
	}
	p	{
		margin-top: .5em;
		margin-bottom: .5em;
	}
	form {
		margin: 0; /* eliminates extra vertical space above form in IE */
	}
	
	/* FOR NN 4 and IE 4 and 5 ... do we really want to get this in for default sites? */
	td {
	      /* should inherit from body element above, but redundant selectors to help older browsers not forget. */
		  /* DO NOT overspecify, else it will override seemingly more specific class selectors */
		  /* font size only!  */
		
			font-size: small;
		
	}
	

	a:link  { 
		color: #0000FF; text-decoration: underline; 
	}
    a:visited  { 
		color: #800080; text-decoration: underline; 
	}
    a:hover    { 
		color: #0000FF; text-decoration: underline; 
	}
	a:active  { 
		color: #FF0000; text-decoration: underline; 
	}
	
	/* make the nowrap not restricted, so it shows up for eWebEditPro */
	.nowrap {
		white-space:nowrap;
	}
	
	H1 {
		background-color : #FFFFFF;
		color: #3E81AC;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
			font-size: medium;
		
		font-weight: bold;
		text-align : left;
		padding: .5em .6em .5em .5em;
		margin: 0;
	}
	/* MAKE SURE H1 above, and PageTitle below stay the same, except display:block and margin:0! 
		keep the PageTitle class for sites that might have used this class in dynamic content */
	.PageTitle {
		/* This class was shared, so changes will affect both 
			dynamic content and igxec tool/form pages */
		background-color : #FFFFFF;
		color: #3E81AC;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
			font-size: medium;
		
		font-weight: bold;
		text-align : left;
		padding: .5em .6em .5em .5em;
	}
	span.PageTitle {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		/* This class is shared, so changes will affect both 
			dynamic content and igxec tool/form pages */
		display: block;
	}
	
	/* ************************************************************	*/
	/* following are styles used primarily for Dynamic Content		*/
	/* ************************************************************	*/
	tr.TableHeader td {
		/* must add a td descendant here, because of the extra, lone td style above  */
		/* redundant td selectors to help NS4 not forget, but do not overspecify,  */
		/* else it will override seemingly more specific class selectors */
		background-color : #D3E2EF;
		color: #3E81AC;
		
			font-size: medium;
	
		
		font-weight: bold;
	}
	
	tr.TableAltRowStyle1 td {
		/* must add a td descendant here, because of the extra, lone td style above  */
		/* redundant td selectors to help NS4 not forget, but do not overspecify,  */
		/* else it will override seemingly more specific class selectors */
		background-color : #EBEBEB;
		color: #999999;
	}
	
	tr.TableAltRowStyle2 td {
		/* must add a td descendant here, because of the extra, lone td style above  */
		/* redundant td selectors to help NS4 not forget, but do not overspecify,  */
		/* else it will override seemingly more specific class selectors */
		background-color : #FFFFFF;
		color: #999999;
	}
	
	H2 {
		color: #3E81AC;
		background-color : #FFFFFF;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
		
			font-size: large;
		
		font-weight: bold;
		text-align : left;
		padding: .5em .6em .5em .5em;
		margin: 0;
	}
	/* MAKE SURE H2 above, and Heading1 below stay the same, except display:block and margin:0! 
		keep the Heading1 class for sites that might have used this class in dynamic content */
	.Heading1 {
		color: #3E81AC;
		background-color : #FFFFFF;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
		
			font-size: large;
		
		font-weight: bold;
		text-align : left;
		padding: .5em .6em .5em .5em;
		display: block;
	}
	
	H3 {
		color: #3E81AC;
		background-color : #FFFFFF;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
		
			font-size: small;
		
		font-weight: bold;
		text-align : left;
		padding: .5em .6em .5em .5em; 
		margin: 0;
	}
	/* MAKE SURE H3 above, and Heading2 below stay the same, except display:block and margin:0! 
		keep the Heading2 class for sites that might have used this class in dynamic content */
	.Heading2 {
		color: #3E81AC;
		background-color : #FFFFFF;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
		
			font-size: small;
		
		font-weight: bold;
		text-align : left;
		padding: .5em .6em .5em .5em; 
		display: block;
	}
	
	H4 {
		font-family: Tahoma, helvetica, arial, sans-serif;
		
		
			font-size: small;
		
		font-weight: bold;
		text-align : left;
		display: inline;
		margin: 0;
	}
	/* MAKE SURE H4 above, and Heading3 below stay the same, except display:block and margin:0! 
		keep the Heading3 class for sites that might have used this class in dynamic content */
	.Heading3 {
		font-family: Tahoma, helvetica, arial, sans-serif;
		
		
			font-size: small;
		
		font-weight: bold;
		text-align : left;
	}
	
	.AccentColor1 {
		color: #3E81AC;
	}
	
	.AccentColor2 {
		color: #660000;
	}
	
	/* ************************************************************	*/
	/* following are styles used for function display blocks		*/
	/* ************************************************************	*/
	
	/*  OBSOLETED CLASS WAS USED IN dcPage ... do not use, instead use PageDisplayBlock! "span.CenterBlock"  */
	span.CenterBlock {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		background-color: #FFFFFF;
		padding: 0px; 
		/* border: 2px dashed red; */
		display : block;
	}
	/*  OBSOLETED CLASS WAS USED IN dcPage ... do not use, instead use PageDisplayBlock! "span.CenterBlock"  */
	span.FunctionDisplayBlock {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		background-color: #FFFFFF;
		padding: 0px;  
		display : block;
	}
	/* it will be a site by site decision for which items get this kind of bordered, set-off style treatment */
	/* If this should be applied to any tool types, just uncomment these examples, or add any others */
	/* div.EvalEngineBlock,  */
	/* div.NewsroomBlock, */
	
	div.EnclosedFunctionBlock  {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		background-color: #eeeeff;
		margin: .2em .6em .2em .4em; 
		border: 1px solid #9999AA;
	}
	div.BlockItemAltRow1,
	div.BlockItemAltRow2 {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		font-size: xx-small;
		padding: 0.5em;
		color: #000000;
		background-color: #EBEBEB;
	}
	div.BlockItemAltRow2 {
		background-color: #FFFFFF;
	}
	h3.BlockHeader  {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #3E81AC;
		background-color: #D3E2EF;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
			font-size: medium;
		
		font-weight: bold;
		text-align: left;
		vertical-align : middle;
		/* block style */
		padding: .5em .6em .5em .5em;
		margin: 0;
		display: block;
	}
	span.BlockItemTitle {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		
		
			font-size: small;
		
		margin-top: 0.5em;
		display: inline;
	}
	span.BlockItemDescription {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		margin-top: 0.5em;
	}
	 
	
	
	
	/* ************************************************************	*/
	/* following are styles used primarily by IGXEC tools and forms	*/
	/* ************************************************************	*/
	
	div.PublicSiteDownWarning  {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		background-color: #eeeeff;
		margin: .2em .6em .2em .4em; 
		border: 1px solid #9999AA;
		padding: .5em .6em .5em .5em;
	}
	.InstructionText {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		
			font-size: small;
		
		font-weight: normal;
		margin-top:5px;
		margin-bottom:15px;
	}
	.ContentText {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		
		
			font-size: small;
		
		font-weight: normal;
		margin-top:5px;
		margin-bottom:5px;
	}
	.ErrorList, 
	.ErrorList UL {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #CC0000;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
			font-size: small;
		
	}
	.ErrorList UL {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		margin: .2em 3em .2em 3em;
		list-style-type: square;
		list-style-position: outside;
		list-style-image: none;
	}
	.HeaderWithIcons { 
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		text-align: center !important; /* important clause to override other "Header alignments" set */
		width: 100%; /* need width clause - if Header has only floated items, the block may not fill the width as expected */
	}
	span.HeaderBarTitle {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		float: left;
		text-align: left;
	}
	span.HeaderBarIconGroup {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		float: right;
		text-align: right;
		white-space:nowrap;
	}
	.HeaderBarIconGroup a:link,
	.HeaderBarIconGroup a:visited,
	.HeaderBarIconGroup a:hover,
	.HeaderBarIconGroup a:active  { 
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color : #3E81AC; 
	}
	
	.FormKeys, 
	.ListDSPKeys {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #000000;
		background-color: #FFFFFF;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
			font-size: small;
		
		text-align: right;
		margin: 3px;
	}
	/* "table.Form" sets up a class="Form" that ONLY is applied to Forms built as tables, and using this class. */
	/* different formatting can be applied with other classes (like SelectListDSP type forms) */
	table.Form {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #000000;
		background-color : #EAEAEA;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
			font-size: medium;
		
		font-weight: normal;
		text-align: left; 
		margin: 0; /* eliminates extra vertical space above form in IE */
		border: 0;
	}
	table.Form td {
		padding: 3px 5px; /* top-bottom left-right margins */
	}
	table.Form tr.FormRequiredItem {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		font-weight: bold;
	}
	.FormRequiredSymbol {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		font-weight: bold;
	}
	.FormErrorItem td.FormHeader {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #CC0000;
		background : #FFFFCC;
	}
	.FormErrorItem td.FormInput {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #CC0000;
		background : #FFFFCC;
	}
	.FormErrorSymbol  {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #FF0000;
		font-weight: bold;
	}
	div.FormTitle,
	tr.FormTitle  { 
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #3E81AC;
		background-color: #D3E2EF;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
			font-size: medium;
		
		font-weight: bold;
		text-align: left;
		vertical-align : middle;
		padding: .5em .6em .5em .5em;
	}
	div.FormSubTitle, 
	tr.FormSubTitle { 
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #3E81AC;
		background-color: #D3E2EF;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
			font-size: medium;
		
		font-weight: bold;
		text-align: left;
		vertical-align : middle;
		padding: .5em .6em .5em .5em;
	}
	div.FormSectionTitle, 
	tr.FormSectionTitle { 
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #FFFFFF;
		background-color: #999999;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
			font-size: medium;
		
		font-weight: bold;
		text-align: center;
		vertical-align : middle;
		padding: .5em .6em .5em .5em;
	}
	.Form td.FormHeader {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #000000;
		background-color: #EAEAEA;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
			
				
			
			font-size: small;
		
		font-weight: bold;
		text-align: right;
		vertical-align : top;
	}
	.Form td.FormInput {
		/* is this redundant with the overall form default style? no, esp. the alignment could be different */
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #000000;
		background-color: #EAEAEA;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
				
				
			
			font-size: small;
		
		text-align: left;
		vertical-align: top;
	}
	/* ************************************************************	*/
	/* following styles apply only to Form Input elements. 			*/
	/* ************************************************************	*/
	/* First list the style attributes common across Form input types..  */
	/* These styles apply to ALL form elements, whether specified as class of "Form" or not. */
	Form input.FormElement, 
	Form textarea.FormElement, 
	Form input.FormElementRadioCheckBox, 
	Form input.FormElementSubmit {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #000000;
		/* font attributes do not inherit well from surrounding, for form elements (IN IE 5.5!!), but 1em works relative to FormInput size. ... */
		font-family: Tahoma, helvetica, arial, sans-serif;
		font-size: 1em;
		vertical-align: top;
	}
	/* Then list what is different about each Form Input element style.  */
	/* Note especially that the background-color behaves differently for Radio&Checkbox vs. other elements.  */
	Form input.FormElement {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		background-color: #FFFFFF;
	}
	Form textarea.FormElement {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		background-color: #FFFFFF;
	}
	Form input.FormElementRadioCheckBox {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		background-color: inherit;
	}
	Form input.FormElementSubmit {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		/* placeholder for styles applied to the submit buttons */
	}
	Form .FormElementNote { 
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		font-size: smaller;
		font-weight: normal;
	}
	Form .FormButton {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		font-family: Tahoma, helvetica, arial, sans-serif;
		padding: 1em;
		text-align: center;
	}
	div.FormTabs, 
	tr.FormTabs { 
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #FFFFFF;
		background-color: #3E81AC;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
			font-size: medium;
		
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		padding: 7px 5px;
	}
	.FormTabs a:link,
	.FormTabs a:visited,
	.FormTabs a:hover,
	.FormTabs a:active  { 	
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #FFFFFF;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
				
				
			
			font-size: small;
		
		font-weight: bold;
	}
	.FormTabActive { 
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #FFFFFF;
		background-color: #E2862B;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
				
				
			
			font-size: small;
		
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		padding: 7px 5px;
		margin:0;
	}
	.FormTabInactive { 
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #FFFFFF;
		background-color: #3E81AC;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
				
				
			
			font-size: small;
		
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		padding: 7px 5px;
		margin:0;
	}
	.TabbedFormWrapper {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		/*width: 100%; */
		color : #FFFFFF;
		font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		padding : 2px;
		margin: 2px;
	}

	/* ************************************************************	 */
	/* Following styles apply primarily to list/table type displays	 */
	/* ************************************************************	 */
	
	div.ListDspTitle,
	tr.ListDspTitle  {
		/* parallel with FormTitle - often similar style */
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #3E81AC;
		background-color: #D3E2EF;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
			font-size: medium;
		
		font-weight: bold;
		text-align: left;
		vertical-align : middle;
		padding: .5em .6em .5em .5em;
	}
	div.ListDspSubTitle, 
	tr.ListDspSubTitle { 
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #3E81AC;
		background-color: #D3E2EF;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
			font-size: medium;
		
		font-weight: bold;
		text-align: left;
		vertical-align : middle;
		padding: .5em .6em .5em .5em;
	}
	div.ListDspSectionTitle, 
	tr.ListDspSectionTitle { 
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #FFFFFF;
		background-color: #999999;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
			font-size: medium;
		
		font-weight: bold;
		text-align: center;
		vertical-align : middle;
		padding: .5em .6em .5em .5em;
	}
	table.SelectListDsp {
		/* overall style, will include default item style attributes */
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #000000;
		background-color : #EAEAEA;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
			font-size: medium;
		
		font-weight: normal;
		text-align: left;
		vertical-align: middle;
		border: 0px;
	}
	table.SelectListDsp td {
		/* padding must be defined on the TD, not the table, as it doesn't inherit down */
		padding: 3px 5px;
	}
	.SelectListDsp .ListInactiveItem {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		font-size: smaller;
	}
	.ListInactiveSymbol {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #666600;
		font-weight: bold;
	}
	.SelectListDsp .ListIncompleteItem {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		font-weight: bold;
	}
	.ListIncompleteSymbol {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #666600;
		font-weight: bold;
	}
	/* There is a ListDSPKeys CLASS, defined identically (above) with the FormKeys CLASS. */
	.SelectListDsp tr.ListColumnHeader {
		/* was ReportHeader */
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #3E81AC;
		background-color: #D3E2EF;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
			font-size: medium;
		
		font-weight: bold;
		vertical-align: bottom;
	}
	.SelectListDsp tr.ListAltRow1 {
		/* or do we want default item style attributes to go here? */
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #000000;
		background-color: #EBEBEB;
		vertical-align : top;
	}
	.SelectListDsp tr.ListAltRow2 {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #000000;
		background-color: #FFFFFF;
		vertical-align : top;
	}
	.SelectListDsp tr.ListHighlightRow {
		/* alternate bgcolor and text color - works/contrasts with alt row colors */
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #000000;
		background-color: #FF9900;
		vertical-align : top;
	}
	.SelectListDsp .ListItemTitle {
		/* for primary list item attribute - like item name */
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		font-weight: bold;
	}
	.SelectListDsp .ListItemDetails {
		/* for minor additional item attributes(?) like publish status, usually smaller font */
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		font-size: smaller;
	}
	.SelectListDsp .IconGroup {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		text-align: right;
	}
	/* ONLY modify the padding if the IconGroup class is used on a TD, not for a span: */
	.SelectListDsp td.IconGroup {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		padding: 0px 5px;
	}
	/* ONLY use the float if the IconGroup class is NOT used on a TD: */
	.SelectListDsp div.IconGroup,
	.SelectListDsp span.IconGroup {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		float: right;
	}
	
	/* If sequential information is split across multiple pages, need navigation to go next/prev and to specific pages */
	div.MultiPageNavBlock {
		/* When list is broken into multiple pages, need nav between pages. */
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		font-size: smaller;
		font-weight: bold;
		text-align: center;
	}
	.MultiPageNavBlock div.MultiPageNavPrevLink {
		/* When list is broken into multiple pages, need nav between pages. */
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		float: left;
		text-align: left;
		margin: 5px;
		width: 15%;
	}
	.MultiPageNavBlock div.MultiPageNavNextLink {
		/* When list is broken into multiple pages, need nav between pages. */
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		float: right;
		text-align: right;
		margin: 5px;
		width: 15%;
	}
	.MultiPageNavBlock div.MultiPageNavCurrentResults {
		/* When list is broken into multiple pages, need nav between pages. */
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		margin: 5px;
	}
	div.MultiPageNavCurrentResults span.CurrentItem {
		/* When list is broken into multiple pages, need nav between pages. */
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		font-weight: normal;
		white-space: nowrap;
	}
	.MultiPageNavBlock div.MultiPageNavAllPages {
		/* When list is broken into multiple pages, need nav between pages. */
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		clear: both;
		margin: 5px;
	}
	
	/* ************************************************************	 */
	/* Following styles apply primarily to Report type displays	 	*/
	/* ************************************************************	 */
	
	div.ReportDspTitle,
	tr.ReportDspTitle  {
		/* parallel with FormTitle - often similar style */
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #3E81AC;
		background-color: #D3E2EF;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
			font-size: medium;
		
		font-weight: bold;
		text-align: left;
		vertical-align : middle;
		padding: .5em .6em .5em .5em;
	}
	div.ReportDspSubTitle, 
	tr.ReportDspSubTitle { 
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #3E81AC;
		background-color: #D3E2EF;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
			font-size: medium;
		
		font-weight: bold;
		text-align: left;
		vertical-align : middle;
		padding: .5em .6em .5em .5em;
	}
	div.ReportDspSectionTitle, 
	tr.ReportDspSectionTitle { 
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #FFFFFF;
		background-color: #999999;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
			font-size: medium;
		
		font-weight: bold;
		text-align: left;
		vertical-align : middle;
		padding: .5em .6em .5em .5em;
	}
	table.ReportDsp {
		/* overall style, will include default item style attributes */
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #000000;
		background-color : #EAEAEA;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
			font-size: medium;
		
		font-weight: normal;
		text-align: left;
		vertical-align: middle;
		border: 0px;
	}
	table.ReportDsp td {
		/* padding must be defined on the TD, not the table, as it doesn't inherit down */
		padding: 3px 5px;
		border-right: 1px solid #FFFFFF;
		border-top: 1px solid #FFFFFF;
	}
	
	.ReportDsp .ReportIncompleteItem {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		font-weight: bold;
	}
	.ReportIncompleteSymbol {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #666600;
		font-weight: bold;
	}
	/* There is a ListDSPKeys CLASS, defined identically (above) with the FormKeys CLASS. */
	.ReportDsp tr.ReportColumnHeader {
		/* was ReportHeader */
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #3E81AC;
		background-color: #D3E2EF;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
			font-size: medium;
		
		font-weight: bold;
		vertical-align: bottom;
	}
	.ReportDsp tr.ReportAltRow1 {
		/* or do we want default item style attributes to go here? */
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #000000;
		background-color: #EBEBEB;
		vertical-align : top;
	}
	.ReportDsp tr.ReportAltRow2 {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #000000;
		background-color: #FFFFFF;
		vertical-align : top;
	}
	.ReportDsp tr.ReportHighlightRow {
		/* alternate bgcolor and text color - works/contrasts with alt row colors */
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #000000;
		background-color: #FF9900;
		vertical-align : top;
	}
	.ReportDsp .ReportItemTitle {
		/* for primary list item attribute - like item name */
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		font-weight: bold;
	}
	.ReportDsp .ReportItemDetails {
		/* for minor additional item attributes(?) like publish status, usually smaller font */
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		font-size: smaller;
	}
	.ReportDsp .IconGroup {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		text-align: right;
	}
	/* ONLY modify the padding if the IconGroup class is used on a TD, not for a span: */
	.ReportDsp td.IconGroup {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		padding: 0px 5px;
	}
	/* ONLY use the float if the IconGroup class is NOT used on a TD: */
	.ReportDsp div.IconGroup,
	.ReportDsp span.IconGroup {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		float: right;
	}
	
	
	
	/* ***************************************************************	*/
	/* following are styles used primarily for Admin's Site Edit Mode	*/
	/* ***************************************************************	*/
	/* BELOW - SiteEditModeBar CLASS MAY BE p2p ONLY */
	/* BELOW - SiteEditModeBar CLASS MAY BE p2p ONLY */
	.SiteEditModeBar {
		visible: false; 	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		background-color : #006600;
		color: #FFFFFF;
		font-family: verdana, helvetica, arial;
		
		
			font-size: small;
		
		font-weight: bold;
		text-align : left;
		padding: .5em .6em .5em .5em;
	}	
	/* ABOVE - SiteEditModeBar CLASS MAY BE p2p ONLY */
	/* ABOVE - SiteEditModeBar CLASS MAY BE p2p ONLY */
	
	div.PageBlockHeader {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		background-color:#DDDDDD;
		font-weight:bold;
		padding: .2em .6em .2em .4em;
		margin: 3px;
	}
	div.PageBlockSubHeader  {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		background-color:#DDDDDD;
		
		
			font-size: x-small;
		
		padding: .2em .6em .2em .4em;
		margin: 3px;
	}
	div.SiteEditModeHeader {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		background-color:#006600;
		font-weight:bold;
		padding: .2em .6em .2em .4em;
		margin: 3px;
	}
	div.SiteEditModeHeader { 
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #FFFFFF;
		background-color:#006600;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
			font-size: medium;
		
		font-weight: bold;
		text-align: left;
		vertical-align : middle;
		padding: .2em .6em .2em .4em;
		margin: 3px;
	}
	div.SiteEditModeHeader a {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #FFFFFF;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
			font-size: small;
		
	}
	
	/* ***********************************************************************	*/
	/* following are styles used for the page Header, separate from the nav	*/
	/* ***********************************************************************	*/
	
	.TemplatePublicHeader {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		background-color : #999999;
		color: #FFFFFF;
		font-family: verdana, helvetica, arial;
		
			font-size: large;
		
		font-weight: bold;
		text-align: left;
		padding: 20px 20px 10px 20px; 
		display: block;
	}	
	.TemplatePublicHeader a:link,
	.TemplatePublicHeader a:visited,
	.TemplatePublicHeader a:hover,
	.TemplatePublicHeader a:active  { 
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #000000; 
		text-decoration: none; 
		font-family: verdana, helvetica, arial;
		
		
			font-size: small;
		
		font-weight: bold;
	}	
	.TemplatePublicHeader a:hover    {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #FF0000;
	}
	/* ***********************************************************************	*/
	.PublicTemplateLanguageSelect {
		visible: false;		/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color : #000000;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
			font-size: small;
		
		font-weight: bold;
		text-align : center;
		padding: .10em .6em .1em .4em;
		display: block;
	}
	.PublicTemplateLanguageSelect a:link,
	.PublicTemplateLanguageSelect a:visited,
	.PublicTemplateLanguageSelect a:hover,
	.PublicTemplateLanguageSelect a:active  { 
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color : #000000; 
		text-decoration: underline; 
	}
	.PublicTemplateLanguageSelect a:hover    {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #FF0000;
	}
	
	/* ***********************************************************************	*/
	.HighlightsHeader {
		visible: false;
		/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		background-color: #666666;
		color: #FFFFFF;
		font-family: Tahoma, helvetica, arial, sans-serif;
			
				font-size: small;
			
		font-weight: bold;
		text-align: center;
		padding: 5px;	
	}
	.Highlights {
		visible: false;
		/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		background-color : #FFFFFF;
		color: #000000;
		font-family: verdana, helvetica, arial;
		
			font-size: small;
		
		font-weight: normal;
		text-align : left;
		padding: 2px;
	}
	.Highlights a:link,
	.Highlights a:visited,
	.Highlights a:hover,
	.Highlights a:active { 
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #000000; 
		text-decoration: underline; 
		font-family: verdana, helvetica, arial;
		
			font-size: small;
		
		font-weight: normal;
		}
 	.Highlights a:hover {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #FF0000;
	}
	.HighlightsReadMore {
		visible: false;
		/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		background-color : #FFFFFF;
		color: #000000;
		font-family: verdana, helvetica, arial;
		
			font-size: small;
		
		font-weight: normal;
		text-align : right;
		padding: 2px 2px 1px 2px;
	}
	
	/* ***********************************************************************	*/
	.Copyright {
		visible: false;
		/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #000000;  /* repeat this below for link colors */
		background-color : #FFFFFF;
		font-family: verdana, helvetica, arial;
		
		
			font-size: small;
		
		font-weight: normal;
		text-align : center;
		padding: .1em .6em .1em .4em;
		margin-top: 10px;
		margin-bottom: 10px;
		display: block;
	}
	.Copyright a:link,
	.Copyright a:visited,
	.Copyright a:hover,
	.Copyright a:active { 
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #000000; 
		text-decoration: underline; 
		}
	
	/* ***********************************************************************	*/
	/* 							GLOSSARY DISPLAY								*/
	/* ***********************************************************************	*/
	
	.GlossaryDisplay {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
	}
	
	.GlossaryAlphaHeader {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		background-color : #CCCCCC;
		color: #000000;
		font-family: verdana, helvetica, arial;
		
			font-size: small;
		
		font-weight: normal;
		text-align : left;
		padding: 2px 2px 1px 2px;
	}
	
	.GlossaryAltRow1 {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		background-color : #FFFFFF;
		color: #000000;
		font-family: verdana, helvetica, arial;
		
			font-size: x-small;
		
		font-weight: normal;
		text-align : left;
		padding: 2px 2px 1px 2px;
	}
	
	.GlossaryAltRow2 {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		background-color : #FFFFFF;
		color: #000000;
		font-family: verdana, helvetica, arial;
		
			font-size: x-small;
		
		font-weight: normal;
		text-align : left;
		padding: 2px 2px 1px 2px;
	}
	
	
	.GlossaryTerm {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		font-family: verdana, helvetica, arial;
		
			font-size: medium;
		
		font-weight: normal;
	}
	
	
	/* ***********************************************************************	*/
	/* 							GLOSSARY TERM DISPLAY							*/
	/* ***********************************************************************	*/
	
	.GlossaryTermDisplay {}
	
	.GlossaryDefinitionTerm {
		font-family: verdana, helvetica, arial;
		
			font-size: medium;
		
		font-weight: bold;
	}
	.GlossaryDefinitionTermCategory {
		font-family: verdana, helvetica, arial;
		
			font-size: small;
		
		font-weight: normal;
		font-style: italic;
	}
	
	.GlossaryDefinitionTermDefinition {
		font-family: verdana, helvetica, arial;
		
			font-size: small;
		
		font-weight: normal;
	}
	
	.GlossaryDefinitionTermSeeAlso {
		font-family: verdana, helvetica, arial;
		
			font-size: x-small;
		
		font-weight: normal;
	}
	
	
	/* ***********************************************************************	*/
	/* 					Keyword Display Pages and Blocks						*/
	/* ***********************************************************************	*/
	table.KeywordContentWireFrame {
		width: 100%;
		padding: 0px;
		margin: 0px;
		border: 0px;
	}
	table.KeywordAssocWireFrame {
		width: 100%;
		padding: 0px;
		margin: 0px;
		border: 0px;
		border-right: 0px;
	}
	/* -------------------- DEFAULT keyword block style	----------------------  */
	div.KeywordBlockStyleDEFAULTDsp {
		/* overall style, will define mainly default item style attributes */
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #FFFFFF;  							/* USE NEW APP VAR - 9/7/04 */
		background-color : #999999;  				/* USE NEW APP VAR - 9/7/04 */
		font-family: Tahoma, helvetica, arial, sans-serif;  	/* USE NEW APP VAR - 9/7/04 */
		
			font-size: medium;  	/* USE NEW APP VAR - 9/7/04 */
		
		font-weight: normal;
		text-align: left;
		margin: 4px;
		/* this relative position allows for child elements to be positioned within this block */
		position: relative;
		/* The following padding can make room for the Edit and Stories icons/links above the header. */
		/* padding-top: 1.5em; may want large padding, to make room for absolute positioned Edit/Story links */
	}
	div.KeywordBlockStyleDEFAULTDsp a:link,
	div.KeywordBlockStyleDEFAULTDsp a:visited,
	div.KeywordBlockStyleDEFAULTDsp a:hover,
	div.KeywordBlockStyleDEFAULTDsp a:active  { 
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #000000;  				/* USE NEW APP VAR - 9/7/04 */
		text-decoration: none;
	}
	
	/* HEADER *//* HEADER *//* HEADER *//* HEADER *//* HEADER */
	.KeywordBlockStyleDEFAULTDsp div.BlockHeader{
		/* was ReportHeader */
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #FFFFFF;	  									/* USE NEW APP VAR - 9/7/04 */
		background-color: #000000;  							/* USE NEW APP VAR - 9/7/04 */
		font-family: Tahoma, helvetica, arial, sans-serif;  			/* USE NEW APP VAR - 9/7/04 */
		
			font-size: medium;  				/* USE NEW APP VAR - 9/7/04 */
		
		font-weight: bold;
		vertical-align: bottom;	
		margin: 0px; /* top right bottom left */
		padding: 4px;
		white-space: nowrap;
	}
	.KeywordBlockStyleDEFAULTDsp .BlockTitle {
		/* for primary list item attribute - like item name */
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		font-weight: bold;
	}
	/* BODY *//* BODY *//* BODY *//* BODY *//* BODY *//* BODY *//* BODY */
	
	.KeywordBlockStyleDEFAULTDsp div.BlockBody{
		font-family: Tahoma, helvetica, arial, sans-serif;  				/* USE NEW APP VAR - 9/7/04 */
		
			font-size: medium;  				/* USE NEW APP VAR - 9/7/04 */
		
		font-weight: normal;		
		margin: 0px; /* top right bottom left */
		padding: 4px 0px; /* top-bottom left-right */
		vertical-align: top;
		overflow:hidden;
	}	
	.KeywordBlockStyleDEFAULTDsp div.ItemAltRow1{
		/* or do we want default item style attributes to go here? */
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #000000;  					/* USE NEW APP VAR - 9/7/04 */
		background-color: #EAEAEA;  		/* USE NEW APP VAR - 9/7/04 */
		padding: 0px 4px; /* top-bottom left-right */
	}
	.KeywordBlockStyleDEFAULTDsp div.ItemAltRow2{
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #000000;  					/* USE NEW APP VAR - 9/7/04 */
		background-color: #FFFFFF;  		/* USE NEW APP VAR - 9/7/04 */
		padding: 0px 4px; /* top-bottom left-right */
	}
	/* BELOW BODY *//* BELOW BODY *//* BELOW BODY *//* BELOW BODY *//* BELOW BODY */
	/* BELOW BODY *//* BELOW BODY *//* BELOW BODY *//* BELOW BODY *//* BELOW BODY */
	.KeywordBlockStyleDEFAULTDsp  .SeeMoreLink {
		/* do not use absolute positioning here, it's too hard to override? kb 8/2004 */
		font-weight: bold;
	}
	.KeywordBlockStyleDEFAULTDsp  .NextPreviousLinks {
		position: absolute;
		bottom: .25em;
		width: 100%; /* since this has floated elements inside, some browsers don't know to go 100% */
	}
	.KeywordBlockStyleDEFAULTDsp .BlockBottomFill {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		/* Place holder - style class exists, but does not need styling, yet. */
	}
	/* EDIT & STORY ICONS *//* EDIT & STORY ICONS *//* EDIT & STORY ICONS *//* EDIT & STORY ICONS */
	/* EDIT & STORY ICONS *//* EDIT & STORY ICONS *//* EDIT & STORY ICONS *//* EDIT & STORY ICONS */
	.KeywordBlockStyleDEFAULTDsp div.BlockIconGroup {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		/* ONLY use the float if the IconGroup class is NOT used on a TD, and  */
		/* if other positioning is removed from divs within this block (will confuse some browsers) */
	}
	.KeywordBlockStyleDEFAULTDsp .KeywordEditLink {
		/* do not use absolute positioning here, IN GENERAL STYLE SHEET, it's too hard to override. kb 8/2004 */
		/* Place holder - style class exists, but does not need styling, yet. */
	}
	.KeywordBlockStyleDEFAULTDsp .ViewStoriesLink {
		/* do not use absolute positioning here, IN GENERAL STYLE SHEET, it's too hard to override. kb 8/2004 */
		/* Place holder - style class exists, but does not need styling, yet. */
	}
	/* -------------------- 	keyword block style 1	----------------------  */
	/* USE DEFAULTS */
	
	/* -------------------- 	keyword block style 2	----------------------  */
	/* USE DEFAULTS */
	
/* ***********************************************************************	*/
/* 							TASK LIST										*/
/* ***********************************************************************	*/
	
	.TaskList {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
	}
	
	.TaskListTitle {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		background-color : #CCCCCC;
		color: #000000;
		font-family: verdana, helvetica, arial;
		
			font-size: small;
		
		font-weight: normal;
		text-align : left;
		padding: 2px 2px 2px 2px;
	}
	
	.TaskListItems a:link,
	.TaskListItems a:visited,
	.TaskListItems a:hover,
	.TaskListItems a:active  { 
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #000000;
		text-decoration: underline;
	}
	
	.TaskListItemUnavailable {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		background-color : #FFFFFF;
		color: #000000;
		font-family: verdana, helvetica, arial;
		
			font-size: x-small;
		
		font-weight: normal;
		text-align : left;
		padding: 1px 1px 1px 5px;
	}
	
	.TaskListItemNotStarted {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		background-color : #FFFFFF;
		color: #000000;
		font-family: verdana, helvetica, arial;
		
			font-size: x-small;
		
		font-weight: normal;
		text-align : left;
		padding: 1px 1px 1px 5px;
	}
	
	.TaskListItemInProgress {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		background-color : #FFFFFF;
		color: #000000;
		font-family: verdana, helvetica, arial;
		
			font-size: x-small;
		
		font-weight: normal;
		text-align : left;
		padding: 1px 1px 1px 5px;
	}
	
	.TaskListItemComplete {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		background-color : #FFFFFF;
		color: #000000;
		font-family: verdana, helvetica, arial;
		
			font-size: x-small;
		
		font-weight: normal;
		text-align : left;
		padding: 1px 1px 1px 5px;
	}
	
	.TaskListItemArchived {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		background-color : #FFFFFF;
		color: #000000;
		font-family: verdana, helvetica, arial;
		
			font-size: x-small;
		
		font-weight: normal;
		text-align : left;
		padding: 1px 1px 1px 5px;
	}
	
/* ***********************************************************************	*/
/* 							MESSAGE SYSTEM									*/
/* ***********************************************************************	*/
	
	.MsgSystemDisplayFunc {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		background-color : #FFFFFF;
		color: #000000;
		font-family: verdana, helvetica, arial;
		
			font-size: x-small;
		
		font-weight: normal;
	}
	.MsgSystemDisplayFuncHeader {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #3E81AC;
		background-color: #D3E2EF;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
			font-size: medium;
		
		font-weight: bold;
		text-align: left;
		vertical-align : middle;
		padding: .5em .6em .5em .5em;
	}
	.MsgSystemDisplayFuncBody {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		padding: 10px;
	}
	.MsgSystemMessageDisplay {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		
			font-size: x-small;
		
		font-weight: normal;	
	}
	.MsgSystemMessageDisplaySubject {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		color: #3E81AC;
		background-color: #D3E2EF;
		font-family: Tahoma, helvetica, arial, sans-serif;
		
			font-size: medium;
		
		font-weight: bold;
		text-align: left;
		vertical-align : middle;
		padding: .5em .6em .5em .5em;
	}
	.MsgSystemMessageDisplayBody {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		padding: 10px;
	}

/* ***********************************************************************	*/
/* 							Search Display Styles							*/
/* ***********************************************************************	*/
	
	.SearchAgainRow {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		margin: 20px 10px 10px 10px;
		text-align: center;
	}
	
	



	/* styles for the wysiwyg editor: */
	

.MainHeader
{
	visible: false;
	font-weight: bold;
	text-transform: uppercase;
	color: #990066;
}

.BlueTitle
{
	visible: false;
	font-weight: bold;
	text-transform: capitalize;
	color: #0099cc;
}

.CenteredTitle
{
	visible: false;
	font-weight: bold;
	color: #ff0033;
	text-align: center;
}

/* Table Automatic Format Styles */

.1topleft
{
	visible: false;
	background-color: #FFEEBA;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004A84;
	padding: 5px;
	font-weight: bold;
}

.1topcenter
{
	visible: false;
	background-color: #FFEEBA;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004A84;
	padding: 5px;
	font-weight: bold;
}
.1topright
{
	visible: false;
	background-color: #FFEEBA;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004A84;
	padding: 5px;
	font-weight: bold;
}
.1odd
{
	visible: false;
	background-color: #F6F6F6;
}
.1even
{
	
	visible: false;background-color: #F6F6F6;
}

.1middleleft
{
	visible: false;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.1middlecenter
{
	visible: false;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.1middleright
{
	visible: false;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.1bottomleft
{
	visible: false;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.1bottomcenter
{
	visible: false;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.1bottomright
{
	visible: false;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}


.2topleft
{
	visible: false;
	background-color: #FFEEBA;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004A84;
	padding: 5px;
	font-weight: bold;
}

.2topcenter
{
	visible: false;
	background-color: #FFEEBA;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004A84;
	padding: 5px;
	font-weight: bold;
	text-align: right;
}
.2topright
{
	visible: false;
	background-color: #FFEEBA;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004A84;
	padding: 5px;
	font-weight: bold;
	text-align: right;
}

.2odd
{
	visible: false;
	background-color: #F6F6F6;
}
.2even
{
	visible: false;
	background-color: #F6F6F6;
}

.2middleleft
{
	visible: false;
	background-color: #FFFBED;
	color: #004A84;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.2middlecenter
{
	visible: false;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
}
.2middleright
{
	visible: false;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
}

.2bottomleft
{
	visible: false;
	background-color: #FFFBED;
	color: #004A84;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.2bottomcenter
{
	visible: false;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
}
.2bottomright
{
	visible: false;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
}

.3topleft
{
	visible: false;
	background-color: #FFEEBA;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004A84;
	padding: 5px;
	font-weight: bold;
}
.3topcenter
{
	visible: false;
	background-color: #FFEEBA;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004A84;
	padding: 5px;
	font-weight: bold;
}
.3topright
{
	visible: false;
	background-color: #FFEEBA;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004A84;
	padding: 5px;
	font-weight: bold;
}

.3odd
{
	visible: false;
	background-color: #F6F6F6;
}
.3even
{
	visible: false;
	background-color: #FFFFFF;
}

.3middleleft
{
	visible: false;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.3middlecenter
{
	visible: false;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.3middleright
{
	visible: false;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.3bottomleft
{
	visible: false;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.3bottomcenter
{
	visible: false;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.3bottomright
{
	visible: false;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}


.4topleft
{
	visible: false;
	background-color: #3D66B5;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
}

.4topcenter
{
	visible: false;
	background-color: #3D66B5;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
.4topright
{
	visible: false;
	background-color: #3D66B5;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

.4middleleft
{
	visible: false;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #E9EEF4;
	color: #004A84;
	font-weight: bold;
}
.4middlecenter
{
	visible: false;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #E9EEF4;
	color: #004A84;
	text-align: center;
}
.4middleright
{
	visible: false;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #E9EEF4;
	color: #004A84;
	text-align: center;
}

.4bottomleft
{
	visible: false;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #E9EEF4;
	color: #004A84;
	font-weight: bold;
}
.4bottomcenter
{
	visible: false;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #E9EEF4;
	color: #004A84;
	text-align: center;
}
.4bottomright
{
	visible: false;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #E9EEF4;
	color: #004A84;
	text-align: center;
}








.TemplatePublicHeaderUtilityNav {
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
	background-color: #FFFFFF;
	color: #000000;
	font-family: Tahoma, helvetica, arial, sans-serif;
		
			font-size: small;
		
	text-decoration: none;
	text-align: right;
	padding: 10px 10px 5px 10px;
	font-weight: bold;
}
/* make all first level header nav link states look the same, except hover override, below */
.TemplatePublicHeaderUtilityNav a:link,
.TemplatePublicHeaderUtilityNav a:visited,
.TemplatePublicHeaderUtilityNav a:hover,
.TemplatePublicHeaderUtilityNav a:active  { 	
	visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
	background-color: #FFFFFF;
	color: #000000;
	font-family: Tahoma, helvetica, arial, sans-serif;
		
			font-size: small;
		
	text-decoration: none;
	text-align: right; 
	font-weight: bold;
}
.TemplatePublicHeaderUtilityNav a:hover    {
	visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
	color: #FF0000;
}

.TemplatePublicBreadCrumb {
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
	background-color: #FFFFFF;
	color: #000000;
	font-family: Tahoma, helvetica, arial, sans-serif;
		
			font-size: small;
		
	font-weight: normal;
	text-decoration: none;
	padding: 5px;
	text-align: left;
	margin-bottom: 5px;
}
.TemplatePublicBreadCrumb a:link,
.TemplatePublicBreadCrumb a:visited,
.TemplatePublicBreadCrumb a:hover,
.TemplatePublicBreadCrumb a:active  { 
	visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
	color: #000000;  
	font-family: Tahoma, helvetica, arial, sans-serif;
		
			font-size: small;
		
	font-weight: normal;
	text-decoration: none;
}	
.TemplatePublicBreadCrumb a:hover    {
	visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
	color: #FF0000;
}


div.Template_Public_FooterAltNav ul {
	
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */

	/* zero out (varying) default margins/padding */
	margin: 3px 5px;
	padding: 0;
	text-align: center;
	background-color : #FFFFFF;
	color: #000000;
	font-family: verdana, helvetica, arial;
	
	
		font-size: small;
	
}
div.Template_Public_FooterAltNav ul li {
	
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */

	display:inline;
	list-style-type:none;
	padding:0 .5em;
}
/* make all first level Footer nav link states look the same, except hover override, below */
/* no active/inactive styles currently used, in Footer nav. */
div.Template_Public_FooterAltNav a:link,
div.Template_Public_FooterAltNav a:visited,
div.Template_Public_FooterAltNav a:hover,
div.Template_Public_FooterAltNav a:active  { 	
	
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */

	color: #000000;
	text-decoration: underline;
}
div.Template_Public_FooterAltNav a:hover    {
	
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */

	color: #FF0000;
}

div.Template_Public_HeaderAltNav ul {
	
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */

	/* zero out (varying) default margins/padding */
	margin: 3px 5px;
	padding: 0;
	text-align: right;
	background-color :  #333333;
	color: #FFFFFF;
	font-family: Tahoma, helvetica, arial, sans-serif;
	
		font-size: small;
	
	font-weight: bold;
}

div.Template_Public_HeaderAltNav ul li {
	
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */

	
		font-size: x-small;
	
}
div.Template_Public_HeaderAltNav ul li {
	
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */

	display:inline;
	list-style-type:none;
	padding:0 .5em;
}
div.Template_Public_HeaderAltNav input.FormElement {
	
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */

	vertical-align: middle;
	background-color: #FFFFFF;
	font-size : 9px;
}
div.Template_Public_HeaderAltNav input.FormElementSubmit {
	
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */

	vertical-align: middle;
	background-color: transparent;
	font-size : 9px;
}
/* make all first level header nav link states look the same, except hover override, below */
/* no active/inactive styles currently used, in header nav. */
div.Template_Public_HeaderAltNav a:link,
div.Template_Public_HeaderAltNav a:visited,
div.Template_Public_HeaderAltNav a:hover,
div.Template_Public_HeaderAltNav a:active  { 	
	
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */

	color: #FFFFFF; 
	text-decoration: none;
	font-weight: bold;
}
div.Template_Public_HeaderAltNav a:hover    {
	
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */

	color: #FF0000;
}

ul.VertPlusMinusNav {
	
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */

	margin: 0;
	padding: 0;
}
ul.VertPlusMinusNav li	{
	
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */

	list-style-type:none;
	padding:0 .5em;
}
ul.VertPlusMinusNav ul	{
	
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */

	display:none;
}

.TemplatePublicMainNav {
	
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */

	background-color : #3E81AC;
	color : #660000;
	text-align : left;
}
/* nav LEVEL ONE AND BELOW. */
div.TemplatePublicMainNav ul  { 
	
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */

	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 0px;
}
div.TemplatePublicMainNav ul li {
	
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */

	color : #660000;
	font-family: Tahoma, helvetica, arial, sans-serif;
	/* was 14px */
	
		font-size: small;
	
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
/* make all first level (and below) nav link states look the same, except hover override, below */
div.TemplatePublicMainNav ul li.ActiveNav ,  
div.TemplatePublicMainNav ul li.ActiveNav a  { 
	color : #660000; 
}
div.TemplatePublicMainNav ul li a ,
div.TemplatePublicMainNav ul li.InactiveNav , 
div.TemplatePublicMainNav ul li.InactiveNav a  { 
	
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */

	color : #660000;
	text-decoration: none;
}
div.TemplatePublicMainNav ul li a:hover ,
div.TemplatePublicMainNav ul li.InactiveNav a:hover  { 
	
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */

	color: #FF0000;
}
/* nav LEVEL TWO AND BELOW. */
div.TemplatePublicMainNav ul li ul li {
	
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */

	color : #000000;
	font-family: Tahoma, helvetica, arial, sans-serif;
	/* was 14px */
	
		font-size: small;
	
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
/* following sets the Nav font colors, both in and outside of hrefs */
div.TemplatePublicMainNav ul li ul li.ActiveNav ,  
div.TemplatePublicMainNav ul li ul li.ActiveNav a  { 
	
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */

	color : #000000; 
}
/* make all first level header nav link states look the same, except hover override, below */
div.TemplatePublicMainNav ul li ul li a ,
div.TemplatePublicMainNav ul li ul li.InactiveNav , 
div.TemplatePublicMainNav ul li ul li.InactiveNav a  { 
	
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */

	color : #000000;
	text-decoration: none;
}
div.TemplatePublicMainNav ul li ul li a:hover ,
div.TemplatePublicMainNav ul li ul li.InactiveNav a:hover  { 
	
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */

	color: #FF0000;
}
/* nav LEVEL THREE AND BELOW. */
div.TemplatePublicMainNav ul li ul li ul li {
	font-weight: normal;
	font-size: smaller;
	text-align: left;
	white-space: nowrap;
}
	

ul.HorzDDNav, ul.HorzDDNav ul	{
	
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */

	background-color: white;
	text-align: left;
	margin: 0;
	padding: 0;
}
ul.HorzDDNav li {
	
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */

	display:inline;
	padding:0 .5em;
	list-style-type:none;
	border: 1px solid rgb(66%,66%,66%);
	border-width: 0 1px 1px 0;
	position: relative;
}
ul.HorzDDNav li a {
	
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */

	text-decoration: none;
	margin: 0;
	color: black;
	font-size: .9em;
	white-space: nowrap;
}

ul.HorzDDNav li a:hover {
	
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */

	color: #0000FF;
}
ul.HorzDDNav li span {
	
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */

	white-space: nowrap;
}

ul.HorzDDNav li ul {
	
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */

	display:block;
	z-index: 1000;
	visibility: hidden;
	position: absolute;
	background-color: #EAEAEA;
}
ul.HorzDDNav li ul li {
	
	visible: false;
	/* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */

	display:block;
	list-style: none;
	white-space: nowrap;
	border: 1px solid rgb(66%,66%,66%);
	border-width: 0 1px 1px 1px;
}


	.TemplatePublicHeaderNav {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		font-size: x-small;
	}
	.TemplatePublicHeaderNav a:link,
	.TemplatePublicHeaderNav a:visited,
	.TemplatePublicHeaderNav a:hover,
	.TemplatePublicHeaderNav a:active  { 	
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		font-size: x-small;
	}	
	.TemplatePublicHeaderUtilityNav {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		font-size: x-small;
	}
	.TemplatePublicHeaderUtilityNav a:link,
	.TemplatePublicHeaderUtilityNav a:visited,
	.TemplatePublicHeaderUtilityNav a:hover,
	.TemplatePublicHeaderUtilityNav a:active  { 	
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		font-size: x-small;
	}	
	.TemplatePublicBreadCrumb {
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		font-size: x-small;
	}
	.TemplatePublicBreadCrumb a:link,
	.TemplatePublicBreadCrumb a:visited,
	.TemplatePublicBreadCrumb a:hover,
	.TemplatePublicBreadCrumb a:active  { 
		visible: false; /* "visible" is an ektron specific item, used to suppress this class from ewebeditpro. */
		font-size: x-small;
	}	






/* ************************** */
.TabbedFormWrapper {
	width: 100%;
}

/* ************************** */
/* Site Specific Overrides */

body {
	color : Gray;
}
td {
      /* size should inherit from body element above, but redundant selectors to help older browsers not forget. */
	  /* DO NOT overspecify, else it will override seemingly more specific class selectors */
	  /* font size only!  */
	font-size: 11px;
}
p	{
	margin-top: .5em;
	margin-bottom: .5em;
}
a:link  { 
	color: #3E81AC; text-decoration: underline; 
}
a:visited  { 
	color: #3E81AC; text-decoration: underline; 
}
a:hover    { 
	color: #CCCCCC; text-decoration: underline; 
}
a:active  { 
	color: #3E81AC; text-decoration: underline; 
}

.blueHeader 
{
	font : bold 11px Tahoma, helvetica, arial, sans-serif;
	color : #3E81AC;
}
.blueHeaderBigCentered 
{
	font : bold 15px Tahoma, helvetica, arial, sans-serif;
	color : #3E81AC;
	text-align: center;
}
div.TemplatePublicMainNav {
	background-color : #F0F0F0;
	color : black;
	text-align : left;
	height: 1292px;
	width: 167px;
	border: 1px solid #3E81AC;
	margin: 0px;
	padding: 0px;
}
/* nav LEVEL ONE AND BELOW. */
div.TemplatePublicMainNav ul  { 
	margin: 0px;
	padding: 0px;
	background-color: white;
}
div.TemplatePublicMainNav ul li {
	margin: 0px;
	padding: 0px;
	list-style-type : none;
	line-height: 10px;
	background-color: white;
/*	border: 1px solid red; */
}
div.TemplatePublicMainNav ul li ul {
	background-color: white;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
}
div.TemplatePublicMainNav ul li ul li {
	margin: 0px 0px 5px 20px;
	text-align: top;
	font :11px Tahoma, helvetica, arial, sans-serif;
	color : #E2862B;
	vertical-align : top;
	background-color: white;
}
div.TemplatePublicMainNav ul li ul li A {
        color : #E2862B;
		text-decoration: underline;
}
div.TemplatePublicMainNav ul li ul li A:HOVER {
        color : #898989;
		text-decoration: underline;
}
div.TemplatePublicMainNav ul li ul li.InactiveNav a {
        color : #E2862B;
		text-decoration: underline;
}
div.TemplatePublicMainNav ul li ul li.InactiveNav  a:hover {
        color : #898989;
		text-decoration: underline;
}
div.TemplatePublicMainNav ul li ul li.ActiveNav a {
        color : #3E81AC;
		text-decoration: none;
}
div.TemplatePublicMainNav ul li ul li.ActiveNav  a:hover {
        color : #898989;
		text-decoration: none;
}
.TemplatePublicMainNavExtraItems {
	margin: 9px 7px 9px 7px;
}
.TemplatePublicRightNav {
	background-color : #F0F0F0;
	color : black;
	text-align : left;
	height: 1292px;
	width: 167px;
	border: 1px solid #3E81AC;
}
.TemplatePublicRightNavHeader {
	background-color: #D3E2EF; 
	font: bold 18px Tahoma, helvetica, arial, sans-serif;
	color: #3E81AC;
	margin: 3px;
	text-align: center;
	padding: 5px;
}
.TemplatePublicRightNavBody {
	background-color: white;
	font: 11px Tahoma, helvetica, arial, sans-serif;
	color: Gray;
	margin: 3px;
	padding: 5px;
}
.TemplatePublicRightNavBody ul {
	margin: 0px 5px 5px 5px;
	padding: 0px;
}
.TemplatePublicRightNavBody li {
	margin: 0px 5px 10px 10px;
}
.TemplatePublicRightNavBody a {
        color : #3E81AC;
		text-decoration: underline;
}
.TemplatePublicRightNavBody a:hover {
        color : #898989;
		text-decoration: underline;
}
.AccentColor3{
	color: #E2862B;
}
.CenterBlock p {
	padding: 0px 10px;
}
.CenterBlock ul {
	margin-top: 3px;
}
.CenterBlock hr {
	margin: 10px;
}

/* Original Styles from PCS Site */
.bodyText
{
/* moved into igxec app vars and defaults above. */
}
.bodyTextGray 
{
/* moved into igxec app vars and defaults above. */
}
.orangeHeader 
{
	font : bold 11px Tahoma, helvetica, arial, sans-serif;
	  color : #E2862B
}
.blueHeader 
{
	font : bold 11px Tahoma, helvetica, arial, sans-serif;
	color : #3E81AC;
}
.boldBlueHeaderText 
{
	font : bold 11px Tahoma, helvetica, arial, sans-serif;
	color : #3E81AC;
}
.boldGrayHeaderText 
{
	font : bold 11px Tahoma, helvetica, arial, sans-serif;
	color : gray;
}
.bodyTextBig 
{
	font : 12px Tahoma, helvetica, arial, sans-serif;
}

A.menu {
		font :11px Tahoma, helvetica, arial, sans-serif;
        color : #E2862B
}
A:HOVER.menu{
		font :11px Tahoma, helvetica, arial, sans-serif;
        color : #898989;
}
#tableBorders1
{
	border : 1px solid #D3E2EF;
}
#tableBorders 
{
	border : 1px solid #3E81AC;
}
A.faculty{
	font :11px Tahoma, helvetica, arial, sans-serif;
    color : #3E81AC;
}

/*  */
Form input {
	border: #3E81AC solid 1px;
}
Form input.FormElementSubmit {
	background-color: #D3E2EF;
	color: #3E81AC;
	font-weight: bold;
}
.SearchBox {
	vertical-align: middle;
	font-size: 11px;
}
.SearchBox Form input.FormElementSubmit {
	vertical-align: middle;
}


	