/**************************** Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#74b215; color:#ffffff;}
.box1Color						{color:#ffffff;}
.box1Color:HOVER				{color:#6f130c;}

.box1Background_LightVersion	{background-color:#d0eaa7; color:#006400;}
.box1Color_LightVersion			{color:#006400;}
.box1Color_LightVersion:hover	{color:#444444;}


/** Used in titles and captions**/
.titlesColor					{color:#6f130c;}
.titlesColor:hover				{color:#339633;}
.pageTitleColor					{color:#019101;}
.pageTitleColor:hover			{color:#6f130c;}

/**************************** Main Elements ***************************/
BODY				{font-family:verdana, arial, helvetica, sans-serif; font-weight:normal; color:#6f130c; font-size:80%; padding:0px; margin:0px; line-height:1.4em;}
BODY *				{-moz-box-sizing:border-box;}

TABLE				{}
TD					{font-size:80%;}
HR					{border:0px; border-top:#a8a8a8 1px solid; height:1px; width:100%; background-color:transparent;}
FORM				{display:inline;}
INPUT				{font-size:12px; font-weight:normal; font-family:Arial;}
INPUT.input			{border:#cdcdcd 1px solid;}
TEXTAREA			{border:#cdcdcd 1px solid;}
SELECT				{font-size:10px; font-weight:normal; font-family:Arial;}
A					{text-decoration:none; color:#006400;}
A:hover				{text-decoration:none; color:#45ae45;}
INPUT.button		{color:#ffffff; border:#7c160c 1px solid; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; background-color:#bb1f15; height:18px; text-align:center; background-image:url('../stripbutton.gif'); background-repeat:repeat-x; background-position:top;}
LI					{list-style:circle url('../ListIconLevel1.gif');}
.red				{color:red;}

/* Body */
TABLE.body			{margin-top:15px; margin-bottom:20px; width:100%; padding-right:24px; padding-left:17px;}
TABLE.bodyItem		{ color:#6f130c;}
TABLE.bodyList		{}
TD.LeftRowspan		{background-image:url('../BgLeftRowspan.jpg'); background-position:top right; background-repeat:repeat-y;}
TD.RightRowspan		{background-image:url('../BgRightRowspan.jpg'); background-position:top left; background-repeat:repeat-y;}

/** Bread Crumbs **/
TD.navigationTabContainer			{padding-bottom:12px;}
TD.navigationTab					{color:#6f130c; font-weight:normal; font-size:11px;}
A.navigationTab						{color:#6f130c; text-decoration:none;}
A.navigationTab:hover				{color:#006400; text-decoration:none;}


/** Category Title & Description **/
TD.PageTitle				{padding-bottom:12px;}
DIV.PageTitle				{font-weight:bold; font-size:115%; color:#019101;}
TD.PageCategoryTitle		{}
DIV.PageCategoryTitle		{}
H1.PageTitle				{font-size:115%;}
H1.PageCategoryTitle		{ color:#019101;}
TD.description				{font-size:80%; color:#6f130c; padding-top:21px;}

/** Copyright **/
SPAN.Copyright				{font-weight:bold; font-size:75%; color:#005794;}
A.Copyright					{font-weight:bold; text-decoration:none; color:#006400;}
A.Copyright:hover			{font-weight:bold; text-decoration:none; color:#45ae45;}

/** Site Message **/
DIV.SiteMessageContainer	{border-bottom:solid 1px gray; text-align:center; padding:5px;}


/***************************** aging **********************************************/
.paging			{font-size:11px; font-family:verdana; font-weight:normal; color:#777777;}
.currentPage	{font-size:11px; font-family:verdana; font-weight:bold; color:#000000;}


/************************** Pop-up windows ******************************************/
BODY.Popup			{}

/** Talkbacks **/
INPUT.Response		{width:220px;}
TEXTAREA.Response	{width:220px; height:200px;}

/** Tell a Friend **/
INPUT.Friend		{width:220px;}
TEXTAREA.Friend	{width:220px; height:200px;}