/****************************   Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#FF0000;color:#00FF00;}
.box1Color						{color:#00FF00;}
.box1Color:HOVER				{color:#00FF00;}

.box1Background_LightVersion	{background-color:#FFFF00;color:#008800;}
.box1Color_LightVersion			{color:#008800;}
.box1Color_LightVersion:hover	{color:#998B7A;}


/** Used in titles and captions**/
.titlesColor						{color:#E3BD4B;}
.titlesColor:hover				{color:#937856;}
.pageTitleColor					{color:#69563D;}
.pageTitleColor:hover			{color:#937856;}


/****************************   Main Elements ***************************/
BODY				{font-family:Arial, Helvetica, sans-serif;font-weight:normal; color:#998B7A;font-size:80%;padding:0px;margin:0px;}
BODY * 			{-moz-box-sizing: border-box;}

TABLE				{}
TD					{font-size:80%;}
HR					{border: 0px; border-top: 1px solid #C9C0B4; 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:#978A79;}
TEXTAREA			{border-style:solid; border-width:1px; border-color:#978A79;}
SELECT			{font-size:10px; font-weight:normal; font-family:Arial;}
A					{text-decoration:none; color:#786246;}
A:hover			{text-decoration:underline; color:#EDC54E;}
INPUT.button	{color:#FFFFFF; border-color:#998B7A; 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: normal; background-color:#b8b6b7; height: 18px; text-align: center;}
UL 				{}
UL LI 			{list-style: circle url('../ListIconLevel1.gif');}
.red				{color:red;}

/* Body */
TABLE.Top			{width:778px;background-image:url('../BgTop.gif');height:103px;padding-top:30px;background-repeat:no-repeat;}
Td.RightSite		{background-image:url('../BgRightSite.gif');background-repeat:no-repeat;background-position:top left;}
Td.LeftSite			{background-image:url('../BgLeftSite.gif');background-repeat:no-repeat;background-position:top right;}
Td.Main				{width:778px;background-image:url('../BgBodyHome.gif');padding-top:10px;background-repeat:repeat-y;}
TABLE.body			{width:778px;background-image:url('../BgBodyHomeBottom.gif');background-repeat:no-repeat;background-position:bottom;padding-bottom:20px;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer				{}
TD.navigationTab							{font-size:75%; font-weight:normal;color:#998B7A;}
A.navigationTab							{font-size:90%; text-decoration:none;color:#998B7A;}
A.navigationTab:hover					{font-size:90%; text-decoration:underline;color:#998B7A;}


/** Category Title & Description **/
DIV.categoryTitle		{font-weight: bold; font-size:115%; padding-top:10px; padding-bottom:5px;}
DIV.itemCategoryTitle	{}
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 gray;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;}

