﻿
@import "/fchn.css";

/*
	2007-03-22 Daniel F.
	Added all these entries for FCHN.COM 2.0

	Entries for GriedView controls header background and alternating row background color are used 
	throughout the site in conjuction with the Skin file (for GriedViews: 2 Skins ["Border" and "NoBorder"])
	Refer to /App_Themes/fchnDefault/SkinFile.skin for more info on use of entries below.

	#00AB4E - Ribbon Green color - used to match the color of the ribbon [can be used for backgrounds]
	#005F2D - Text Green color - used for TEXT only! [ribbon green color above is too light to use for text].
*/

.bodyText {
	color:#000000;
}

.fchnGreenText
{
	color: #005F2D;
}
.backgroundGreenText
{
	background-color: #005F2D;
}

.fchnGreenRibbon
{
	color: #00AB4E;
}
.backgroundGreenRibbon
{
	background-color: #00AB4E;
}

/* standard GridView styles */
.gv 
{
	border: solid 1px #E0E0E0;
	width: 100%;
	font-size: 9pt;
}

.gv td.key
{
	text-align: right;
	vertical-align: top;
}

.gv td.value
{
	font-weight: bold;
	padding-left: 10px;
	vertical-align: top;
}

.gvHeaderBackground
{
	background-color: #EEEEEE;
}

.gvHeaderBackground th
{
	border-bottom: solid 1px black;
	font-size: .9em;
}

.gvAlternatingRowBackground
{
	background-color: #FFF9F2;
}

.gvFooter
{
}

/* used for copyright in the footer section */
.copyRight
{
	color: Black;
	font-size: 8pt;
	font-weight: bolder;
	text-align: left; 
	vertical-align: top; 
	line-height:25px;
	padding-left:20px;
}

/* used for HCD footer image */
.footerImager
{
	padding-left:20px;
}

/* used for tables where user input is being solicited */
table.dataEntry
{
	width: 100%;
}

/* used for left-hand column cells */
table.dataEntry td.key
{
	text-align:right;
	padding: 3px;
	width: 20%;
	white-space:nowrap;
	vertical-align:top;
}

/* used for right-hand column cells */
table.dataEntry td.value
{
	text-align:left;
	padding: 3px;	
	vertical-align:top;
		
}

/* used for right-hand column cells containing checkboxlist or radiobuttonlist controls*/
table.dataEntry td.valueList
{
	text-align:left;
	padding: 0px 0px 5px 0px;	
	vertical-align:top;
		
	/*border:solid 1px Gray;*/
}

p.leftAlign
{
	text-align:left;
}
