/****************************   Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#BFBFBF;color:#FF3300;}
.box1Color						{color:#FF3300;}
.box1Color:HOVER				{color:#FF3300;}

.box1Background_LightVersion	{background-color:#EDEDED;color:#000000;}
.box1Color_LightVersion			{color:#000000;}
.box1Color_LightVersion:hover	{color:#000000;}


/** Used in titles and captions**/
.titlesColor					{color:#0C2B57;}
.titlesColor:hover				{color:#5275BD;}
.pageTitleColor					{color:#0C2B57;}
.pageTitleColor:hover			{color:#5275BD;}

/****************************   Main Elements ***************************/
BODY				{font-family:Arial, Verdana, Helvetica, sans-serif;font-weight:normal; color:#525151;font-size:80%;padding:0px;margin:0px;}
BODY * 				{-moz-box-sizing: border-box;}

TABLE				{}
TD					{font-size:12px;}
HR					{border: 0px;border-top: 1px solid #c0c0c0;height:1px; width:100%;	color: transparent;	background-color: transparent;}
INPUT				{font-size:12px; font-weight:normal; font-family:Verdana;}
INPUT.input			{border-style:solid; border-width:1px; border-color:#b4b4b4;}
TEXTAREA.input		{border-style:solid; border-width:1px; border-color:#b4b4b4;}
SELECT				{font-size:12px; font-weight:normal; font-family:Verdana;}
FORM				{display:inline;}
LI 					{list-style: circle url('../ListIconLevel1.gif');}
.red				{color:red;}
A					{text-decoration:none; color:#0c2d58;}
A:hover				{text-decoration:underline; color:#dd0000;}
INPUT.button		{color:#FFFFFF; border-color:#950700; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; font-family: Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: normal; background-color:#C9130A; height: 18px; text-align: center;}
.red				{color:red;}


/* Body */
TABLE.body			{margin:15px 80px 15px 80px; width:618px; text-align:justify;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer			{color:#929090;padding-bottom:10px;}
TD.navigationTab					{font-weight:normal;font-size:11px;color:#929090;}
A.navigationTab						{color:#929090;text-decoration:none;}
A.navigationTab:hover				{color:#5275BD;text-decoration:underline;}


/** Category Title & Description **/
DIV.categoryTitle			{font-size:14px;color:#ff6501;background-image:url("../ArrowFreeTextRTL.gif"); background-position:right top; background-repeat:no-repeat;padding-right:12px;}
DIV.itemCategoryTitle		{font-size:14px;color:#ff6501;background-image:url("../ArrowFreeTextRTL.gif"); background-position:right top; background-repeat:no-repeat;padding-right:12px;}
H1.categoryTitle			{font-size:100%;color:#ff6501;}
TD.description				{font-size:80%;color:#525151;padding-bottom:10px;}
.PageArticleTitle  {font-size:14px;color:#ff6501;}
div.PageItemTitle h1   {font-size:14px;color:#ff6501;background-image:url("../ArrowFreeTextRTL.gif"); background-position:right top; background-repeat:no-repeat;padding-right:12px;}
div.PageCategoryTitle h1 {font-size:14px;color:#ff6501;background-image:url("../ArrowFreeTextRTL.gif"); background-position:right top; background-repeat:no-repeat;padding-right:12px;}
/** 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;}


/***************************** aging **********************************************/
.paging			{font-size:11px; font-family:verdana; font-weight:normal; color:#777777;}
.currentPage	{font-size:11px; font-family:verdana; font-weight:bold; color:#000000;}


/************************** 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;}

