/**************************** Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#1e5fb6; color:#ffffff;}
.box1Color						{color:#ffffff;}
.box1Color:HOVER				{color:#ca3f2c;}

.box1Background_LightVersion	{background-color:#f2f2f2; color:#134f8c;}
.box1Color_LightVersion			{color:#134f8c;}
.box1Color_LightVersion:hover	{color:#000253;}


/** Used in titles and captions**/
.titlesColor					{color:#b12b1a;}
.titlesColor:hover				{color:#134f8c;}
.pageTitleColor					{color:#b12b1a;}
.pageTitleColor:hover			{color:#134f8c;}

/**************************** Main Elements ***************************/
BODY				{font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#606060; font-size:80%; padding:0px; margin:0px; line-height:1.4em;}
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:#c8c7c7 1px solid;}
TEXTAREA			{border:#c8c7c7 1px solid;}
SELECT				{font-size:10px; font-weight:normal; font-family:Arial;}
A					{text-decoration:none; color:#b12b1a;}
A:hover				{text-decoration:none; color:#134f8c;}
INPUT.button		{color:#ffffff; border-style:none; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; background-color:#4d1901; height:17px; text-align:center; background-image:url('../stripButton.gif'); background-repeat:repeat-x; background-position:top;}
LI						{list-style:circle url('../ListIconLevel1.gif');}
.red				{color:red;}

/* Body */
TABLE.body			{width:100%; padding-bottom:10px; padding-left:20px;}
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			{padding-bottom:10px;}
TD.navigationTab					{font-weight:normal; font-size:11px;}
A.navigationTab						{text-decoration:none;}
A.navigationTab:hover				{text-decoration:none;}


/** Category Title & Description **/
TD.PageTitle				{}
DIV.PageTitle				{display:none;}
TD.PageCategoryTitle		{}
DIV.PageCategoryTitle		{}
H1.PageTitle				{font-size:100%;}
H1.PageCategoryTitle		{color:#b12b1a;}
TD.description				{font-size:80%; color:#555555; padding-bottom:20px; padding-left:13px;}

/** 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;}




