/****************************   Ruling Colors ***************************/
/****************************   Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#C9CFD7;color:#555555;}
.box1Color						{color:#555555;}
.box1Color:HOVER				{color:#555555;}

.box1Background_LightVersion	{background-color:#ECF5F8;color:#555555;}
.box1Color_LightVersion			{color:#555555;}
.box1Color_LightVersion:hover	{color:#555555;}


/** Used in titles and captions**/
.titlesColor					{color:#689B2A;}
.titlesColor:hover				{color:#689B2A;}
.pageTitleColor					{color:#C32128;}
.pageTitleColor:hover			{color:#C32128;}

/****************************   Main Elements ***************************/
BODY				{background-image:url('../bg.gif');background-position:top;background-repeat:repeat-y; font-family:Verdana, Arial, Helvetica, sans-serif;font-weight:normal; color:#525151;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:#DFDFDF;}
TEXTAREA			{border-style:solid; border-width:1px; border-color:#DFDFDF;}
SELECT				{font-size:10px; font-weight:normal; font-family:Arial;}
A					{text-decoration:none; color:#C32128;}
A:hover				{text-decoration:underline; color:#C32128;}
INPUT.button		{width:142px; color:#FFFFFF; border-color:#525151; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; background-color:#5B8B21; height: 18px; text-align: center; background-image:url('../bgButtonX.gif');background-position:top; background-repeat:no-repeat;}
UL 					{}
LI 					{list-style: circle url('../ListIconLevel1.gif');}
.red				{color:red;}

/* Body */
TABLE.body			{padding-left:40px; padding-right:25px; width:100%; margin-bottom:10px;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer			{padding-top:5px; color:#555555;padding-bottom:10px;}
TD.navigationTab				{font-weight:normal;font-size:11px;color:#929090;}
A.navigationTab					{color:#689B2A;text-decoration:none;}
A.navigationTab:hover				{color:#689B2A;text-decoration:underline;}


/** Category Title & Description **/
DIV.PageTitle				{width:100%; font-weight: bold; font-size:130%; padding-top:15px; padding-bottom:4px; color:#C32128;
									border-top:1px solid #DFDFDF; margin-bottom:10px;}
DIV.itemCategoryTitle		{}
H1.PageTitle				{font-size:100%;}
TD.description				{font-size:80%;color:#525151;padding-bottom:10px;}

/** 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;}


/***************************** 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;}

