/****************************  Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#ae9c7e; color:#ffffff; text-decoration:none;}
.box1Color						{color:#ffffff; text-decoration:none;text-align:center;}
.box1Color:hover				{color:#363526;}
.box1Color:active				{}

.box1Background_LightVersion	{background-color:#c7bbb1; color:#363526; text-decoration:none;}
.box1Color_LightVersion			{color:#363526; text-decoration:none;}
.box1Color_LightVersion:hover	{color:#6d5b3f;}
.box1Color_LightVersion:active	{}


/** Used in titles and captions**/
.titlesColor					{color:#363526;}
.titlesColor:hover				{color:#363526;}
.pageTitleColor					{color:#363526;}
.pageTitleColor:hover			{color:#363526;}


/****************************  Main Elements ***************************/
HTML			{height:100%; overflow-y:scroll;}
BODY			{position:relative; min-height:100%; height:auto !important; height:100%; font-family:'frankruehl',arial, helvetica, sans-serif; font-weight:normal; background-color:#423c26; color:#363526; font-size:14px; line-height:150%; padding:0px; margin:0px;}
BODY *			{}

TABLE			{}
TD				{}
HR				{border:0px; border-top:#d0c3b0 1px solid; height:1px; width:100%; background-color:transparent;}
FORM			{display:inline;}
INPUT			{font-size:13px; font-weight:normal; font-family:'frankruehl', Arial;}
INPUT.input		{height:22px; line-height:20px; border:#c6bbaa 1px solid;}
input:-webkit-autofill	{-webkit-box-shadow: 0 0 0px 1000px #e1e4e7 inset;}
TEXTAREA		{border:#c6bbaa 1px solid; overflow:auto; padding:0px; font-family:'frankruehl', arial, helvetica, sans-serif;}
SELECT			{font-size:13px; font-weight:normal; font-family:'frankruehl', Arial;}
A				{text-decoration:underline; color:#6d5b3f;}
A:hover			{text-decoration:none; color:#363526;}
A:active		{background-color:transparent;}
IMG.dbsSkip		{border-style:none; width:0px; height:0px;}
A.dbsSkip		{display:block;}

A.PageContentShortcut			{color:#35723A !important; background-color:#ffffff;}
A.PageContentShortcut:hover		{color:#ffffff !important; background-color:#ffffff !important;}
A.PageContentShortcut:active	{color:#35723A !important; background-color:#ffffcc;}
UL.PageContentShortcut			{margin:0px; padding:0px;}
UL.PageContentShortcut LI		{margin:0px; padding:0px; list-style-image:none; list-style-type:none;}

.hidden			{position:absolute; top:-10000px; width:1px; height:1px; overflow:hidden;}

INPUT.button	{color:#ffffff; border-style:none; font-family:'frankruehl', arial, helvetica, sans-serif; font-size:15px; font-weight:normal; background-color:#6e5d43; height:24px; line-height:25px; text-align:center; cursor:pointer; padding-bottom:4px;}
UL				{}
UL LI			{list-style:circle url('../ListIconLevel1.png');}
.red			{color:red;}


/* Body */
TABLE.body			{margin-top:12px; margin-bottom:30px; width:100%; padding-right:38px; padding-left:38px;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer	{padding-bottom:10px;}
DIV.navigationTabContainer	{}
A.navigationTab				{display:inline-block; text-decoration:none;}
A.navigationTab:hover		{text-decoration:underline;}
UL.NavigationTab			{font-size:100%; padding:0px; margin:0px;}
UL.NavigationTab LI			{display:inline;}

/** Page Title & Description **/
TD.PageTitle			{}
DIV.PageTitle			{color:#363526; font-size:30px; line-height:115%; font-weight:normal; margin-bottom:10px;}
#HomePage DIV.PageTitle	{display:none;}
TD.PageCategoryTitle	{}
DIV.PageCategoryTitle	{}
H1.PageTitle			{font-weight:normal; font-size:100%;}
H1.PageCategoryTitle	{font-weight:normal; font-size:100%; color:#363526;}

TD.description				{padding-bottom:15px; line-height:130%;}
TD.description P			{margin:0px 0px 10px 0px;}
TD.description P:last-child	{margin:0px;}

/** Copyright **/
DIV.Copyright			{font-weight:normal; font-size:15px; color:#ada8a1; margin:18px 0px 0px 0px; line-height:15px;}
A.Copyright				{font-weight:normal; text-decoration:none; color:#ada8a1;}
A.Copyright:hover		{text-decoration:none; color:#ada8a1;}

/** 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;}

