/**************************** Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#e4e7e9; color:#224e6f; background-image:url('../striptopbar.gif'); background-repeat:repeat-x; background-position:top;}
.box1Color						{color:#224e6f;}
.box1Color:HOVER				{color:#5589ac;}

.box1Background_LightVersion	{background-color:#f0f3f5; color:#5589ac;}
.box1Color_LightVersion			{color:#5589ac;}
.box1Color_LightVersion:hover	{color:#224e6f;}


/** Used in titles and captions**/
.titlesColor					{color:#5589ac; text-decoration:none;}
.titlesColor:hover				{color:#224e6f;}
.pageTitleColor					{color:#224e6f;}
.pageTitleColor:hover			{color:#5589ac;}


/**************************** Main Elements ***************************/
BODY			{font-family:arial, helvetica, sans-serif; font-weight:normal; color:#636363; font-size:80%; padding:0px; margin:0px;}
BODY *			{-moz-box-sizing:border-box; box-sizing:border-box;}

TABLE			{}
TD				{font-size:80%;}
HR				{border:0px; border-top:#c8cccf 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:#d5dce0 1px solid;}
TEXTAREA		{border:#d5dce0 1px solid;}
SELECT			{font-size:10px; font-weight:normal; font-family:Arial;}
A				{text-decoration:none; color:#5589ac;}
A:hover			{text-decoration:underline; color:#224e6f;}
INPUT.button	{color:#5589ac; border:1px solid #d5dce0; font-family:arial, helvetica, sans-serif; font-size:11px; font-weight:bold; background-color:#cdd6db; height:18px; text-align:center; padding-bottom:2px; cursor:pointer;}
UL				{}
UL LI			{list-style:circle url('../ListIconLevel1.gif');}
.red			{color:red;}

/* Body */
TABLE.body			{margin-top:12px; margin-bottom:30px; width:100%; padding-right:40px; padding-left:40px;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer	{padding-bottom:8px;}
TD.navigationTab			{color:#5589ac; font-weight:normal; font-size:11px;}
A.navigationTab				{color:#5589ac; text-decoration:none;}
A.navigationTab:hover		{color:#224e6f; text-decoration:underline;}


/** Page Title & Description **/
TD.PageTitle				{}
DIV.PageTitle				{font-weight:bold; font-size:130%; margin-bottom:15px; color:#224e6f;}
TD.PageCategoryTitle		{}
DIV.PageCategoryTitle		{}
H1.PageTitle				{font-size:100%;}
H1.PageCategoryTitle		{ color:#224e6f;}
TD.description				{font-size:80%; padding-bottom:15px;}

/** Copyright **/
TD.Copyright			{font-weight:normal; font-size:11px; color:#999999;}
A.Copyright				{font-weight:normal; text-decoration:none; color:#999999;}
A.Copyright:hover		{font-weight:normal; text-decoration:none; color:#999999;}

/** 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;}

