/****************************  Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#a0aecf; color:#002887;}
.box1Color						{color:#002887;}
.box1Color:HOVER				{color:#e53623;}

.box1Background_LightVersion	{background-color:#cad2e6; color:#002887;}
.box1Color_LightVersion			{color:#002887;}
.box1Color_LightVersion:hover	{color:#e53623;}


/** Used in titles and captions**/
.titlesColor					{color:#002887;}
.titlesColor:hover				{color:#e53623;}
.pageTitleColor					{color:#e53623;}
.pageTitleColor:hover			{color:#002887;}


/****************************  Main Elements ***************************/
BODY			{font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#545454; 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 #cbcbcb; 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:#cbcbcb;}
TEXTAREA		{border-style:solid; border-width:1px; border-color:#cbcbcb;}
SELECT			{font-size:10px; font-weight:normal; font-family:Arial;}
A				{text-decoration:none; color:#3878be;}
A:hover			{text-decoration:underline; color:#002887;}
INPUT.button	{color:#FFFFFF; border-color:#707171; 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:normal; background-color:#014d84; height:18px; text-align:center;}
UL 				{}
UL LI 			{list-style:circle url('../ListIconLevel1.gif');}
.red			{color:red;}

/* Body */
TABLE.body			{margin-top:15px; margin-right:20px; margin-bottom:20px; width:518px;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

TD.BgMainIn			{background-image:url('../Grid_1/BgMainIn.gif');background-repeat:repeat-y;background-position:right bottom;height:100%;}
TABLE.MainInTop		{background-image:url('../Grid_1/MainInTop.gif');background-repeat:no-repeat;background-position:right top;height:100%;}
TD.MainInBottom		{background-image:url('../Grid_1/MainInBottom.gif');background-repeat:no-repeat;background-position:right bottom;height:100%;}

/** Bread Crumbs **/
TD.navigationTabContainer					{}
TD.navigationTab							{font-size:70%; font-weight:normal;padding-bottom:10px;color:#545454;}
A.navigationTab								{text-decoration:none;color:#545454;}
A.navigationTab:hover						{text-decoration:underline;color:#545454;}


/** Page Title & Description **/
TD.PageTitle				{color:#e53623;/*background-image:url('../Grid_1/AritcleTitleArrow.gif');background-repeat:no-repeat;background-position:left top;*/}
DIV.PageTitle				{font-weight: bold; font-size:110%;padding-bottom:10px; margin-bottom:10px;background-image:url('../Grid_1/TitleSep.gif');background-repeat:no-repeat;background-position:right bottom;}
TD.PageCategoryTitle		{}
DIV.PageCategoryTitle		{}
H1.PageTitle				{font-size:100%;}
H1.PageCategoryTitle		{}
TD.description				{font-size:80%;}

/** 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;}


/************************** 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;}

