/****************************   Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#0074BD;color:#ffffff;}
.box1Color							{color:#ffffff;}
.box1Color:HOVER					{color:#ffffff;}

.box1Background_LightVersion	{background-color:#ebebeb;color:#a91535;}
.box1Color_LightVersion			{color:#a91535;}
.box1Color_LightVersion:hover	{color:#000000;}


/** Used in titles and captions**/
.titlesColor						{color:#a91535;}
.titlesColor:hover				{color:#000000;}
.pageTitleColor					{color:#a91535;}
.pageTitleColor:hover			{color:#000000;}

/****************************   Main Elements ***************************/
BODY				{font-family:Verdana, Arial, 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:75%;}
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:#acacac;}
TEXTAREA.input		{border-style:solid; border-width:1px; border-color:#acacac;}
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:#0074BD;}
A:hover				{text-decoration:underline; color:#000000;}
INPUT.button		{color:#0074BD; font-family: Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: normal; 
						 border-top-color:#E8E8E8; border-right-color:#898989; border-bottom-color:#5A5A5A; border-left-color:#DFDFDF;
						 border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
						 background-color:#D7D7D7; height: 18px; text-align: center;}
.red					{color:red;}

Td.right1			{background-color:#ECECEC;background-image:url('../BgRight1.gif');background-repeat:repeat-y;background-position:left top;}
Td.left1				{background-color:#ECECEC;background-image:url('../BgLeft1.gif');background-repeat:repeat-y;background-position:right top;}
Td.right2			{background-color:#ffffff;background-image:url('../BgRight2.gif');background-repeat:repeat-y;background-position:left top;}
Td.left2				{background-color:#ffffff;background-image:url('../BgLeft2.gif');background-repeat:repeat-y;background-position:right top;}

/* Body */
TABLE.body			{margin:10px; width:500px; 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 **/
TD.PageTitle				{color:#a91535;}
DIV.PageTitle				{font-weight: bold;color:#a91535; font-size:110%; padding-left:10px; margin-bottom:15px;}
H1.PageTitle				{font-size:100%;color:#a91535;}
TD.PageCategoryTitle		{color:#0074BD;}
DIV.PageCategoryTitle	{color:#0074BD;}
H1.PageCategoryTitle		{color:#0074BD;}
TD.description				{font-size:80%;padding-bottom:10px;}

/** Copyright **/
span.Copyright				{font-weight:normal; font-size:11px; color:#656565;}
A.Copyright					{font-weight:normal; font-size:11px; text-decoration:none; color:#656565;}
A.Copyright:hover			{font-weight:normal; font-size:11px; text-decoration:none; color:#a70e2f;}

/** 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;}

