/****************************   Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#5163a2;color:#fff;}
.box1Color						{color:#fff;}
.box1Color:HOVER				{color:#ebd975;}

.box1Background_LightVersion	{/*background-color:#ebeaf0;*/color:#283870;}
.box1Color_LightVersion			{color:#283870;}
.box1Color_LightVersion:hover	{color:#111144;}


/** Used in titles and captions**/
.titlesColor					{color:283870;}
.titlesColor:hover				{color:#111144;}
.pageTitleColor					{color:111144;}
.pageTitleColor:hover			{color:283870;}


/****************************   Main Elements ***************************/
BODY			{font-family:Arial, Helvetica, sans-serif;font-weight:normal; color:#000000;font-size:80%; padding:0px; margin: 0px 20px}
BODY * 			{-moz-box-sizing: border-box; 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:12px; font-weight:normal; font-family:Arial;}
A				{text-decoration:none; color:#0c2d58;}
A:hover			{text-decoration:underline; color:#dd0000;}
INPUT.button	{color:#FFFFFF; border-color:#000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; background-color:#b8b6b7; height: 18px; text-align: center;}
UL 				{}
UL LI 			{list-style: circle url('../ListIconLevel1.gif');}
UL LI LI 		{list-style: circle url('../ListIconLevel2.gif');}
.red			{color:red;}

/**/
#pageTable { width: 100%; max-width: 1016px; margin: 0px auto; width:expression(document.body.clientWidth > 1056? "1016px": "100%" ); }
#leftPageTd { width: 6px; background: transparent url('../page_bg_lm.gif') left top repeat-y; vertical-align: bottom }
#leftPageTd DIV { width: 6px; height: 10px; background: transparent url('../page_bg_lb.gif') left bottom no-repeat }
#centerPageTd {  }
#rightPageTd { width: 6px; background: transparent url('../page_bg_rm.gif') right top repeat-y; vertical-align: bottom }
#rightPageTd DIV { width: 6px; height: 10px; background: transparent url('../page_bg_rb.gif') right bottom no-repeat }


#logoA { display: block; float: left; width: 386px; height: 97px; padding: 20px 15px 10px }
#logoA IMG { display: block; width: 366px; height: 67px; border: none }
#topMenuDiv { clear: both; background: #111144 url('../top_menu_tile.gif') left top repeat-x; width: 100% }
#topMenuBandDiv { font-size: 1px; clear: both; height: 4px; background: #ebd975; border-bottom: 1px solid #fff; line-height: 0px }
.languageMenuTable { display: none; float: left; width: auto; white-space: nowrap }
.languageMenuTable A { display:block; font-size:12px; font-weight:bold; padding: 4px 15px 4px; width:100%; color: #fff; text-decoration:none  }
.languageMenuTable A:hover { color:#fff; text-decoration:underline }
.languageMenuTable IMG { border: none; width: 18px; height: 12px; margin: -2px 0px 0px 5px }

#contentLineTable { width: 100% }
#menuColTd { background: transparent url('../left_menu_bg.gif') left top repeat-x; width: 190px; vertical-align: top }
#contentColTd { vertical-align: top; padding: 10px 15px 15px }
#newsColTd { vertical-align: top; width: 170px; background: transparent url('../news_vr.gif') left top repeat-y; padding: 0px 15px; border-top: 15px solid #fff; border-bottom: 15px solid #fff }

#leftPageBottomTd { background: transparent url('../page_bottom_bg_left.gif') right top no-repeat }
#centerPageBottomTd { background: transparent url('../page_bottom_bg_tile.gif') left top repeat-x; padding: 6px 10px 20px }
#rightPageBottomTd { background: transparent url('../page_bottom_bg_right.gif') left top no-repeat }

/* Body */
TABLE.body			{margin-top:5px; width:100%;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer					{}
TD.navigationTab							{font-size:70%; font-weight:normal; color: #9b9b9b }
A.navigationTab								{font-size:100%; text-decoration:none; color: #9b9b9b}
A.navigationTab:hover						{font-size:100%; text-decoration:none; color: #000}


/** Category Title & Description **/
DIV.categoryTitle		{font-size:130%; color: #111144; font-family: "Times New Roman", Times, serif; font-weight: bold; padding-top:10px; padding-bottom:5px;}
DIV.itemCategoryTitle	{  }
H1.categoryTitle		{font-size:130%; color: #111144; font-family: "Times New Roman", Times, serif; font-weight: normal}
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 grey;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;}

