/****************************   Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#D6DF93;color:#000000;}
.box1Color						{color:#000000;}
.box1Color:HOVER				{color:#000000;}

.box1Background_LightVersion	{background-color:#EAEECA;color:#000000;}
.box1Color_LightVersion			{color:#000000;}


/** Used in titles and captions**/
.titlesColor					{color:#92C154;}
.titlesColor:hover				{color:#829C25;}
.pageTitleColor					{color:#686167;}
.pageTitleColor:hover			{color:#000000;}


/****************************   Main Elements ***************************/
BODY			{font-family:Arial, Helvetica, sans-serif;font-weight:normal; color:#000000;font-size:80%;padding:0px;margin:0px;background: #d9ec7d}
BODY * 			{-moz-box-sizing: border-box;}

TD				{font-size:80%;}
HR				{border: 0px; border-top: 1px solid #c0c0c0; height:1px; width:100%; background-color: transparent;}
FORM			{display:inline;}
INPUT			{font-size:12px; font-weight:normal; font-family:Arial;}
INPUT.input		{border-style:solid; border-width:1px; border-color:#D8D8D8;}
TEXTAREA		{border-style:solid; border-width:1px; border-color:#D8D8D8;}
SELECT			{font-size:12px; font-weight:normal; font-family:Arial;}
A				{text-decoration:none; color:#829C25;}
A:hover			{text-decoration:underline; color:#625C61;}
INPUT.button	{color:#FFFFFF; border-color:#DFDFDF; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; background-color:#8E8E8E; height: 18px; text-align: center;}
UL 				{list-style: circle url('../ListIconLevel1.gif');}
LI 				{}
.red			{color:red;}

/* Body */
TABLE.body			{margin-top:0px;width:100%; text-align:justify;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer					{background-image:url("../Grid_1/BgNavigationTab.gif");background-repeat:no-repeat;width:538px;height:28px;padding-right:14px;}
TD.navigationTab							{font-weight:normal;font-size:11px;color:#595959;}
A.navigationTab								{text-decoration:none;color:#595959;}
A.navigationTab:hover						{text-decoration:none;color:#595959;font-weight:bold;}


/** Category Title & Description **/
DIV.categoryTitle		{font-weight: bold; font-size:100%; padding-top:10px; padding-bottom:5px;}
TD.categoryTitle		{font-weight: bold; font-size:100%; padding-top:10px; padding-bottom:5px;}
H1.categoryTitle		{font-size:100%;}
TD.description			{font-size:80%;}

/** Copyright **/
TD.Copyright			{font-weight:bold; font-size:75%; color:005794;}
A.Copyright				{font-weight:bold; text-decoration:none; color:005794;}
A.Copyright:hover		{font-weight:bold; text-decoration:none; color:005794;}

/** Site Message **/
DIV.SiteMessageContainer	{border-bottom:solid 1px grey;text-align:center;padding:5px;}


/************************** 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;}

