/****************************  Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#ccd5da; color:#0084d2;}
.box1Color						{color:#0084d2;}
.box1Color:HOVER				{color:#f76e13;}

.box1Background_LightVersion	{background-color:#eaf3f8; color:#0084d2;}
.box1Color_LightVersion			{color:#0084d2;}
.box1Color_LightVersion:hover	{color:#f76e13;}


/** Used in titles and captions**/
.titlesColor					{color:#0084d2;}
.titlesColor:hover				{color:#f76e13;}
.pageTitleColor					{color:#0084d2;}
.pageTitleColor:hover			{color:#f76e13;}


/****************************  Main Elements ***************************/
BODY			{font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#565656; font-size:80%; padding:0px; margin:0px; background:#fff;}
BODY * 			{-moz-box-sizing:border-box; box-sizing: border-box }

TABLE			{}
TD				{font-size:80%;}
HR				{border:0px; border-top:1px solid #000000; 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:#00457b;}
TEXTAREA		{border-style:solid; border-width:1px; border-color:#00457b;}
SELECT			{font-size:10px; font-weight:normal; font-family:Arial;}
A				{text-decoration:none; color:#0084d2;}
A:hover			{text-decoration:underline; color:#f76e13;}
A:active		{}
A:unknown		{}
IMG.dbsSkip	{border-style:none;width:0px;height:0px;}
A.dbsSkip	{}
A.PageContentShortcut	{color:#ffffff;BACKGROUND-COLOR: #ffffff;}
A.PageContentShortcut:active	{color:#35723A;BACKGROUND-COLOR: #ffffcc;}
A.PageContentShortcut:unknown	{color:#35723A;BACKGROUND-COLOR: #ffffcc;}
INPUT.button	{color:#FFFFFF; border-color:#000000;border-bottom:1px solid #0471b3;border-top:1px solid #0471b3;border-left:1px solid #80c3eb;border-right:1px solid #80c3eb;font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; background-color:#0086d6; height:18px; line-height:14px; padding-bottom:2px; text-align:center; cursor:pointer;}
UL 				{}
UL LI 			{list-style:circle url('../ListIconLevel1.gif');}
.red			{color:red;}

/* Body */
TABLE.body			{width:100%;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer					{}
A.navigationTab								{font-size:90%; text-decoration:none;}
A.navigationTab:hover						{font-size:90%; text-decoration:underline;}
UL.NavigationTab	{PADDING: 0px; MARGIN: 0px 0px 0em 0em;}
UL.NavigationTab LI	{DISPLAY: inline;}

/** 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;}

BODY.Popup .ActivityContent           {width:511px; background:url("../ActivityContentBg.png") no-repeat bottom; padding-bottom:25px;}
BODY.Popup .ActivityContent .Title    {width:100%; height:42px;}
BODY.Popup .ActivityContent .Title h3 {color:#fb8800; font-size:12px; padding:15px 23px 0px 0px; margin:0px; display:block; background:url("../ActivityTitle.png") no-repeat top;}
BODY.Popup .ActivityContent .Title h2 {color:#0086d6; font-size:16px; padding:15px 23px 0px 0px; margin:0px; display:block;}
BODY.Popup .ActivityContent .Articles {padding:10px 23px; border-bottom:1px solid #e0e1e2;}

BODY.Popup .ActivityDetails         {width:281px; background:url("../ActivityDetailsBottom.png") no-repeat bottom; text-align:right;}
BODY.Popup .ActivityDetails DIV     {background:url("../ActivityDetailsTop.png") no-repeat top; padding:16px;}
BODY.Popup .ActivityDetails H3      {display:block; margin:0px 0px 5px 0px; padding:0px; color:#fb8800; font-size:14px;}
BODY.Popup .ActivityDetails HR      {border:0px; border-top:1px solid #e0e1e2; height:1px; width:100%; background-color:transparent; margin:5px 0px;}
BODY.Popup .ActivityDetails b       {font-size:14px; color:#006ab0;}


BODY.Popup .ActivityContent .OuterTable             {width:481px; margin-right:15px;}
BODY.Popup .ActivityContent .OuterTable TD          {border-bottom:1px solid #ddd; padding:5px;}
BODY.Popup .ActivityContent .OuterTable TD.last     {border:none;}
BODY.Popup .ActivityContent .OuterTable TD.Column2  {background:#f5f5f5;}
BODY.Popup .ActivityContent .OuterTable label       {font-size:12px; font-weight:bold; color:#1a6293;}
BODY.Popup .ActivityContent .OuterTable textarea    {height:50px;}


BODY.Popup .ActivityContent .MainTable     {width:100%; margin-bottom:10px;}
BODY.Popup .ActivityContent .MainTable TD  {background:#f5f5f5; border-bottom:1px solid #ddd; padding:2px 5px; text-align:center;}
BODY.Popup .ActivityContent .MainTable TH  {font-size:12px; color:#fff; background:#1a6293; padding:5px;}
