/****************************   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:#ffffff;}
.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:12px; font-weight:normal; font-family:Arial;}
A				{text-decoration:none; color:#DC5813;}
A:active, A:focus	{BACKGROUND-COLOR: #eafcff; text-decoration:underline !important; color:#000000 !important;}
A:hover		    {text-decoration:underline; color:#000;}
A:unknown	    {BACKGROUND-COLOR: #eafcff}
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			{margin-bottom:5px; margin-top:3px; padding-right:10px; padding-left:10px; width:100%; text-align:justify;}
TABLE.bodyItem		{}
TABLE.bodyList		{}
TABLE.BodyCashBox	{margin-top:3px;}

/** Bread Crumbs **/
TD.navigationTabContainer					{padding-bottom:8px;}
TD.navigationTab								{font-size:70%; font-weight:normal;color:#000;}
A.navigationTab								{font-size:100%; text-decoration:none;color:#000;font-weight:normal;}
A.navigationTab:hover						{font-size:100%; text-decoration:underline;color:#000;font-weight:normal;}
UL.NavigationTab	{PADDING: 0px; MARGIN: 0px 0px 0em 0em;}
UL.NavigationTab LI	{DISPLAY: inline;font-size:85%;font-weight:normal;font-weight:normal;}


/** Category Title & Description **/
DIV.PageTitle	{font-weight: bold; font-size:50%; margin-right:-10px; margin-left:-10px; padding:3px 10px 15px 10px; background-image:url('../BgPageTitle.gif'); background-repeat:no-repeat; background-position:top;}
DIV.categoryTitle		{font-weight:bold; color:#ffffff; font-size:115%; margin-right:-10px; margin-left:-10px; padding:3px 10px 15px 10px; background-image:url('../BgPageTitle.gif'); background-repeat:no-repeat; background-position:top;}
DIV.itemCategoryTitle	{}
H1.categoryTitle			{font-size:100%;color:#fff;}
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 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;}


