/**************************** Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#aebcc1; color:#394f5f;}
.box1Color						{color:#394f5f;}
.box1Color:HOVER				{color:#ffffff;}

.box1Background_LightVersion	{background-color:#e4eaed; color:#4f6d82;}
.box1Color_LightVersion			{color:#4f6d82;}
.box1Color_LightVersion:hover	{color:#444c51;}


/** Used in titles and captions**/
.titlesColor					{color:#4f6d82;}
.titlesColor:hover				{color:#324654;}
.pageTitleColor					{color:#8c8c8c;}
.pageTitleColor:hover			{color:#324654;}


/**************************** Main Elements ***************************/
BODY			{font-family:arial, helvetica, sans-serif; font-weight:normal; color:#444c51; 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:#8f9ea5 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:#9fb0b8 1px solid;}
TEXTAREA		{border:#9fb0b8 1px solid;}
SELECT			{font-size:10px; font-weight:normal; font-family:Arial;}
A				{text-decoration:underline; color:#4f6d82;}
A:hover			{text-decoration:underline; color:#324654;}
INPUT.button	{color:#4f6d82; border-style:none; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; background-color:#eff2f4; height:18px; line-height:16px; padding-bottom:2px; text-align:center;}
UL					{}
UL LI				{list-style:circle url('../ListIconLevel1.gif');}
.red			{color:red;}

/* Body */
TABLE.body			{width:100%; padding-right:12px; padding-left:17px; margin-top:11px; margin-bottom:15px;}
TABLE.bodyItem		{color:#444c51;}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer			{padding-bottom:32px;}
TD.navigationTab					{color:#8c8c8c; font-weight:normal; font-size:12px;}
A.navigationTab						{color:#585858; text-decoration:none;}
A.navigationTab:hover				{color:#2d5274; text-decoration:underline;}


/** Page Title & Description **/
TD.PageTitle				{padding-bottom:20px;}
DIV.PageTitle				{font-weight:bold; font-size:210%; line-height:1em; color:#8c8c8c;}
TD.PageCategoryTitle		{}
DIV.PageCategoryTitle		{}
H1.PageTitle				{font-size:100%;}
H1.PageCategoryTitle		{color:#8c8c8c;}
TD.description				{font-size:80%; padding-bottom:20px;}

/** Copyright **/
SPAN.Copyright			{font-weight:bold; font-size:75%; color:#444c51;}
A.Copyright				{font-weight:bold; text-decoration:none; color:#4f6d82;}
A.Copyright:hover		{font-weight:bold; text-decoration:none; color:#324654;}

/** 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;}

