/****************************  Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background:#ae8255; color:#fdf3d2;}
.box1Color						{color:#fdf3d2;}
.box1Color:HOVER				{color:#fdf3d2;}
.box1Color:active				{}

.box1Background_LightVersion	{background:#f8edcd;}
.box1Color_LightVersion			{}
.box1Color_LightVersion:hover	{}
.box1Color_LightVersion:active	{}


/** Used in titles and captions**/
.titlesColor					{color:#5b3729;}
.titlesColor:hover				{color:#1c5ab1;}
.pageTitleColor					{color:#5b3729;}
.pageTitleColor:hover			{color:#1c5ab1;}


/****************************  Main Elements ***************************/
BODY			{font:normal 80% Arial, Helvetica, sans-serif; padding:0px; margin:20px 0;}
BODY *			{}

TABLE			{}
TD				{font-size:80%;}
HR				{border:0px; border-top:1px solid #8f704c; height:1px; width:100%; background-color:transparent;}
FORM			{display:inline;}
INPUT			{font-size:12px; font-weight:normal; font-family:Arial;}
INPUT.input		{border:1px solid #8f704c;}
TEXTAREA		{border:1px solid #8f704c;}
SELECT			{font-size:10px; font-weight:normal; font-family:Arial;}
A				{color:#1c5ab1; text-decoration:none;}
A:hover			{color:#5b3729; text-decoration:underline;}
A:active		{}
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:#fff; border:1px solid #704519; background:#ae8255; font-family:Arial; font-size:11px; font-weight:bold; height:20px; line-height:15px; padding:0 5px 2px 5px; text-align:center; cursor:pointer;}
UL				{}
UL LI			{list-style:circle url('../ListIconLevel1.gif');}
.red			{color:red;}


/* Body */
TABLE.body			{width:100%;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer	{padding-bottom:15px;}
DIV.navigationTabContainer	{}
A.navigationTab				{text-decoration:none;}
A.navigationTab:hover		{text-decoration:underline;}
UL.NavigationTab			{font-size:85%; PADDING:0px; MARGIN:0px 0px 0em 0em;}
UL.NavigationTab LI			{display:inline;}

/** Page Title & Description **/
TD.PageTitle			{}
DIV.PageTitle			{font-weight:bold; font-size:16px; margin-bottom:10px; color:#5b3729;}
TD.PageCategoryTitle	{}
DIV.PageCategoryTitle	{}
H1.PageTitle			{font-size:100%;}
H1.PageCategoryTitle	{font-size:100%; color:#5b3729;}
TD.description			{padding-bottom:15px;}

/** Copyright **/
TD.Copyright			{font-weight:normal; font-size:75%; color:#005794;}
A.Copyright				{font-weight:normal; font-size:75%; text-decoration:none; color:#005794;}
A.Copyright:hover		{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;}

