/****************************   Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#e9f9ff; color:#000078;}
.box1Color						{color:#000078;}
.box1Color:HOVER				{color:#4dbe4d;}

.box1Background_LightVersion	{background-color:#f2f2f1; color:#4dbe4d;}
.box1Color_LightVersion			{color:#4dbe4d;}
.box1Color_LightVersion:hover	{color:#000078;}


/** Used in titles and captions**/
.titlesColor						{color:#29A350;}
.titlesColor:hover				{color:#064BA6;}
.pageTitleColor					{color:#000000;}
.pageTitleColor:hover			{color:#064BA6;}


/****************************   Main Elements ***************************/
BODY			{font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#000000; font-size:80%; padding:0px; margin:0px; background-color:#C0BFBA; background-image:url('bgbody.gif'); background-repeat:repeat-x; background-position:right top;}
BODY *			{-moz-box-sizing:border-box;}

TABLE			{}
TD				{font-size:80%;}
HR				{border:0px; border-top:#a8a8a8 1px solid; height:1px; width:100%; background-color:transparent;}
FORM			{display:inline;}
INPUT			{font-size:12px; font-weight:normal; font-family:Arial;}
INPUT.input		{border:#cdcdcd 1px solid;}
TEXTAREA		{border:#cdcdcd 1px solid;}
SELECT			{font-size:10px; font-weight:normal; font-family:Arial;}
A				{text-decoration:none; color:#4DBF4D;}
A:hover			{text-decoration:underline; color:#00017C;}
INPUT.button		{color:#FFFFFF; border-color:#05466F; border-style:solid; border-top-width:1px; border-left-width:1px; border-bottom-width:1px; border-right-width:1px; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; background-color:#0C53AD; height:20px; text-align:center;}
UL					{}
UL LI				{list-style:circle url('../ListIconLevel1.gif');}
.red			{color:red;}

TABLE.pageTable		{margin:0px auto;}
TABLE.logoTable		{width:100%; height:185px; margin:8px 0px 0px 0px; background:url('../headerBorders.gif') repeat-x top;}

/* Body */
TABLE.body			{margin-top:9px; width:100%;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

TD.LogoCenter	{background:url('../leftFrame.gif') no-repeat position:left;}
TABLE.ContentHeight	{height:100%;}
TD.ContentRight	{width:8px; background:url('../borderRight.gif') repeat-y left;}
TD.ContentBack	{padding:6px 4px 0px 4px; background:#ffffff url("../stripContentTop.gif") repeat-x top;}
TD.ContentLeft	{width:8px; background:url('../borderLeft.gif') repeat-y right;}
TD.ContentBottom	{height:8px; background:url('../borderBottom.gif') repeat-x top;}

TD.BgBanner			{background-image:url("../BgBanner.gif"); background-repeat:repeat-y; background-position:right top; height:100%; width:244px;}
TABLE.bannerTop	{background-image:url("../BannerTop.gif"); background-repeat:no-repeat; background-position:right top; height:100%;}
TD.BannerBottom	{background-image:url("../BannerBottom.gif"); background-repeat:no-repeat; background-position:right bottom; padding-top:12px; padding-bottom:5px;}
TD.BgLogos			{background-image:url("../BgLogos.gif"); background-repeat:repeat-x; height:73px; padding-top:5px; text-align:center}
TD.BgLogos TD		{text-align:center}

TD.BottomBar		{background-image:url("../BgBottomBar.gif"); background-repeat:repeat-x; background-position:right bottom; padding:0px;}
TABLE.Bottom		{background-image:url("../BgBottom.gif"); background-repeat:repeat-x; background-position:right bottom; padding:0px; margin-bottom:10px}

/** Bread Crumbs **/
TD.navigationTabContainer			{}
TD.navigationTab						{font-size:75%; font-weight:normal; color:#68665F;}
A.navigationTab						{font-size:90%; text-decoration:none; color:#68665F;}
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 **/
.Copyright			{font-weight:normal; font-size:11px; color:#000000;}
A.Copyright				{font-weight:bold; text-decoration:none; color:#0772D0;}
A.Copyright:hover		{font-weight:bold; text-decoration:underline; color:#0772D0;}

/** 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;}

