/****************************   Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#ff6311;color:#fff;}
.box1Color						{color:#fff;}
.box1Color:HOVER				{color:#333333;}

.box1Background_LightVersion	{background-color:#fba132;color:#fff;}
.box1Color_LightVersion			{color:#fff;}
.box1Color_LightVersion:hover	{color:#333333;}


/** Used in titles and captions**/
.titlesColor					{color:#999999;}
.titlesColor:hover				{color:#f79114;}
.pageTitleColor					{color:#f79114;}
.pageTitleColor:hover			{color:#999999;}


/****************************   Main Elements ***************************/
BODY			{font-family:Arial, Helvetica, sans-serif;font-weight:normal; color:#636466;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:#ff762f;}
TEXTAREA		{border-style:solid; border-width:1px; border-color:#ff762f;}
SELECT			{font-size:12px; font-weight:normal; font-family:Arial;}
A				{text-decoration:none; color:#ff5505;}
A:hover			{text-decoration:underline; color:#828282;}
INPUT.button	{color:#FFFFFF; border-top:1px solid #fd8647;border-left:1px solid #fd8647; border-bottom:1px solid #dc5812; border-right:1px solid #dc5812;  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; background-color:#ff6311; height: 18px; text-align: center;}
UL 				{}
UL LI 			{list-style: circle url('../ListIconLevel1.gif');}
.red			{color:red;}

/* Body */
TABLE.body			{margin-top:15px;margin-right:15px;margin-bottom:15px; width:590px; text-align:justify;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer					{color:#999999;}
TD.navigationTab							{font-size:70%; font-weight:normal;color:#999999;}
A.navigationTab								{font-size:100%; text-decoration:none;color:#999999;}
A.navigationTab:hover						{font-size:100%; text-decoration:underline;color:#999999;}


/** 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 **/
.Copyright			{font-weight:bold; font-size:100%; color:999999;}
A.Copyright				{font-weight:bold; text-decoration:none; color:999999;}
A.Copyright:hover		{font-weight:bold; text-decoration:none; color:999999;}

/** 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:170px;}

