
/*-- style for DNN PA_FAQs --*/
	.JediCss_TopStrip
	{
		/* Gray Theme*/
		background-color: #cccccc; 
		font-family: Arial, Helvetica;
		font-weight:bold;
	}
	.JediCss_TableHeader
	{
			
		color:black;
		background-color: #cccccc; 
		font-family: Arial, Helvetica;
		font-weight:bold;
		font-size:.8em;
		
	}
	TD.JediCss_dgHeaderAltItem, .JediCss_dgHeaderAltItem
	{	
		background-color: #dddddd; 
		
		
	}
	.JediCss_ParentCategory
	{
		/* Gray Theme*/
		background-color: #cccccc; 
		font-family: Arial, Helvetica;
		font-size:1em;
		font-weight:bold;
	}
	.JediCss_ChildCategory
	{
		
		
	}
	.JediCss_ListingsPanel
	{
		background-color: #f5f5f5;
		
	}
	.JediCss_AnnouncementPanel
	{
		background-color: black;
		
	}
	.JediCss_Confirmation
	{
		background-color:  #f5f5f5;
		
	}
	.JediCss_ItemTop
	{
			/* Gray Theme*/
		background-color: #cccccc; 
		font-family: Arial, Helvetica;
		font-size:1em;
		font-weight:bold;
		
		
	}


	.JediCss_ItemBottom
	{
		background-color: gainsboro;
		font-family: Arial, Helvetica;
		font-size: 1em;
		font-weight: normal;
		line-height: 12px;
		
	}

	.JediCss_MoreInfoTitle
	{
		
		background-color:  #cccccc; 
		font-family: Arial, Helvetica;
		font-size:1em;
		font-weight:bold;
		
		
	}
	.JediCss_FeaturesChecklist
	{
		
		background-color: Transparent;
		
		
	}
	
	.JediCss_AddItem
	{
		
		background-color: Transparent;
		
		
	}
	
	/*-- Header For Admin Page--*/
	.JediCss_Admin_Forms
	{
		color:navy;
		font-family: Arial, Helvetica;
		font-size:.8em;
		font-weight:bold;
	    text-align:right;	
	}
	.JediCss_Admin_Header_Selected
	{
		color:white;
		background-color: #ffccCC;
		font-family: Arial, Helvetica;
		font-size: 1em;
		font-weight:bold;
	}



	.JediCss_DashedLine
	{
		BORDER-TOP: #999999 1px dashed; 
		MARGIN: 3px 0px; 
		COLOR: #ffffff; 
		HEIGHT: 1px
			
	}


/* text style used for most text rendered by modules */

.normal
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.normalAdmin
{
    font-family: Arial, Helvetica;
    font-size: .8em;
    font-weight: normal;
}

.NormalSmall
{
    font-family: Arial, Helvetica;
    font-size: .8em;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica;
    font-size: 1em;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica;
    font-size: 1em;
    font-weight: bold;
    color: red;
}

.NormalBold
{
    font-family: Arial, Helvetica;
    font-size: 1em;
    font-weight: bold;
	
}

.normalbold
{
    font-family: Arial, Helvetica;
    font-size: 1em;
    font-weight: normal;
}

table td {border-collapse:collapse;}
