/**************************** Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#cac8c8; color:#2c2e78;}
.box1Color						{color:#2c2e78;}
.box1Color:HOVER				{color:#32a03d;}

.box1Background_LightVersion	{background-color:#e5e2e2; color:#c12519;}
.box1Color_LightVersion			{color:#c12519;}
.box1Color_LightVersion:hover	{color:#444444;}


/** Used in titles and captions**/
.titlesColor					{color:#2e2b7a;}
.titlesColor:hover				{color:#c2261a;}
.pageTitleColor					{color:#c2261a;}
.pageTitleColor:hover			{color:#2e2b7a;}

/**************************** Main Elements ***************************/
BODY				{font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#444444; font-size:80%; padding:0px; margin:0px; line-height:1.3em;}
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:none; border-right:#c1c1c1 1px solid; border-left:#232323 1px solid; background-image:url('../stripInput.gif'); background-repeat:repeat-x; background-position:top;}
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:#2e2b7a;}
A:hover				{text-decoration:none; color:#c2261a;}
INPUT.button		{color:#ffffff; border:#777777 1px solid; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; background-color:#ffffff; height:18px; 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%;}
TABLE.bodyItem		{background-color:#f2f2f2; padding:20 15 10 15;}
TABLE.bodyList		{}
TD.LeftRowspan		{background-image:url('../BgRightRowspan.jpg'); background-position:top left; backgroun-repeat:repeat-y;}
TD.RightRowspan		{background-image:url('../BgLeftRowspan.jpg'); background-position:top right; backgroun-repeat:repeat-y;}

/** Bread Crumbs **/
TD.navigationTabContainer			{padding-top:5px; padding-bottom:5px;}
TD.navigationTab					{color:#302f7b; font-weight:normal; font-size:11px;}
A.navigationTab						{color:#302f7b; text-decoration:none;}
A.navigationTab:hover				{color:#c22418; text-decoration:none;}


/** Category Title & Description **/
TD.PageTitle				{}
DIV.PageTitle				{display:none;}
TD.PageCategoryTitle		{}
DIV.PageCategoryTitle		{}
H1.PageTitle				{font-size:100%;}
H1.PageCategoryTitle		{color:#c2261a; }
TD.description				{font-size:80%; color:#444444; background-color:#f2f2f2; padding:20 10 32 20; background-image:url('../logoLight_back.gif'); background-repeat:no-repeat; background-position:top;}

/** 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;}
