/****************************   Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#EA9FA0; color:#EE2225;}
.box1Color						{color:#EE2225;}
.box1Color:HOVER				{color:#000000;}

.box1Background_LightVersion	{background-color:#235cab; color:#ffffff;}
.box1Color_LightVersion			{color:#ffffff;}
.box1Color_LightVersion:hover	{color:#b4f5f9;}


/** Used in titles and captions**/
.titlesColor					{color:#c3c3c3;}
.titlesColor:hover				{color:#EE2225;}
.pageTitleColor					{color:#EE2225;}
.pageTitleColor:hover			{color:#c3c3c3;}

/****************************   Main Elements ***************************/
BODY				{font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#c3c3c3; 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 #333333; height:1px; width:100%; background-color: transparent;}
FORM				{display:inline;}
INPUT				{font-size:12px; font-weight:normal; font-family:Arial;}
INPUT.input			{border:#cccccc 1px solid;}
TEXTAREA			{border:#cccccc 1px solid;}
SELECT				{font-size:10px; font-weight:normal; font-family:Arial;}
A					{text-decoration:none; color:#799DE5;}
A:hover				{text-decoration:underline; color:#EE2225;}
INPUT.button		{color:#FFFFFF; border:#970406 1px solid; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; background-color:#ee2225; height:18px; text-align:center;}
UL						{}
LI						{list-style: circle url('../ListIconLevel1.gif');}
.red				{color:red;}

/* Body */
TABLE.body		{padding-left:20px; padding-right:10px; width:100%; margin-top:10px; margin-bottom:20px;}
TABLE.bodyItem		{color:#c3c3c3;}
TABLE.bodyList		{margin-top:5px;}
TD.LeftRowspan		{background-image:url('../BgLeftRowspan.jpg');background-position:top right;background-repeat:repeat-y;}
TD.RightRowspan		{background-image:url('../BgRightRowspan.jpg');background-position:top left;background-repeat:repeat-y;}

/** Bread Crumbs **/
TD.navigationTabContainer			{color:#4C4D4F; padding-bottom:15px;}
TD.navigationTab				{font-weight:normal; font-size:11px;color:#c3c3c3;}
A.navigationTab					{color:#c3c3c3;text-decoration:none;}
A.navigationTab:hover				{color:#799DE5;text-decoration:underline;}


/** Category Title & Description **/
DIV.PageTitle				{font-weight:bold; font-size:170%; margin-bottom:10px; color:#EE2225;}
DIV.itemCategoryTitle		{}
H1.PageTitle				{font-size:100%;}
TD.description				{font-size:80%; color:#c3c3c3; padding-bottom:35px; padding-left:20px;}

/** Copyright **/
TD.Copyright				{font-weight:bold; font-size:75%; color:#c3c3c3;}
A.Copyright					{font-weight:bold; text-decoration:none; color:#c3c3c3;}
A.Copyright:hover			{font-weight:bold; text-decoration:none; color:#EE2225;}

/** Site Message **/
DIV.SiteMessageContainer	{border-bottom:solid 1px gray;text-align:center;padding:5px;}


/***************************** aging **********************************************/
.paging			{font-size:11px; font-family:verdana; font-weight:normal; color:#777777;}
.currentPage	{font-size:11px; font-family:verdana; font-weight:bold; color:#000000;}


/************************** 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;}

