/****************************  Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#009DE0; color:#fff;}
.box1Color							{color:#fff;}
.box1Color:HOVER					{color:#fff;}

.box1Background_LightVersion	{background-color:#ECECEC; color:#4E4E4E;}
.box1Color_LightVersion			{color:#4E4E4E;}
.box1Color_LightVersion:hover	{color:#4E4E4E;}


/** Used in titles and captions**/
.titlesColor						{color:#063C5E;}
.titlesColor:hover				{color:#063C5E;}
.pageTitleColor					{color:#063C5E;}
.pageTitleColor:hover			{color:#063C5E;}


/****************************  Main Elements ***************************/
BODY			{font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#000000; 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 #c0c0c0; height:1px; width:100%; background-color:transparent;}
FORM			{display:inline;}
INPUT			{font-size:12px; font-weight:normal; font-family:Arial;}
INPUT.input	{height:16px; background-color:transparent; border-top:1px solid #5389A1; border-right:1px solid #CEEBF6; border-bottom:1px solid #CEEBF6; border-left:1px solid #5389A1;}
TEXTAREA		{background-color:transparent; border-top:1px solid #5389A1; border-right:1px solid #CEEBF6; border-bottom:1px solid #CEEBF6; border-left:1px solid #5389A1;}
SELECT			{font-size:10px; font-weight:normal; font-family:Arial;}
SELECT.HorizontalCat		{font-size:10px; font-weight:normal; font-family:Arial;width:132px;}
A					{text-decoration:none; color:#0280BD;}
A:hover			{text-decoration:underline; color:#0280BD;}
INPUT.button	{color:#FFFFFF; border-color:#054060; border-style:solid; border-top-width:1px; border-left-width:1px; border-bottom-width:1px; border-right-width:1px; font:bold 11px/11px Arial, Helvetica, sans-serif; background-color:#0278B8; height:16px; text-align:center;}
UL 				{}
UL LI 			{list-style:circle url('../ListIconLevel1.gif');}
.red			{color:red;}

/* Body */
.advTable{border-bottom:1px solid #fff; margin-bottom:20px;}
TD.BgTopNav			{background-image:url('../BgTopNav.gif');background-repeat:repeat-x;height:47px;padding-right:17px;padding-left:17px;}
TD.BgAdvSearch{}
Td.BgAdvSearchIn SELECT 	{width:142px;}
TD.advText{color:#fff;}
Td.BgAdvSearchTop	{background:url('../circlesBullet.jpg') no-repeat right center;color:#fff; font-size:18px;padding-right:60px;width:110px; font-weight:bold;}
Td.AdvSearchTop	A, Td.AdvSearchTop A:hover {color:#fff;}
TD.BgMain			{background-image:url('../BgMain.gif');background-repeat:repeat-x;padding-right:17px;padding-left:17px;padding-top:15px;}
TD.Bgbottom			{background-image:url('../BgBottom.gif'); background-repeat:repeat-x; vertical-align:top; height:220px;padding-right:17px;padding-left:17px;}
Td.BottomBar		{border-bottom:1px solid #4EBEEC; text-align:center;}

TABLE.body			{margin-top:5px; width:100%;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer		{height:46px;background-image:url('../BgNavTab.gif'); background-repeat:repeat-x;}
TD.navigationTab					{font-size:80%; font-weight:normal; color:#858585;}
A.navigationTab					{text-decoration:none; color:#858585;}
A.navigationTab:hover			{text-decoration:underline; color:#858585;}


/** Page Title & Description **/
TD.PageTitle				{}
DIV.PageTitle				{font-weight: bold; font-size:110%; margin-bottom:10px;}
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;}

