/**************************** Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#FDFD00; color:#323232;}
.box1Color						{color:#323232;}
.box1Color:HOVER				{color:#2E2E2E;}

.box1Background_LightVersion	{background-color:#C1C1C1; color:#2E2E2E;}
.box1Color_LightVersion			{color:#2E2E2E;}
.box1Color_LightVersion:hover	{color:#5D5D5D;}


/** Used in titles and captions**/
.titlesColor					{color:#FFC820; text-decoration:underline;}
.titlesColor:hover				{color:#FF6421; text-decoration:underline;}
.pageTitleColor					{color:#FFC820;}
.pageTitleColor:hover			{color:#FF6421;}

/**************************** Main Elements ***************************/
BODY				{font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#ffffff; font-size:90%; 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:#005095;}
TEXTAREA			{border-style:solid; border-width:1px; border-color:#005095;}
SELECT				{font-size:10px; font-weight:normal; font-family:Arial;}
A					{text-decoration:none; color:#FFC820;}
A:hover				{text-decoration:underline; color:#FF6421;}
INPUT.button		{color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; background-color:#6E030D; height:18px; text-align:center; border-style:none;}
UL 					{}
LI 					{list-style:circle url('../ListIconLevel1.gif');}
.red				{color:red;}

/* Body */
TABLE.body			{width:408px; padding-left:15px; padding-right:5px; padding-bottom:12px;}
TABLE.bodyItem		{}
TABLE.bodyList		{}
TD.LeftRowspan		{background-image:url('../BgLeftRowspan.jpg'); background-position:top right; backgroun-repeat:repeat-y;}
TD.RightRowspan		{background-image:url('../BgRightRowspan.jpg'); background-position:top left; backgroun-repeat:repeat-y;}

/** Bread Crumbs **/
TD.navigationTabContainer			{color:#ffffff; padding-bottom:10px; padding-top:8px;}
TD.navigationTab					{font-weight:normal; font-size:11px; color:#ffffff;}
A.navigationTab						{color:#ffffff; text-decoration:normal;}
A.navigationTab:hover				{color:#FDFD00; text-decoration:underline;}


/** Category Title & Description **/
DIV.categoryTitle			{display:none;}
DIV.itemCategoryTitle		{}
H1.categoryTitle			{font-size:100%;}
TD.description				{font-size:80%; color:#fff; padding-bottom:10px;}

/** Copyright **/
TD.Copyright				{font-weight:bold; font-size:75%; color:#005794;}
A.Copyright					{font-weight:bold; text-decoration:underline; color:#005794;}
A.Copyright:hover			{font-weight:bold; text-decoration:underline; color:#FFCC00;}

/** 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			{}
