/****************************   Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#D7D7D7;color:#000;}
.box1Color						{color:#000;}
.box1Color:HOVER				{color:#DB5414;}

.box1Background_LightVersion	{background-color:#EEEBEB;color:#000;}
.box1Color_LightVersion			{color:#000;}
.box1Color_LightVersion:hover	{color:#DB5414;}


/** Used in titles and captions**/
.titlesColor					{color:#000;}
.titlesColor:hover				{color:#DC5813;}
.pageTitleColor					{color:#DB5414;}
.pageTitleColor:hover			{color:#000;}

/****************************   Main Elements ***************************/
BODY			{font-family:Arial, Helvetica, sans-serif;font-weight:normal; color:#000000;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 #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:#D5D5D5;}
TEXTAREA		{border-style:solid; border-width:1px; border-color:#D5D5D5;}
SELECT			{font-size:10px; font-weight:normal; font-family:Arial;}
A				{text-decoration:none; color:#DC5813;}
A:active, A:focus	{text-decoration:underline !important; color:#f57715 !important;}
A:hover				{text-decoration:underline; color:#000;}
A:unknown		{BACKGROUND-COLOR: #ffffcc}
IMG.dbsSkip	{border-style:none;width:0px;height:0px;}
A.dbsSkip	{display:block;}
A.PageContentShortcut	{color:#ffffff;BACKGROUND-COLOR: #ffffff;}
A.PageContentShortcut:active	{color:#35723A;BACKGROUND-COLOR: #ffffcc;}
A.PageContentShortcut:unknown	{color:#35723A;BACKGROUND-COLOR: #ffffcc;}
INPUT.button	{width:100px;background-color:#DF5D12;border:1px solid #F4BA58;height: 18px; text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;color:#FFFFFF; height: 18px; text-align: center;}
INPUT.wizardSubmit			{width:100px;background-color:#DF5D12;border:1px solid #F4BA58;height: 18px; text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;color:#FFFFFF; height: 18px; text-align: center;}
UL 				{}
UL LI 			{list-style: circle url('../ListIconLevel1.gif');}
.red				{color:red;}

/* Body */
TABLE.body			{ width:375px;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer					{}
TD.navigationTab								{font-size:75%; font-weight:normal;}
A.navigationTab								{font-size:90%; text-decoration:none;}
A.navigationTab:hover						{font-size:90%; text-decoration:underline;}


/** Category Title & Description **/
DIV.categoryTitle		{font-weight: bold; font-size:115%; padding-top:0px; padding-bottom:0px;}
DIV.itemCategoryTitle	{}
H1.categoryTitle		{font-size:100%;}
TD.description			{font-size:80%;}

/** Copyright **/
.Copyright			{font-weight:normal; font-size:11px; color:#000;}
A.Copyright				{font-weight:normal; text-decoration:none; color:#000;}
A.Copyright:hover		{font-weight:normal; text-decoration:none; color:#D95115;}

/** 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;}


