/****************************   Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#EEEEEE;;color:#254382;}
.box1Color						{color:#254382;}
.box1Color:HOVER				{color:#254382;}

.box1Background_LightVersion	{background-color:#FFFF00;color:#008800;}
.box1Color_LightVersion			{color:#008800;}
.box1Color_LightVersion:hover	{color:#000000;}


/** Used in titles and captions**/
.titlesColor						{color:#DE161C;}
.titlesColor:hover				{color:#DE161C;}
.pageTitleColor					{color:#3F356F;}
.pageTitleColor:hover			{color:#3F356F;}


/****************************   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 #eeeeee; 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:#005095;font-size:11px; font-weight:normal; font-family:Arial;}
TEXTAREA			{border-style:solid; border-width:1px; border-color:#005095;font-size:11px; font-weight:normal; font-family:Arial;}
SELECT			{font-size:11px; font-weight:normal; font-family:Arial;}
A					{text-decoration:none; color:#DE161C;}
A:hover			{text-decoration:underline; color:#DE161C;}
INPUT.button	{color:#2580AF;background-color:#E1E1E1; height: 18px; text-align: center;
					 border-top-color:#EEEEEE;border-right-color:#8F8F8F;border-bottom-color:#5E5E5E;border-left-color:#E7E7E7; border-style: solid; border-width: 1px;
					 font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal;}
UL 				{}
UL LI 			{list-style: circle url('../ListIconLevel1.gif');}
.red				{color:#DE161C;}

/* Body */
TABLE.body			{margin-top:5px;width:100%;}
TABLE.bodyItem		{}
TABLE.bodyList		{}
TD.BgRight1			{background-image:url("../BgRight1.gif");background-repeat:repeat-y;background-position:top left;background-color:#F0F0F0;}
TD.BgLeft1			{background-image:url("../BgLeft1.gif");background-repeat:repeat-y;background-position:top right;background-color:#F0F0F0;}
TD.BgRight2			{background-image:url("../BgRight2.gif");background-repeat:repeat-y;background-position:top left;background-color:#B5B5B5;}
TD.BgLeft2			{background-image:url("../BgLeft2.gif");background-repeat:repeat-y;background-position:top right;background-color:#B5B5B5;}
TD.BodyHome			{background-image:url("../BgBodyHome.gif");background-repeat:repeat-y;background-position:top left;}
TABLE.BodyHome1		{background-image:url("../BgBodyHome1.gif");background-repeat:no-repeat;background-position:top left;height:250px;}
TABLE.BodyHome2		{background-image:url("../BgBodyHome2.gif");background-repeat:no-repeat;background-position:top left;height:250px;}

/** 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:10px; padding-bottom:5px;}
DIV.itemCategoryTitle	{}
H1.categoryTitle		{font-size:100%;}
TD.description			{font-size:80%;}

/** Copyright **/
TD.Copyright			{font-weight:bold; font-size:75%; color:#005794;}
A.Copyright				{font-weight:bold; text-decoration:none; color:#005794;}
A.Copyright:hover		{font-weight:bold; 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;}


