/****************************  Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#e0e0e0; color:#0b68ad;}
.box1Color						{color:#0b68ad;}
.box1Color:HOVER				{color:#0b68ad;}

.box1Background_LightVersion	{background-color:#f8f8f8; color:#4981ab;}
.box1Color_LightVersion			{color:#4981ab;}
.box1Color_LightVersion:hover	{color:#4981ab;}


/** Used in titles and captions**/
.titlesColor					{color:#0b68ad;background:url('../ArticleTitle.jpg') no-repeat right; height:14px; padding-right:1px}
.titlesColor:hover				{color:#0b68ad;background:url('../ArticleTitle.jpg') no-repeat right; height:14px; padding-right:1px}
.pageTitleColor					{color:#0b68ad;background:url('../ArticleTitle.jpg') no-repeat right; height:14px; padding-right:1px}
.pageTitleColor:hover			{color:#0b68ad;background:url('../ArticleTitle.jpg') no-repeat right; height:14px; padding-right:1px}


/****************************  Main Elements ***************************/
BODY			{font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#000000; font-size:80%;}
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:solid; border-width:1px; border-color:#005095;}
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:#0b68ad;}
A:hover			{text-decoration:underline; color:#0b68ad;}
INPUT.button	{color:#FFFFFF; border:none; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; background-color:#0b68ad; height:18px; text-align:center;}
UL 				{}
UL LI 			{list-style:circle url('../ListIconLevel1.gif');}
.red			{color:red;}

/* Body */
TABLE.body			{margin-top:5px; width:100%;padding:0px 12px 0px 12px;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer					{padding-bottom:15px;}
TD.navigationTab							{font-size:11px; font-weight:normal; color:#0b68ad;}
A.navigationTab								{font-size:11px; text-decoration:none;color:#0b68ad;}
A.navigationTab:hover						{font-size:11px; text-decoration:underline;color:#0b68ad;}


/** Page Title & Description **/
TD.PageTitle				{font-weight: bold; font-size:14px; color:#0b68ad;}
DIV.PageTitle				{font-weight: bold; font-size:14px; color:#0b68ad; margin-bottom:10px;}
TD.PageCategoryTitle		{font-weight: bold; font-size:14px; color:#0b68ad;}
DIV.PageCategoryTitle		{font-weight: bold; font-size:14px; color:#0b68ad;}
H1.PageTitle				{font-weight: bold; font-size:14px; color:#0b68ad;}
H1.PageCategoryTitle		{font-weight: bold; font-size:14px; color:#0b68ad;}
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;}


